Search found 42189 matches

by chulett
Fri Jan 13, 2006 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI9i Stage error
Replies: 1
Views: 1056

Yes, it means you haven't properly configured DataStage to support the OCI stages. Read the Configuration Guide for the steps needed, they involve changes to your dsenv file to set an ORACLE_HOME and include the Oracle libraries in your appropriate LIB_PATH environment variable. Once done, you'll ne...
by chulett
Fri Jan 13, 2006 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warings msgs for Update Or insert type in ODBC Stage
Replies: 8
Views: 2018

Definitely have a chat with your DBA. In the meantime, unless you are using wire drivers with the ODBC stage and for some reason really want to stick with the ODBC stage, why not switch to OCI? You won't have these issues with the OCI stages.
by chulett
Fri Jan 13, 2006 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to open RT_STATUS538 file
Replies: 4
Views: 1467

Another guess. There's more to the error message, perhaps even an error -14 buried somewhere. Things run fine individually because you are not taxing your system. All at once, there is too much going on and there aren't enough resources available to support them running at the same time. You may al...
by chulett
Thu Jan 12, 2006 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warings msgs for Update Or insert type in ODBC Stage
Replies: 8
Views: 2018

Possibly... would need Vijay to pop back in and clarify the database and ODBC drivers in use here.
by chulett
Thu Jan 12, 2006 6:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warings msgs for Update Or insert type in ODBC Stage
Replies: 8
Views: 2018

:? Guys - where was the 'O' word ever mentioned? Oracle doesn't return status messages like that, looks more like a DB2 thing to me.
by chulett
Thu Jan 12, 2006 6:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to open the job
Replies: 10
Views: 2511

You enable 'auto start' by changing the start value to a 1 and timer is how many seconds it sleeps between 'runs'.
by chulett
Thu Jan 12, 2006 5:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Aborts
Replies: 14
Views: 3792

Aha! :lol:
by chulett
Thu Jan 12, 2006 5:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default warnings limit in the Designer
Replies: 10
Views: 2321

No... figured I'd start where I stood the best chance of getting an answer. Ah, well. Monday [crosses fingers] we'll be on 7.5.1A and I'll check if the behaviour is any different once we're upgraded and if not, ping Ascential.
by chulett
Thu Jan 12, 2006 5:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default warnings limit in the Designer
Replies: 10
Views: 2321

Correct. Unfortunately, most people won't bother to switch tabs and constantly run jobs with the default value... hence the desire to change the default.
by chulett
Thu Jan 12, 2006 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log
Replies: 10
Views: 2660

You'll need specific permissions to truncate tables granted to your user as well. That, at times, can be quite an uphill battle. :wink:
by chulett
Thu Jan 12, 2006 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array size in ORAOCI Stage
Replies: 3
Views: 893

Turn off the Prefetch to memory option and see what happens.
by chulett
Thu Jan 12, 2006 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log
Replies: 10
Views: 2660

Time to talk to your DBA, then. It's a database issue, not a DataStage issue.
by chulett
Thu Jan 12, 2006 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade DS from 5.2 to 7.x
Replies: 7
Views: 1694

:shock: Three months? Care to share why that might be? Any lessons learned might be helpful for others in the same boat.
by chulett
Thu Jan 12, 2006 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log
Replies: 10
Views: 2660

What got accumulated into the log? Warnings? What stage and database are we talking about here? Paste one of your log messages here so we can see it.
by chulett
Thu Jan 12, 2006 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Empty Result set with timestamp and parameters
Replies: 3
Views: 956

Roy, I don't see anything obviously wrong with what you are doing. Are you sure the timestamp is the problem and it's not something else in the query? Ok, the timestamp in the table is '2006-01-01' but what is the value of the P_DATE parameter? :?