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?
Kelly, sounds like you know more about this stuff than me, and maybe you've got this figured out already, but just in case it helps, I found that I can pause pcdmis by using the sleep command in a batch file.
sleep 1
add however many milliseconds works for you.
Kelly, sounds like you know more about this stuff than me, and maybe you've got this figured out already, but just in case it helps, I found that I can pause pcdmis by using the sleep command in a batch file.
sleep 1
add however many milliseconds works for you.