Search found 42189 matches
- Wed Jun 11, 2008 9:13 pm
- Forum: General
- Topic: Automation process in Datastage for File Splitting
- Replies: 5
- Views: 3799
- Wed Jun 11, 2008 9:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Env variables through dsjob
- Replies: 23
- Views: 6134
- Wed Jun 11, 2008 8:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort and Choose top record
- Replies: 13
- Views: 5013
How much work have you done with stage variables? When used in a certain fashion, they allow you to compare a value from the current row with a value from the previous row. You can do this to 'detect a change in your grouping column' such that you know when that first value per group has hit the sta...
- Wed Jun 11, 2008 7:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sort and Choose top record
- Replies: 13
- Views: 5013
- Wed Jun 11, 2008 7:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Env variables through dsjob
- Replies: 23
- Views: 6134
- Wed Jun 11, 2008 7:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fault Type 11
- Replies: 16
- Views: 6066
Ok, let me ask this. What version of the Oracle client do you have installed on your DataStage server? When I've had Oracle related issues like this, my Fault Type was 10, not 11, but perhaps it is still an issue here. I see your database version is 10gR2, I'm specifically wondering about the client...
- Wed Jun 11, 2008 7:02 pm
- Forum: General
- Topic: Any way to update DRS Stage attributes on mass?
- Replies: 1
- Views: 911
Well... a 'brute force' Old School method would be to export the entire project and then use your editor of choice on the resulting .dsx file to do the string replacements you'd need for this. Re-import and re-compile. There's probably some way to do update sql against DS_JOBOBJECTS and make the cha...
- Wed Jun 11, 2008 6:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Env variables through dsjob
- Replies: 23
- Views: 6134
- Wed Jun 11, 2008 6:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is new in DataStage 7.5.3
- Replies: 13
- Views: 63643
- Wed Jun 11, 2008 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Accessing tables from a routine
- Replies: 3
- Views: 1138
Keep in mind the fact that you wouldn't *need* to run a separate audit job after each job completes, but could do so once after all jobs have run. For sql from routines, you'd need to leverage ODBC via the BCI or BASIC Call Interface, not something for the faint hearted. Never mind the fact that the...
- Wed Jun 11, 2008 1:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Accessing tables from a routine
- Replies: 3
- Views: 1138
- Wed Jun 11, 2008 11:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: After-job subroutine
- Replies: 6
- Views: 1985
- Wed Jun 11, 2008 9:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: OpenLink][ODBC][Progress Server]Failure getting record lock
- Replies: 6
- Views: 3219
Google should turn up a ton of links on the subject, for example this one. The concepts are similar across all databases. Again, questions like this really need to either go to your DBA for Progress specific answers or through your official support provider back to the vendor for guidance, unless (o...
- Wed Jun 11, 2008 8:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: OpenLink][ODBC][Progress Server]Failure getting record lock
- Replies: 6
- Views: 3219
If anyone did, they would post them. Have you talked to your Progress DBA about this? My Progress days are way behind me so can't really offer any concrete advice except to see if there's any way to do a 'dirty' or 'uncommitted' read over ODBC. That's a 'standard' way to get around record locks but ...
- Wed Jun 11, 2008 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using User_defined SQL Query file in DRs Stage
- Replies: 2
- Views: 1280