Search found 498 matches

by DeepakCorning
Wed Jan 17, 2007 12:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find Jobs which Use a Particular Env Variable.
Replies: 6
Views: 1323

Find Jobs which Use a Particular Env Variable.

I just wanted to know that is there a way to find out all the jobs which use a Particular Environment Variable??
For EG. If I have 50 Jobs and 25 of them use Environment variable DATABASE_TYPE then is there way to get list of all those tables??
by DeepakCorning
Fri Jan 05, 2007 8:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Knowing the job creator
Replies: 7
Views: 1894

Oops..sorry guys.... I am still wondering wht will happen in this case in Windows....:)
by DeepakCorning
Fri Jan 05, 2007 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Knowing the job creator
Replies: 7
Views: 1894

All , Just wanted to know tht what will get stored in DS_AUDIT if we create a job after logging in by Omitting the Password ?? :?:

May be that what he means that he is not getting correct info. :?:
by DeepakCorning
Fri Jan 05, 2007 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine DSU.GetXXXXXX did not finish OK
Replies: 12
Views: 5033

Re: Response to DSguru2b

One reason of this error popping up is because the routine was moved to a different place. Also please note that the GetNextBatchNumber routine is a delivered routine with EPM and it utilises a Hashed file to generate Batch Numbers. Please look in to the Hashed Files (access available , is present e...
by DeepakCorning
Tue Nov 21, 2006 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warnings continue after stopped job
Replies: 8
Views: 2043

The job may have stopped but the job will keep on showing the warnings til the end (last warning).

If you do not want to continue then you will have to rename the job so that the PID changes. But I think the log will remain the DS folder as it may not delete it as it is still writing.
by DeepakCorning
Tue Nov 21, 2006 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling of a Job
Replies: 15
Views: 4846

Well there is one complex way that it can be done if you really want to do it -- 1. Write a routine which will find out the last day of the friday. (Find out what is the last day and date in the month and subtract a number from it to reach the last friday). 2. Design a job and call this routine in i...
by DeepakCorning
Tue Nov 21, 2006 1:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup failing though data exists
Replies: 5
Views: 1031

Usually occurs when the CSV files have extra spaces in between the names or after or before the name. Trim may remove the issue but u will have to put trim in both the stages , lookup ad well the source or the names which have spaces in the DB will get rejected. Testing - You can change the query by...
by DeepakCorning
Wed Nov 15, 2006 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_LOGxxx Not Found
Replies: 9
Views: 4704

Yes it did. Thanks.
by DeepakCorning
Wed Nov 15, 2006 1:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we code to call the bat files inside batch file?
Replies: 7
Views: 2243

Re: Can we code to call the bat files inside batch file?

What happens when you use a Execute Command Stage and call this Bat file there?

Are u saying this Bat file itself is not working??
by DeepakCorning
Wed Nov 15, 2006 1:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to clear RT_LOG****
Replies: 6
Views: 12891

Search for RT_LOGnnn and you will get many posts regarding this. THe simplest way to do this will be to delete the job and then reimport it ...:)
by DeepakCorning
Wed Nov 15, 2006 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_LOGxxx Not Found
Replies: 9
Views: 4704

Thank you..Can be the reason as the Job log is huge. Will Auto purge the log for the particular Job and check out if it works..
by DeepakCorning
Wed Nov 15, 2006 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we code to call the bat files inside batch file?
Replies: 7
Views: 2243

Re: Can we code to call the bat files inside batch file?

When you say delete files related to the job do you mean the output files generated by the job or the internal ones.

You can call a BAT file by a Comman Stage.
by DeepakCorning
Tue Nov 14, 2006 11:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we install the datastage server without database?
Replies: 9
Views: 3912

Yes , No req of a Database to install DS server.
by DeepakCorning
Tue Nov 14, 2006 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_LOGxxx Not Found
Replies: 9
Views: 4704

Well , yes I will for sure. But not sure how to find that out. No one is running anything at that time on the server as well. Grrrrr.... :shock: ..
by DeepakCorning
Tue Nov 14, 2006 11:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_LOGxxx Not Found
Replies: 9
Views: 4704

I did this last week. Deleted the Job and Reimported it in the project , but this error came up again this week. DO I have to do it again?? :(