Search found 42189 matches
- Thu Jan 10, 2008 8:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: problem with director
- Replies: 6
- Views: 2793
- 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...
- 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...
- 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
- 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
- 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
- Thu Jan 10, 2008 12:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting bulk data
- Replies: 4
- Views: 1263
- 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
- Thu Jan 10, 2008 12:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Printer Segment remove error
- Replies: 1
- Views: 931
- Wed Jan 09, 2008 10:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Most effective way to define a constraint
- Replies: 5
- Views: 1611
- 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...
- 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
- 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
- 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...