Search found 15603 matches
- Mon Oct 02, 2006 9:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Length(Varchar) in db2
- Replies: 8
- Views: 2545
- Mon Oct 02, 2006 9:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: year and month in oracle 9i dirct load
- Replies: 7
- Views: 1452
- Mon Oct 02, 2006 8:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: year and month in oracle 9i dirct load
- Replies: 7
- Views: 1452
- Mon Oct 02, 2006 3:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Row out of sequence error
- Replies: 2
- Views: 1071
- Sun Oct 01, 2006 3:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX Engine Issue
- Replies: 1
- Views: 714
Could you tell us what your configuration is like, perhaps post your APT_CONFIG file and note if you are using a networked PX system? Also, if you create a simple job with just a single column generator writing to a sequential stage /dev/null do you get the same error? It also helps debugging if you...
- Sat Sep 30, 2006 11:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage J2S2BsmXfm..Aggr detected
- Replies: 10
- Views: 3245
- Sat Sep 30, 2006 9:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage J2S2BsmXfm..Aggr detected
- Replies: 10
- Views: 3245
Giri - I think you've managed to break the record about giving the least amount of information about your problem in 2 posts - What are you doing in the aggregator? - When is the job aborting : immediately at the start or after processing some or many records? - if you use a dummy input file with ju...
- Sat Sep 30, 2006 6:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage J2S2BsmXfm..Aggr detected
- Replies: 10
- Views: 3245
Welcome to DSXchange. You will find that you getter better responses if you post in the correct category. The error looks like a server job error message from the Aggregator stage, is that correct? - Does this error occur right away or after some period? - if you do a "reset" of the job you will get...
- Fri Sep 29, 2006 8:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with UV
- Replies: 4
- Views: 1431
- Fri Sep 29, 2006 7:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with UV
- Replies: 4
- Views: 1431
- Fri Sep 29, 2006 4:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASHED FILE IS NOT READING SOURCE DATA
- Replies: 2
- Views: 946
Did you use a TRIM() on both the WRITE and on the LOOKUP side? You could check whether the keys have embedded blanks by writing a quickie job to output the hashed file key plus the result of the derivation "LEN(In.KEY)=LEN(TRIM(In.KEY))" to see if any are equal to "0". Also, are you using a compound...
- Fri Sep 29, 2006 2:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKsequences
- Replies: 17
- Views: 4756
I am using this in the Derivation for the stage variables KeyMgtGetNextValue('SEQ') -- svSEQ KeyMgtGetNextValue('SEQ1') -- svSEQ1 and using the stage variables for assigning the surrogate keys. My question is in the derivation where you use the stage variables are you certain that you haven't dropp...
- Thu Sep 28, 2006 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to read the max_key value and increment by 1 to the key
- Replies: 15
- Views: 4555
- Thu Sep 28, 2006 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_PMwaitForPlayersToStart error
- Replies: 3
- Views: 1226
- Thu Sep 28, 2006 2:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SDKsequences
- Replies: 17
- Views: 4756
calling the stage variables SEQ, and SEQ1 in the transform by KeyMgtGetNextValue('SEQ'), KeyMgtGetNextValue('SEQ1')... (I have posted this Above as well...) Please note that this is NOT what I was referring to. The stage variables are set to the appropriate value, but you assign them in a DERIVATIO...