Search found 42189 matches

by chulett
Thu Mar 14, 2013 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00900: invalid SQL statement
Replies: 3
Views: 4352

:!: Please always start a new topic when you have a problem of your own, even when it's the "exact same problem". If you really feel the need, link back to the other post as I've done in your post.

Thanks.
by chulett
Wed Mar 13, 2013 7:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OracleConnector connection clossing intermittentlyORA-12545
Replies: 11
Views: 4857

Talk to your DBA about the limits they have configured, there are several possible. Connections can be limited by user, there's an overall limit as well. There are also O/S limits that can come into play.
by chulett
Wed Mar 13, 2013 9:24 am
Forum: General
Topic: Source to Target mapping
Replies: 24
Views: 8280

No there isn't... not for the 'legacy' repository nor XMETA.
by chulett
Wed Mar 13, 2013 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Repeating elements in XML Output Stage
Replies: 17
Views: 6471

That document is still on Kim's site in his Tips section.
by chulett
Wed Mar 13, 2013 8:32 am
Forum: General
Topic: Sequence job aborting
Replies: 8
Views: 2379

Yes. Of course you could always remove it and check for yourself. :wink:
by chulett
Wed Mar 13, 2013 7:35 am
Forum: General
Topic: Sequence job aborting
Replies: 8
Views: 2379

Doesn't really answer why the error is being thrown unless the value is being corrupted somehow. And you'd only know that if you log it. As to your question - yes, you can call it in a MI job. However, should you? Keep in mind the fact that there's only really one job under the covers and if you run...
by chulett
Wed Mar 13, 2013 7:12 am
Forum: General
Topic: Sequence job aborting
Replies: 8
Views: 2379

As noted, calling DSLogInfo() in the routine to record the value being passed will go a long way towards solving this.
by chulett
Wed Mar 13, 2013 7:09 am
Forum: General
Topic: Don't get warning message for execute command
Replies: 12
Views: 2751

You cannot set any sort of "job status" in the trigger. However, you can check $ReturnValue <>0 and branch to a Terminator to abort the Sequence if that's what you want.
by chulett
Wed Mar 13, 2013 7:06 am
Forum: General
Topic: Not startup WAS services
Replies: 1
Views: 1173

Re: Not startup was services

vikas gupta wrote:ADMU3011E: Server launched but failed initialization. startServer.log, SystemOut.log(or job log in zOS) and other log files under /u01/app/datastage/product/IBM/WebSphere/AppServer/profiles/InfoSphere/logs/server1 should contain failure information.
Your next step seems pretty obvious to me.
by chulett
Wed Mar 13, 2013 7:01 am
Forum: General
Topic: looping jobs
Replies: 13
Views: 3119

Write a small Server job to update the status, I'm assuming passing in the filename will allow you to find the row again. Run it via another Job Activity stage inside the loop after your processing job. The loop will end automatically when it runs out of things in its "list of things" and ...
by chulett
Tue Mar 12, 2013 10:31 pm
Forum: General
Topic: Attempting to Cleanup after ABORT raised
Replies: 1
Views: 1876

First advice is always to try Resetting the aborted job from the Director and seeing if a "From previous run..." entry is added to the log. If it is, please post the contents.
by chulett
Tue Mar 12, 2013 7:26 pm
Forum: General
Topic: Don't get warning message for execute command
Replies: 12
Views: 2751

You need to check the return status between the Execute Command stages and decide what to do if they "fail". What is your trigger expression? Or at least answer Ray's questions.
by chulett
Tue Mar 12, 2013 7:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required for horizontal pivot
Replies: 13
Views: 4516

Sorry but I already did.
by chulett
Tue Mar 12, 2013 7:13 pm
Forum: General
Topic: Don't get warning message for execute command
Replies: 12
Views: 2751

... unless it's a Sequence job that is restartable.
by chulett
Tue Mar 12, 2013 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic required for horizontal pivot
Replies: 13
Views: 4516

FYI - you loop or pivot, not both... just in case you were trying both, hard to tell from your post.