Search found 53125 matches

by ray.wurlod
Wed Nov 14, 2007 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataSet error
Replies: 6
Views: 2100

Use the Data Set Management tool to verify that this column is, indeed, in the record schema associated with the Data Set (that is, rather than in the record schema associated with the link with which you are attempting to read from the Data Set).
by ray.wurlod
Wed Nov 14, 2007 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: command line
Replies: 8
Views: 1992

Why? Job names are unique in the project, so the category name would be entirely superfluous. Source code for dsjob is provided (in the manual) so you can "roll your own" that accepts category name. Though I fail to see how it would provide any benefit. Heck, you could totally rewrite dsjob so that ...
by ray.wurlod
Wed Nov 14, 2007 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: command line
Replies: 8
Views: 1992

Why? Job names are unique in the project, so the category name would be entirely superfluous.
by ray.wurlod
Wed Nov 14, 2007 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UDB API stage hang on the job
Replies: 5
Views: 1337

Check with your support provider to determine whether this is a known issue with this stage type. Also check to see whether you can open the stage type (a) in another job in the same project and (b) in a job in another project, just in case something odd has occurred in the design-time metadata for ...
by ray.wurlod
Wed Nov 14, 2007 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in ODBC enterprise stage while updating Decimal fields
Replies: 1
Views: 1043

Please verify that scale is set to 2 everywhere a mention of this column is made.
by ray.wurlod
Wed Nov 14, 2007 3:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Zombi
Replies: 7
Views: 2387

Do you have the DataStage deadock daemon (dsdlockd) running?
by ray.wurlod
Wed Nov 14, 2007 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Director
Replies: 10
Views: 2888

Instead of
Run
Wait
Run
Wait

move the statements around so that you have
Run
Run
Wait
Wait
by ray.wurlod
Wed Nov 14, 2007 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza Connectivity - DataStage vs Information Analyzer
Replies: 3
Views: 1843

Try doing an ODBC trace on both to learn how they handle the connection differently.
by ray.wurlod
Wed Nov 14, 2007 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Netezza Connectivity - DataStage vs Information Analyzer
Replies: 3
Views: 1843

Try doing an ODBC trace on both to learn how they handle the connection differently.
by ray.wurlod
Wed Nov 14, 2007 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hai
Replies: 1
Views: 807

Penalty
Meaningless topic. No response for 24 hours.

The decision to apply this penalty is a personal one and in no way reflects any official policy of DSXchange or the company that supports it.
by ray.wurlod
Wed Nov 14, 2007 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Abort the job from "After job subroutine"
Replies: 21
Views: 10455

If DRS can not do "replace existing rows completely" (which means "delete then insert") consider using an ODBC stage, which can.
by ray.wurlod
Wed Nov 14, 2007 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unused jobs and logfiles in project folder...
Replies: 4
Views: 1078

With exclusive access to the account run DS.CHECKER. This will remove orphaned files associated with any incompletely deleted jobs.
by ray.wurlod
Wed Nov 14, 2007 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: migrating code
Replies: 1
Views: 835

Getting some learning would be best. A ".dsx" file is an export. And the only thing an implementation team could do with a ".dsx" file is to import it into a DataStage project. So your requirement that export should not be used is moot.
by ray.wurlod
Wed Nov 14, 2007 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to SQLExecute failed
Replies: 4
Views: 3181

Post the exact and entire warning, which should contain information about the data in the record and why it could not successfully be sent to SQL Server.
by ray.wurlod
Wed Nov 14, 2007 3:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic Question
Replies: 18
Views: 3588

I don't really have much else to offer. What stage type are you using on the reference link? If it's OCI you might try :1 instead of ? for the parameter marker.