Search found 42189 matches

by chulett
Mon Nov 23, 2009 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: System.OutOfMemoryException
Replies: 5
Views: 1580

Can you post the full, unedited message please? Are there any other warning/error messages logged along with it?
by chulett
Mon Nov 23, 2009 7:14 am
Forum: General
Topic: DSX Export-Import from V7.5 to V8.1 error 372
Replies: 1
Views: 1220

Does it work if you perform the same steps locally?
by chulett
Mon Nov 23, 2009 7:13 am
Forum: General
Topic: Calculating the time effort
Replies: 2
Views: 955

Run it both ways, let us know.
by chulett
Sun Nov 22, 2009 9:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage not inserting records
Replies: 17
Views: 3906

You can't check the sql code with this design because all you'll see is the reason why the second action, the update failed... 1403... and we don't care. You need to perform strictly the insert so you can determine why it is failing.
by chulett
Sun Nov 22, 2009 9:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing integer to a a job activity
Replies: 11
Views: 2901

It's not that it is appending it, it is important to realize that the stage returns the results in a (possibly multi-entry) dynamic array, so if you literally just use the entire result you'll get at least one field mark delimiter. That's why discussions here mention two methods to deal with that: T...
by chulett
Sun Nov 22, 2009 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How-to Delete remote file
Replies: 8
Views: 1802

I believe you would use rsh for this as well.
by chulett
Sun Nov 22, 2009 5:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing integer to a a job activity
Replies: 11
Views: 2901

There was no need to convert anything to an integer, as Ray noted in your first reply, your issue was the inclusion of the @FM 'Field Mark' by the Execute Command stage. This needed to be stripped in order to be passed successfully which a search for your 'is not appropriate' error message would hav...
by chulett
Sun Nov 22, 2009 5:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status code 0
Replies: 4
Views: 2322

OK... what other messages were logged? What did you mean by you 'fixed the ds_login'? You'll probably need to post your dsjob syntax as well, otherwise we're all just guessing.
by chulett
Sun Nov 22, 2009 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status code 0
Replies: 4
Views: 2322

Zero isn't an error but rather an indication of success. Did your Sequence job actually run? If not, what other messages were logged?
by chulett
Sun Nov 22, 2009 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage not inserting records
Replies: 17
Views: 3906

Seems to me the first thing to determine is why the inserts are failing. That should be some form of constraint violation - unique index, check constraint, foreign key constraint, etc. And there is a way to do inserts only with that stage, though from what I remember it is a little counter-intuitive...
by chulett
Sun Nov 22, 2009 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [DataDirect][ODBC SQL Server Driver]Communication link failu
Replies: 1
Views: 2585

Seems to be a pretty common problem and a quick google for 'communication link failure' only brings up results for SQL Server.

These kind of things are generally network related.
by chulett
Sun Nov 22, 2009 1:01 am
Forum: General
Topic: Unable to view data from a Sequential File Stage
Replies: 11
Views: 12376

And how is that a 'workaround'? Sure sounds resolved to me. :?
by chulett
Sat Nov 21, 2009 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 7.5.2 intalled on XP sp2 - parellel job dosn't run
Replies: 12
Views: 4321

Jobs with a transformer are the only jobs that require a C++ compiler to 'compile' in DataStage, everything else is generating OSH scripts. Configuring the C++ compiler can be problematical regardless of version, you've got to make sure you have a supported compiler (the documentation will specify w...
by chulett
Sat Nov 21, 2009 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 7.5.2 intalled on XP sp2 - parellel job dosn't run
Replies: 12
Views: 4321

devesh_ssingh wrote:i have run the job its compiling but get aborted after.
What does this mean? You can compile a job with a transformer but it aborts when you try to run it? Regardless, describe the job design.
by chulett
Sat Nov 21, 2009 9:55 am
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 18917

In case anyone hasn't seen the previous conversation on this topic and wants to know how we got here:

viewtopic.php?t=130698