cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Subscribe

Hi All,

I have various add-ons that does quite a bit of processing at month end. These add-ons would export a bunch of PDF files or would create massive orders/invoices. Whilst processing this error would occur every now and again. There is no specific place where it occurs or no specific reason why. I have googled it and it is a Microsoft error, but I'm not sure why it occurs.

This morning I got this error at a client on their server. When running the add-on locally on a workstation I don't get this error. Can someone shed some light or give me some insight into how to possibly solve this?

The full error is: System call failed. (Exception from HRESULT: 0x80010100 (RPC_E_SYS_CALL_FAILED))

It is on different sites with different add-ons and usually during a process that uses quite a bit of memory and requires a lot of processing. I dont' think upgrading the server or memory would really help as these machines are not running on their max yet.

Any help/suggestions appreciated.

Thanks in advance,

Adele

0 Likes
View Entire Topic
former_member994768
Discoverer
0 Likes

Hi all, after a month SAP response me that they are debugging the problem, no solution. I have a workaround that works for me. I put my process (big process thar spend lot of time) in another thread so SAP can continue and I don“t have the error.