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

Access form the Application Server

Former Member
0 Likes
748

Hi,

I have a Invoice in the directory abc/test on the application sever but when the third party is trying to access the same thru FTP it says that Ur not authorised even though he is able to see the file.

Could any body tell me what might be the reason and how to resolve the same

with rgds

Ranjith Singh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
722

Hi,

I think you can see a file in application server, but you need some authorizations to read or modify it, which can be restricted to some users in the system. So check if there are required authorizations given to third party user ID.

Thanks,

Venkatesh.

Edited by: venkatesh333 on Jul 28, 2011 6:14 AM

4 REPLIES 4
Read only

Former Member
0 Likes
722

permissions to view the file content as well as view the contents of the folder?

Read only

Clemenss
Active Contributor
0 Likes
722

Hi Ranjith Singh,

check your ftp server!

Regards

Clemens

Read only

Former Member
0 Likes
723

Hi,

I think you can see a file in application server, but you need some authorizations to read or modify it, which can be restricted to some users in the system. So check if there are required authorizations given to third party user ID.

Thanks,

Venkatesh.

Edited by: venkatesh333 on Jul 28, 2011 6:14 AM

Read only

0 Likes
722

Hi,

Usaully FTP connections are password protected. Check with user having FTP user and password for authorization.

You can debug the FM 'FTP_CONNECT' as well .

Regards,

Partha