Search found 53125 matches

by ray.wurlod
Fri Mar 23, 2007 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upsert data from multiple files to single file
Replies: 3
Views: 1036

Split file1 using a Copy stage into two streams. The first stream, all rows from file 1, go to output. The second stream is compared with data from file 2 using the stage of your choice (Change Capture? Compare? Lookup?) to determine whether to output the row from file 2. If required, the two stream...
by ray.wurlod
Fri Mar 23, 2007 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: count rows in a sequential file
Replies: 7
Views: 4868

Execute Command activity in job sequence to dir the file and get the size from that, on the basis of which you can decide to execute the job or not.

Clearly, if DataStage processes 0 rows, there's nothing there to count.
by ray.wurlod
Fri Mar 23, 2007 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question and errors,Oracle 10 g datastage 7.5.2
Replies: 4
Views: 3962

Please mark thread as resolved.
by ray.wurlod
Fri Mar 23, 2007 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage EE with windows
Replies: 20
Views: 8558

There are two, and two only, as at the date of posting.
Version 7.5x2
Version 8.0
by ray.wurlod
Fri Mar 23, 2007 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Defaulting "TGTBASE_RT" in transfer from "inR
Replies: 3
Views: 2926

Please mark the thread as resolved, and refrain from using RCP in these circumstances.
by ray.wurlod
Fri Mar 23, 2007 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do not checkpoint null
Replies: 3
Views: 997

Do you mean "Do not checkpoint run"?
by ray.wurlod
Fri Mar 23, 2007 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key Generation
Replies: 1
Views: 968

Of course you have that option. But can you guarantee uniqueness if you're only using part of the primary key? If not, the proposed course of action makes no sense.
by ray.wurlod
Fri Mar 23, 2007 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem viewing data in DB2/UDB Enterprise
Replies: 11
Views: 3159

Have you checked the DB2 environment variables, such as DB2INSTANCE, to make sure these are correctly set for the user executing the DataStage job? They need to be set in the $DSHOME/dsenv script.
by ray.wurlod
Fri Mar 23, 2007 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to compare two DataStage codes?
Replies: 0
Views: 937

Learn from the experience.

Do the documentation first. Otherwise it will never get done.

Export both jobs and perform a diff on the two export files.

Or wait for version 8.0, which has a comparison tool, fully hyperlinked to the stages, links, etc (or lines of code in the case of routines).
by ray.wurlod
Fri Mar 23, 2007 4:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ULIMIT uvconfig
Replies: 11
Views: 4513

When the uv command is executed, it runs as superuser. It needs to do this to remove old printer shared memory segments if necessary and to raise ulimit (file size only) based on uvconfig setting, before switching identity to run dssh (the DataStage shell). The ULIMIT setting in uvconfig is really a...
by ray.wurlod
Fri Mar 23, 2007 4:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: De-Duplication of Invoice data
Replies: 9
Views: 3436

Do a lookup using ODBC or UV stage, and you can generate multiple row returns and compare to your heart's content.
by ray.wurlod
Fri Mar 23, 2007 4:17 am
Forum: IBM QualityStage
Topic: Match Job & Parallel Extender
Replies: 1
Views: 898

That message most usually means that your PATH does not include $APT_ORCHHOME/bin which is where the osh executable is. It may also mean that your APT_CONFIG_FILE environment variable is not set for the process being used to run the QualityStage job. There is no restriction to running a QualityStage...
by ray.wurlod
Thu Mar 22, 2007 7:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error on the transformer
Replies: 14
Views: 5661

Check that the C++ compiler is correctly installed and that the environment variables APT_COMPILER, APT_COMPILE_OPTIONS, APT_LINKER and APT_LINKER_OPTIONS are correctly set in your project.
by ray.wurlod
Thu Mar 22, 2007 7:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7 Key column Lookup
Replies: 11
Views: 2110

Nulls as keys is not a good idea in ANY database!!!
by ray.wurlod
Thu Mar 22, 2007 7:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage Error with Oracle Enterprise
Replies: 7
Views: 2479

How did you import the table definitions? Try using the Orchestrate orchdbutil facility.