Search found 42189 matches

by chulett
Tue Feb 20, 2007 12:42 am
Forum: General
Topic: Restarting aborted Sequence jobs with Loop stages
Replies: 2
Views: 1518

Restarting aborted Sequence jobs with Loop stages

There have been some questions here regarding checkpointed Sequence jobs with Loop stages and when happens when it aborts deep inside the loop. I had the opportunity to witness this and thought I'd pass along my experience. Complex Sequence job with stages both before and after the Loop start/end st...
by chulett
Tue Feb 20, 2007 12:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Batch is aborted with error "ORA-01017: invalid use
Replies: 3
Views: 1547

That's not 'hardcoded' but fine, I understand what you mean. I stand by my diagnosis - reschedule the job, correct the parameter values stored there and it will be fine the next time it runs.
by chulett
Mon Feb 19, 2007 11:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Job finishes with Warning: PRINTER memory segment removed
Replies: 1
Views: 964

Search the forum for your warning message 'PRINTER memory segment removed', the issue has been discussed here quite a number of times.
by chulett
Mon Feb 19, 2007 11:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 9i plug in: Problem in using 'User defined query'
Replies: 10
Views: 3534

You don't get the error 'in' the transformer stage. The transformer is the active stage, so that's why it reports the error. View Data just does a select based on the metadata, so the fact that that works doesn't mean much as it doesn't use your sql to do it. How many columns do you have defined in ...
by chulett
Mon Feb 19, 2007 11:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Batch is aborted with error "ORA-01017: invalid use
Replies: 3
Views: 1547

Welcome. :D Normally, I would say that the Batch job was scheduled with invalid values for the connection parameters. That would explain why it fails when cron runs it and then works fine during a manual run. Whenever parameter values in a scheduled job need to change, you can't just change the valu...
by chulett
Mon Feb 19, 2007 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: environmental variable in a rountine
Replies: 12
Views: 3810

You can echo that value of any environment variable that is currently set. Your code, minimal as it is, works fine. Your conclusions must be based on testing the routine in the Manager, which is fine as long as you understand what you are seeing. In the Manager, the only environment variables avail...
by chulett
Mon Feb 19, 2007 10:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting rows from an SQL table
Replies: 7
Views: 1165

Lemon squeezie. :lol:
by chulett
Mon Feb 19, 2007 7:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clear log, auto-purge
Replies: 7
Views: 2198

Me like edification. :wink:
by chulett
Mon Feb 19, 2007 5:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 9i plug in: Problem in using 'User defined query'
Replies: 10
Views: 3534

Where are you doing this 'use an Oracle Sequence' in your job design? Are you still planning on doing this once and then incrementing it by 1 in your job? :?
by chulett
Mon Feb 19, 2007 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting rows from an SQL table
Replies: 7
Views: 1165

Then either switch to the DRS stage, which does have that option for ODBC, or use user-defined sql.
by chulett
Mon Feb 19, 2007 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting rows from an SQL table
Replies: 7
Views: 1165

Read the file and send the keys to your database stage of choice using the 'Delete existing rows' update action. Easy Peasy.
by chulett
Mon Feb 19, 2007 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running as scheduled
Replies: 10
Views: 5403

I'm really not sure how one would check that. I'd suggest you open up a Support case with IBM for this, if you haven't already done so.
by chulett
Mon Feb 19, 2007 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Connection problem
Replies: 18
Views: 5036

I really don't understand the need some people have to quote something every flipping time. Especially something with absolutely no bearing on their reply. </irked> :?
by chulett
Mon Feb 19, 2007 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs not running as scheduled
Replies: 10
Views: 5403

So, they fail to start at all? Is anything at all in the job's log that indicates it may have tried to start? I ask because once upon a time, I saw something where the job did try to start but couldn't. The Status view in the log would not change from the last successful run, but there would be a si...
by chulett
Mon Feb 19, 2007 7:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSN,PLUGIN ISSUE
Replies: 21
Views: 10259

George, you really don't need to keep putting everything into both threads. Let's play here since your dsenv file is actually posted in this one. As Ray has already noted, and as should be pretty obvious from the error message, one of your file's lines is horked up. This one, in particular: SHLIB_PA...