Search found 42189 matches

by chulett
Thu May 24, 2007 5:34 pm
Forum: General
Topic: Getting Max Row From DB2 To Be Used DownStream
Replies: 14
Views: 3330

Or - I assume - use a BASIC Transformer in the PX job, with all the caveats that brings to the table. It's not that Parallel jobs "don't have a user status area" - they do. It's just that it is not quite as simple to get to in a Parallel job as it is in Server. :wink:
by chulett
Thu May 24, 2007 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 8233

can u please help in the issue now am in. No, not really. My only goal was to try and set some expectations. And (unfortunately) I still think you are ultimately wasting your time. Hope I'm wrong on that. My C coding days are long behind me and I don't have access to PX here. Others will have to fi...
by chulett
Thu May 24, 2007 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 8233

I don't see how building a C version will change anything about the behaviour of the API as it relates to specific stages. If you are doing this in the sole belief that it will magically start working with the 'dataset stage', I'd be afraid you are going to be disappointed. Contact your Support prov...
by chulett
Thu May 24, 2007 7:10 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How to reformat array returned by Web Service
Replies: 3
Views: 2443

Don't you just need to add an XML Input stage into the mix? Have it flatten the returned XML before you write it out to your sequential file.
by chulett
Thu May 24, 2007 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage API -c program.
Replies: 16
Views: 8233

Have you done much C programming? If this is all new for you I'm not sure this path would be recommended.

Why not continue to use your existing routine? Simple enough to use it as is from a Sequence job or some form of job control. I don't really see any burning need to rewrite it in C. :?
by chulett
Thu May 24, 2007 6:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: restarting DS server for Dsdlockd.config
Replies: 7
Views: 2612

Sounds like it's time to mark your post as Resolved.
by chulett
Thu May 24, 2007 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't get my hands on the dsclient_xpsp2 patch
Replies: 1
Views: 794

Welcome. Technically you'd need to get the patch from IBM nowadays. This is the official eService website and is where you'd need to have a logon for patches and other goodies. Is this the 'Ascential' you are having trouble with? m If you *are* having problems with that site, as noted on it you shou...
by chulett
Thu May 24, 2007 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Incremental loding and Incremental load
Replies: 5
Views: 1925

Google, or use your favoritve search engine. All kinds of discussions out there in the wild for the reading, not sure why someone should bang in all that information here. Our friend Vincent has a blog entry on the subject from a DataStage perspective. Give that a read. And I don't really see any ne...
by chulett
Thu May 24, 2007 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can anybody help me fix this warning in DRS stage.
Replies: 3
Views: 791

Re: Can anybody help me fix this warning in DRS stage.

I have substituted the generated query with a user defined query. There's your problem right there. Does it need to be user defined? As noted, you've got a mismatch between the columns defined in the stage and the parameter markers in your SQL - something that cannot happen when the SQL is generate...
by chulett
Thu May 24, 2007 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 2345 is coming while executing the job
Replies: 2
Views: 1335

Your job sounds a little... destroyed. Did you have space problems? Have you tried recompiling it? Or export/import the source for it and see if that helps. :?
by chulett
Thu May 24, 2007 12:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqput: error in 'write()' - Broken pipe
Replies: 2
Views: 1421

When you searched the forums here for the phrase 'broken pipe', didn't anything already posted help you?
by chulett
Thu May 24, 2007 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Load Stage
Replies: 5
Views: 1304

Sorry, looked up the wrong one. There is a tdatabl.pdf manual in your Docs directory for the Teradata load stage.
by chulett
Wed May 23, 2007 9:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Load Stage
Replies: 5
Views: 1304

Parallel Job Developer's Guide of all places. There's a separate section for pretty much every stage, that one included.
by chulett
Wed May 23, 2007 8:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Teradata Load Stage
Replies: 5
Views: 1304

Yes, via the Write Mode options. It's in the documentation.