Search found 42189 matches
- Mon Aug 29, 2016 7:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential File read limit
- Replies: 10
- Views: 4011
- Mon Aug 29, 2016 7:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared Container best practices
- Replies: 2
- Views: 3930
IMHO they serve two purposes. One is the typical 'reusable code' usage. If you have common business logic that will be used in multiple places, they allow you to have one set of code that everyone can use so the rules are applied correctly in all cases. Another use is as a local container (not share...
- Mon Aug 29, 2016 6:48 pm
- Forum: General
- Topic: Very slow in running datastage job sequences
- Replies: 16
- Views: 5775
Please let me know if we need to verify any other place holders to understand the reason for slowness in post process routines functions execution. Hard to say much more until you provide enough details of exactly what it is you are doing to allow someone to help you. Suggest you either spell out i...
- Mon Aug 29, 2016 5:24 am
- Forum: General
- Topic: dssetparm apt_config_file
- Replies: 18
- Views: 7213
Did you check 'paramerr' after the function call? What is 'job2'? It needs to be a handle to a job, not an actual job name, obtained using DSAttachJob.
- Fri Aug 26, 2016 9:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup memory issue
- Replies: 3
- Views: 2383
It all by itself doesn't have to reach 2GB, it just has to push the total used by that process over 2GB. Wow, the entire project has everything running on a single node? Kind of defeats the purpose of the tool IMHO. And yes, using multiple nodes would mean understanding and testing partitioning. So....
- Fri Aug 26, 2016 8:59 am
- Forum: General
- Topic: Potential Issue with DSJS.RUNWARN in Sequence Job
- Replies: 9
- Views: 3406
- Fri Aug 26, 2016 7:53 am
- Forum: General
- Topic: Potential Issue with DSJS.RUNWARN in Sequence Job
- Replies: 9
- Views: 3406
- Thu Aug 25, 2016 10:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: oracle stage suspended during insertion
- Replies: 10
- Views: 3778
No, he means set the stage property so it runs sequentially in your parallel job, i.e. one instance only. That or run on a single node. IMHO a better solution would be to understand why it is 'suspended' - deadlocks? Blocking locks? And then change from 'auto' to one where you control the partitioni...
- Thu Aug 25, 2016 3:15 pm
- Forum: General
- Topic: Very slow in running datastage job sequences
- Replies: 16
- Views: 5775
Sorry but what kind of response are you looking for? Seems like you have identified your 'issue' so perhaps you need to look at optimizing your routine... hard to say without knowing anything about it, what it does and how it is coded. Or perhaps some of those activities can be time-shifted? Meaning...
- Thu Aug 25, 2016 1:01 pm
- Forum: General
- Topic: Potential Issue with DSJS.RUNWARN in Sequence Job
- Replies: 9
- Views: 3406
- Thu Aug 25, 2016 11:45 am
- Forum: General
- Topic: Potential Issue with DSJS.RUNWARN in Sequence Job
- Replies: 9
- Views: 3406
- Thu Aug 25, 2016 7:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup memory issue
- Replies: 3
- Views: 2383
- Thu Aug 25, 2016 12:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML
- Replies: 5
- Views: 2779
- Wed Aug 24, 2016 11:49 am
- Forum: General
- Topic: ETL Development standards, best practices, guidelines etc.,
- Replies: 6
- Views: 2893
Not that I recall on 'standards' and such. There has always be a Server Job Developer's Guide that shipped with the product or the online documentation that you can find here.
- Mon Aug 22, 2016 7:18 am
- Forum: General
- Topic: Jobs compile but will not run
- Replies: 14
- Views: 2507