Search found 42189 matches

by chulett
Mon May 12, 2008 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server stop and start timing
Replies: 12
Views: 2470

Have an SA or someone with root access kill it. You should also check for shared memory segments related to your instance tag.

FYI - you cannot have two installations of DataStage on one machine with the same instance tag.
by chulett
Mon May 12, 2008 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error: failed to convert date
Replies: 18
Views: 4616

It *should be* or *is*? I'd suggest you double-check, as from what I recall I could download either version for HP-UX.
by chulett
Mon May 12, 2008 7:29 am
Forum: General
Topic: Job getting aborted with out leaving any message
Replies: 18
Views: 3367

I didn't mention it because of concerns about db connections, but rather because I've seen the Oracle client cause a core dump just like that. And all kinds of jobs can work just fine and then that special one comes along that triggers some obscure bug in their code and blammo. And it always be repo...
by chulett
Mon May 12, 2008 7:08 am
Forum: General
Topic: Job getting aborted with out leaving any message
Replies: 18
Views: 3367

Hmmm... that one should be ok, or at least it has been in my experience on HP-UX. I was worried it was one of the earlier ones, like 9.2.0.1 for example. Out of curiousity, does that match your 9i database version?

You'll probably need to involve your official support provider on this one.
by chulett
Mon May 12, 2008 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: variable to get DataStage Home directory path
Replies: 8
Views: 6899

ArndW wrote:On sites with multiple DS instances there won't be a /.dshome file. I would prefer to stick with the simple, time-proven method that Ray suggested, "System(32)".

Ah. Thanks.

However, curious about the 'because of permissions problems' statement. :?
by chulett
Mon May 12, 2008 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Internal Error: failed to convert date
Replies: 18
Views: 4616

There's more going on than just the format of the date, it seems. Is this a PA-RISC or Itanium machine? I assume you pulled down the proper version of DataStage, yes?
by chulett
Mon May 12, 2008 6:50 am
Forum: General
Topic: Job getting aborted with out leaving any message
Replies: 18
Views: 3367

Ok, would have guessed that. What Oracle client version are you using? One of the known buggy ones, I'd wager.
by chulett
Mon May 12, 2008 6:48 am
Forum: General
Topic: Error with ntdll.dll
Replies: 9
Views: 2013

That one is specific to XP's Service Pack 2 and not being able to open stages. There is yet another patch to address Designer crashing in Sequence jobs.
by chulett
Mon May 12, 2008 6:45 am
Forum: General
Topic: Job getting aborted with out leaving any message
Replies: 18
Views: 3367

What database?
by chulett
Mon May 12, 2008 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: variable to get DataStage Home directory path
Replies: 8
Views: 6899

:? What DataStage version and O/S? My dsenv file uses that cat command to set $DSHOME, how is it done in yours?
by chulett
Sun May 11, 2008 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer Rejects not throwing warnings
Replies: 5
Views: 1540

All you are missing is the warning in the log when there are reject rows. Is that really something you believe you need? An after job routine could check for records down the final combined link and log a warning when it's greater than zero to replace that functionality. Open a case with your offic...
by chulett
Sun May 11, 2008 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows Vista hiding the expression editor
Replies: 11
Views: 3193

I was going to make the same request, then noticed that bmsq is not the thread starter. Marking will have to wait.
by chulett
Sun May 11, 2008 4:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem Updating Oracle Table Using EE Oracle Stage
Replies: 3
Views: 1352

Please mark the thread as Resolved.
by chulett
Sun May 11, 2008 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get job details from GetJobInfo for given jobname
Replies: 10
Views: 7197

Lots of people do this. Some will build hooks into each job 'after job' to leverage a standard routine and others will have separate jobs to farm these same stats from every job's log. Being new to DataStage, some of this may seem a little daunting but don't let that throw you off. One of the great ...