Search found 15603 matches
- Tue Mar 21, 2006 5:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance using DRS stage
- Replies: 6
- Views: 1223
- Tue Mar 21, 2006 4:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: column width error
- Replies: 4
- Views: 923
- Tue Mar 21, 2006 4:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to create a Project with deleted name
- Replies: 21
- Views: 6875
- Tue Mar 21, 2006 3:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: seqfile output without seqencer job
- Replies: 12
- Views: 1664
I would load your header sequential file to a hashed file with a sequential numeric key. In your job you will have a transform stage with a lookup to this hashed file. You define a stage variable to detect whether the current row has changed values in the first column, if so you increment a stage va...
- Tue Mar 21, 2006 3:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to create a Project with deleted name
- Replies: 21
- Views: 6875
- Tue Mar 21, 2006 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: column width error
- Replies: 4
- Views: 923
- Tue Mar 21, 2006 2:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to create a Project with deleted name
- Replies: 21
- Views: 6875
- Tue Mar 21, 2006 2:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: seqfile output without seqencer job
- Replies: 12
- Views: 1664
- Tue Mar 21, 2006 2:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: add/minus months function
- Replies: 11
- Views: 4157
- Tue Mar 21, 2006 2:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to retrieve correct number of records
- Replies: 4
- Views: 889
Where did you get the invalid run parameters from - the only sure method is to look at the director log entries. The error does sound quite odd and we all hate sporadic problems. Can you think of any outside factor that correlates to the problems happening (time of day, phase of moon [just kidding],...
- Tue Mar 21, 2006 2:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: seqfile output without seqencer job
- Replies: 12
- Views: 1664
- Tue Mar 21, 2006 2:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to insert into UV.ACCOUNT
- Replies: 18
- Views: 15919
This tells me that your ED UV.ACCOUNT Project2 was not done correctly; confirmed by your not finding that entry when doing your SELECT * FROM UV.ACCOUNT... statement. What do you mean Is for the one which was deleted from unix - this is a different problem. I understood that you mistakenly deleted a...
- Tue Mar 21, 2006 2:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance problem with Job (Flat file to Oracle)
- Replies: 29
- Views: 8079
- Tue Mar 21, 2006 2:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Win32.5 error when restarting DataStage Server
- Replies: 1
- Views: 669
- Tue Mar 21, 2006 2:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: unable to retrieve correct number of records
- Replies: 4
- Views: 889
Since DataStage just passes the query through to the database, I would tend to assume that your runtime values for start_time and end_time are not correct for the invalid runs. Particularly as the error seems to return 0 rows - as if one of the 2 AND'ed conditions might be wrong. Check the parameter...