Search found 53125 matches

by ray.wurlod
Tue Dec 19, 2006 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture rejects in Oracle Enterprise with load option?
Replies: 5
Views: 1792

The Load option is going to use sqlldr, so you will be able to look in the "log" and "bad" files generated by the bulk loader utility.
by ray.wurlod
Tue Dec 19, 2006 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cleaning the Scratch space
Replies: 9
Views: 9354

... unless, of course, the persistent Data Sets contain data staged for tomorrow's run!
by ray.wurlod
Tue Dec 19, 2006 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Could not check all operators
Replies: 8
Views: 4210

Please use APT_DUMP_SCORE to dump the score. The score will have two sections, one describing data sets, the other describing operators.
by ray.wurlod
Tue Dec 19, 2006 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGKILL Problem
Replies: 5
Views: 3708

You seem to have a large number of buffer operators inserted in the job. Can you inspect the score and try to ascertain why this might be? Also, what are the settings of the environment variables associated with buffering? Also from the score can you determine how much use is being made of combinati...
by ray.wurlod
Tue Dec 19, 2006 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Assign Stage variable to a Job Parameter
Replies: 2
Views: 1417

Direct the value of the stage variable onto an additional output link, which writes it to a file. In the parent job sequence, read that file and pick up the value with which to assign the job parameter in a subsequent job. Or you could store the value in the job's user status area and pick it up fro...
by ray.wurlod
Tue Dec 19, 2006 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error of Transformer stage
Replies: 11
Views: 6567

Check your compiler options. In particular

Code: Select all

-I/usr/DataStage01/Ascential/DataStage/PXEngine/include
may require a space between the "I" and the "/".
by ray.wurlod
Tue Dec 19, 2006 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing Metadata using - ORCHESTRATE schema definition
Replies: 4
Views: 1711

1) It appears that there's something wrong with the connectivity parameters - database name (tnsname), user ID, password, owner or table name. 2) The Dynamic RDBMS stage will typically not offer any parallelism; it will execute in sequential mode. In theory, at least, this means that you will not re...
by ray.wurlod
Tue Dec 19, 2006 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assigning Job Parameters in a UNIX script
Replies: 29
Views: 8555

Re: Assigning Job Parameters in a UNIX script

Or in general terms I believe my question is, How can UNIX script return values be used to assign values to job parameters? Use a job sequence. The output and exit status of the script can be had as activity variables from the Execute Command activity that runs the script. References to these varia...
by ray.wurlod
Tue Dec 19, 2006 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding merge stage
Replies: 6
Views: 1070

Re: regarding merge stage

Hi gurus, i want to merge 2 ODBC databases, but what i try to join two odbc stages, iam getting a message that merge doesn't support i/p links. what i learned is merge works just like a join, but now why am i getting this type of peculiar message, plz help me to analyze the property. cheers; vijay ...
by ray.wurlod
Tue Dec 19, 2006 2:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: EtlStats question
Replies: 20
Views: 7112

Can you please mark the thread as resolved?
by ray.wurlod
Tue Dec 19, 2006 2:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COBOL COPY BOOK
Replies: 16
Views: 3412

Try editing the FD so that it contains no comments or blank lines. I know this shouldn't be needed, but it sometimes works.
by ray.wurlod
Tue Dec 19, 2006 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RE: Date column in DB2
Replies: 16
Views: 3770

Don't ever believe what "view data" tools show you - they do their own conversions. Create this job to find out whether the extraction from DB2 is converting to internal format: DB2 -----> Transformer -----> SequentialFile Then let us know what the dates in the text file look like. We should then be...
by ray.wurlod
Tue Dec 19, 2006 2:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To get count(*) from tables
Replies: 10
Views: 3425

Link row counts will only report the number of rows that DataStage sent to the database server/driver along that link. It does not report the number of rows in the table. For example you may have updated the same row 1000 times. The link row count will show 1000 even though there may be only one row...
by ray.wurlod
Tue Dec 19, 2006 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seq Status vs Activity Status
Replies: 6
Views: 1204

What is combinational effect of check / Uncheck of the four options on the genral page, viz: 1. Add checkpoints so sequence is restartable on failure 2. Automatically handle activities that fail 3. Log warnings after activities that finish with status other than OK 4. Log report messages after each...
by ray.wurlod
Tue Dec 19, 2006 1:57 pm
Forum: General
Topic: need advices to pass job from PX to server
Replies: 5
Views: 2004

If I read the original question correctly, you have a DataStage export (DSX) file containing both parallel and server jobs, but you only have server edition installed.

If that's the case you will not be able to open the parallel jobs.