Search found 42189 matches

by chulett
Fri May 27, 2016 6:38 am
Forum: IBM QualityStage
Topic: AVI and QS Compatibility
Replies: 2
Views: 4515

Yes.
by chulett
Fri May 27, 2016 6:35 am
Forum: General
Topic: job control process (pid xxxx) has failed
Replies: 9
Views: 3638

So... the sequence job itself had the PID failure or one of the jobs it attempted to run had the failure? For the latter, anything in that job's log? :?

For an intermittent error like this, something you can't reproduce, in your shoes I would involve support.
by chulett
Fri May 27, 2016 6:30 am
Forum: General
Topic: How to pass parameters to a generic job script?
Replies: 12
Views: 6494

Then you leave the variable unset.
by chulett
Thu May 26, 2016 5:42 pm
Forum: General
Topic: check job status in routine without waiting for completion
Replies: 10
Views: 3580

As noted earlier. :wink:
by chulett
Thu May 26, 2016 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Overriding env variable in Parallel job from the sequence
Replies: 2
Views: 1709

You must add it to the job... it should be one of several 'default' APT variables that every job should have so you have the option to override the default value at any time as needed.
by chulett
Thu May 26, 2016 8:54 am
Forum: General
Topic: check job status in routine without waiting for completion
Replies: 10
Views: 3580

Nope, at least not via a Job Activity stage which automatically does a "wait" making them run in a serial manner. At least that's what I recall. It would provide a gate, however, and not proceed until all are complete (assuming it is set that way) but won't affect parallel versus serial in...
by chulett
Thu May 26, 2016 6:24 am
Forum: General
Topic: check job status in routine without waiting for completion
Replies: 10
Views: 3580

Set up (or find) a Sequence job with multiple unconnected Job Activity stages. No need to actually run it but rather examine the job control code that it generates. From what I recall, you should be able to find the code where it starts all of the jobs and then issues a single DSWaitForJob function ...
by chulett
Wed May 25, 2016 9:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector "After SQL statement"
Replies: 8
Views: 4428

"It has to be done"... what it? Can you answer my first question in the last post please? What you are needing to do is far too nebulous at the moment.
by chulett
Wed May 25, 2016 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector "After SQL statement"
Replies: 8
Views: 4428

What exactly is your goal here, what do you plan on running After SQL? It's not really meant for supporting an anonymous block or items of that ilk AFAIK, if you need to do anything like that I would suggest you build a proc and then call the proc from there.
by chulett
Wed May 25, 2016 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: If Date is Sunday,Change it to Saturday(Previous DAy)
Replies: 6
Views: 2744

For WeekdayFromDate, it expects a Date field, and will return a numeric value. Specifically when it says the "day number of the week" is returned it means a 1 for Sunday (2 for Monday, etc) because Sunday is the first day of the week by default. You can override that if desired but I gene...
by chulett
Wed May 25, 2016 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with NCLOB from Oracle table
Replies: 14
Views: 8976

And that looks more like a PX error as seen here but for all I know it is one that could be thrown by a Server job as well.
The Technote wrote:Note: Other stages may see the same warning occur. Please contact IBM Technical Support for further assistance.
by chulett
Wed May 25, 2016 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with NCLOB from Oracle table
Replies: 14
Views: 8976

You should be able to copy and paste it here as people do that all the time, not sure why that wouldn't be working for you. Sorry.

Also, can you describe your job design? Is it your basic bare bones SRC -> TRANSFORMER -> TGT kind of job or something more complex?
by chulett
Wed May 25, 2016 2:14 pm
Forum: General
Topic: Individual Job Logs missing with status 99
Replies: 4
Views: 2652

First make sure you understand that a multi-instance job is still a single job that is allowed to run multiple copies of itself at the same time. Meaning, there is still only a single job log and all of the instance runs are crammed in there together. The Monitor makes them look like they might be c...
by chulett
Wed May 25, 2016 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with NCLOB from Oracle table
Replies: 14
Views: 8976

:idea: Just as an FYI, there's no need to 'Reply with quote' unless there's really a need to actual quote the message you are replying to and that generally isn't the case. I removed the quoted text from your post, just because I'm anal like that. The Reply to topic option is the weapon of choice in...