cancel
Showing results for 
Search instead for 
Did you mean: 

Issues at the adapter engine level

Former Member
0 Kudos

Hi All,

We are sending a flat file (arround 30MB) from legacy system to SAP system through XI.

File is being processed succesfully in the development system.But we have problems in pre production system.

we can see the successfully processed status messages in Communication channel monitoring.

We are getting the below error at the adapter engine (audit log).

Transmitting the message to endpoint http://XIServer:Port/sap/xi/engine?type=entry

using connection File_http://sap.com/xi/XI/System failed,

due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.io.IOException:

Error writing to server.

Note: remaing all files or interfaces are running successfully in pre production.

We are getting the above error only for this interface that to with 30MB data.

Could you please add some comments or suggestions on this ??

Thanks,

Sekhar D

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

can u try creating multiple messages for that 30 MB file using RecordSet Per Message property of File Sender Adapter?

It seems u have all the read-write permissions on the server but its giving problems to huge file.

regards

rajeev

Former Member
0 Kudos

Hi Rajeev,

Thanks for your information.We should not split the file as per the functionality of the interface.

Any other comments or suggestions.

Thanks,

Sekhar D

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

While reading the file by an adapter the processing interval finishes so it is not locating the end point.

Need to increase the Interval in the adapter then u wont get that error.

Reagrds,

jayasimha

Former Member
0 Kudos

Hi Sekhar,

As we know Xi Cant handle huge amt of files untill and unless we have the good Hardware and System Config for XI.

I doubt that your Pre-Production might not have that capacity to do this activity.

any how check this on the same

Regards

Seshagiri

former_member192295
Active Contributor
0 Kudos

HI,

I think it is due to large file, by default XI/PI will support upto 5MB after that some times will throw exceptions. Find below link for more help.