cancel
Showing results for 
Search instead for 
Did you mean: 

XI - XIServer:ID_SA_MAX_CALLS_EXCEEDED problem

Former Member
0 Kudos

Dear all,

I implement a scenario that it will pass the message from the file adapter to SAP R/3 with BPM.

But the large volume messages cause that the sync. call exceeded the limitaion.

Would I have some solution to handle this problem? Thanks for your kindly help!!!

Red

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member187339
Active Contributor
0 Kudos

Hi Red,

>>I implement a scenario that it will pass the message from the file adapter to SAP R/3 with BPM.

What type of file are you reading? if it is a flat file then try using recordsetpermessage option. But if it a xml file then you need to change BPM logic so that at a time fewer records are send during the sync call..

Regards

Suraj

former_member200962
Active Contributor
0 Kudos
ID_SA_MAX_CALLS_EXCEEDED
But the large volume messages cause that the sync. call exceeded the limitaion.

Check this note...the problem is mentioned and probable solution is provided:

https://service.sap.com/sap/support/notes/1353343

Regards,

Abhishek.

Former Member
0 Kudos

Dear Sir/Madam,

My BPM is not nessecery to use S/A bridge (File -> BPM -> R/3).

And I am so sorry that the error occurs from the other scenario(BPM with S/A bridge) when running my scenario.

Therefore increase the maximum number of S/A commucation seems it is not work for my problem.

Thanks for your kindly reply.