Search found 42189 matches
- Thu Jan 26, 2006 9:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Default Path for Files
- Replies: 9
- Views: 2636
- Thu Jan 26, 2006 9:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto Clearing Status File With Jobs
- Replies: 13
- Views: 4653
You and Kumar are a little... out of sync. The 'deadlocks' Kumar mentions are within DataStage and are totally unrelated to the issue you are facing in your Informix database. Without intimate knowledge of your job design, it would be hard to say exactly what is going on. You are either running into...
- Thu Jan 26, 2006 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: filter command in the sequential stage
- Replies: 4
- Views: 1172
- Thu Jan 26, 2006 3:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Default Path for Files
- Replies: 9
- Views: 2636
- Thu Jan 26, 2006 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: filter command in the sequential stage
- Replies: 4
- Views: 1172
- Thu Jan 26, 2006 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write to ORA_BULK stage
- Replies: 13
- Views: 2746
- Thu Jan 26, 2006 10:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Source Tables Column Conflict (OLEDB Input stage)
- Replies: 10
- Views: 2955
- Thu Jan 26, 2006 9:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write to ORA_BULK stage
- Replies: 13
- Views: 2746
- Thu Jan 26, 2006 9:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange Warning Message- Thoughts on it.....
- Replies: 6
- Views: 1584
- Thu Jan 26, 2006 8:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Strange Warning Message- Thoughts on it.....
- Replies: 6
- Views: 1584
- Thu Jan 26, 2006 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Write to ORA_BULK stage
- Replies: 13
- Views: 2746
- Thu Jan 26, 2006 8:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generates unique values
- Replies: 7
- Views: 1322
Since your source file has nothing at all to do with the output file why not approach the matter differently. Take a dummy source file with more rows than you want to generate and read it in a simple job. Ignore any columns from that source file, in your transform stage just set the output column v...
- Wed Jan 25, 2006 8:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Source Tables Column Conflict (OLEDB Input stage)
- Replies: 10
- Views: 2955
Re: Multiple Source Tables Column Conflict (OLEDB Input stag
so should it be: owner.tablename.column? Ack! Messed up the example, I'll need to go edit that. You could fully qualify it but you shouldn't have to typically there. Qualify the tablename in the Table / From section. So, owner.table and table.column should get you where you need to get. Assuming th...
- Wed Jan 25, 2006 5:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Update Query problem
- Replies: 10
- Views: 3459
- Wed Jan 25, 2006 5:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Source Tables Column Conflict (OLEDB Input stage)
- Replies: 10
- Views: 2955
Re: Multiple Source Tables Column Conflict (OLEDB Input stag
The problem I am having is in the source OLEDB stage, 2 of the columns (eg. ORDERID and ITEMID) are in common with 2 of the tables. In other words, there is a ORDERID and ITEMID in, say, 2 of the sources tables that are named the same. So when the SQL is generated there is a conflict because it doe...