Search found 42189 matches

by chulett
Thu Jan 11, 2007 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameters
Replies: 29
Views: 5829

[sigh]

See point (b) above. Then (a). Then (c).
by chulett
Thu Jan 11, 2007 4:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameters
Replies: 29
Views: 5829

a) This stuff isn't all that hard to figure out on your own, give it a little more effort before posting. Please.

b) The letter in front of the 'params' option is an 'l' for 'List', not a 1 as you've shown you are using.

c) That command won't get you what you want.
by chulett
Thu Jan 11, 2007 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Activity not triggering next Activity
Replies: 4
Views: 1044

Interesting... I would think those two would be functionally equivalent. And a Custom trigger expects a full expression, not just 'one side' of it. Oh, I see. All you've got in the Expression is DSJS.RUNOK which is a '1' and so equates to TRUE. In other words, you've created an Unconditional trigger...
by chulett
Thu Jan 11, 2007 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameters
Replies: 29
Views: 5829

Spanish for 'what'. And 'they' use question marks at each end (the first one upside-down) to make a phrase a question.

Much like saying Huh? :wink:
by chulett
Thu Jan 11, 2007 3:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Activity not triggering next Activity
Replies: 4
Views: 1044

1) Ditch the Sequencer stages, they're not needed unless more is going on in your job than you are telling us. 2) What is your Trigger coming out of the first Routine Activity? I'm guess it's a 'OK' trigger - routines that do not return a zero are considered to have failed so your job does not move ...
by chulett
Thu Jan 11, 2007 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameters
Replies: 29
Views: 5829

Wsn't going to mention that, figured someone else would. Just wanted to get the syntax straightened out.
by chulett
Thu Jan 11, 2007 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Parameters
Replies: 29
Views: 5829

-useid does not mean userid but something else entirely that escapes me at the moment.
by chulett
Thu Jan 11, 2007 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborted with warning plugin function "Get" req
Replies: 5
Views: 1214

Yes, it sure could be and that would be why I asked you to check it. :wink: Had you 'customized' your dsenv file for 7.5.1A?

What operating system are you running, by the way?
by chulett
Thu Jan 11, 2007 1:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job aborted with warning plugin function "Get" req
Replies: 5
Views: 1214

Check your dsenv file, upgrading can set it back to its 'default' or out of the box configuration. If you'd made special changes, like for the various optional plug-in modules or to include 32bit libraries before 64bit ones, you'll need to make them again.
by chulett
Thu Jan 11, 2007 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 stage Error
Replies: 3
Views: 1021

That looks suspiciously like Oracle syntax... and it sounds like DB2 has no idea what it means. You need to find the DB2 equivalent.
by chulett
Thu Jan 11, 2007 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Load data into different tables using bulk loaders
Replies: 4
Views: 1279

Welcome. :D

The same table name? Nope. Different? Yes. Your message indicates that at least one table was 'busy' - in use by someone - and so could not be loaded.
by chulett
Thu Jan 11, 2007 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Value from routine in routine activity
Replies: 9
Views: 2086

Just to throw more chum in the water, there's no need for User Status or to check the returned value separately in a downstream activity. You can do it directly in the triggers from the Routine Activity stage as there is a trigger type specifically for checking Return values. If there's something wr...
by chulett
Thu Jan 11, 2007 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: phantom on oracle base after a job abort
Replies: 9
Views: 1876

What are you talking about? :?

I guess this isn't about phantoms in your log after all, but zombie or orphaned processes in the database. [sigh] Happens all the time, depending on the nature of the abort or stop. Make your DBA earn their crust of bread today - they need to kill them.
by chulett
Thu Jan 11, 2007 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: phantom on oracle base after a job abort
Replies: 9
Views: 1876

If the job aborts or otherwise ends abby-normal, it will typically log phantoms. I wouldn't worry about those - unless they are the cause of the abort, then worry. Server jobs should never log phantoms or warnings of any kind. IMHO. But I see this is marked as PX... In any case, post the phantoms yo...
by chulett
Thu Jan 11, 2007 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: java class into DataStage
Replies: 5
Views: 2143

You mean other than buying the Java PACK? :?

We've used shell scripts to invoke Java processes. Land the data, invoke, pick up the results. To do it directly in a job (as in row by row, in a derivation) requires the pack, as far as I know.