hexagon logo

Server Busy Error

Every once in a while during my OLE, I get a server busy message with three buttons, switch to, retry, and cancel (greyed out).

I have read that using the App.OLEServerBusyTimeOut = 9999999 would increase the time to a point that this error would not occur, but when I tried it, I still go the error.

Anyone have a idea of how to suppress this error message?

Thanks.
Parents
  • So I found some stuff on google, but none of it seems to work. I have tried:

    App.OLEServerBusyTimout = 99999999
    App.ObjApp.OLESeverBusyTimout = 99999999
    App.OLEServerRaiseError = True
    App.OLEServerRaiseError = False
    App.OLERequestPendingTimeout = 0
    App.OLERequestPendingTimeout = 9999999

    I really thought that this would be an easy fix. Hah! I was wrong.
Reply
  • So I found some stuff on google, but none of it seems to work. I have tried:

    App.OLEServerBusyTimout = 99999999
    App.ObjApp.OLESeverBusyTimout = 99999999
    App.OLEServerRaiseError = True
    App.OLEServerRaiseError = False
    App.OLERequestPendingTimeout = 0
    App.OLERequestPendingTimeout = 9999999

    I really thought that this would be an easy fix. Hah! I was wrong.
Children
No Data