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
Request clarification before answering.
Maybe it's a time-dependent thing.
Try to measure passed time and draw conclusions whether it depends on how long processing takes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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?
| User | Count |
|---|---|
| 13 | |
| 12 | |
| 7 | |
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.