Does the behaviour change is you set APT_DISABLE_COMBINATION to "true" at the job level?
You might also dump the score to see if one of the two copy stages is not being optmized away.
Search found 15603 matches
- Thu Dec 27, 2012 6:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Link count for copy stage
- Replies: 1
- Views: 956
- Thu Dec 27, 2012 6:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer as Source
- Replies: 4
- Views: 1350
- Wed Dec 26, 2012 5:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to dynamically generate rows
- Replies: 14
- Views: 4892
- Wed Dec 26, 2012 5:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid character found converting string
- Replies: 2
- Views: 1495
- Mon Dec 24, 2012 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting the data after zero
- Replies: 4
- Views: 2001
Assuming that the string will always have at least one zero:
Code: Select all
Trim(Field(Arg1,'0',2,999),'0','L')- Mon Dec 24, 2012 8:32 am
- Forum: General
- Topic: Differences between various datafile types
- Replies: 1
- Views: 955
- Mon Dec 24, 2012 4:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: date function
- Replies: 3
- Views: 1697
- Mon Dec 24, 2012 4:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid character found converting string
- Replies: 2
- Views: 1495
There is no magic solution possible. If the UTF-8 (I assume that was a typo in your original post) character is not mapped to the Unicode counterpart then it can't be represented. Some of your choices are: - use UTF-8 everywhere to avoid conversion to Unicode - Ignore the warning - Convert these cha...
- Sun Dec 23, 2012 6:48 am
- Forum: General
- Topic: ERROR: Failed to open project
- Replies: 6
- Views: 1879
- Wed Dec 19, 2012 1:16 pm
- Forum: General
- Topic: Px Jobs are importing in uncompiled state
- Replies: 17
- Views: 13915
- Sat Dec 15, 2012 7:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compare files - Generic Job
- Replies: 6
- Views: 2283
If you plan on comparing all fields you can use a CDC stage to at least detect which rows are new/deleted/changed given a key. I've used this type of generic job often, but all I want to know is if there is a difference, not which columns have changed. If you really need to compute which of the colu...
- Wed Dec 12, 2012 8:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: warning on checking operator on lookup stage
- Replies: 5
- Views: 1708
- Wed Dec 12, 2012 6:03 am
- Forum: Site/Forum
- Topic: Slide-Ins
- Replies: 11
- Views: 8687
- Wed Dec 12, 2012 6:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Records lost when reading a hashed file after upgrading DS
- Replies: 5
- Views: 2236
- Fri Dec 07, 2012 10:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server job fails with ORA-04068
- Replies: 3
- Views: 2264