Search found 53125 matches
- Mon May 21, 2007 3:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage API -c program.
- Replies: 16
- Views: 8233
- Mon May 21, 2007 3:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage - Implicit conversion
- Replies: 12
- Views: 9593
- Mon May 21, 2007 3:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Usage Analysis- Manager
- Replies: 2
- Views: 907
There are steps that you should have taken. Diligent and systematic management of table definitions. Usage Analysis relies upon the linkage between the Repository and the job design being maintained and preserved. In short, this means that you import table definitions into the Repository and load th...
- Mon May 21, 2007 3:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSjob runs fine when using a table but fails using a view
- Replies: 4
- Views: 936
- Mon May 21, 2007 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SEQUENTIAL FILE STAGE OPTIONS
- Replies: 1
- Views: 911
- Mon May 21, 2007 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get the value of a sequence from an Oracle stage.
- Replies: 12
- Views: 3073
If this really is a parallel job as you have indicated there may be more issues with your approach. Will you execute this query on each processing node? In that case you will retrieve different values. Do you really need to get the value? Why not just incorporate the reference to the sequence in use...
- Mon May 21, 2007 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Instance
- Replies: 14
- Views: 6593
- Mon May 21, 2007 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ConnectToDB2 routine
- Replies: 9
- Views: 2540
- Mon May 21, 2007 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what are the advantages of using sync sort
- Replies: 2
- Views: 908
We'd love to help you out - which way did you come in? You've been here long enough to know that we encourage self help. In this case a Google search (or similar) would have turned up thousands of hits, including the SyncSort web site itself where you can get loads of additional information. A searc...
- Mon May 21, 2007 2:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Record count mismatch in DS and UNIX
- Replies: 1
- Views: 1065
- Mon May 21, 2007 2:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to kill or release a DS job.
- Replies: 7
- Views: 2516
From the Administrator client you can issue UNIX commands via the SH verb. Find the job in status view of Director. Double click to identify the process ID of the job's parent process. Using ps or any other command, identify the child processes of the job's parent process. Check that none of these h...
- Mon May 21, 2007 2:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unix- Dos Style Issue
- Replies: 8
- Views: 2356
- Mon May 21, 2007 2:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic Hashed file to Static Hashed file conversion
- Replies: 9
- Views: 2869
Write cache enabled is usually the better choice, since random writes to groups can be done to memory addresses then the groups flushed in sequential order to disk. There will be an interval during the flushing when the row count ceases to increment (they are all in memory) but the clock keeps runni...
- Mon May 21, 2007 2:26 pm
- Forum: IBM QualityStage
- Topic: Service orientation of QS jobs
- Replies: 3
- Views: 1166
- Mon May 21, 2007 6:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ConnectToDB2 routine
- Replies: 9
- Views: 2540
Code: Select all
Call DSLogWarn(ResultText, "Problem connecting")