Search found 42189 matches

by chulett
Wed Jul 12, 2017 7:26 am
Forum: General
Topic: Calling the same job multiple times in parallel
Replies: 8
Views: 3568

Out of curiosity, why is the main Sequence job multi-instance - are you running multiple copies of it as well? Unless someone has a better idea as to what might be going on, in your shoes I'd try adding a delay to two for the three Job Activity stages. Build a routine to sleep X seconds (it's just a...
by chulett
Tue Jul 11, 2017 1:29 pm
Forum: General
Topic: Calling the same job multiple times in parallel
Replies: 8
Views: 3568

Okay... that's almost word for word was is in the other post and you can see that really wasn't enough information for someone to be able to help. :? So this a single Sequence job that is somehow trying to run a multi-instance job more than once "in parallel" and that's failing? Can you be...
by chulett
Tue Jul 11, 2017 10:33 am
Forum: General
Topic: Running the same job multiple times
Replies: 3
Views: 2469

Rather than jump on an eight year old post, best to start a new one and give us the details of your version of the problem. Thanks.
by chulett
Tue Jul 11, 2017 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing to Excel Using unstructured Data Stage
Replies: 5
Views: 2389

So... support. They can help you work out the "why" of your issue, perhaps you are in need of a patch.
by chulett
Tue Jul 11, 2017 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: breakpoint in jobs
Replies: 4
Views: 1611

Why not contact your official support provider and get some help? You are clearly not seeing something that should be there.

Let us know what you find out!
by chulett
Mon Jul 10, 2017 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom error - incomplete <response> element
Replies: 5
Views: 2534

Right, start with that and see where the rest goes.
by chulett
Mon Jul 10, 2017 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Phantom error - incomplete <response> element
Replies: 5
Views: 2534

I'm no longer able to see your images where I could before... are they still on that hosting site? Have you involved your official support provider yet? And just to play Devil's Advocate, it probably isn't really "working fine" in your older version, all you know is that it just wasn't blo...
by chulett
Sun Jul 09, 2017 9:08 am
Forum: General
Topic: Joining DS_JOBS and DS_JOBOBJECTS does not yield correct set
Replies: 8
Views: 2992

Looks like you had a spot of trouble with your "J" key...
by chulett
Fri Jul 07, 2017 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage with Marklogic
Replies: 1
Views: 1402

Serious question - how does one access the database outside of DataStage? I'm guessing they support ODBC or JDBC access. And from a quick google it looks like they have both a Java and a REST-based API. So definitely possible!
by chulett
Fri Jul 07, 2017 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator
Replies: 12
Views: 6921

parilango - If would be best if you started a new post with all of the details of your version of this issue, including the job design and actual error message.
by chulett
Fri Jul 07, 2017 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Elapsed Time function [HH]:MM:SS
Replies: 7
Views: 1803

Are those both strings in your job?
by chulett
Thu Jul 06, 2017 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping through stages?
Replies: 4
Views: 1798

After SQL would typically mean it would only be called once unless the Wave Generator effects that? I assume so, hence the suggestion. :wink:
by chulett
Thu Jul 06, 2017 6:49 am
Forum: General
Topic: Sequence job aborted after 'Waiting for job to start'
Replies: 8
Views: 2488

GSKit? Not something that's ever been posted here before, can you (or anyone else) elaborate a bit? Thanks.
by chulett
Thu Jul 06, 2017 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looping through stages?
Replies: 4
Views: 1798

Not really a "looping" scenario to me. In your shoes I would probably try splitting off to another link whatever you need to call the procedure and then use a MOD(counter, 1000) function on a count of the records to call it when the function returns 0, leveraging a filter or transformer. Y...