Search found 53125 matches
- Mon Jan 22, 2007 1:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to intercept warnings from Oracle stage
- Replies: 10
- Views: 2520
- Mon Jan 22, 2007 1:27 pm
- Forum: General
- Topic: CR/LF for the new generation
- Replies: 45
- Views: 19163
- Mon Jan 22, 2007 4:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Testing TIMESTAMP in RT_LOG
- Replies: 1
- Views: 1036
- Mon Jan 22, 2007 4:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator, Restricting count for individual group
- Replies: 23
- Views: 4062
- Mon Jan 22, 2007 4:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job access by other and cant unlock
- Replies: 24
- Views: 4496
The only way to capture the identity of the user of the UNLOCK command would be to wrap the command in an auditing routine. This technique is not covered in any of the DataStage documentation. Is anyone really interested? After all, once the lock is unlocked, they're off and running again. If it's d...
- Mon Jan 22, 2007 4:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to load jobs log into table?
- Replies: 4
- Views: 1124
A job log can be accessed with a Hashed File stage or a UV stage. You can create DataStage jobs to move the data. Of course, this will involve a job sequence, because you have to generate the log file name (RT_LOGnnn, where nnn is the job number). You could also use a Sequential File stage with dsjo...
- Mon Jan 22, 2007 4:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with uing check point run
- Replies: 11
- Views: 2699
- Mon Jan 22, 2007 4:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance with 7.1r2
- Replies: 8
- Views: 1588
- Mon Jan 22, 2007 4:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: First column in Hashed file should be a keyfield
- Replies: 1
- Views: 796
Hashed files are not navigated by field name or even by position in the grid, but by position in the data record. In the Columns grid on a hashed file stage you will find a column called Position; any field (column) with Position 0 is a key, while non-key fields are numbered 1, 2, 3 and so on. Provi...
- Mon Jan 22, 2007 4:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: mutlple columns into single column
- Replies: 3
- Views: 900
- Mon Jan 22, 2007 4:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage logs in the event viewer
- Replies: 1
- Views: 2713
- Mon Jan 22, 2007 4:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine to connect to DB2
- Replies: 14
- Views: 6824
- Mon Jan 22, 2007 3:58 am
- Forum: General
- Topic: Promoting jobs
- Replies: 2
- Views: 1742
- Mon Jan 22, 2007 3:57 am
- Forum: General
- Topic: Hash Files
- Replies: 1
- Views: 1195
No. The system doesn't "find" anything. You have to provide the location and name of the hashed file. In a Hashed File stage, you provide the pathname of the directory in which the hashed file exists (or is to be created) in the Stage properties, and the name of the hashed file in the link propertie...
- Mon Jan 22, 2007 3:53 am
- Forum: General
- Topic: DataStage project error
- Replies: 0
- Views: 1580
A project consists of three things, a directory containing the Repository objects and various other files, an entry in the UV.ACCOUNT hashed file, and various entries in the system tables for DataStage. Remove the project directory and all its contents. Remove the entry from the UV.ACCOUNT file. Get...