cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.aii.af.ra.ms.api.MessageExpiredException: No response available..

Former Member
0 Kudos

Hi SDM Members,

We are working on a File To RFC scenario using PI 7.0. In case of smaller files the scenario works well through PI. However when we have larger file containing approximately 4500 records & file size being approx 2MB, we get com.sap.aii.af.ra.ms.api.MessageExpiredException: No response available..error.

We went thru other SDN threads related to same error. We have set the timeout parameters for Http Provider, Rfc Adapter & XI Adapter thru Visual Admin to 15 minutes. However we continue to get MessageExpiredException with the 2MB file.

We would Appreciate your suggestion & guidance in resolving this problem.

Thanking You,

Regards

Vinay Rane

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

Hi,

Looks like the IE is taking more time than you have specified. Best way to troubleshoot this problem would be, to place the file by making it half.. and see if the system is able to process it.. If it is, then check the processing times in SXMB_MONI (the start and the end time stamps). This way you would have an understanding of how much time the integration engine is taking to process the message with all the records.

And then you can set the time out parameter approxumately..

VJ

Former Member
0 Kudos

Thanks VJ for your response,

I tried to process the file by reducing the size and it gets processed and is archived as expected. Even the current file of 2MB is getting processed now , howevever it is not archiving the processed file. From the time stamps indicated in SXMB_MONI it takes approximately less than 3 min to process the file of size 2MB. Looking at the Audit log in RWB for the processing it is observed that there is a message expire exception for the first attempt. The log is as shown below

2008-01-09 12:30:32 Success Channel RTMXIFile_MATMAST: Entire file content converted to XML format

2008-01-09 12:30:32 Success Send text file "S183.SSOLQ068.2008090104002884" from FTP server XXXXXXXXXX:/RTM/JV_MM_RTM_SAP_001/ACTIVE/SENT", size 13839797 bytes with QoS BE

2008-01-09 12:30:32 Success Application attempting to send an XI message synchronously using connection File_http://sap.com/xi/XI/System.

2008-01-09 12:30:32 Success Trying to put the message into the call queue.

2008-01-09 12:30:32 Success Message successfully put into the queue.

2008-01-09 12:30:32 Success The message was successfully retrieved from the call queue.

2008-01-09 12:30:32 Success The message status set to DLNG.

2008-01-09 12:31:22 Error Transmitting the message using connection http://host:8000/sap/xi/engine?type=entry failed, due to: com.sap.aii.af.ra.ms.api.MessageExpiredException: No response available..

2008-01-09 12:31:22 Error The message status set to FAIL.

2008-01-09 12:31:22 Error Returning to application. Exception: com.sap.aii.af.ra.ms.api.MessageExpiredException: No response available.

2008-01-09 12:31:22 Error Attempt to process file failed with com.sap.aii.af.ra.ms.api.MessageExpiredException: No response available.

2008-01-09 12:31:42 Success The message was successfully transmitted to endpoint http://host:8000/sap/xi/engine?type=entry using connection File_http://sap.com/xi/XI/System.

2008-01-09 12:31:42 Success The message status set to DLVD.

Regards

Vinay Rane