Search found 42189 matches

by chulett
Fri Nov 30, 2007 7:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to set oracle paremeter for particular DS project
Replies: 5
Views: 1778

Re: How to set oracle paremeter for particular DS project

Because our DS project has lot of OCI stage ,so Initialize the oracle session by using before query in OCI stage is not good for maintains purpose Unfortunately, since each stage establishes its own connection / session, that is your only option. You would need to use a Job Parameter for the 'alter...
by chulett
Fri Nov 30, 2007 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Looping a Job on Windows
Replies: 12
Views: 3390

Yup. :D
by chulett
Fri Nov 30, 2007 12:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Behaviour of dsjob -lparams
Replies: 9
Views: 2728

Actually, I said it does work irrespective of job status. Apart from running the shell script, i also tried using the -lparams command in a stand alone fashion and yet it seems to act the way it does. Meaning what, exactly? That just running it from the command line it works fine or it exhibits the ...
by chulett
Thu Nov 29, 2007 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User-defined SQL file problem
Replies: 2
Views: 1462

Yeesh. First off, when using the SQL File option, the User-Defined SQL area *is* where the actual sql file pathname goes. Technically, what normally goes in the Table Name area would be the table you are selecting from but since you are going down the user-defined path it doesn't matter what you put...
by chulett
Thu Nov 29, 2007 2:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open the operating system file "DSU_BP.O/DSU.
Replies: 4
Views: 3477

You missed a user routine that it calls named FileFound - import that one as well.
by chulett
Thu Nov 29, 2007 12:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters at the oproject level:
Replies: 6
Views: 1419

The only reason I asked about the version is that early implementations did not handle encrypted passwords properly from what I recall. However, on 7.5.1 you should be 'fine'.

I haven't tried using them myself, so can't reall comment on how it should (or should not) be done.
by chulett
Thu Nov 29, 2007 12:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting existing rows of the table
Replies: 2
Views: 1161

Re: Deleting existing rows of the table

the transformer only has output rows which is nothing but the columns of the particular table i'm trying to delete. and i have set the value of all of it as 0. Your problem in a nutshell. You have to pass the actual key values for the records you want deleted, you've said to delete records where th...
by chulett
Thu Nov 29, 2007 11:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters at the oproject level:
Replies: 6
Views: 1419

What specific 7.x version of DataStage?
by chulett
Thu Nov 29, 2007 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between two dates
Replies: 1
Views: 818

Yes. Convert both to internal format and subtract. Search the forums for examples of the IConv function to perform the conversion.
by chulett
Thu Nov 29, 2007 8:56 am
Forum: General
Topic: Error while trying to retrieve text for error ORA-12154
Replies: 18
Views: 12009

Still looking for details. Where does this database live? On the DataStage server? Are there other jobs that access this instance that work and this one job the only one that fails? Or is this 1 job literally the only job to access this instance? Both tnsping and sqlplus were successful when execute...
by chulett
Thu Nov 29, 2007 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format from YYYY-MM-DD to YYYYMMDD
Replies: 12
Views: 16239

StringToDate() with the appropriate format mask. Forget about the 'to YYYYMMDD' part, a date is a date.
by chulett
Thu Nov 29, 2007 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving job status in a server sequence
Replies: 2
Views: 814

Does not your 'third party scheduler' return a status? The Execute Command stage can check that status in its triggers or a downstream stage can check it as well.
by chulett
Thu Nov 29, 2007 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pin 1 not initialized
Replies: 5
Views: 4580

Has this 'Testing server' been configured for Oracle? What is different about it from Production other than the server it lives on?