Search found 42189 matches
- Thu Nov 30, 2006 3:33 pm
- Forum: General
- Topic: running a series of scripts (ddl/dml) from job sequencer
- Replies: 17
- Views: 8543
They need a good... well, nevermind what they need. Create a standard routine that executes shell scripts. Then a Sequence job with a series of Routine Activity stages can run them. Or code a series of DSExecute calls into the Job Control tab of a Server job and run that. Or push back and tell 'them...
- Thu Nov 30, 2006 3:25 pm
- Forum: General
- Topic: running a series of scripts (ddl/dml) from job sequencer
- Replies: 17
- Views: 8543
- Thu Nov 30, 2006 8:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Do I need to be root for this?
- Replies: 7
- Views: 2209
- Thu Nov 30, 2006 8:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Get source file at runtime
- Replies: 1
- Views: 827
- Thu Nov 30, 2006 8:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage phantom Error
- Replies: 5
- Views: 6704
- Thu Nov 30, 2006 8:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: unable to create Linkname
- Replies: 3
- Views: 959
- Thu Nov 30, 2006 8:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: clear logs (?)
- Replies: 4
- Views: 1393
- Thu Nov 30, 2006 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to configure an odbc connection on unix
- Replies: 19
- Views: 7239
- Thu Nov 30, 2006 8:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing Values to a After-SQL.
- Replies: 3
- Views: 925
Re: Passing Values to a After-SQL.
So i have the information @INROWNUM from the Transformer Stage and want to write this information into the table LOGINFO in the After-SQL. (I assume, that the After-SQL ist called ONCE every run? Yes, you are correct that it is only called once, but that's not where you want to do this. Split anoth...
- Thu Nov 30, 2006 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Roll back if job fails
- Replies: 14
- Views: 3578
My requirement is slightly different. I dont want to delete all records. I want to delete some records based on some criteria. [sigh] Ok... that would have been good to note the first time. What kind of 'criteria'? Something you can encapsulate in a single sql statement it would seem, yes? Then you...
- Thu Nov 30, 2006 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Roll back if job fails
- Replies: 14
- Views: 3578
Re: Roll back if job fails
My requirement is , 1. Want to delete all records in a table. 2. Insert new records from a flat file. 3. If the insert fails rool back to the previous state. (Table with old records) I am using an oracle stage for inserting new rows. In the before tab of SQL in OCI stage, I am specifying the delete...
- Thu Nov 30, 2006 7:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not able to openup Job Activity Property
- Replies: 21
- Views: 5869
- Thu Nov 30, 2006 7:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ExecDos
- Replies: 15
- Views: 3995
- Thu Nov 30, 2006 7:35 am
- Forum: General
- Topic: custom in job activity (sequence)
- Replies: 18
- Views: 10129
Well, that post you linked to seems to indicate that you can't do the User Status thing in a Parallel job. If that is true then you'll need to do what both of us suggested and make this one job a Server job. But that doesn't explain your Sequence problem. Many things in DataStage are case sensitive....
- Thu Nov 30, 2006 1:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: unable to create Linkname
- Replies: 3
- Views: 959
Sounds like you haven't actually given the Sequential stage a Filename to use and it is still defaulted to the Link Name. Which means it is trying to create it in the current Project and you don't have permissions to create it there... probably because it already exists there. My guess, anyways. How...