Search found 15603 matches

by ArndW
Fri Nov 02, 2007 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup issue
Replies: 15
Views: 3692

Try changing the table to "VOC" and do a view data on it? Do you get the same error message or one stating bad column names?
by ArndW
Fri Nov 02, 2007 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg:Configuration file
Replies: 22
Views: 19522

sanath1234 - explain
i tryed but failed
- what didn't work?
by ArndW
Thu Nov 01, 2007 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 10817

remove the alias, and set your path to read

Code: Select all

PATH=/usr/bin:/etc:/usr/sbin:/usr/ucb:$HOME/bin:/usr/bin/X11:/sbin:.:/dstage/Ascential/DataStage/DSEngine/bin
by ArndW
Thu Nov 01, 2007 6:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 10817

Try "PATH=$PATH:$DSHOME/bin"
by ArndW
Thu Nov 01, 2007 6:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 10817

That probably means you the appropriate PATH command isn't in your dsenv. If you do "env | grep PATH" do you see the path added?

Also, the command is ". ./dsenv", otherwise the changes made are discarded.
by ArndW
Thu Nov 01, 2007 6:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List of programs to load -- SHM.TO.LOAD -- does not exist.
Replies: 9
Views: 2890

can the dsadm user read the /etc/services file? If yes, is there an entry for dsrpc in it (should be at the end)
by ArndW
Thu Nov 01, 2007 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 10817

pravin - the alias is a solution to your problem. Or you could add the path to the $DSHOME/bin directory to your PATH environment, that will solve your issue as well. I prefer the latter solution, but both will work.
by ArndW
Thu Nov 01, 2007 5:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage
Replies: 3
Views: 1119

See Craig's response to your other thread
by ArndW
Thu Nov 01, 2007 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg:Configuration file
Replies: 22
Views: 19522

Since Ray's example might not be visible to you, I suggest you open up the PDF Parallel Job Developer's Guide and read Chapter "The Parallel Engine
Configuration File", perhaps looking at one of the sample multinode files such as the one on page 58-24.
by ArndW
Thu Nov 01, 2007 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg:Datastage error
Replies: 8
Views: 3701

Go to your Manager, open up Tools->Configurations. Activate your current configuration and check it.
by ArndW
Thu Nov 01, 2007 5:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence Aborted: Timed out while waiting for an event
Replies: 5
Views: 6818

Your first fatal error is
Job IBTLoan_Update_Chkpnt_Complete_Job cannot be multiply invoked
That is pretty clear, concise and descriptive to me.
by ArndW
Thu Nov 01, 2007 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel File on different server
Replies: 8
Views: 3409

It should work, but I can't test or answer that for you.

If it won't work for (simple) MSQuery then it won't work for (complex) DataStage.

Have you looked in the web or the ODBC documentation to see if this is supported functionality?
by ArndW
Thu Nov 01, 2007 5:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: condition to be added
Replies: 0
Views: 714

I can see and understand the design specs you posted; but I cannot see a question. Are you asking someone to change your specs into finished code?
by ArndW
Thu Nov 01, 2007 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 10817

Did you follow us1aslam1us's suggestion (perhaps adjusting the path if your installation is different)?

us1aslam1us wrote:Your DS engine directory is missing in the path.

Code: Select all

  alias dsjob='dstage/Ascential/DataStage/Engine/bin/dsjob'
by ArndW
Thu Nov 01, 2007 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The Section Leader on node node1 has terminated unexpectedly
Replies: 6
Views: 7926

Hello and welcome to DSXchange, cipsy.

Your error message indicates a runtime error, but your subject line states that you cannot compile the job.

Which is it?

It might also help to understand the issue if you could explain what stages are used in the job.