Search found 20 matches

by pqrabc
Mon Feb 13, 2012 7:58 am
Forum: General
Topic: File Name in format Name_date_recordcount
Replies: 1
Views: 779

File Name in format Name_date_recordcount

Hi, I have a job that picks up data from database and loads into sequential file. While doing so I need the file name to be dynamic and generated in format FileName_DateMMDDYYYY_RecordCount. The file name should be parametrized. I tried using stage variable, but the scope is limited to transformer. ...
by pqrabc
Fri Dec 30, 2011 12:00 am
Forum: General
Topic: Unable to open job DS 8.5
Replies: 2
Views: 1384

Unable to open job DS 8.5

Hi, I am facing issue with DS 8.5 where in one of the job has been locked, and shows the below message. Unable to open job. The job <job name> is locked by user <username> (session ID <session no>) Do you want to continue and open a read only view of job? I tried using options such as ds.tools to se...
by pqrabc
Wed Oct 19, 2011 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job failing with 'ds_ipcput() - timeout waiting for mutex'
Replies: 2
Views: 2193

Job failing with 'ds_ipcput() - timeout waiting for mutex'

Hi, We have a Server job in DS 8.5 that uses multiple hash files for lookup , this job throws 'ds_ipcput() - timeout waiting for mutex' error when it runs in parallel with some other jobs. While the same job finishes successfully when ran individually. I have searched the forum for the error message...
by pqrabc
Tue Apr 19, 2011 4:24 am
Forum: General
Topic: Clear PH directory through a job
Replies: 3
Views: 2668

Clear PH directory through a job

Hi, I need to clear Ph directory by scheduling a job. i tried doing it through after sub routine bt running into following error: Unable to unlink the operating system file "DSD.RUN_21871_15815". [EACCES] Permission denied CLEAR.FILE was unable to complete processing. Is it that since the ...
by pqrabc
Tue Dec 08, 2009 5:10 am
Forum: General
Topic: Job finish with DSJS.RUNWARN
Replies: 8
Views: 3904

Job finish with DSJS.RUNWARN

The statua DSJS.RUNWARN is obtained when job finishes a normal run with warning.How can i achieve this.The job should not abort but finish with warning.