Error while truncating data set

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
sateeshbabu
Participant
Posts: 48
Joined: Sat Oct 22, 2005 9:56 am

Error while truncating data set

Post by sateeshbabu »

Hi,

We are using Dataset in one of the jobs.

We are using the update policy as "Overwrite" for Dataset.This job is running fine but some times we are getting like below.

Unable to open descriptor file to update: Permission denied

Error updating ORCHESTRATE File Dataset descriptor segment information for '/tmp//meas.ds'.

Error while truncating data set "/tmp//meas.ds".
filesystem related error

Can you please let us know what is the problem causing.
sjordery
Premium Member
Premium Member
Posts: 202
Joined: Thu Jun 08, 2006 5:58 am

Post by sjordery »

I had this - tried to work around it, with little joy. Permissions fine on all the relevant directories etc.

In the end, I had to delete (manually) and recreate the dataset, at which point the error ceased. I think it was a corrupted pointer.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I would guess that the DataStage user has only "R" and not "RW" rights to "tmp//meas.ds" because of the error message
"Unable to open descriptor file to update: Permission denied "
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

/tmp//meas.ds
why the double slash?

Have you stripped the absolute path or it is the exact value you are passing?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
sjordery
Premium Member
Premium Member
Posts: 202
Joined: Thu Jun 08, 2006 5:58 am

Post by sjordery »

[quote="ArndW"]I would guess that the DataStage user has only "R" and not "RW" rights to "tmp//meas.ds" because of the error message
[quote] "Unable to open descriptor file to update: Permission denied "[/quote][/quote]

Oops - my bad, sorry. The Group had R only permissions.
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

was the job run by same user everytime?
Post Reply