Search found 53125 matches
- Wed Nov 28, 2007 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Director info:'substring_1'
- Replies: 1
- Views: 735
No, because operator combination is preventing us from determining the operator that is actually generating the message. I suspect that you have a substring function, in a Modify or a Transformer stage, in which one of the numeric arguments is being supplied with a non-numeric value. But it is not p...
- Wed Nov 28, 2007 3:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BLOB data getting truncated at the target
- Replies: 4
- Views: 1701
- Wed Nov 28, 2007 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Illegal variable in a Stored Procedure Stage???
- Replies: 3
- Views: 1111
- Wed Nov 28, 2007 2:53 pm
- Forum: General
- Topic: How to load huge volumes of data in an Oracle DB? Bulk Load?
- Replies: 7
- Views: 2461
- Wed Nov 28, 2007 2:51 pm
- Forum: General
- Topic: Restartability while running multiple Datastage jobs through
- Replies: 7
- Views: 4690
- Wed Nov 28, 2007 2:49 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: column analysis error
- Replies: 13
- Views: 5989
- Wed Nov 28, 2007 5:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation Error
- Replies: 2
- Views: 859
- Wed Nov 28, 2007 5:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in merging files at Sort stage
- Replies: 4
- Views: 3207
- Wed Nov 28, 2007 4:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: problem in filter condition---
- Replies: 6
- Views: 1957
How many input rows are there? Create a second output from your Filter or Transformer stage that handles the logical inverse expression (or use an Otherwise/Log output link). Let us know what the row counts are. If you are in a Transformer stage, use the expression editor to build the expression; th...
- Wed Nov 28, 2007 4:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence
- Replies: 2
- Views: 1512
- Wed Nov 28, 2007 4:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Row generator
- Replies: 3
- Views: 1703
- Wed Nov 28, 2007 3:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to implement a loop function
- Replies: 14
- Views: 3974
Each row selected is processed separately by DataStage. The only way you can create a loop is in a routine. But do you really need to? Is not the loop based upon the rows you are processing? In that case, all you need to do is to initialize and derive an appropriate set of stage variables in a Trans...
- Wed Nov 28, 2007 3:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: meaning
- Replies: 2
- Views: 925
- Wed Nov 28, 2007 3:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Environment variables in different environment not working
- Replies: 3
- Views: 969
You don't. But in your original post you did not mention that you had created the environment variables in the new project. Please post the exact message being logged when the jobs abort in the new project. Also check (in the "job starting..." event in the job log) that the job parameter values are ...
- Wed Nov 28, 2007 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PART and PARTCOUNT
- Replies: 4
- Views: 1371
If you hard code the initial value as 0 and the increment as 15 then each of your processing nodes (mentioned in the configuration files) will have the same sequence generated, namely 0,15,30,45,... This is probably not what you want. If you set the initial value to PART and the increment to PARTCOU...