Search found 42189 matches

by chulett
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

I assumed so... basically an "apples to apples" comparison.
by chulett
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

I'd be surprised if there's any appreciable difference but that's just gut feeling based on nothing but what I had for breakfast. Be curious what the answer turns out to be...
by chulett
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

DateFromDaysSince()
by chulett
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 ...
by chulett
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

Did they give you any idea as to what caused the problem?
by chulett
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...
by chulett
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...
by chulett
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

You can't create any part of a data set using touch.
by chulett
Fri Sep 16, 2011 6:46 am
Forum: General
Topic: DS Auditing
Replies: 4
Views: 1383

No, it does not. There is some "etc" however, a DS_AUDIT table tracks changes to objects in the repository. Not the details of the what but the when of the what, if that makes sense.
by chulett
Fri Sep 16, 2011 6:41 am
Forum: General
Topic: Unable to Create a Project
Replies: 31
Views: 11333

praguur86 wrote:I have copied the existing projects as testproj.
You can't simply "copy" a project from the command line.
by chulett
Thu Sep 15, 2011 9:05 pm
Forum: General
Topic: db issue
Replies: 12
Views: 3487

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...
by chulett
Thu Sep 15, 2011 8:08 pm
Forum: General
Topic: db issue
Replies: 12
Views: 3487

Is the database you're using a secret?
by chulett
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.
by chulett
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...