Search found 42189 matches

by chulett
Thu Jan 10, 2008 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with director
Replies: 6
Views: 2793

I'd also still be curious if you are local to your DataStage Server or not?
by chulett
Thu Jan 10, 2008 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI fetched truncated data: solved it but wld need comment..
Replies: 8
Views: 3298

Because if I understood right, the "OCI has fetched..." error is a DS error, happening when reading+"casting" Oracle data from the source stage into its internal types.. No, it is an ORA as in Oracle error. You get it when you make an OCI call to fetch data with a X byte buffer for a particular fie...
by chulett
Thu Jan 10, 2008 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export repository to DSX with job history
Replies: 4
Views: 1209

Welcome! :D The short answer is 'no' as that history you are looking for is stored in individual hashed files, one per job, and not in the repository used to create a .dsx file. Your colleague would need to specifically dump whatever information you need, but there's no built-in mechanism to load it...
by chulett
Thu Jan 10, 2008 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: enviournment variable(password )in Dyanmic RDBMS stage
Replies: 8
Views: 2299

Because you were then able to use the parameter helper tool to populate the field? Then your whole issue was a typing error? :?
by chulett
Thu Jan 10, 2008 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ulimit problem
Replies: 19
Views: 6268

chulett wrote:At some point soon here, I would think you'd be better served by opening a case with your official Support provider rather than continuing to thrash here.

Thrash, thrash. :wink:
by chulett
Thu Jan 10, 2008 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data insert error in oracle
Replies: 5
Views: 1294

To answer the question asked - yes, of course.
by chulett
Thu Jan 10, 2008 8:29 am
Forum: General
Topic: Upgrades
Replies: 2
Views: 914

No, there's no specific forum, just ask away. Searching should turn up several existant conversations, plus there is at least one FAQ posting.
by chulett
Thu Jan 10, 2008 12:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting bulk data
Replies: 4
Views: 1263

First suggestion would be to ask a question.
by chulett
Thu Jan 10, 2008 12:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the use of pivot stage?
Replies: 3
Views: 1236

When you need to 'pivot' columns out into multiple rows. You can help you out - read the online help available from the 'Help' button inside the stage for specifics.
by chulett
Thu Jan 10, 2008 12:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Printer Segment remove error
Replies: 1
Views: 931

Search is your friend! If you search for 'Printer memory segment removed' you'll find you're not the first person to ask this question.
by chulett
Wed Jan 09, 2008 7:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rotuine error
Replies: 1
Views: 773

I guess nobody searches first anymore. [sigh] Your routine returned a value of '61', not a error code of 61. You have the option 'Automatically handle activities that fail' turned on in the Sequence job. That option considers any routine that does not return a zero to have failed. It thought your ro...
by chulett
Wed Jan 09, 2008 7:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reset / restart of multiple layers of sequences
Replies: 6
Views: 1515

All Aborted/Restartable ones, yes.
by chulett
Wed Jan 09, 2008 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -run
Replies: 1
Views: 1362

Yes, you have to tell it that you want to run with unlimited warnings. From memory, you need to add -warn=0 to the command line.
by chulett
Wed Jan 09, 2008 1:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director in 7.5 and above
Replies: 7
Views: 1820

Re: Additional question...

Also, I'm still curious if folks are still prefering to write shell scripts? It seems that it is becoming an unnecesary thing to do. For jobs and job control, we've only got one shell script and that is your typical 'wrapper' script for dsjob that our Enterprise Scheduler (Control-M) uses. Of cours...