cancel
Showing results for 
Search instead for 
Did you mean: 

FTP to file server - file not reached to file server but in XI success

Former Member
0 Kudos

Hi

Scenario is

XI is picking file from SAP and sending to a file server. In XI ,communication channel and sxi_moni shows message transferred successfully.

But the file server guys din't receive any file. Can any one tell where the message can be lost. If file is not reaching destination then how come in XI its showing SUCCESSFUL message.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think this is the way XI works when dealing with EO(IO) messages ... Once msgs have been delegated to the AFW, they are flagged as successfully processed from an IE perspective. But if you look at the MDT tool, you should see your (failed) msgs being either retried or set to an error status (ie, FAILED, NOT DELIVERED) !

Hope this helps

Chris

Answers (3)

Answers (3)

abhay_rajhans2
Contributor
0 Kudos

Hi,

Your communication channel is not able to connect with the FTP sever.

Check in RWB the communication channel log also user id, password mentioned in communication channel.

Check whether that user has authorization to create file on FTP sever.

Former Member
0 Kudos

Receiver CC itself is stopped polling. Receiver Comm channel is not polling since last 5 days.

sugata_bagchi2
Active Contributor
0 Kudos

Hi,

You can Select the Communication Channel Monitoring in the RWB and you can restart communication channel again,

here you will also find the SAP UserID who has stopped the CC.

Restar the comm channel and resend the messages probably it will work.

Sugata

Former Member
0 Kudos

Check out the audit log for the message in MDT

http://<Host>:<PORT>/mdt/index.jsp

Also reconfirm the target location(Server,Directory).

Former Member
0 Kudos

Open the receiver file channel in channel monitoring in RWB and click on the message ID of processed messages.

You can see the audit log there where it mentions the FTP server and path to which the file has been delivered.

Confirm these details with file server team.