Search found 53125 matches

by ray.wurlod
Mon Mar 26, 2007 9:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PASSWORD MISSING Error in DB2/UDB Enterprise
Replies: 6
Views: 2307

Your support provider? Folks post here if they can contribute. By an unspoken understanding, folks don't post if they have nothing to contribute. You've had some advice from here; obviously you are unsatisfied with it. Why not make your support provider earn some of that maintenance revenue they col...
by ray.wurlod
Mon Mar 26, 2007 8:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link.DBMSCODE
Replies: 10
Views: 3839

----> Transformer1 -----> Transformer2 -----> Oracle | | LinkA | | LinkB V V Rejects1 Rejects2 Transformer1 looks after any business rules, sending its rejects out a rejects link. Transformer2 looks after any rows rejected by Oracle, by having LinkA with no constraint expression and LinkB handling ...
by ray.wurlod
Mon Mar 26, 2007 7:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Search in Jobs
Replies: 5
Views: 1322

From UNIX, assuming you have DSHOME environment variable set: find / -name X -print -exec $DSHOME/bin/UVfile {} \; 2> /dev/null For those not familiar with UNIX: find / searches the tree beginning at / (the root file system) -name introduces the name for which find is looking -print causes...
by ray.wurlod
Mon Mar 26, 2007 7:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOb Sequence
Replies: 10
Views: 2005

If you solve the state file problem (see other thread), the problem with the job sequence will also disappear, as it's a direct consequence.
by ray.wurlod
Mon Mar 26, 2007 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key error
Replies: 5
Views: 1532

I can't find anything related to this error but then, as the error message states, it's an internal error. You need to report this to your support provider, ideally with a reproducible example. Perhaps the stage is not successfully writing the state file after the first run - have you checked that y...
by ray.wurlod
Mon Mar 26, 2007 7:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Developing job to datasets(0 recors somet) to Teradata table
Replies: 5
Views: 1647

Given that the Teradata Enterprise stage fails, have you contemplated using the Teradata API stage?

Would it not be better to have a job sequence detect whether there were rows in the Data Set and make the decision to run the job only if there are?
by ray.wurlod
Mon Mar 26, 2007 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Developing job to datasets(0 recors somet) to Teradata table
Replies: 5
Views: 1647

Does the Data Set actually exist? Please verify (or otherwise) using the Data Set Management tool or the orchadmin or dsrecords command. What will be the benefit of running the job under this circumstance? Would it not be better to have a job sequence detect whether there were rows in the Data Set a...
by ray.wurlod
Mon Mar 26, 2007 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copy Stage Error with Oracle Enterprise
Replies: 7
Views: 2479

Under the Import > Table Definitions menu you will find Orchestrate as one of the options. On the dialog that is opened you will find that the third option is to import a database table using the orchdbutil facility. You can learn more about orchdbutil in the Orchestrate Users Guide, for example if ...
by ray.wurlod
Mon Mar 26, 2007 5:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: surrogate key error
Replies: 5
Views: 1532

Looks like the Surrogate Key Generator stage is having problems finding the range of key values that it must use to generate key values. Are you using a state file or a database table as your reference source for surrogate key values?
by ray.wurlod
Mon Mar 26, 2007 5:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Client Manager for switching clients DS 7.5 & 8 ?
Replies: 15
Views: 8211

There is no Version Control for version 8.0.

Some time in the future (8.2 has been postulated) there will be an interface to a source code control system - probably ClearCase initially since IBM own that.
by ray.wurlod
Mon Mar 26, 2007 5:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Special character !! ... ascii value "20" ?
Replies: 15
Views: 3975

Go to the Format tab on the downstream sequential file stage. Tell us what the Pad Character field contains.
by ray.wurlod
Mon Mar 26, 2007 5:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Dynamic Vector of SubRecords
Replies: 8
Views: 3740

Can you post a couple of lines of data?
by ray.wurlod
Mon Mar 26, 2007 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DRS Stage Problem
Replies: 8
Views: 1559

What version of Windows is your PC? If it is XP with service pack 2, you may need to apply a patch from DataStage (IBM).
by ray.wurlod
Mon Mar 26, 2007 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: link.DBMSCODE
Replies: 10
Views: 3839

Your Transformer stage has two outputs; one going to the Oracle table (let's call this LinkA) and one handling rejects (LinkB). LinkA has NO constraint expression. LinkB is marked as handling rejects. Define an integer column on LinkB derived as the output link variable LinkA.DBMSCODE. If you need o...