Search found 6797 matches
- Mon Jul 10, 2006 2:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI and Decimal type
- Replies: 16
- Views: 2634
This is strange. I dont know if this is specific to OCI. I have never had that problem before, but then again i have not used the OCI stage. Just as a test, try with DRS stage if you have an odbc set up. Also, try to check the length, if for zero amount the len() function returns 3 then you are ok e...
- Mon Jul 10, 2006 2:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI and Decimal type
- Replies: 16
- Views: 2634
- Mon Jul 10, 2006 1:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start Loop in DS7.1
- Replies: 38
- Views: 9090
- Mon Jul 10, 2006 1:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start Loop in DS7.1
- Replies: 38
- Views: 9090
- Mon Jul 10, 2006 1:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start Loop in DS7.1
- Replies: 38
- Views: 9090
- Mon Jul 10, 2006 12:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start Loop in DS7.1
- Replies: 38
- Views: 9090
You dont need to make the job multiinstance now. Take the multiinstance out. If you still want to make it multi instance, make sure you are sending in unique Invocation Ids. Also, did your jobs for the first value from the csv execute successfully? If it did, then why is it saying that its not in a ...
- Mon Jul 10, 2006 12:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start Loop in DS7.1
- Replies: 38
- Views: 9090
Did you make sure that the director is not open during that time, specifically a monitor window or the log file. If yes, then just as a debugging attempt, remove the name of the sequence job from your main job, put some dummy jobs name. Close it and then try to recompile the sequence jobs. They shou...
- Mon Jul 10, 2006 10:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Repository Interface
- Replies: 11
- Views: 2771
You cannot use ver. 7.5.1 client to connect to 6.0 server. For more clarification, refer to this post.
- Mon Jul 10, 2006 10:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Start Loop in DS7.1
- Replies: 38
- Views: 9090
- Mon Jul 10, 2006 10:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: newline in command stage
- Replies: 8
- Views: 3413
Try
Code: Select all
echo -e "\n" > filename.txt
OR
echo "\010" > filename.txt
- Mon Jul 10, 2006 9:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: currency conversion
- Replies: 2
- Views: 1520
- Mon Jul 10, 2006 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unit of mesure conversion
- Replies: 3
- Views: 790
- Mon Jul 10, 2006 9:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamic Metadata
- Replies: 8
- Views: 5669
Datastage is metadata driven, as so i have heard time and again. So it would be advisable to do this kind of manipulation outside datastage to make the file ready for datastage to pickup. Like maybe a shell script that detects what columns are missing and then accordingly adds it. This way you can c...
- Mon Jul 10, 2006 9:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute Command stage
- Replies: 4
- Views: 1075
Are those two seperate commands ?
To run multiple commands you need a semicolon in between.
To run multiple commands you need a semicolon in between.
Code: Select all
command1 ; command2
- Mon Jul 10, 2006 9:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: newline in command stage
- Replies: 8
- Views: 3413