Search found 53125 matches

by ray.wurlod
Tue Jun 23, 2009 4:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Increment count of working day for month
Replies: 4
Views: 1480

What about holidays?

You NEED a time/calendar dimension table, and you need a holiday table.
by ray.wurlod
Tue Jun 23, 2009 4:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM 8.0.1.0 Client issues
Replies: 12
Views: 3829

... and have any rolled out service pack 3 ?
by ray.wurlod
Tue Jun 23, 2009 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to log in IBM Datastage after reboot of server
Replies: 30
Views: 20714

Yes.

Using this method for connection to the server, CD to the folder in which DataStage engine is installed and verify the integrity of UV.ACCOUNT.

Code: Select all

bin\fixtool -file UV.ACCOUNT -level 3
by ray.wurlod
Tue Jun 23, 2009 4:39 pm
Forum: General
Topic: Japanese Characters
Replies: 6
Views: 2782

You might also mention what map name(s) you have specified. Parallel map names are not the same as server map names.
by ray.wurlod
Mon Jun 22, 2009 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scratch space
Replies: 5
Views: 1934

Scratch space is on disk.

There is no environment variable that affects it (except, indirectly, APT_CONFIG_FILE, which names the directories to be used for scratch disk).
by ray.wurlod
Mon Jun 22, 2009 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The DS job is throwing warnings
Replies: 3
Views: 1028

Don't specify float or dfloat, and always specify both precision and scale for Decimal data types.
by ray.wurlod
Mon Jun 22, 2009 11:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Number of Columns of Hashed File
Replies: 5
Views: 1434

To open the dictionary with OpenPath, specify "D_hashedfilename" as the entryname portion of the pathname.
by ray.wurlod
Mon Jun 22, 2009 11:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading to DS8.0
Replies: 9
Views: 2309

Waves have been in the product since version 1.0.

Double click the entry for any completed job in Director status view. Wave number is reported.
by ray.wurlod
Mon Jun 22, 2009 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading to DS8.0
Replies: 9
Views: 2309

It is almost certainly not worth upgrading to 8.0, because that version has been superseded by version 8.1 which has fewer bugs. That said, it's a BIG step. You will need much more server capacity and client machines with minimum 2GB of RAM. Eventually you will need to upgrade, because eventually IB...
by ray.wurlod
Mon Jun 22, 2009 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete folder from director
Replies: 16
Views: 4170

Designer is the only Repository management tool in version 8.0 and later.
by ray.wurlod
Mon Jun 22, 2009 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: More jobs through Sequencer
Replies: 6
Views: 1649

You can not run any jobs through a Sequencer.

As nagarjuna notes, you can run as many jobs as you like (given sufficient server resources) through a Sequence.

A Sequencer is a component in a Sequence that makes a decision about whether any or all of its inputs have been triggered.
by ray.wurlod
Mon Jun 22, 2009 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Installing DataStage 8.1 on AIX
Replies: 9
Views: 4868

Welcome aboard.

Step 1. Add many dollars to your IT budget.
Step 2. Buy IBM's high availability solution, which can only purchased as a service option (that is, IBM people come on site and implement it for you).
by ray.wurlod
Mon Jun 22, 2009 5:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can i query on flat files
Replies: 13
Views: 3213

You can use them anywhere.

As with every other link*, the data end up in a virtual data set.

The only possible input to and the only possible output from an Orchestrate operator is a data set (virtual or physical).


* The single exception is a sparse lookup.
by ray.wurlod
Mon Jun 22, 2009 5:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: non-existent field issue
Replies: 7
Views: 14159

Find a Specification in the Modify stage that begins "FOCouponFreq=".
by ray.wurlod
Mon Jun 22, 2009 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC is not installed on the system
Replies: 23
Views: 7230

Beware that wired and non-wired ODBC drivers operate differently.