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.
Search found 42189 matches
- 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
- 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
- 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...
- Mon May 12, 2008 7:08 am
- Forum: General
- Topic: Job getting aborted with out leaving any message
- Replies: 18
- Views: 3367
- 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
- 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
- Mon May 12, 2008 6:50 am
- Forum: General
- Topic: Job getting aborted with out leaving any message
- Replies: 18
- Views: 3367
- Mon May 12, 2008 6:48 am
- Forum: General
- Topic: Error with ntdll.dll
- Replies: 9
- Views: 2013
- Mon May 12, 2008 6:45 am
- Forum: General
- Topic: Job getting aborted with out leaving any message
- Replies: 18
- Views: 3367
- 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
- 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...
- 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
- Sun May 11, 2008 5:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Windows Vista hiding the expression editor
- Replies: 11
- Views: 3193
- 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
- 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 ...