Search found 42189 matches

by chulett
Wed Jul 07, 2010 8:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage detected
Replies: 25
Views: 10255

Right, in other words pretty much exactly what I said. :wink:
by chulett
Wed Jul 07, 2010 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel routine
Replies: 6
Views: 2046

Sorry, was looking for something a bit more specific. I get the fact that 2, 3 or 4 are 'more than one'. :wink: Specifically, do you mean multiple calls in the same derivation? Or simply the fact that this happens if you have a singleton call in multiple derivations? For the former, can you post you...
by chulett
Wed Jul 07, 2010 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of stage detected
Replies: 25
Views: 10255

Reset the aborted job and let us know the contents of any new "From previous run..." log message.
by chulett
Wed Jul 07, 2010 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job output parameters
Replies: 10
Views: 3773

Code: Select all

$IFNDEF JOBCONTROL.H
$INCLUDE DSINCLUDE JOBCONTROL.H
$ENDIF
by chulett
Wed Jul 07, 2010 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RESET
Replies: 5
Views: 1512

Or it is still in the process of resetting when the run is requested? We had to add a small sleep in our launch script between the two steps to avoid that situation.
by chulett
Wed Jul 07, 2010 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel routine
Replies: 6
Views: 2046

Re: parallel routine

bebel_lvm wrote:I used other "ereplace function" in the forum but when i use it more than one time in a transformer it don't work ! (keep running)
Can you confirm what exactly this means - "more than one time"? :?
by chulett
Wed Jul 07, 2010 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems using range lookup
Replies: 6
Views: 7375

Oddly enough, by hosting the file somewhere and then linking to it using the "image" tags. :wink:

For the record, here's the tag from that post:

[img]http://img685.imageshack.us/img685/3461 ... lookup.jpg[/img]
by chulett
Wed Jul 07, 2010 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upsert functionality
Replies: 3
Views: 1482

No, it will do the update first just fine, think you're thinking more of an 'insert else update' situation, Arnd. And I'm guessing here that the reject is triggered by some kind of 'extra' or diagnostic information coming back from the database basically saying - hey, you updated more than one row.
by chulett
Wed Jul 07, 2010 6:24 am
Forum: General
Topic: UserVariable to Run the Routine
Replies: 7
Views: 2405

Here I assume that 'UV' means User Variable rather than... UV.
by chulett
Tue Jul 06, 2010 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pattern matching
Replies: 8
Views: 4281

If I had one, I'd post it. However, it's been a long day and it's way past my bedtime, so I'll leave in the hands of folks in other timezones.
by chulett
Tue Jul 06, 2010 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pattern matching
Replies: 8
Views: 4281

No worries, you can't move a post... I, however, can. Welcome to the PX forum. :wink:
by chulett
Tue Jul 06, 2010 10:36 pm
Forum: General
Topic: UserVariable to Run the Routine
Replies: 7
Views: 2405

Sequence job questions really belong in the General forum, being specific to neither Parallel nor Server jobs, hence the move. What type of server routine did you create? Have you tried simply calling the routine in the UserVariable Activity stage? The output should be automatically assigned to the ...
by chulett
Tue Jul 06, 2010 10:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pattern matching
Replies: 8
Views: 4281

You need to do this in a Parallel job, as you marked the job type, or a Server job based on the forum you posted in? For the former, I'll move the post, for the latter I'll... adjust... your job type appropriately.
by chulett
Tue Jul 06, 2010 6:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String to Decimal conversion
Replies: 1
Views: 3448

'Return Type'. Search the Parallel Job Developer's Guide for that word and you'll find the valid values listed. It's on page 638 in mine, YMMV.
by chulett
Tue Jul 06, 2010 5:57 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Selection of information provider
Replies: 8
Views: 4223

I have no idea what it would be called in the 8.x world, but do you have the "RTIAgent" running on the DataStage server? :? Sounds like you may if you can actually 'enable' a job to be an RTI / SOA / WISD / Information Services job but all of my practical experience is in the 7.x world. Er...