Using Venus 4.5. Hi, recently at end of a run a “Hamilton Method Error” dialog will pop up with:
An error occurred while running vector.
The error description is:
The RPC server is unavailable.
(0x28 - 0x1 - 0x0).
Looking at the trace log there are no errors. We’re no doing anything unusual in the method, just standard operations. As a recent addition we are using the HSLHttp library and are running HSLHttp::Release as a clean up step at the end but I can see in the trace log this executes successfully.
It’s an annoying pop up that doesn’t affect our runs. To fix the issue you need to restart the RPC server and we had to get our IT involved to do that and make the error go away.
Thanks for the replies! Putting a few second delay timer before the HSLHttp::Release seems to have made that popup/error go away. May be coincidental…there is more testing to do.