Search found 42189 matches
- Sun Sep 18, 2011 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RCP job Vs Normal Job (Unix Server performance)
- Replies: 5
- Views: 2463
- Sun Sep 18, 2011 10:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RCP job Vs Normal Job (Unix Server performance)
- Replies: 5
- Views: 2463
- Sat Sep 17, 2011 10:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Convert number SAS to Date
- Replies: 1
- Views: 1275
- Fri Sep 16, 2011 10:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Stage Convert from Old v6.1 to new V8.1
- Replies: 29
- Views: 10346
The document is hosted at Kim Duke's website.
- Fri Sep 16, 2011 5:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FieldToProp: Internal error - Bad number of subobjects
- Replies: 10
- Views: 4144
We all know what it indicates, I was hoping they might have some Words of Wisdom as to what actually caused the corruption. Many moons ago, I had some odd corruption in a project although we'd had none of the normal situations that were known to cause that. Turned out to be a known bug in the dsapi ...
- Fri Sep 16, 2011 4:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FieldToProp: Internal error - Bad number of subobjects
- Replies: 10
- Views: 4144
- Fri Sep 16, 2011 4:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job abort during AGG OR SORT
- Replies: 24
- Views: 6267
Okay the input link to the SORT stage has processed all the rows but the output link doesnt show any rows processed from a long time, does this mean it is not configured correctly???? Don't confuse my advice about how a properly configured Aggregator will run with what you see in the Sort stage, it...
- Fri Sep 16, 2011 7:30 am
- Forum: General
- Topic: DSGetProjectInfo
- Replies: 3
- Views: 1497
Please don't post your questions in multiple forums and please try to pick the right one to post in. Are you looking for some way to return only a subset of jobs from the function or some way to filter the full list after it has been returned? The latter can be accomplished using O/S command like gr...
- Fri Sep 16, 2011 6:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS file
- Replies: 12
- Views: 3857
- Fri Sep 16, 2011 6:46 am
- Forum: General
- Topic: DS Auditing
- Replies: 4
- Views: 1383
- Fri Sep 16, 2011 6:41 am
- Forum: General
- Topic: Unable to Create a Project
- Replies: 31
- Views: 11333
That looks like an Oracle set command and it looks like it's working because the output has the pipe as the column separator. Yes, it does. I was hoping our friend would learn how to ask for help and realize that people need to include relevant details when describing their problem rather than just...
- Thu Sep 15, 2011 7:39 pm
- Forum: General
- Topic: Does Datastage installation bring a shell environment
- Replies: 8
- Views: 1970
As noted, the PX product ships with the MKS Toolkit which allows emulation of UNIX under Windows.
- Thu Sep 15, 2011 5:45 pm
- Forum: General
- Topic: Capture job abort return code and pass it to scheduling tool
- Replies: 1
- Views: 776
Your script should be passing any errors it encounters back out to the calling process, does it? Typically this would involve specifically setting the exit code of the script. If you're not doing this then there's no way for whatever runs the script - schedudling tool or otherwise - to know that the...