Search found 6797 matches
- Tue Aug 15, 2006 11:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: error compiling job
- Replies: 4
- Views: 930
- Tue Aug 15, 2006 11:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file is not getting Created.
- Replies: 3
- Views: 831
- Tue Aug 15, 2006 11:06 am
- Forum: General
- Topic: crash keys
- Replies: 7
- Views: 4399
In such a case use the database's ability to generate keys. Like in SQL Server, you make the key column as an identity column. This way the database generates a key everytime a record is inserted. One of the best ways to go about if multiple applications insert in the same table. If your concern is ...
- Tue Aug 15, 2006 12:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: COMMIT PROBLEM IN JOB
- Replies: 12
- Views: 4707
- Mon Aug 14, 2006 11:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Append records to a hash file
- Replies: 9
- Views: 1971
- Mon Aug 14, 2006 11:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic Files Creation
- Replies: 11
- Views: 3161
- Mon Aug 14, 2006 11:17 pm
- Forum: Site/Forum
- Topic: Kim Hits 3000
- Replies: 10
- Views: 4757
- Mon Aug 14, 2006 11:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to view data from localuv DSN
- Replies: 5
- Views: 2375
- Mon Aug 14, 2006 11:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Archived DS Logs that are in a readable form
- Replies: 15
- Views: 4632
You can use a custom script to extract the job logs by using the dsjob -logsum command and bring it in a readable format so that a DataStage job can pick it up and load it into a table. Or you can also use the repository tables. If you opt for the latter, just be aware the the repository structure m...
- Mon Aug 14, 2006 11:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: COMMIT PROBLEM IN JOB
- Replies: 12
- Views: 4707
- Thu Aug 03, 2006 11:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compile error in Transformer
- Replies: 9
- Views: 3548
- Tue Aug 01, 2006 9:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Append date with file
- Replies: 30
- Views: 4442
- Tue Aug 01, 2006 8:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error while compiling a job
- Replies: 3
- Views: 1091
As long as the job is opened in the designer, you will see it in the lock section in the director. "Cannot get exclusive access to the executable file for job XXX. Job may be being monitored" is also thrown by the designer when the job was being monitored and the monitor window was not closed. Also ...
- Tue Aug 01, 2006 8:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading any (random?) row from hash file
- Replies: 6
- Views: 2210
- Tue Aug 01, 2006 1:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Timeout parameter
- Replies: 6
- Views: 6370
What else is the job doing? Open the designer and try to view data , see how much time does it take to retrieve data. If its not taking that much time then the other transformations must be taking time. Do you have any after job subroutines? If you do then once the job executes, the status still rem...