Search found 42189 matches

by chulett
Fri Sep 12, 2008 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable 'handle$list' never assigned a value.
Replies: 4
Views: 5099

Good catch! :D
by chulett
Fri Sep 12, 2008 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Errors back in routine frm dsexecute->sqlscript
Replies: 4
Views: 1319

You need a script to call sqlplus, one that can check for errors and pass them back. All you are getting now is the exit code of sqlplus and would only fail if it couldn't find sqlplus itself.
by chulett
Fri Sep 12, 2008 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Variable 'handle$list' never assigned a value.
Replies: 4
Views: 5099

How did you 'join' it? If you did something else, run links from all Notification stages to a Sequencer set to 'Any' and then one to the Terminator.
by chulett
Fri Sep 12, 2008 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in view data
Replies: 20
Views: 8962

I was going to challenge that too, but held back seeing the version number. We are talking 7.x here, not 8.x are we not? That was the impression I was under and speaking to, the long standing 7.x release. We're still on 7.5.1A and may go to 7.5.3 but the product is reaching the end of its life cycl...
by chulett
Fri Sep 12, 2008 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract all the JOb names in the project
Replies: 4
Views: 1896

What's "not working" about it? You'd need to be in the $DSHOME/bin directory or have that in your path to run dsjob, is your issue the fact that it is not found?
by chulett
Fri Sep 12, 2008 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in view data
Replies: 20
Views: 8962

Pfffttt... I guess so. There's actually very few times I've used the DRS stage, not having any need to suddenly change from one RDMBS to another, I pretty much stick with the OCI stage. I know and understand that the server edition is really unstable but each day we learn of another defect Really un...
by chulett
Thu Sep 11, 2008 9:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extra iteration in Loop Activity
Replies: 13
Views: 2656

My 'IsNull' advice was generic, strictly meant as an example of how to test for null and not meant to be applied directly to this problem. It seemed pretty obvious to me that one would need to 'not' it in this context. Ah, well... c'est la guerre.
by chulett
Thu Sep 11, 2008 9:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Universe Documentation
Replies: 3
Views: 1532

Looks like KBA code. To whit, a snippet from the Batch::UTILCompileJobs job: CompileJob: Key = DSR.SUB.JOB.RESERVE Arg2 = JobName Call @SUBR(Key, Arg2) Call DSD.Init(MyJobNo, Dummy2) If Key <> "" Then JobsNotCompiled<-1> = JobName:" ":"Cannot attach to job&qu...
by chulett
Thu Sep 11, 2008 9:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error in view data
Replies: 20
Views: 8962

Could you expand on the nature of this bug with 7.x and Oracle and the DRS stage? I'm sure there's plenty of people using this combination without issue, I know I am. :?
by chulett
Thu Sep 11, 2008 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to pass values to environmental variables thru job
Replies: 4
Views: 1315

Didn't think so, but sure seems to me that's what the OP wants and you said "Sure, do it like this" so was a little confused. Never mind the fact it was fairly early on a hectic morning, what with two new puppies chewing on my cords and cables. :wink:
by chulett
Thu Sep 11, 2008 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unisys DMS II
Replies: 2
Views: 1259

Have you checked with DataDirect?

http://www.datadirect.com

They supply the licensed drivers for DataStage.
by chulett
Thu Sep 11, 2008 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extra iteration in Loop Activity
Replies: 13
Views: 2656

AND not OR. And you can't check if something is equal to or not equal to NULL as that value is unknown. Use IsNull() instead.
by chulett
Thu Sep 11, 2008 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopping Log entries
Replies: 10
Views: 3447

Sure, a 'blink' is a 'backwards link' and you can search the forums for that term to find some previous conversations on this topic. Basically, the log has become corrupt, undoubtedly due to the high volume of writes causing it to run smack into the 32bit addressing barrier of 2.2GB. At this point y...
by chulett
Thu Sep 11, 2008 10:27 am
Forum: General
Topic: Couldnot connect to Datastage host:Error: 39125
Replies: 1
Views: 1818

First suggestion would be to do an Exact Match search for your error:

The directory you are connecting to either is not a UV account or does not exist (39125)

There were 12 matches when I checked, see if any of them help you out.
by chulett
Thu Sep 11, 2008 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML INPUT
Replies: 15
Views: 4173

You need to define what 'process it' means. That and answer Ernie's questions.