Search found 42189 matches
- 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...
- 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
- 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
- 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 ...
- 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...
- 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...
- 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
- Mon Feb 19, 2007 7:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: clear log, auto-purge
- Replies: 7
- Views: 2198
- 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
- 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
- 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
- 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
- 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
- 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...
- 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...