Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with dataset while writing into

Former Member
0 Likes
541

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
475

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

3 REPLIES 3
Read only

Former Member
0 Likes
475

You dont have the permissions. You can also refer to the Library for the corresponding return code texts.

Read only

Former Member
0 Likes
476

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

Read only

Former Member
0 Likes
475

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.