Page 1 of 1

Folder stage problem

Posted: Thu Feb 18, 2010 4:34 am
by kaushal.kumar@igate.com
Hi mj jobs get abborted.
below is the error message.Please help.
DataStage Job 24 Phantom 8148
Program "DSD.DIROpen": Line 107, WRITE attempt on read-only file.
Program "DSD.DIROpen": Line 107, WRITE failure.
Attempting to Cleanup after ABORT was raised in stage FolderStage..Folder_0
DataStage Phantom Aborting with @ABORT.CODE = 3

Posted: Thu Feb 18, 2010 4:39 am
by robjones
Have you checked the permissions of the file / directory to which you're trying to write?

Posted: Thu Feb 18, 2010 5:57 am
by kaushal.kumar@igate.com
robjones wrote:Have you checked the permissions of the file / directory to which you're trying to write?
In my job i am using folder stage to read files from load directory and in output i am using sequential file.

My job is like folderstage-> transformer -> sequenti file stage.

i am facing above message and job gets aborted.Please advice

Posted: Thu Feb 18, 2010 6:17 am
by chulett
Advice that you answer the question. That and double-check file level permissions in general.

Posted: Thu Feb 18, 2010 4:17 pm
by ray.wurlod
You can't write to the file because it is read-only to the user ID under which the job is running. That's the problem you need to fix. It's not a DataStage problem.