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 Member
0 Likes

Maybe it's a time-dependent thing.

Try to measure passed time and draw conclusions whether it depends on how long processing takes.

Former Member
0 Likes

I have tried this and couldn't come to any conclusion. I would run the same process a couple of times and it would give different results every time. Sometimes it works great and other times I get errors on different places. I'm really stumped...

Former Member
0 Likes

Hi

This is a primitive error which the SBO doesnt mask as into another error like RPC_SERVERFAULT.Check if you are referring to any nonexisting item/location/folder or any other external call messages.Usually this occurs during or after such external call which takes a quite bit of time,if so try inserting delay for the long process.

HTH

Raghu

Former Member
0 Likes

Hi Jacques did you solved your this problem? I have it too an can't solve . Please help me

Former Member
0 Likes

Hi Burco, I still get this error every now and again. Jacques who posted above is at the client where this occurs and I wrote the add-on for them.

I have no idea how to solve this. You would run the add-on (a massive process that creates invoices) and it would create the invoices and stop at a specific one. Couldn't figure out why at a specific point. When debugging it doesn't happen and when you run it again all works fine. It might even stop earlier.

Anyone know what causes this?

Former Member
0 Likes

Has anyone ever solved this problem or know what caused it? I have tried debugging and logically solving this problem without any luck.

Please help!