Search found 42189 matches

by chulett
Thu Oct 25, 2007 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 10817

Odd... I didn't think it was possible to not have that pointer to $DSHOME on a UNIX system. :?

Can you simply do a "cd $DSHOME" instead? All you are trying to do is get to the DSEngine directory so that you can 'source' the dsenv file to properly initialize your environment for dsjob.
by chulett
Thu Oct 25, 2007 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 10817

There's a space between the "t" and the "/":

Code: Select all

cd `cat /.dshome`
by chulett
Thu Oct 25, 2007 2:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Webserivces Pack Installation Issues
Replies: 6
Views: 1302

Talk to your DataStage admin. If it was installed, the stages would be showing up for you, so I'll wager it has not been.
by chulett
Thu Oct 25, 2007 2:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Webserivces Pack Installation Issues
Replies: 6
Views: 1302

There's a Server component that needs to be installed as well, from what I recall.
by chulett
Thu Oct 25, 2007 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inner Join in ServerEdition
Replies: 5
Views: 1786

kondeti - that's not a "workaround", that is the answer. Constrain your output to only the lookup rows that succeeded = inner join.
by chulett
Thu Oct 25, 2007 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Corrupt
Replies: 10
Views: 3446

Then everyone was in fact not out of the project and the REINDEX failed. You should try again.
by chulett
Thu Oct 25, 2007 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Overriding warning limit options at Job level from Sequencer
Replies: 7
Views: 2132

In other words, all child jobs inherit the parent job's warning limit when run via the Job Activity stage in a Sequence. Is that what you want to happen?
by chulett
Thu Oct 25, 2007 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Project Corrupt
Replies: 10
Views: 3446

You have to use a real job name, not literally 'JOBNAME' in the select.
by chulett
Thu Oct 25, 2007 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can any one look into this??
Replies: 2
Views: 1160

Two suggestions: 1) You start using better thread subjects rather than your "anyone" pleas. Of course, there are all kinds of "anyones" that can help with or look into issues here, that's the whole point of our existence. 2) 'Details' regarding RCP can be had by reading the documentation. Then come ...
by chulett
Thu Oct 25, 2007 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJOB Error -134
Replies: 5
Views: 2117

ray.wurlod wrote:Prove (perhaps using echo commands) that all the environment variables you have specified on the command line actually have values assigned.

Rather than worrying about the "-server" bit, suggest you answer this instead.
by chulett
Thu Oct 25, 2007 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User status in parallel
Replies: 8
Views: 6293

Why convert everything to PX? Continue to use a Server job for the first part. USERSTATUS is only supported in PX using a BASIC Transformer.
by chulett
Thu Oct 25, 2007 7:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mapping a DataStage session to a user and project
Replies: 10
Views: 2446

So is this being purposefully obfuscated? :?
by chulett
Thu Oct 25, 2007 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running the job on 5thBusinessday of every month
Replies: 1
Views: 723

You don't approach this at all, in my opinion. You hand this requirement to your AutoSys folks and tell them when it needs to run. Their problem, not yours.
by chulett
Thu Oct 25, 2007 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Touch File mechanism
Replies: 8
Views: 4324

So... where are we at with this? I don't see a question in your latest post, so not sure if you have a direction, the answers you need... :?
by chulett
Thu Oct 25, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error whil executing userdefined function in DS
Replies: 4
Views: 907

Exactly - two things will typically generate that 'invalid character' error in Oracle: a semi-colon or untranslated job parameters.