Search found 7 matches

by lvidalfl
Mon Jun 11, 2007 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unknown Error LAYER = (5) ORIGIN = (3) SEVERITY = (5) ...
Replies: 3
Views: 2316

Your server might be heavily taxed at the time the job run was requested. Does the error happen over and over again, every time you try to run it? What is the server load on your system? This error happens over and over again, this server is dedicated to DataStage in development environment and all...
by lvidalfl
Mon Jun 11, 2007 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unknown Error LAYER = (5) ORIGIN = (3) SEVERITY = (5) ...
Replies: 3
Views: 2316

Unknown Error LAYER = (5) ORIGIN = (3) SEVERITY = (5) ...

Hi all, I have a problem when trying to run a sequencer job, this sequencer invokes several sequencer and server jobs. One of the child server jobs aborts with the next error: DataStage Job 26 Phantom 8683 Open Client Message: Message number: LAYER = (5) ORIGIN = (3) SEVERITY = (5) NUMBER = (131) Me...
by lvidalfl
Mon Oct 30, 2006 1:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how can we reset a datastage job using datastage coding
Replies: 7
Views: 9964

Hi,

You can use the DSPrepareJob function, if the job is not ready to run, the function reset it before running.

VarX = DSPrepareJob(Job_Handler)

You have to use this function after you attach the job and before you run it.

I hope it helps.
Luis Vidal
by lvidalfl
Thu Oct 26, 2006 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ask me for password when trying to start up DS Server
Replies: 10
Views: 4095

Sorry, had to ask. And you said in your other thread you did a root install, yes? Hmm... nothing helpful to add other than the nagging suspicion that I've read about this issue before on the Solaris platform. Anyone? I already bypass this error by reinstalling DataStage server being 'dsadm' with Im...
by lvidalfl
Thu Oct 26, 2006 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ask me for password when trying to start up DS Server
Replies: 10
Views: 4095

chulett wrote:It's only not supposed to happen if you are logged in as dsadm when issuing this command... are you?
Yes, i'm logged in as 'dsadm' when i'm trying to start up DataStage server, this user belongs to 'dstage' group.
by lvidalfl
Thu Oct 26, 2006 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to remove shared memory segment
Replies: 1
Views: 2178

unable to remove shared memory segment

When I'm trying to stop DataStage server engine with the command uv -admin -stop being 'dsadm' user the script stops with 2 errors: Unable to remove the following shared memory segment(s) during shutdown: m 14000 0xadec7521 --rw-rw-rw- root dstage 9661 9679 m 14002 0xadee7521 --rw-rw-rw- root dstage...
by lvidalfl
Thu Oct 26, 2006 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ask me for password when trying to start up DS Server
Replies: 10
Views: 4095

ask me for password when trying to start up DS Server

I'm trying to start up DataStage server on Solaris 9 using the command uv -admin -start but the script ask me for the 'dsadm' password, I know this is no suppose to happend but I don't know what is going on, does any body know any reason why this might happen? Is it possible to be a file permission ...