Search found 42189 matches

by chulett
Tue Mar 18, 2008 8:05 pm
Forum: General
Topic: ODBC Connection Error
Replies: 6
Views: 2045

Ok, wasn't aware of anything out of the box for Notes. If someone here has some practical experience with this, hope they sing out. In the meantime, perhaps it would help if you posted your ODBC config files. I'd also be curious if you've successfully used ODBC of any kind before this with DataStage...
by chulett
Tue Mar 18, 2008 7:07 pm
Forum: General
Topic: ODBC Connection Error
Replies: 6
Views: 2045

What ODBC drivers are you using for this Notes connection? One that ships with DataStage or did you purchase something specifically for Notes?
by chulett
Tue Mar 18, 2008 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert hanging against Data warehouse
Replies: 20
Views: 4771

And sometimes it's worth it to go get a dang baseball bat.
by chulett
Tue Mar 18, 2008 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SAP R/3 - Win32 error in LoadLibrary of dsidoc.dll
Replies: 5
Views: 2568

Hopefully you understood that the 'that' I was referring to was the 'required link property' question which has nothing to do with the current topic, hence the request.
by chulett
Tue Mar 18, 2008 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with Stored Procedure in datastage
Replies: 6
Views: 2350

Nope. For a procedure it would be 'IS', a table or view - 'AS'.
by chulett
Tue Mar 18, 2008 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Archiving Sequential file when the job is running
Replies: 3
Views: 1299

You can't "archive" or otherwise futz with a file that is being written to. :?
by chulett
Tue Mar 18, 2008 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SAP R/3 - Win32 error in LoadLibrary of dsidoc.dll
Replies: 5
Views: 2568

Start a new thread if you want help with that.
by chulett
Tue Mar 18, 2008 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert hanging against Data warehouse
Replies: 20
Views: 4771

Try to keep up, Ray. :wink:
by chulett
Tue Mar 18, 2008 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI lookup
Replies: 18
Views: 5035

So the SQL itself is identical between the two? If so, then you need to open a case with your official support provider, I vaguely recall there may be a patch available for this...
by chulett
Tue Mar 18, 2008 1:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI lookup
Replies: 18
Views: 5035

If the generated query works and the user-defined one fails, I'd suspect the sql itself is the issue. Don'tcha think?
by chulett
Tue Mar 18, 2008 1:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance statastics Zero
Replies: 4
Views: 1369

And failing that, 'jobmonapp'.
by chulett
Tue Mar 18, 2008 12:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source stage for XML input
Replies: 5
Views: 1918

It's a UNIX problem, and as noted your list of filenames is 'too long' to be handled. How many XML files exist out there? How long is each pathname?
by chulett
Tue Mar 18, 2008 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job sequencer condition
Replies: 5
Views: 4469

Triggers would control that, typically an 'OK' and an 'Otherwise'. Have you not tried that? :?
by chulett
Tue Mar 18, 2008 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not running from command prompt
Replies: 2
Views: 1624

That error just literally means it can't find a job with the name specified in the project. /* Errors generated with the DSAPI */ #define DSJE_NOMORE -1001 /* All events matching the filter criteria have been returned. */ #define DSJE_BADPROJECT -1002 /* Unknown project name */ #define DSJE_NO_DATAS...