Search found 6797 matches
- Wed May 23, 2007 9:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unix Scritp with Multi Instance
- Replies: 2
- Views: 913
- Wed May 23, 2007 9:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in storing the SQL o/p into DS Varaible
- Replies: 4
- Views: 1037
A job before this job. That runs your sql and stores it in USER STATUS. Then the second job is invoked which passes the value of USER STATUS to a job parameter. Bind the two jobs using a sequence job. Alternately, you can also land your value to a flat file and in the sequence job, cat the result of...
- Wed May 23, 2007 7:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Parameters in Execute Command Stage
- Replies: 9
- Views: 2543
- Wed May 23, 2007 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Parameters in Execute Command Stage
- Replies: 9
- Views: 2543
- Wed May 23, 2007 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning Problems in Join,Merge and Lookup
- Replies: 5
- Views: 2074
Try to get rid of the warnings instead of demoting it. Search on the error message on the "How to". As for message handling, you can only do it from the director. No method, that I know of, can demote the warning message within a job, other than in a modify stage using NOWARN, but thats for modify s...
- Wed May 23, 2007 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while trying to load timestamp data into oracle
- Replies: 8
- Views: 1689
- Tue May 22, 2007 2:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp from date
- Replies: 5
- Views: 1678
- Tue May 22, 2007 1:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp from date
- Replies: 5
- Views: 1678
- Tue May 22, 2007 1:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparing Nulls.........
- Replies: 8
- Views: 1920
- Tue May 22, 2007 12:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sigbus
- Replies: 10
- Views: 3270
- Tue May 22, 2007 11:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sigbus
- Replies: 10
- Views: 3270
But with ODBC stage, 32bit or 64bit should not matter as an external third party odbc driver is being used. Anywho, there is something else going on. Just for debugging, load to a flat file. See if the error persists. If it goes away then we have isolated the problem to be in the odbc stage. Then tr...
- Tue May 22, 2007 9:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage and CORBA
- Replies: 14
- Views: 4098
- Tue May 22, 2007 9:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Before job Routine!
- Replies: 2
- Views: 1031
- Tue May 22, 2007 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage and CORBA
- Replies: 14
- Views: 4098
And you would probably use WaitForFile activity to ensure that Corba has written the data to a file on your OS filesystem. You may still face issues if you have to send something back to corba(handshaking), in which case , the wait for file should trigger a job or routine that creates a file that c...
- Tue May 22, 2007 8:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: sigbus
- Replies: 10
- Views: 3270