Search found 42189 matches

by chulett
Fri May 28, 2010 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with XML job
Replies: 34
Views: 10620

Perhaps if you tried changing one thing at a time rather than 'every thing' and stick with one way rather than 'millions' you could have worked this out by now. We're way past the point where we have any idea what you've actually tried and what the result was. :? At some point, there's nothing more ...
by chulett
Fri May 28, 2010 8:32 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ODBC connection problem in "Always On" WS
Replies: 11
Views: 9393

Sometimes, yes, but not always. Good to check here first, but when The Man says "bummer, no idea" you fall squarely back into the lap of support. :wink:
by chulett
Fri May 28, 2010 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: in which format the ctrl+m team get the jobs
Replies: 5
Views: 1671

(*Ahem*) Windows with the MKS Toolkit installed. :wink:
by chulett
Fri May 28, 2010 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashfile viewer without designer
Replies: 8
Views: 3768

You missed Ray's point - those commands do not work with pathed hashed files until you've done as he noted. Search here for the SETFILE command, which is what you'd need to create the VOC pointer.
by chulett
Fri May 28, 2010 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute command activity stage
Replies: 7
Views: 6177

No, you only "need" to do it that way if the path to your script/command is parametrised as well. What they've said that they are doing should be working fine. You need to tell us what "not working" means - that statement by itself means nothing. Show us your exact input and outp...
by chulett
Fri May 28, 2010 6:29 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: ODBC connection problem in "Always On" WS
Replies: 11
Views: 9393

Have you involved your official support provider yet?
by chulett
Fri May 28, 2010 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass column value as parameter
Replies: 8
Views: 2954

Yup, I've noted in other threads that (oddly enough) the XML Output stage can do this as well.
by chulett
Fri May 28, 2010 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of open oracle/db connections in a job
Replies: 6
Views: 3122

ps. You don't have "300 listeners". However, you do probably have one listener that is configured to allow a maximum of 300 concurrent connections.
by chulett
Fri May 28, 2010 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of open oracle/db connections in a job
Replies: 6
Views: 3122

Yes, that is my (possibly incorrect) understanding: sequential = conductor and thus one per stage. One simple solution - don't "trigger simultaneously".
by chulett
Fri May 28, 2010 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute command activity stage
Replies: 7
Views: 6177

And there's no need to pass environment variables to it as they are already accessible to it, being part of the environment and all.
by chulett
Fri May 28, 2010 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML input Stage Error
Replies: 14
Views: 7259

Upgrade!
by chulett
Thu May 27, 2010 7:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass column value as parameter
Replies: 8
Views: 2954

Server job. Folder stage. Well, except perhaps for the 'append' bit. :?
by chulett
Thu May 27, 2010 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data in to AS400 table
Replies: 4
Views: 6535

Patience, grasshopper.
by chulett
Thu May 27, 2010 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Embed XML in another XML
Replies: 6
Views: 2205

You could do your "embedding" manually in a transformer, if literally all you need are "start and end tags".