‎2008 Aug 25 1:57 PM
I am writing my output internal table into ftp server.
I used below stmt in ECC 6.0 .
OPEN DATASET p_opath FOR OUTPUT IN TEXT MODE MESSAGE gv_msg ENCODING DEFAULT.
But the gv_msg is filled up with 'Permission denied'.
What does it mean ? My coding is not correct or I don't have access to write into ftp server ?
THANKS IN ADV.
‎2008 Aug 25 2:03 PM
Hi,
i guess you dont have the permission of creating file in the directory have mentioned in the path
change the path of the file and check it again... may be HOME directory
regards
padma
‎2008 Aug 25 1:59 PM
You dont have the permissions. You can also refer to the Library for the corresponding return code texts.
‎2008 Aug 25 2:03 PM
Hi,
i guess you dont have the permission of creating file in the directory have mentioned in the path
change the path of the file and check it again... may be HOME directory
regards
padma
‎2008 Aug 25 2:06 PM
Hi
I think you don't have permission in Application server
check your permissions on folder it should be read and write
Regards
Murali Papana.