Search found 42189 matches
- Mon Nov 14, 2005 10:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecSH Error
- Replies: 2
- Views: 1199
- Mon Nov 14, 2005 8:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the job status when the job aborted???
- Replies: 14
- Views: 5085
- Mon Nov 14, 2005 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need Logic in creation of shell script
- Replies: 5
- Views: 1583
- Mon Nov 14, 2005 8:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Unix or Wondows?
- Replies: 6
- Views: 1500
- Mon Nov 14, 2005 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Return code 255....what is it ?
- Replies: 5
- Views: 9763
Re: Getting Return code 255....what is it ?
falchetto wrote:When executing a batch in datastage
You might also want to explain what this means. A Sequencer job that runs other jobs? A script from inside a DataStage job? Old style hand code in a 'Batch::' job? What?
- Mon Nov 14, 2005 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to Send Mail
- Replies: 2
- Views: 834
- Mon Nov 14, 2005 12:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Controller error: Timed out while waiting for an event
- Replies: 3
- Views: 1705
Re: Controller error: Timed out while waiting for an event
My first assumption is that the server is running out of resources and is unable to spawn new processes associated with the running of the DataStage jobs. Yes, swamping your server is the typical cause of this error. How many of these 'child sequences' are you running at once and how many jobs do t...
- Sun Nov 13, 2005 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uv command to create ds project
- Replies: 27
- Views: 11697
- Sun Nov 13, 2005 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command Stage giving Error
- Replies: 7
- Views: 1312
Not strange at all - you should make no assumptions about the environment your commands run under when launched from a DataStage job. The fact that the command works under the same user from the command line is fairly meaningless. Other than to know it actually works that is. If you had posted the r...
- Sat Nov 12, 2005 3:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Command Stage giving Error
- Replies: 7
- Views: 1312
- Sat Nov 12, 2005 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Invalid number while dividing two numbers.
- Replies: 6
- Views: 1390
Documented in the BASIC manual, and you have to edit the DSParams file so that it knows they are legit functions. A quick search turned up this post from the Rayman himself with the details. 
- Sat Nov 12, 2005 9:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Invalid number while dividing two numbers.
- Replies: 6
- Views: 1390
Try switching to the 'String math' functions and see if that makes any difference - SADD, SDIV, etc off the top of my head. They will show red in the derivation when you use them unless you take some extra steps, but don't let that bother you right now. They are there to handle large numbers, see if...
- Sat Nov 12, 2005 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting Invalid number while dividing two numbers.
- Replies: 6
- Views: 1390
Welcome aboard. :D Sorry, many questions... Do you have any idea what this 'special character' is? Can you post some examples of input and output values? While the datatype in Oracle is a NUMBER, how are you defining it in DataStage - type, precision, etc? Do these numbers have more than 15 signific...
- Sat Nov 12, 2005 8:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling a job in a SEQUENCER which is saved under the folder
- Replies: 9
- Views: 1533
Hopefully that fixes it, as they should have all shown up - and a blown index would go a long way towards explaining the behaviour. A tip for creating Sequencers that I had no idea you could do until I saw someone else do it. Instead of adding an 'empty' Job Activity stage to the canvas and then sco...
- Fri Nov 11, 2005 9:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Extra Rows in target table than source
- Replies: 7
- Views: 1490