cancel
Showing results for 
Search instead for 
Did you mean: 

sender file adapter

Former Member
0 Kudos

'com.sap.aii.adapter.file.ftp.FTPEx: 550 /int/XI_Ready: The system cannot find the path specified. '

Hello Gurus,

here i am using a file adapter on the sender side to poll the XML files. here it is showing the error as above in the runtime work bench. when i have a look at the communication channel monitoring. can any one help. please.

Regards,

Ramana.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ramana,

In your scenario, the defined path is not able to locating properly. The path which you defined should be in shared mode.

Please give some more details which you have defined in the file protocol.

Sudheer

Former Member
0 Kudos

Hi Gurus,

here i solved this problem to some extent. now i changed that path.now it is giving error as

<b>Could not delete file '
server\int\XI_Ready\xyz.xml' after processing</b>

i am using the sender file adapter.

i am using NFS.

the objects are activated.

any ideas are thankful.

Former Member
0 Kudos

Hi Ramana !!

Try this:

- use a mapped drive unit letter instead of the UNC denomination...e.g.
server\int\XI_Ready\xyz.xml ===> F:\XI_Ready\xyz.xml.

- check file permissions and directory permissons in that directory and file.

Regards,

Matias.

Former Member
0 Kudos

basically looks like the <SID)adm user does not have the permissions to delete the file.

Former Member
0 Kudos

Hi Ramana,

Is the XI system in UNIX BOX? if so then the file is not having 777 permissions. Give 777 permission to the file. if you want to pick the file put by XI itself, in the receiver communication channel of XI whcih writes the file, in the text area menat for Execute OS Command after Message Processing, give chmod 777 %F. so once the file is written by XI it will have 777 permissions.

Or in teh sender adapter of XI which picks up teh file, check process read-only files, teh scenario will succeed.

Hope this solves your problem,

Thanks and Regards,

Sundararamaprasad

Former Member
0 Kudos

Hi Sundaram prasad,

here my XI system was on windows.

i also changed the path as F:\----


. but still iit is giiving the message as

<b>Could not delete file 'F:\int\XI_Ready\sridhar.xml' after processing</b>

I also checked the process read only files.

but still it is giving the same error.please help me.

Thanks,

Ramana

Former Member
0 Kudos

don't check read only files, what it means is XI will pick only the files with read only permissions.

there is a user <SID>adm where <SID> is your sap system ID who should have the delete permissions on this particular file/folder you are trying to delete.

right click on the file --> properties -->security tab --> add this user and give him full control.

otherwise repeat the above steps for the user "everyone" which is displayed in the security tab

Former Member
0 Kudos

Hi Ramana !

Are you sure that the error message you posted if from this comm channel ??

Are you sure its adapter is NFS and not FTP, and that the object is active?

Remember that the NFS references a local (XI server) path (mounted internally or externally)

Regards,

Matias.

Former Member
0 Kudos

From where are you trying to pick up the file ? i mean FTP or NFS

Former Member
0 Kudos

Hi Dreamcatcher

here i am trying to receive the files from the same XI receiver. But still it is giving the error regarding the FTP. i am not getting why it is giving such type of error.in my communication channel i used NFS only.

Regards,

Ramana.

Message was edited by:

ramana aavula

Former Member
0 Kudos

Did you try by giving some other path, try a path with out underscore "_"

Cheer's