Search found 42189 matches

by chulett
Thu Jul 01, 2010 7:16 pm
Forum: General
Topic: Command sh did not finish OK, reply =
Replies: 7
Views: 8577

You need both links in order for this to work correctly and yes, you picked the right "OK" one. Run both into a Sequencer set to Any and then on to the next activity if either one is valid for the next step.
by chulett
Thu Jul 01, 2010 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage initiated unix processes
Replies: 3
Views: 1383

Yes.
by chulett
Thu Jul 01, 2010 5:04 pm
Forum: General
Topic: variables getting removed from DSParams
Replies: 5
Views: 1924

Can you clarify what exact it is you mean by "a user updates the DSParams via DS Administrator"? As noted, wondering if that could be part of the problem. :?
by chulett
Thu Jul 01, 2010 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Version Control
Replies: 4
Views: 2282

It also ships with a pdf document that walks you through everything you should need to know about it. The online help mirrors that pdf pretty closely.
by chulett
Thu Jul 01, 2010 3:00 pm
Forum: General
Topic: Another id to create project
Replies: 4
Views: 1421

Hmmm... I thought there was some kind of command line option for that. Ah well.
by chulett
Thu Jul 01, 2010 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output inconsistent in link collector
Replies: 4
Views: 1624

I don't recall... do you need to have buffering on for this stage? Does it help if you add another transformer between the collector and file stages? :?
by chulett
Thu Jul 01, 2010 8:20 am
Forum: General
Topic: Is there a way to give someone read-only access in 8.1?
Replies: 10
Views: 4016

That was my next question, but figured I'd let you ask that one Andy. :wink:
by chulett
Thu Jul 01, 2010 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stop the sequence at specific time
Replies: 7
Views: 2328

Or just exit the loop cleanly when your stop condition (whatever it is) is found. No need to do anything less graceful, really. IMHO. :wink:
by chulett
Thu Jul 01, 2010 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Client Compatibility between versions 8.1 and 8.1.6?
Replies: 4
Views: 1682

It will "mostly" work but really is not recommended.
by chulett
Thu Jul 01, 2010 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobStatus=Job Status : NOT RUNNING ~99~
Replies: 10
Views: 10261

richdhan wrote:1. Pls check this link for a list of job status codes
Or just check the dsapi.h file as noted in the previous linked post for the complete list.
by chulett
Thu Jul 01, 2010 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobStatus=Job Status : NOT RUNNING ~99~
Replies: 10
Views: 10261

You should know if a job is multi-instance or not as that is a deliberate design decision someone had to make, plus that shows in the description. :?
by chulett
Thu Jul 01, 2010 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JobStatus=Job Status : NOT RUNNING ~99~
Replies: 10
Views: 10261

All of that, including the filename where that is stored on your system, is in the post I linked.
by chulett
Thu Jul 01, 2010 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date function format string
Replies: 2
Views: 1681

In other words, post the actual syntax you are using along with a sample or two of your input data.
by chulett
Thu Jul 01, 2010 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output inconsistent in link collector
Replies: 4
Views: 1624

It's an artifact of the row buffering. What's your goal here, what purpose does the Link Collector serve?
by chulett
Thu Jul 01, 2010 7:55 am
Forum: General
Topic: Table value to local variable
Replies: 27
Views: 5848

That would be your "table_reference" table, I would assume.