What changed 'day before yesterday' or its day before ?
What happened after your reboot?
How are you running the jobs? i.e through OS prompt or via DS?
What steps happen before you get the error ?
Search found 3329 matches
- Wed Mar 04, 2009 8:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence job (restartable) will abort due to previous unreco
- Replies: 6
- Views: 5898
- Wed Mar 04, 2009 8:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToTimestamp err
- Replies: 23
- Views: 5038
Code: Select all
StringToTimestamp(DSLink8.Eff_date:' 00:00:00',"%m/%d/%yyyy %hh:%nn:%ss") - Wed Mar 04, 2009 8:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to View data using a ODBC stage
- Replies: 6
- Views: 3007
- Wed Mar 04, 2009 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: MERGE STATEMENT in datastage?
- Replies: 9
- Views: 6373
- Wed Mar 04, 2009 3:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: StringToTimestamp err
- Replies: 23
- Views: 5038
Did you do
OR
Code: Select all
StringToTimestamp(DSLink8.Eff_date,"%yyyy-%mm-%dd %hh:%nn:%ss") Code: Select all
StringToTimestamp(DSLink8.Eff_date,%yyyy-%mm-%dd %hh:%nn:%ss) - Wed Mar 04, 2009 3:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UDB API stage deadlock or timeout Reason code SQLSTATE=57033
- Replies: 4
- Views: 1281
- Tue Mar 03, 2009 10:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamically reading Schema file in Sequential File Stage
- Replies: 10
- Views: 5226
- Tue Mar 03, 2009 9:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence job (restartable) will abort due to previous unreco
- Replies: 6
- Views: 5898
- Tue Mar 03, 2009 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Columns to rows
- Replies: 1
- Views: 824
- Tue Mar 03, 2009 6:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamically reading Schema file in Sequential File Stage
- Replies: 10
- Views: 5226
- Tue Mar 03, 2009 5:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UDB API stage deadlock or timeout Reason code SQLSTATE=57033
- Replies: 4
- Views: 1281
- Tue Mar 03, 2009 5:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do to pattern matching in stage variable
- Replies: 10
- Views: 3113
- Tue Mar 03, 2009 5:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamically reading Schema file in Sequential File Stage
- Replies: 10
- Views: 5226
- Tue Mar 03, 2009 4:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How do to pattern matching in stage variable
- Replies: 10
- Views: 3113
- Tue Mar 03, 2009 4:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Metadata driven job execution
- Replies: 4
- Views: 1245
Simplest will be to have 2 columns - keyCol and nonKeyCol (both Varchar). Send all key cols concatenated with markers into keyCol and non key to nonKeyCol. When reading, split them accordingly. Second option (This is a guess...maybe Ray can ratify !!) 1.) Create an universe ODBC link 2.) First job t...