Search found 15603 matches

by ArndW
Sat Mar 22, 2008 9:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while Generate (Build)
Replies: 4
Views: 2130

Ok, then stick with the input. The error is ##I TBLD 000000 Output from subprocess: bosource984-0.C(298) : error C2040: 'in0' : 'ReadSeqFile::runLocally::APT_Bop_input0Accessors &' differs in levels of indirection from 'ReadSeqFile::runLocally::APT_Bop_input0Accessors' What is your input schema?
by ArndW
Sat Mar 22, 2008 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector and filling the queue
Replies: 0
Views: 545

MQ Connector and filling the queue

I'm trying to discover if there is a way to use the MQ Series connector in such a way that it doesn't abort with "MQRC_Q_FULL" when the output queue fills up - I'd like the job to either wait until the queue is emptied again or at least allow some sort of graceful error handling. The only way I can ...
by ArndW
Sat Mar 22, 2008 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while Generate (Build)
Replies: 4
Views: 2130

Are you assigning values to the out0 structure?

I would try to do a dummy BuildOp which just duplicates the input to the output and see if you can get that to compile and run.
by ArndW
Sat Mar 22, 2008 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UCS-2
Replies: 20
Views: 5263

2ksaint - the chapter on "Creating new maps" has a step by step description of the actions you need to take in order to add a map.

Which step didn't work for you and what was the error message?
by ArndW
Sat Mar 22, 2008 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: please list me the constraints
Replies: 3
Views: 965

Pradeep - your question is like asking a car mechanic "What things have you have done or repaired on car engines?". It would take pages and pages of writing to discuss the various components and coding DataStage developers have done in the transform stage alone.
by ArndW
Fri Mar 21, 2008 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MetaData Mismatch - NLS problem?
Replies: 4
Views: 1471

I think you need NLS_LANG and NLSPATH for Oracle, but I'm not a terminal where I can check that. Actually, a search of DSXchange will probably give you more information than you need about NLS_LANG settings and how they can make your life easier.
by ArndW
Fri Mar 21, 2008 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MetaData Mismatch - NLS problem?
Replies: 4
Views: 1471

The poster doesn't have NLS installed, so cannot do that. What have you got your Oracle environment variables set to?
by ArndW
Fri Mar 21, 2008 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Has anyone worked with "Zones" in Solaris 10
Replies: 3
Views: 1062

Thanks for the info, John. Are "zones" and "containers" synonymous on Solaris 10? It seems that Containers are officially supported while Zones are not and I'm hoping it is just a matter of terminology. Also, can you limit the number of CPUs a Zone "sees" - one undated document stated that this func...
by ArndW
Fri Mar 21, 2008 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger DataStage Job through PeopleSoft Process Scheduler
Replies: 24
Views: 8423

Here is the command we used in the shell script file.. dsjob -run -mode NORMAL -jobstatus -wait HCM89_EPM90DEV SEQ_J_Stage_PS_ABS_CLASS_TBL RETURN_VALUE=$? echo "Return Value $RETURN_VALUE" we are getting output as: dsjob -run -jobstatus -wait Return Value 127 I don't think you put the co...
by ArndW
Fri Mar 21, 2008 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trigger DataStage Job through PeopleSoft Process Scheduler
Replies: 24
Views: 8423

add "-mode NORMAL" to your command.
by ArndW
Fri Mar 21, 2008 6:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 23
Views: 11039

you will need root access after all, with root I think using the "uv -admin -stop" should work.
by ArndW
Fri Mar 21, 2008 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 23
Views: 11039

You might need to get root to kill the process for you.
Try "ipcrm -m 3145730 " and "ipcrm -m 84934708 " and another shutdown.

p.s. You don't need to quote my posts in your replies.
by ArndW
Fri Mar 21, 2008 6:27 am
Forum: General
Topic: export command
Replies: 6
Views: 1179

There is, unfortunately, no method to export just a category.
by ArndW
Fri Mar 21, 2008 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 23
Views: 11039

No, you won't directly be able to kill this process without root access. After stopping DataStage what does the "ipcs -a | grep 0xade" command show?
by ArndW
Fri Mar 21, 2008 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue
Replies: 23
Views: 11039

stop it again. Is the dsrpcd still running? (If yes, you can't start again anyway). Use "kill {pid}" to stop it. Enter the command "ipcs -a | grep 0xade" and there should no longer be any segments shown.