Search found 42189 matches

by chulett
Thu Feb 25, 2010 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status code = -9999 DSJE_DSJOB_ERROR
Replies: 21
Views: 16291

OK, just seemed that way to me based on zulfi123786 being the only one mentioning anything that seemed 'user based' where things worked under one user but didn't under another. Arnd was the one responding to datisaq's query on the how of the umask setting. I agree it's a best practice and all, I jus...
by chulett
Thu Feb 25, 2010 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Logs
Replies: 1
Views: 963

Some of it is cache delay but your job might not be as dead as you think. Try a "ps -ef |grep phantom |grep -v grep" from your command line and kill (NOT a kill -9 but just kill) any left-over processes you can find for it.
by chulett
Thu Feb 25, 2010 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status code = -9999 DSJE_DSJOB_ERROR
Replies: 21
Views: 16291

Ray was responding to zulfi123786 rather than you, I believe. Your problem is one of syntax I would wager. You need to provide full credentials from the command line, meaning userid and password. For 8.x they added in the need for the domain as well, so add all three to the command line and let us k...
by chulett
Wed Feb 24, 2010 11:45 pm
Forum: General
Topic: INFAXchange?
Replies: 2
Views: 871

INFAXchange?

Out of curiousity, for those of you that dabble in both worlds, what's the Informatica equivalent of DSXchange? Looking for the best peer-to-peer support forum for that other tool.

Thanks.
by chulett
Wed Feb 24, 2010 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status code = -9999 DSJE_DSJOB_ERROR
Replies: 21
Views: 16291

Re: Status code = -9999 DSJE_DSJOB_ERROR

datisaq wrote:I have ran the other jobs also but still the same error.
And this means what exactly? You cannot run any job as all attempts get this error or everything else runs fine and you get this error only for this particular job? :?
by chulett
Wed Feb 24, 2010 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove string from string
Replies: 10
Views: 2557

chulett wrote:You would need the PX version of EReplace that's posted here somewhere.
That or perhaps Ray's "Left:Right solution". :wink:
by chulett
Wed Feb 24, 2010 11:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job error
Replies: 11
Views: 2588

What "OLD repository" would we be talking about here? :?
by chulett
Wed Feb 24, 2010 7:10 pm
Forum: IBM QualityStage
Topic: Parallel Job not stopping after processing records
Replies: 7
Views: 2320

This question has already been re-posted in the proper forum, btw.
by chulett
Wed Feb 24, 2010 7:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update RT_CONFIG?
Replies: 10
Views: 2580

Yes, please explain why you think you "need" to do this using UV commands.
by chulett
Wed Feb 24, 2010 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove string from string
Replies: 10
Views: 2557

In the posted examples, true, but I'd be worried about that pattern holding up for all of the real data they need to process.
by chulett
Wed Feb 24, 2010 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: number of working days in a week
Replies: 5
Views: 1669

Sorry, I had an immediate need to go for a job interview, so that took precedence. :? And people can't decide on a solution for you, it needs to be something your company can support. For example, how will you know that "02/17/2010" is a holiday? Someone can lay out a solution that leverag...
by chulett
Wed Feb 24, 2010 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter
Replies: 8
Views: 1477

I guess I can be Ray if that helps. :wink:
by chulett
Wed Feb 24, 2010 6:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: istool client
Replies: 5
Views: 3271

Yes, you are absolutely correct that "long filenames" in DOS require quoting if they contain spaces, with "Program Files" typically being the first culprit people stumble across this with. That or you need to sub in the original 8.3 format name that is still actually there and hi...
by chulett
Wed Feb 24, 2010 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: remove string from string
Replies: 10
Views: 2557

But won't that do a character by character replacement, meaning sending it "GH" won't remove the string "GH" but rather all the "G"s and all the "H"s instead? :?

You would need the PX version of EReplace that's posted here somewhere, I would think.
by chulett
Wed Feb 24, 2010 6:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle date format OCI returns
Replies: 8
Views: 3526

Hopefully this is all an academic excercise to assertain whey it is behaving differently in different environments. As a Best Practice you should stick with using a Timestamp for Oracle DATE fields and letting the stages generate the SQL with the appropriate TO_CHAR() and TO_DATE() functions. That t...