Runtime issue

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
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Runtime issue

Post by dr.murthy »

hi all,

any one have an idea how to resolve the following issue

buffer(0),0: APT_BufferFile: unable to create file 0000000000000000: Permission denied
APT_BufferFile: unable to create file 0000000000000000: Permission denied
APT_BufferFile: unable to create file 0000000000000000: Permission denied
APT_BufferFile: unable to create file 0000000000000000: Permission denied

Thanks in advance
D.N .MURTHY
mahadev.v
Participant
Posts: 111
Joined: Tue May 06, 2008 5:29 am
Location: Bangalore

Post by mahadev.v »

Do you have write permissions to the scratch disk? Buffer operator first writes the data to RAM. Then writes to the scratch disk if the RAM gets full(i think the word is Overflow). So check if you have the write permissions on your scratch disk.
"given enough eyeballs, all bugs are shallow" - Eric S. Raymond
Post Reply