Search found 15603 matches
- Sun Jul 13, 2008 9:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: scratch folder filling very fast for a particular table
- Replies: 10
- Views: 2466
- Sun Jul 13, 2008 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: split one record to multiple records and field delemeter &qu
- Replies: 4
- Views: 1484
The first problem isn't too tough, you need to apply the rule as the first and last characters must be double-quotes and the internal delimiters must be '","'. This can be done with simple left(), right(), and count functions in your transform logic. Once you have that solved, you can look up "pivot"
- Sun Jul 13, 2008 4:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-03113: end-of-file on communication channel
- Replies: 11
- Views: 4719
- Fri Jul 11, 2008 8:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abnormal termination of datastage job
- Replies: 3
- Views: 2222
Phantoms are background processes, but I would suggest that you don't follow the advice and terminate these processes without knowing to which job they belong. By far the best thing to do is let DataStage take care of locks by enabling the deadlock daemon (you can search this site for references on ...
- Fri Jul 11, 2008 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS server crash
- Replies: 4
- Views: 1341
- Fri Jul 11, 2008 2:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dsjob -run
- Replies: 2
- Views: 988
- Thu Jul 10, 2008 8:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A plethora of sshd processes
- Replies: 7
- Views: 3144
- Thu Jul 10, 2008 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading the data file
- Replies: 7
- Views: 1554
- Thu Jul 10, 2008 4:05 am
- Forum: General
- Topic: Backup of DataStage ver 8
- Replies: 4
- Views: 2442
- Thu Jul 10, 2008 3:46 am
- Forum: General
- Topic: How to learn Datastage Parallel jobs?
- Replies: 7
- Views: 1383
- Thu Jul 10, 2008 1:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A plethora of sshd processes
- Replies: 7
- Views: 3144
- Thu Jul 10, 2008 1:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TrimLeadingTrailing() function usage in Transformer
- Replies: 8
- Views: 6039
Open up your transform stage details and set the compiler flags, including the "-O0" option, in the "Compiler Flags" line f the "Build" tab. I don't think that there is much of a penalty if you remove the optimization at the project level (through the Administrator tool), since much of transform pro...
- Thu Jul 10, 2008 12:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading the data file
- Replies: 7
- Views: 1554
I don't know where your problem might be happening, but you might think about using the debugger. Find out the last "good" output line and put a breakpoint on that value, then step to the next one and see if the data contents might give a clue as to the cause of your problem. Sometimes the debugger ...
- Wed Jul 09, 2008 11:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: A plethora of sshd processes
- Replies: 7
- Views: 3144
- Wed Jul 09, 2008 11:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Designer Hangs during Job compilation
- Replies: 6
- Views: 3138