Search found 53125 matches
- Tue Jan 27, 2004 10:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Carriage Returns in XML
- Replies: 6
- Views: 2823
Umm... You could post-process the generated XML code to remove all carriage returns other than those following a closing tag (or remove them all then place one after each closing tag). Don't know how to do what you want with the XML Writer stage, but the above would be quite straightforward to do in...
- Tue Jan 27, 2004 9:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The Next level of the Transformer
- Replies: 3
- Views: 916
- Tue Jan 27, 2004 9:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job to move Data in Vertical format to Horizontal Format
- Replies: 17
- Views: 14440
Did you even stop to ponder my solution? I have many years experience with this product, as my more than 2000 posts here suggest. This solution will work irrespective of source and target.
See also http://www.dsxchange.com/viewtopic.php?t=86415
See also http://www.dsxchange.com/viewtopic.php?t=86415
- Tue Jan 27, 2004 9:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installing DS 7 not using root
- Replies: 10
- Views: 3045
- Tue Jan 27, 2004 9:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reference link with multirow result set in DB2 stage
- Replies: 3
- Views: 1645
- Mon Jan 26, 2004 11:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Handling database rejects for db2 api stage
- Replies: 10
- Views: 4994
How this is done varies between parallel and server jobs. The piece you've quoted from the manual relates to server jobs, for which Vince provided the clarification that it is the Transformer stage in which rejected rows are identified and redirected. Unfortunately I do not have access to PX at the ...
- Mon Jan 26, 2004 11:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing of a Orchestrate schema into a DS inRec: *;
- Replies: 7
- Views: 3661
- Mon Jan 26, 2004 7:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job to move Data in Vertical format to Horizontal Format
- Replies: 17
- Views: 14440
- Mon Jan 26, 2004 3:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Installing DS 7 not using root
- Replies: 10
- Views: 3045
Read the installation instructions again. The only possible user ID (apart from root) that you can use to install DataStage is dsadm. Were you using this ID? There is a separate chapter in the Install and Upgrade Guide (which installs with all the other manuals with your client software) about how t...
- Mon Jan 26, 2004 3:15 pm
- Forum: General
- Topic: Parameters in Datastage Sequences
- Replies: 6
- Views: 5225
checking for a successful DSSetParam call to ensure it was ok for each parameter you set in each job. No less important, if you "roll your own", is checking that DSGetParamInfo calls were successful. Build in insurance against future developers, who obviously know/care less than you (always a safe ...
- Mon Jan 26, 2004 3:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Forming a Dynamic Query in UDB
- Replies: 1
- Views: 763
Neater and cleaner: do it in a job sequence, or in a "roll your own" job control routine. This can pass the date to the main job (parallel or server) as a parameter value. Another way is to extract the date into a text file, as you indicated, then load an environment variable with the date. CREATEDA...
- Mon Jan 26, 2004 3:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in DSDeadLock.log (LK_cleanup_pshm)
- Replies: 1
- Views: 1902
LK_cleanup_pshm is the module called by uvdlockd (dsdlockd in later releases) that cleans up locks held by the defunct process that owns the printer shared memory segment, as part of reclaiming that process's resources. It can "fail" if it can't clean up the locks because they're shared locks also h...
- Mon Jan 26, 2004 12:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is it different running between Designer and Director ?
- Replies: 1
- Views: 2315
Was it a large difference? What are your measures? Rows/second is not a reliable metric. Can you provide elapsed times? Total volume of data? Did you take any steps to eliminate the effects of cache? (For example, the second run will benefit greatly from operating system and disk controller cache). ...
- Sun Jan 25, 2004 3:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server hit by lots of log queries
- Replies: 31
- Views: 6529
There's no such utility in the product (though you could create a DataStage job to do it). Many folks have created such a utility; a search on the forum should find a few of them. It can be done from the TCL shell (or from the Administrator client Command window). DIVERT.OUT ON &UFD& dslog.txt SELEC...
- Sat Jan 24, 2004 9:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Change Data Detection - Approach
- Replies: 9
- Views: 2907
Welcome aboard! This topic has been covered in the past, so why not begin by undertaking a search of the forum (see Search in the menu bar). Likely useful topics include CDC, "change data detection", "detection" and CRC32. You might be surprised to find that others have already been down this path! ...