Search found 42189 matches
- Fri Dec 28, 2012 4:38 pm
- Forum: General
- Topic: Failed to open project status code 73
- Replies: 3
- Views: 1912
- Fri Dec 28, 2012 3:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TimeStamp
- Replies: 11
- Views: 3575
- Fri Dec 28, 2012 7:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TimeStamp
- Replies: 11
- Views: 3575
- Thu Dec 27, 2012 5:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Connector View Data Error
- Replies: 6
- Views: 2904
- Thu Dec 27, 2012 5:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI Update - Failures not logged
- Replies: 5
- Views: 1701
- Thu Dec 27, 2012 5:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Column name in Pivot Stage
- Replies: 11
- Views: 8442
- Thu Dec 27, 2012 2:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call SP
- Replies: 13
- Views: 4104
- Thu Dec 27, 2012 1:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2 Connector View Data Error
- Replies: 6
- Views: 2904
- Thu Dec 27, 2012 1:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI Update - Failures not logged
- Replies: 5
- Views: 1701
As noted, there's no warning to log as nothing has failed. I'd suggest you look into a pre- or post-process to compare the keys in your source to the target and log anything that exists in the source but not the target. You could do all of that in your source SQL and then stream the problems to an a...
- Thu Dec 27, 2012 12:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI Update - Failures not logged
- Replies: 5
- Views: 1701
- Thu Dec 27, 2012 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TimeStamp
- Replies: 11
- Views: 3575
- Thu Dec 27, 2012 9:21 am
- Forum: General
- Topic: Routine DSX.UTILITYHASHLOOKUP did not finish OK, return code
- Replies: 2
- Views: 1015
- Thu Dec 27, 2012 9:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer as Source
- Replies: 4
- Views: 1350
- Wed Dec 26, 2012 11:27 pm
- Forum: General
- Topic: Job run automatic without any schedule
- Replies: 4
- Views: 1604
- Wed Dec 26, 2012 11:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call SP
- Replies: 13
- Views: 4104
Transformers aren't meant to be used as a source but found that you can do so provided you A) include a stage variable and B) constrain the output so it doesn't spit out records forever. I don't recall the gory details, but the job will not compile without the stage variable, I forget the error it t...