Search found 53125 matches
- Tue Feb 05, 2008 3:53 am
- Forum: General
- Topic: from BCP to Oracle using DataStage
- Replies: 9
- Views: 5125
- Tue Feb 05, 2008 3:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to convert the server jobs into pX jobs
- Replies: 2
- Views: 672
There are two methods. 1. Analyze the logic of the server jobs and write parallel jobs to implement that logic. You could, of course, hire a competent consultant to do this. 2. Give IBM a lot of money to do the same for you. They call it (their "service") "conversion tools" but most of it is outsour...
- Tue Feb 05, 2008 3:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could not check all operators because of previous error
- Replies: 3
- Views: 3493
- Tue Feb 05, 2008 3:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Received SIGPIPE signal caused by closing of the socket
- Replies: 10
- Views: 18483
- Tue Feb 05, 2008 3:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date format issue
- Replies: 4
- Views: 1354
- Tue Feb 05, 2008 3:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partitioning
- Replies: 1
- Views: 768
You seem to be confusing data partitions (~= processing nodes) with output links from a Filter or Transformer stage. Whatever you were to specify with DML expressions (in a Filter stage) will happen on every processing node - the data are already partitioned, and are being directed onto multiple lin...
- Tue Feb 05, 2008 3:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Column width
- Replies: 3
- Views: 840
- Tue Feb 05, 2008 3:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot preserve the partitioning of the parallel data set
- Replies: 10
- Views: 4594
Wherever you set ORACLE_HOME is a good place also to set NLS_LANG. Since you set ORACLE_HOME in the dsenv script for DataStage processes, that would be a good place for NLS_LANG too. Or you could set up NLS_LANG as an environment variable in the Administrator client, and therefore use different valu...
- Tue Feb 05, 2008 3:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversion
- Replies: 4
- Views: 928
- Tue Feb 05, 2008 3:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot-PX
- Replies: 5
- Views: 2437
- Tue Feb 05, 2008 3:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conversion of 32 bit hashed files to 64 bit using a routine
- Replies: 7
- Views: 1491
- Tue Feb 05, 2008 3:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: BULK LOADER 8.1
- Replies: 1
- Views: 614
WHEN are you getting this error (for example during design, during compilation, when requesting job execution, during job run)? Is there any more to the error message? Are there any additional error messages? Load Mode is one of the properties of this stage. Have you set its value and, if so, to wha...
- Tue Feb 05, 2008 3:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Weird Hash File problem
- Replies: 3
- Views: 1026
- Mon Feb 04, 2008 11:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dataset Column width
- Replies: 3
- Views: 840
I'm not aware of any documented limit on LongVarChar, and would be very surprised if it were as small as 4KB (because a VarChar can be that big). Suggestion: try VarChar(16384) rather than LongVarChar(16384) When, precisely, does this error occur? It is certainly possible to load VarChar(16384) or L...
- Mon Feb 04, 2008 11:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot-PX
- Replies: 5
- Views: 2437
Please be more exact about which stage types you have used in your design. We need to be precise about which particular "source stage" can not have an output link. Using version 7.5.1A on Linux the following job design does not generate the error you report. SequentialFile -----> Pivot -----> Sequen...