cancel
Showing results for 
Search instead for 
Did you mean: 

receiver file adapter problem in file to file scenario

Former Member
0 Kudos

My situation is: I created the scanrios with file adapters, using

FTP, the sender adapter is picking up the file, but the output file

is not been created in the path mentioned, both the adapter status

looks green, I have no error message in the sxmb_moni for this

scenario. my adapter status looks as below:

kris_scenario1_filetofile_receiverCC Receiver Adapter v2112 for

Party '', Service 'krishna_bussystem01':

Configured at 2006-05-28 20:14:19 EDT

No message processing until now

kris_scenario1_filetofile_senderCC Sender Adapter v2126 for

Party '', Service 'krishna_bussystem01':

Configured at 2006-05-28 20:11:35 EDT

History:

- 2006-05-28 20:16:25 EDT: Polling interval started. Length: 10.000 s

- 2006-05-28 20:16:25 EDT: Processing finished successfully

- 2006-05-28 20:16:25 EDT: Processing started

- 2006-05-28 20:16:15 EDT: Polling interval started. Length: 10.000 s

- 2006-05-28 20:16:15 EDT: Processing finished successfully

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi Krishna,

Go to RWB->Message Monitoring->Message Display Tool(MDT)->Audit Log and check the status..

1) Are you using Content Conversion - If so , is there any error is there it will show over there in MDT.

2) First Try to output without content conversion, so that you can verify your all configuration,message mapping etc are correct.

About Message Monitoring blog -

/people/michal.krawczyk2/blog/2005/01/02/simple-adapter-and-message-monitoring

Hope this helps,

Regards,

Moorthy

Former Member
0 Kudos

Moorthy,

as you suggested I checked in MDT, FYI I am doing without content coversion. from the below message I dont see any problem, so what could be a problem

The sender has 'delivered' status but the receiver has 'to be delivered' status

<b>Receiver audit log:</b>

2006-05-29 00:07:56 Success The message was successfully received by the messaging system. Profile: XI URL:

2006-05-29 00:07:56 Success Using connection AFW. Trying to put the message into the receive queue.

2006-05-29 00:07:56 Success Message successfully put into the queue.

<b>Sender audit log:</b>

2006-05-29 00:07:54 Success Send binary file "filetofile.xml" from FTP server "xx.xx.xxx.xxx:/yyyyy", size 221 bytes with QoS EO

2006-05-29 00:07:54 Success Application attempting to send an XI message asynchronously using connection AFW.

2006-05-29 00:07:54 Success Trying to put the message into the send queue.

2006-05-29 00:07:54 Success Message successfully put into the queue.

2006-05-29 00:07:54 Success The application sent the message asynchronously using connection AFW. Returning to application.

2006-05-29 00:07:54 Success The message was successfully retrieved from the send queue.

2006-05-29 00:07:54 Success File "filetofile.xml" deleted after processing

2006-05-29 00:07:54 Success The message status set to DLNG.

2006-05-29 00:07:55 Success The message was successfully transmitted to endpoint http://host:port/sap/xi/engine?type=entry using connection AFW.

2006-05-29 00:07:55 Success The message status set to DLVD.

moorthy
Active Contributor
0 Kudos

Hi,

Can you go to SMQ2 and check is there any queue is pending in the Queue..

If so try to activate it. For this you can refer this blog-

/people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

If not-then check the configuration again-

1) Check the Receiver Communication channel for the FTP URL/File creation mode etc

2) Are you able to see the mapped data in SXMB_MONI..

3) Reciever Agreement/Reciever Determiation/Interface Determination

Regards,

Moorthy

Former Member
0 Kudos

I checked in SMQ2, there are no pending messages. after that I checked the configuration-

1.receiver comm channel looks fine.

2.In sxmb_moni I am able to see the mapped data

3.Reciever Agreement/Reciever Determiation/Interface Determination all looks fine..

I appreciate if you can advice more on this.

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Check if you have given a Write Access to the folder in which the file is to be placed. Check if you can access the same from XI.

Regards,

Bhavesh

Answers (3)

Answers (3)

former_member187339
Active Contributor
0 Kudos

Hi,

Strange problem!!!

Just see whether your sender and receiver service, channel etc are correct in the moni... Recheck your entire configuration

Regards

Suraj

Former Member
0 Kudos

Hi,

You can set the mode to debug in the log configurator service in visual admin for the file adapter and check the j2ee log file generated. You will find some information in it.

Regards

Rahul

Former Member
0 Kudos

hi