Search found 42189 matches

by chulett
Tue Feb 10, 2009 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 stage in 8.1
Replies: 7
Views: 1679

Must have or we wouldn't be here. :wink: I don't know what exactly is all involved, not having DB2 access, but you need to configure DataStage for DB2. I'm sure it's documented in the Installation and Configuration Guide and probably the specific docs for the DB2 stage as well. And then there's that...
by chulett
Tue Feb 10, 2009 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Numeric Loop Value
Replies: 7
Views: 3104

... with still the same answer I posted yesterday. :wink:
by chulett
Tue Feb 10, 2009 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change DataStage job to read only
Replies: 2
Views: 1516

Unfortunately, that advice no longer applies in the 8.x world, you need to do something different. I don't know what, but I do know you can no longer take that approach.
by chulett
Tue Feb 10, 2009 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key generation for sebsequent runs
Replies: 4
Views: 1457

Both methods can require you to tell it where to start from. The Surrogate stage handles any partitioning requirements automatically, you can read about that in the Parallel Job Developer's Guide pdf documentation. From what I understand, 8.x adds a 'state file' option in additional to using a job p...
by chulett
Tue Feb 10, 2009 1:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key generation for sebsequent runs
Replies: 4
Views: 1457

For that, you'd need to select the max value and pass that into the job each time so it knows where to start. Why not use the Surrogate Key stage instead?
by chulett
Tue Feb 10, 2009 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 stage in 8.1
Replies: 7
Views: 1679

So... you upgraded to 8.1 and it stopped working? You installed 8.1 and it doesn't work?
by chulett
Tue Feb 10, 2009 1:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Stage - row 1, too many columns in record
Replies: 16
Views: 5229

Doesn't answer the question if the header record itself has the correct number of pipe delimiters in it. DataStage seems to think it doesn't.
by chulett
Tue Feb 10, 2009 11:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Stage - row 1, too many columns in record
Replies: 16
Views: 5229

Actually, I should have asked about your header record. It still gets read and parsed, just not passed out so "row 1" is your header record, not the first data record.
by chulett
Tue Feb 10, 2009 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Stage - row 1, too many columns in record
Replies: 16
Views: 5229

And you are positive there's no extra pipe in that first data record?
by chulett
Tue Feb 10, 2009 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJobInvocationId missing value
Replies: 9
Views: 5831

To 'generate unique ids' perhaps a Surrogate Key stage could be used. You'd have to explain just how 'unique' this id needs to be, however.
by chulett
Tue Feb 10, 2009 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Stage - row 1, too many columns in record
Replies: 16
Views: 5229

That 'some kind of character' is a CR, the first half of the 'DOS style' line termination CR/LF pair. UNIX only uses a LF so it sees the CR as data. However, I don't see how changing that option solved your problem. :?

Is row 1 a header record?
by chulett
Tue Feb 10, 2009 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJobInvocationId missing value
Replies: 9
Views: 5831

You're wrong, hence the error. DSJobInvocationId is only valid in a multi-instance job and returns the value of the Invocation Id. You'll need to generate this 'integer value' some other way.
by chulett
Tue Feb 10, 2009 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File.
Replies: 0
Views: 831

You can only "replace" from the last column towards the first column with no "error" columns between them. So while... ColA Error ColB Error ColC Replace ColD Replace Is legal, ColA Error ColB Replace ColC Error ColD Replace Would not be and would generate your error for ColB.
by chulett
Tue Feb 10, 2009 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import selected command line
Replies: 7
Views: 2049

There is no "import selected from the command line".
by chulett
Tue Feb 10, 2009 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine for deleting Dataset
Replies: 12
Views: 3554

Why the heck would you need a Perl script to run an orchadmin command? Just... run it, in a perfectly normal script or batch file.