Search found 42189 matches

by chulett
Sat Nov 14, 2009 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Metadata issue
Replies: 6
Views: 2607

A little confused... the metadata in the job still declares these fields as Char(30) or you reimported from Oracle and they now show as Char(90)? :?

It has a tendency to do that. You just need to reset the size if that's the case.
by chulett
Sat Nov 14, 2009 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input stage usage in parallel job of data stage
Replies: 14
Views: 17450

Suggest you actually read the thread you decided to drop into. The first reply waaaaay back up there tells you what you should be doing.
by chulett
Fri Nov 13, 2009 7:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Split 'group by' result into files
Replies: 13
Views: 5111

Sorry, this is a hijack plain and simple and you should have just started a new post for your issue. And FYI, there's no way to prevent creating a flat file when no records are processed. None.
by chulett
Fri Nov 13, 2009 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Link Count
Replies: 1
Views: 1074

What kind of routine, BASIC or C++? For use where? What have you tried so far?
by chulett
Fri Nov 13, 2009 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read data in tables stored in DB2 on iSeries
Replies: 7
Views: 6359

Your LD_LIBRARY_PATH is set in the dsenv file in $DSHOME. You need to edit it to include the folder where the ".so" file mentioned lives and then stop/restart DataStage.
by chulett
Fri Nov 13, 2009 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ROUTINE
Replies: 4
Views: 1633

Not exactly a beginner's task you've taken on. What exactly do you mean by what you posted? You will be doing this "passing" from the command line using dsjob, or inside a Sequence job to a Job Activity stage or what? Do these files have a single record in them or multiple records? Do you ...
by chulett
Fri Nov 13, 2009 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop in Job sequence, list from a table
Replies: 3
Views: 2242

OK. There are ways to automate that list so you don't need to paste it in like that but if that's working for you then good. Let us know if you want to discuss the "not as expected but fine" part. :wink:
by chulett
Fri Nov 13, 2009 1:12 pm
Forum: General
Topic: DataStage job stuck in a running state
Replies: 8
Views: 13967

It's important to understand that the status of a job is basically just a 'flag', something that gets set when the job starts and adjusted when the job finishes. So server crashes or unusual situations where a job may just core dump and fall over dead can leave it stuck forever in a 'Running' status...
by chulett
Fri Nov 13, 2009 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected records from DB
Replies: 5
Views: 1940

Sure, from the online help switch to the Index tab and look for 'server job, reject links' and 'reject rows' - both are good places to start.
by chulett
Fri Nov 13, 2009 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error setting up internal communications
Replies: 17
Views: 6650

What "files in the job" would you be referring to? How did you imagine that simply copying the job would allow that to happen?
by chulett
Fri Nov 13, 2009 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected records from DB
Replies: 5
Views: 1940

Yes, of course. Unlike the PX product which defines rejects from the DB stage itself, for Server you would create a Reject link from the transformer feeding the database and use it to check for and write out anything 'rejected' by the database.
by chulett
Fri Nov 13, 2009 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: loading strategy in oracle
Replies: 3
Views: 1058

Your 'best practice' is specific to the PX product and the OE stage, so not applicable to the Server product whatsoever.
by chulett
Fri Nov 13, 2009 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Loads with Trigger and Constraints enabled
Replies: 8
Views: 5821

It's an Oracle setting you would have DataStage provide. There's a place in the stage for 'load options' I do believe, can't check right now however.
by chulett
Fri Nov 13, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error setting up internal communications
Replies: 17
Views: 6650

Without getting into why you felt the need to copy it, perhaps your user doesn't have the permissions it needs?