Page 1 of 1

Cant View File

Posted: Thu Jul 29, 2004 8:01 pm
by kate_gkl
I have created a job to import source data with some transformation. My output is a sequential file with the data formatted.

I can run the job successfully. However, when I would like to view the file, I could not open it and getting this error message:
Unable to access file: /source/TestFixedWidth.txt
from server: 128.230.254.10

(DSR.MetaGeta(GET.SEQ.SAMPLE): OPENSEQ of /source/TestFixedWidth.txt took ELSE clause, STATUS()=0)
May I know what is rhe problem that occur? Hope can get some guidance from you guys.

Thanks very much. Cheers~~~

Posted: Thu Jul 29, 2004 8:31 pm
by rasi
Check the user permission on the file. If you ran the job with a different user and then try to read from another user it will give this error. First thing is to check the permission.

Thanks
Siva

Posted: Thu Jul 29, 2004 8:47 pm
by kate_gkl
Thanks Rasi for your reply. The user permission might be the problem. But I try to open the file straight after i ran the job by using the same user id.

May i know is there other reason that will cause this problem?

Thanks! Cheers~~

Posted: Thu Jul 29, 2004 8:54 pm
by rasi
The error says Access Denied. The only reason is you don't have permission to access that file. If the file is missing then it would have said Unable to open the file.

Thanks
Rasi