Search found 42189 matches

by chulett
Fri Jun 12, 2009 6:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run job only when source file is there
Replies: 5
Views: 1406

Exactly, you need something else to check and thus only run your job if the file is found. Easiest way is the Sequence and WFF way, but there are others.
by chulett
Fri Jun 12, 2009 6:44 am
Forum: General
Topic: Errors while stopping jobs using scripts
Replies: 5
Views: 2327

And you are 'stopping' them how? Where does the 'using scripts' part come into the picture exactly?
by chulett
Fri Jun 12, 2009 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Four update SQLs in one DS job
Replies: 8
Views: 2390

So... again... based on conditions, you want to update different combinations of columns? Will you always execute all four or always just one of the four or something in-between?
by chulett
Thu Jun 11, 2009 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: signed numeric data
Replies: 13
Views: 4104

And what have you tried? Are you getting any particular errors or problem?
by chulett
Thu Jun 11, 2009 11:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create VIEW in Datastage
Replies: 5
Views: 2420

As noted, it is unusual as you would typically load the base tables directly. Why the perceived need to target a view? :?
by chulett
Thu Jun 11, 2009 11:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute Command Error on Folder Name with Space
Replies: 1
Views: 926

For "long filenames" with embedded spaces you need to quote the entire thing. That or switch back to the 8.3 "short name" which more than likely is:

//dsserver/etl/FtpFil~1/dummy.txt
by chulett
Thu Jun 11, 2009 11:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Four update SQLs in one DS job
Replies: 8
Views: 2390

Sorry, but what exactly do you mean by "4 update SQLs on the same table"?
by chulett
Thu Jun 11, 2009 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Job 8 Phantom 31143
Replies: 4
Views: 1769

Which 'this' has been resolved? This this or the other this? :?
by chulett
Thu Jun 11, 2009 9:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting count from seq file
Replies: 26
Views: 7024

Then the next thing you know, Douglas Adams fans will counsel the use of an Infinite Improbability Drive to accomplish the same, leading to the extremely possible possibility of Spontaneous Massive Existence Failure or perhaps just... no tea.
by chulett
Thu Jun 11, 2009 9:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to apply a Patch to Datastage Designer
Replies: 17
Views: 11388

Those seem like... generic instructions and not specific to any particular patch, and as noted are for server side patches. If you truly received a client side 'Designer patch' I don't see how these apply, they should have given you specific instructions for this. And Ray, someone else piped in with...
by chulett
Thu Jun 11, 2009 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job in running mode for long time
Replies: 6
Views: 1367

And how many of the 45 invocations of the job are you running at the same time? Have you grep'd the process id list to see what, if anything, shows up out there for them?
by chulett
Thu Jun 11, 2009 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to apply a Patch to Datastage Designer
Replies: 17
Views: 11388

Can you post the instructions you received? I don't see any 'Designer' fix would be run on the server... :?
by chulett
Thu Jun 11, 2009 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Return Code 127
Replies: 5
Views: 1624

You don't use both, you use one or the other. Perhaps that's contributing to it. Try removing the "-wait" and see, as the "-jobstatus" also waits.
by chulett
Thu Jun 11, 2009 1:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Uninstall Information Server
Replies: 7
Views: 2518

Is there any way you can look at the script itself for that message and see if you can tell what bits it is checking for?
by chulett
Thu Jun 11, 2009 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Unable to allocate communication resources
Replies: 16
Views: 34120

As noted, it's not really a solution, per se... still best to see if you can track down the root cause.