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.
Hi all,
We have the same exception, I have a problem with procedures that spend several time. I get the exception in this simple code after a time wait (as Tomas says) :
For i As Integer = 5 To 1000
System.Threading.Thread.Sleep(60000 * i)
SBO_Application.SetStatusBarMessage("Test")
next
Not all the computers fails, in my case the server can execute this code without problem.
I report this error to the support
Daniel Rodriguez
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 12 | |
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.