Search found 42189 matches

by chulett
Thu Jun 14, 2007 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Event detail Warning
Replies: 13
Views: 3943

Ah... the dreaded SCOTT schema. Someone is practicing, me thinks. :wink:
by chulett
Thu Jun 14, 2007 4:12 pm
Forum: General
Topic: Video tutorials
Replies: 10
Views: 3415

ray.wurlod wrote:I don't know the answer to your second question, but believe it is yes.

Really? Yes, the answer is yes. A Charter Member would be one of the first 500 Premium Members to sign up and for which you received a 50% discount on the cost.

ray.wurlod also wrote:Roy?

:lol:
by chulett
Thu Jun 14, 2007 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job sequence
Replies: 16
Views: 3551

Exactly. One of them between the EC stage and the next JA stage. And make sure your script passes back a non-zero exit status if something goes wrong in it, otherwise your next job will always think it ran ok and things will not stop.
by chulett
Thu Jun 14, 2007 10:46 am
Forum: General
Topic: User-defined query in DRS stage
Replies: 16
Views: 4529

Hmm... UNIX server, DS 7.5.1A - question marks. And it specifically complained about the colons. Still, the actual errors were not posted - they were paraphrased instead - so who knows.

I'll step away and let you guys 'work it out'.
by chulett
Thu Jun 14, 2007 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job sequence
Replies: 16
Views: 3551

Either one can work, it's your call. Me, I'd prefer it be a discrete step in the Sequence job, each Job Activity stage would have a trailing Execute Command stage.
by chulett
Thu Jun 14, 2007 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job sequence
Replies: 16
Views: 3551

Yes.
by chulett
Thu Jun 14, 2007 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pl/sql in oracle plugin
Replies: 15
Views: 4783

Ah, ok. You can't do this before sql so put that from your mind. Your two options are before job or before stage and I'd suggest the former.
by chulett
Thu Jun 14, 2007 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartablity of sequence
Replies: 7
Views: 2697

An 'unconditional' trigger between B and C just says to run C regardless of what happens to B. Nothing more, nothing less. That's the only point I was making here.
by chulett
Thu Jun 14, 2007 9:58 am
Forum: General
Topic: User-defined query in DRS stage
Replies: 16
Views: 4529

Re: User-defined query in DRS stage

my query looks like this update <tbl> set fld1 = :1, fld2 =:2, fld3 =:3 where fld4 := 4 and fld3 = <constant value> So... what you are doing doesn't actually "look like this". It never helps to post "generic" examples as they make it too easy for people trying to help to be led astray. Not work = g...
by chulett
Thu Jun 14, 2007 9:18 am
Forum: General
Topic: User-defined query in DRS stage
Replies: 16
Views: 4529

ensure that you have exactly 4 colums defined in the stage and that the 4th one is the only one marked as a Key. 7 columns would require 7 parameter markers to bind them. Any field used in the 'where' clause must be marked as a Key field. Unless we're talking ODBC here, anything else will *not* work.
by chulett
Thu Jun 14, 2007 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting DSGetLogSummary in More readable format
Replies: 9
Views: 3911

Suggest you look into DSGetLogEntry rather than DSGetLogSummary.
by chulett
Thu Jun 14, 2007 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartablity of sequence
Replies: 7
Views: 2697

shrinivas wrote:I have customed the condtion to check the failed status of job B.

All that should need is an Unconditional trigger.
by chulett
Thu Jun 14, 2007 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pl/sql in oracle plugin
Replies: 15
Views: 4783

What the heck does sqlplus or your database have to do with needing to ftp something? :?
by chulett
Thu Jun 14, 2007 7:59 am
Forum: General
Topic: User-defined query in DRS stage
Replies: 16
Views: 4529

Ok, fair enough. Post your actual error then. And ensure that you have exactly 4 colums defined in the stage and that the 4th one is the only one marked as a Key.
by chulett
Thu Jun 14, 2007 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql from file in DB2/UDB API
Replies: 10
Views: 5078

Have you... contacted your Support provider?