Search found 15603 matches
- Fri Feb 03, 2006 1:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in Link Collector
- Replies: 4
- Views: 1797
- Fri Feb 03, 2006 12:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: last record
- Replies: 8
- Views: 1979
A database doesn't really have a "last" record - at least not until you give it sort criteria. If you have the sort criteria and invert it your 1st record is the one you want. Sequential files need to be read to the end in DataStage jobs to get the last record. You could use the UNIX "tail" command ...
- Fri Feb 03, 2006 12:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: About @DATE
- Replies: 9
- Views: 7407
- Fri Feb 03, 2006 12:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while Import
- Replies: 27
- Views: 9002
Kumar, both Ray and I are suggesting that, if you have a service contract and provider, you let them lead you through fixing the file(s). It isn't because we can't do it, it is just that there is a very high chance that you are going to lose data and that with on-site or direct telephone support you...
- Thu Feb 02, 2006 2:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP from mainframe "Carriage Return some records are no
- Replies: 1
- Views: 1544
- Thu Feb 02, 2006 2:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Drop
- Replies: 4
- Views: 1346
- Thu Feb 02, 2006 2:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Discrepancy in records
- Replies: 2
- Views: 968
- Thu Feb 02, 2006 2:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can't Remove Job?
- Replies: 10
- Views: 3137
Naveen, I think that was a correct answer, but to another question. JB, Option 4 should be to check the project files. Odd, it seems that sometimes the menu is different. I was looking at a version 7.1 project. I'm not at a DataStage machine so I can't check what the actual TCL command is, but perha...
- Thu Feb 02, 2006 1:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance Drop
- Replies: 4
- Views: 1346
- Thu Feb 02, 2006 11:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can't Remove Job?
- Replies: 10
- Views: 3137
- Thu Feb 02, 2006 11:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ETL training
- Replies: 5
- Views: 1648
- Thu Feb 02, 2006 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lock maintenance
- Replies: 7
- Views: 2371
Amos, I have seen the deadlock daemon stop running after a whle. Are you sure that the process is still active on your box? If the deadlock daemon is running, the what has probably happened is that your designer client crashed but the UNIX processes associated with that program are still running. If...
- Thu Feb 02, 2006 8:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Difference between Routine and Transform
- Replies: 7
- Views: 2302
I have to say that the official training is wrong on point (1) and although strictly speaking point (2) isn't incorrect it doesn't explain the major difference in how the code is executed at runtime. The initial purpose might have been to use specific data type and elements in transforms, but it is ...
- Thu Feb 02, 2006 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: lock maintenance
- Replies: 7
- Views: 2371
- Thu Feb 02, 2006 6:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while Import
- Replies: 27
- Views: 9002
Start off by getting all users out of the project and doing a UNIX level backup [and make sure it worked; it might be your only chance at getting a semi-useable system]. You can enter TCL as the administrator and issue a "UVFIXFILE DS_JOBOBJECTS" which won't fix anything, but will traverse the file ...