Search found 42189 matches

by chulett
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...
by chulett
Thu Nov 30, 2006 3:25 pm
Forum: General
Topic: running a series of scripts (ddl/dml) from job sequencer
Replies: 17
Views: 8543

What value is the ETL tool adding to this? Why not just script it? :?
by chulett
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

No, you don't need to be root. What happens when you switch it to 'Show All'?
by chulett
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

The first field you define in the Folder stage gives you this information.
by chulett
Thu Nov 30, 2006 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage phantom Error
Replies: 5
Views: 6704

It shouldn't have anything to do with stage variables or job parameters, per se - that just means you haven't found the routine the job uses. :wink:

Look everywhere - before/after job, before/after stage, constraints, yada yada - could be in all kinds of non-obvious places.
by chulett
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

And? :?

How about pasting the error message so we can see why it failed? How about indicating if my 'guess' is anywhere close to the mark? How about checking to see who owns the object it is trying to replace and what permissions it has?

Help us help you.
by chulett
Thu Nov 30, 2006 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: clear logs (?)
Replies: 4
Views: 1393

stivazzi wrote:i have taken the code...

How have you 'taken' and implemented that code? That could be part of the problem...
by chulett
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

You don't need anything in the dsenv file that you don't already have.
by chulett
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...
by chulett
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...
by chulett
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...
by chulett
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

The link in my old post is still good although it will take you to the IBM version of the site now... and you'll need a new logon there. Once you have one, it's easy enough to find the patch that you need. :wink:
by chulett
Thu Nov 30, 2006 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ExecDos
Replies: 15
Views: 3995

The only reason I'm aware of you wouldn't get it would be because your DataStage Server software is not installed on a Windows box. Do you get any kind of 'Exec' there? And which 'drop down' are you looking for it in?
by chulett
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....
by chulett
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...