Search found 15603 matches
- Mon Dec 10, 2007 7:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Designer Menu Lost
- Replies: 8
- Views: 1689
- Mon Dec 10, 2007 7:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delimiter not found at offset
- Replies: 3
- Views: 10270
- Mon Dec 10, 2007 6:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Designer Menu Lost
- Replies: 8
- Views: 1689
- Mon Dec 10, 2007 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid Character conversion
- Replies: 11
- Views: 3299
- Mon Dec 10, 2007 6:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What is the meaning of Return Code 141 Of DataStge job
- Replies: 2
- Views: 3325
I didn't know what code 141 meant, but I used the search button to find it.
What is your dsjob syntax? Are you returning a unix code or a DataStage one? Are you certain you are actually running the job?
DSJE_LOGTOFAILED -141 Failed to log to UV account
What is your dsjob syntax? Are you returning a unix code or a DataStage one? Are you certain you are actually running the job?
- Mon Dec 10, 2007 6:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning for conversion from String to date
- Replies: 11
- Views: 3125
"did not work" doesn't help much in analyzing the problem. What happened? Did the machine crash? Was the output just 0000-00-00? Are you 100% certain that this date column is generated the error messages? Do you know which value of Date is causing this? You can narrow it down to the row - using IsVa...
- Mon Dec 10, 2007 4:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning for conversion from String to date
- Replies: 11
- Views: 3125
- Mon Dec 10, 2007 4:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: backup at unix server
- Replies: 1
- Views: 977
- Mon Dec 10, 2007 4:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Character data, right truncation occurred
- Replies: 8
- Views: 7474
CHAR is going to be same length, 1 byte per CHAR, on all systems unless you are working with multibyte NLS representations, in which case one CHAR can be multiple bytes. Actually, are you sure of you data types? The strings you listed in your original post are very reminiscent of binary data (i.e. C...
- Mon Dec 10, 2007 4:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning for conversion from String to date
- Replies: 11
- Views: 3125
sendmkpk/devidotcom - both of you are correct , I was wrong. Even though I had written DCOUNT I was thinking in terms of the COUNT function. COUNT("yyyy-mm-dd","-") is 2 and DCOUNT("yyyy-mm-dd","-") is 3. The "#2" part means "<>2". It makes sense to use the COUNT function in this place instead of DC...
- Mon Dec 10, 2007 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error:"main_program: Fatal Error: Field not found: Col1
- Replies: 7
- Views: 1744
The error message is clear. Without RCP you need to declare your source and target columns explicitly; in this case you haven't declared "Col1". When RCP is turned on the job assumes that a column exists when you use it, so this error would disappear. Since you didn't state what problems you are get...
- Mon Dec 10, 2007 3:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing COlumn name as parameter
- Replies: 1
- Views: 2121
- Mon Dec 10, 2007 3:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning for conversion from String to date
- Replies: 11
- Views: 3125
- Mon Dec 10, 2007 3:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid Character conversion
- Replies: 11
- Views: 3299
- Mon Dec 10, 2007 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI has fetched truncated data
- Replies: 10
- Views: 3554