"DSD.GetStatus": Line 25, Read operation failure.

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Vinodanand
Premium Member
Premium Member
Posts: 112
Joined: Mon Jul 11, 2005 7:54 am

"DSD.GetStatus": Line 25, Read operation failure.

Post by Vinodanand »

Hi,

I'm getting the Following Error. Can any one help me to debug the same.

DataStage Job 51 Phantom 20823

[20845] Done : DSD.RUN EligSubsPersCovgReprocessJob.242 0/0/1/0/0

[21467] Done : DSD.RUN EligPdsHashLoad.242 0/0/1/0/0

Program "DSD.GetStatus": Line 25, Read operation failure. Program "DSD.GetStatus": Line 25, Read operation failure. Program "DSD.GetStatus": Line 25, Read operation failure. Program "DSD.GetStatus": Line 25, Read operation failure. Program "DSD.GetStatus": Line 25, Read operation failure. Program "DSD.GetStatus": Line 25, Read operation failure. Program "DSR_EXECJOB": Line 1774, Read operation failure. Attempting to Cleanup after ABORT raised in stage EligPdsProcessSeq.233.JobControl

Program "DSD.WriteLog": Line 138, Read operation failure.
meena
Participant
Posts: 430
Joined: Tue Sep 13, 2005 12:17 pm

Post by meena »

Hi Vinodanand..
I did a seacrh in the forum..there is one post based on the same error..And this is given by 'Kim':
Your umask needs to go in 2 places. It should be 002 in dsenv and uv.rc. In older version uv.rc is copied to /etc/rc2.d. In newer versions it is a link to DSEngine/samples/uv.rc.

umask 002

Is the line you need to add if it is not there. you need to stop and start DataStage for the dsenv file to be reread.

The projects can be fixed as root you need to run

cd ProjectDir
chmod -R 4774 .

or

cd ProjectDir
chmod -R ug+rwx .

And you get more info on this topic if you do a search in search for all option on "Program "DSD.WriteLog": Line 138, Read operation failure"..
Hope this will help you...
Vinodanand
Premium Member
Premium Member
Posts: 112
Joined: Mon Jul 11, 2005 7:54 am

Post by Vinodanand »

I'm Unable find any nor cld i decipher wat Kim said.Cld any one help me out on this.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Looks like a corrupted job log. Consider purging the job log, if that doesn't work, try exporting the job and re-importing it to recreate all supporting files.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Vinodanand
Premium Member
Premium Member
Posts: 112
Joined: Mon Jul 11, 2005 7:54 am

Post by Vinodanand »

but i'm hitting at this error at random for many jobs.
meena
Participant
Posts: 430
Joined: Tue Sep 13, 2005 12:17 pm

Post by meena »

Hi Vinodanand..
Go to search..give this in the field "Program "DSD.WriteLog": Line 138, Read operation failure" select search for all terms then you will get two posts..I do not how to post the topic here..
Vinodanand wrote:I'm Unable find any..
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Sounds like out of disk space, which will give you corrupted job logs.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply