Search found 53125 matches
- Fri Dec 23, 2005 2:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_seqput: error in 'write()' - Error 0
- Replies: 5
- Views: 1058
- Fri Dec 23, 2005 2:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: loading list csv files with Stage Folder
- Replies: 3
- Views: 986
You don't seem to understand what the Folder stage reads. It has two "columns" - the first gets the file name (which must be non null, for obvious reasons), the second gets the entire file contents as a string. This is not the correct stage type for what you want to do. As Craig suggests, an operati...
- Fri Dec 23, 2005 2:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To handle Non English Characters
- Replies: 8
- Views: 2148
- Fri Dec 23, 2005 2:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Debugging a Routine
- Replies: 2
- Views: 1137
Welcome aboard! :D What were your expected and actual results? (You can use stage tracing to determine these, capturing them into a file, or the Debugger to see the values either side of the Transformer stage.) You can post the Routine code here if you like but, if you do, make sure to include the F...
- Fri Dec 23, 2005 1:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What kind error is it??
- Replies: 2
- Views: 1048
- Fri Dec 23, 2005 1:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: delete a unix file from datastage sequence.
- Replies: 9
- Views: 5101
- Fri Dec 23, 2005 1:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Keymanagement
- Replies: 2
- Views: 728
Ken's response shows you the standard technique; you need to determine whether the key already exists in the target table, and on that basis make the decision whether to insert (a new row) or update (an existing row). Life becomes marginally more complex implementing Type 2 slowly changing dimension...
- Fri Dec 23, 2005 1:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installation is not creating the DataStage Project folder
- Replies: 7
- Views: 4471
This is one of a series of posts where sudheerkumar is experiencing difficulty installing (a Windows version?) of DataStage on an unsupported Linux platform (SuSE 9). Until we get a statement that it is not a Windows version being installed, there's not a lot of value trying to pursue why shared mem...
- Fri Dec 23, 2005 1:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RANDOM SURROGATE KEY
- Replies: 7
- Views: 3932
- Fri Dec 23, 2005 1:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XLSHEET AS A SOURCEDATA
- Replies: 14
- Views: 3612
Click on the GetSQLInfo button (stage properties) to ensure that your query is constructed with the correct quote and delimiter characters. When you're building up to it, as Arnd suggested, test with a column name that has no spaces in it before introducing a column name that does have spaces. It do...
- Fri Dec 23, 2005 1:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Varrying Processing of time of Rows n Elapsed Time
- Replies: 3
- Views: 1054
Your reported results are probably just a statistical artifact of rounding to whole seconds, and doing so before performing the division for rows/sec. For example, a stage/job that completes in under 0.5 seconds will report 0 rows/sec (which technically means no rows processed, but the row count rep...
- Fri Dec 23, 2005 12:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ROLLBACK SEGMENT ERROR
- Replies: 4
- Views: 1469
- Fri Dec 23, 2005 12:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove Message Handler
- Replies: 3
- Views: 2324
- Thu Dec 22, 2005 11:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Startup and Production Run Time
- Replies: 4
- Views: 2017
Startup time includes all the time needed to get the conductor and section leader processes started and may - I'm not 100% sure on this - include time for the job to reach a status of Running on all nodes. Production run time is that period between when the first operator begins and the final operat...
- Thu Dec 22, 2005 10:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameterize the shell script path in Execute command stage
- Replies: 3
- Views: 1886