Search found 42189 matches

by chulett
Thu May 21, 2015 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex flatfile warning
Replies: 5
Views: 2672

Your metadata doesn't match what it found in the file. Perhaps your EOR setting?
by chulett
Thu May 21, 2015 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bind Variables in ORAOCI9 stage replacement in parallel jobs
Replies: 2
Views: 2302

:!: Felix, please use the Reply to topic button to post a reply, this rather than quote everything you are replying to all the time - unless appropriate, of course. I had nine posts from yesterday to clean up. :wink:

Thanks.
by chulett
Wed May 20, 2015 4:04 pm
Forum: General
Topic: Oracle 12c supported?
Replies: 4
Views: 2183

'Twas 9:09am and 11:44am my time but decided to wait for Ray to rise and shine. :wink:
by chulett
Wed May 20, 2015 10:28 am
Forum: General
Topic: DataStage Designer Client 8.7 - Failed to Initialize
Replies: 3
Views: 3688

Then as far as I know you are SOL, I'm afraid.
by chulett
Wed May 20, 2015 9:28 am
Forum: General
Topic: DS job scheduling using UC4
Replies: 1
Views: 1642

Start with your UC4 scheduler vendor to see what their capabilities are. Perhaps they have a plug-in or adapter or widget to execute DataStage jobs. Failing that, there's always dsjob from the command line.
by chulett
Wed May 20, 2015 9:17 am
Forum: General
Topic: DataStage Designer Client 8.7 - Failed to Initialize
Replies: 3
Views: 3688

What version of Windows, a supported one?
by chulett
Tue May 19, 2015 7:15 pm
Forum: IBM QualityStage
Topic: generate report for qualitystage jobs on 7.5.2
Replies: 6
Views: 5014

Re: generate report for qualitystage jobs on 7.5.2

Damonsal wrote:Because of the liscensing issue, not able to view the jobs directly
Can you clarify what exactly this licensing issue is?
by chulett
Tue May 19, 2015 7:13 pm
Forum: General
Topic: Error running job using shell script.
Replies: 7
Views: 2727

With the jobstatus option, that "1" return code means "Ran OK", not that it is running. Zero means running. And I stand by my diagnosis. :wink:

Post your modified script as it is obviously broken, syntax-wise.
by chulett
Tue May 19, 2015 4:00 pm
Forum: General
Topic: Error running job using shell script.
Replies: 7
Views: 2727

Your script sets the variable OUT Where? I see the first mention of it in the test for success and it's not set until after the first test for it. And since it is not set, it never passes the "=1" or "=2" test so the "OUT=0" bits never run. Seems to me that's what is g...
by chulett
Tue May 19, 2015 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings when writing to an ODBC table with a schema
Replies: 3
Views: 3102

Your error could mean you don't have two key fields defined in the target, so it didn't know what to substitute in.
by chulett
Tue May 19, 2015 6:44 am
Forum: General
Topic: Error running job using shell script.
Replies: 7
Views: 2727

Look up what the jobstatus option does for the return codes. 1 = Ran OK, for example... which you seem to be expecting. Looks like an issue with $OUT as I don't see you setting that anywhere, only testing for it.
by chulett
Mon May 18, 2015 4:00 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: SOAP UI ISD/Datastage error <faultcode>Server</faul
Replies: 3
Views: 8627

Is that supposed to be a bump? :?
by chulett
Mon May 18, 2015 3:53 pm
Forum: General
Topic: Abort job if the Before/After Subroutine fails
Replies: 6
Views: 3135

That's the thing, the "ExecSH" part typically doesn't fail. It successfully executes and successfully runs sqlplus, it's just the procedure itself inside the sqlplus session that fails. You'll need to do two things - make sure the the script detects the errors in the sqlplus session and th...
by chulett
Mon May 18, 2015 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with Seq File
Replies: 23
Views: 5601

Sure... and they depend on you to educate / guide them.

Glad this is finally sorted out, however.
by chulett
Mon May 18, 2015 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join on large file takes long time
Replies: 2
Views: 1735

Are they sorted properly, i.e. to support the needs of the join? Does your job know that your input data sets are sorted? Dumping the score would tell you what's going on. I'll wager once you do you'll see the previous answer is "no" so it is resorting everything. Add Sort stages before th...