Search found 42189 matches

by chulett
Sat Jan 23, 2010 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: wait job
Replies: 10
Views: 2204

DSWaitForJob takes a job handle (nothing more) and then waits for the job to finish. But the job does need to be running first, which is all that was meant it seemed to me.
by chulett
Sat Jan 23, 2010 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Handling Load append
Replies: 5
Views: 1655

I don't think you need to do anything special, 'rejected' records during a sqlldr session automatically go into a '.bad' file.
by chulett
Sat Jan 23, 2010 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't compile any job in the project
Replies: 10
Views: 5999

Did they say why they recommended this? :?
by chulett
Fri Jan 22, 2010 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter between double quote when scheduled
Replies: 20
Views: 4480

Windows, it would seem from both the parameters being used and the OS type as originally posted. Another assumption would be via Director, so "at" on a Windows server. Please let us know if that's not the case.

Still don't think the quotes are the issue and want to see the abort messages.
by chulett
Fri Jan 22, 2010 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Istool Export Error
Replies: 6
Views: 3095

There's actually a command line import/export "istool" executable available in later patch sets for 8.1... or is it 8.1.1? :?
by chulett
Fri Jan 22, 2010 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Istool Export Error
Replies: 6
Views: 3095

Re: Istool Export Error

No clue. There are quite a few CORBA errors posted here, did any of them help or come close? Also looking for a clarification on this statement:
Sreedhar wrote:While exporting the jobs from a specific project
So... does that mean it works fine with other projects but not with this particular one?
by chulett
Fri Jan 22, 2010 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter between double quote when scheduled
Replies: 20
Views: 4480

Double-quoting pathnames with spaces is standard Windows stuff so shouldn't be an issue. What are the actual aborts that you get?
by chulett
Fri Jan 22, 2010 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Column names with spaces in between
Replies: 4
Views: 2421

There's one mentioned in the linked thread. You may also have a way to handle 'special characters' like # in column names, check the connector docs. DS_ENABLE_RESERVED_CHAR_CONVERT works for Oracle.
by chulett
Fri Jan 22, 2010 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL in filter stage
Replies: 3
Views: 1349

It's documented as "standard SQL" and the specific Boolean operators and string handling it supports are documented in the Parallel Job Developer's Guide pdf.
by chulett
Fri Jan 22, 2010 8:46 am
Forum: General
Topic: Queue Load
Replies: 3
Views: 1007

Then perhaps you should ask the author. I doubt there is one, seemed to me if it's in the queue it can get it out.
by chulett
Thu Jan 21, 2010 11:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to write record to file RT_CONFIG4575
Replies: 3
Views: 1347

Permissions, for one other possibility.
by chulett
Thu Jan 21, 2010 11:03 pm
Forum: General
Topic: Calling the external procedure into datastage
Replies: 3
Views: 1115

OK, that you should be able to make work.
by chulett
Thu Jan 21, 2010 11:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check size and wording in file by DataStage
Replies: 8
Views: 6332

How exactly are you doing the 'call via DataStage'? And please don't say 'something like', you need to post exactly like so people can help you properly.
by chulett
Thu Jan 21, 2010 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Datastage !!!
Replies: 5
Views: 5007

eostic wrote:Let's first assume that you have this xml in a file by itself, and what we see below was a cut/paste from IE
The dashes in front of the tags make that a pretty good assumption. :wink: