Server busy messagebox -
11-10-2003
, 12:43 PM
Hello there,
one of my custom tasks uses an ActiveX-exe and sometimes when making a
long lasting process the message box "Server is busy" pops up. As
everything is working fine (althought a little slowly) this messagebox
disturbs the whole processing of the DTS Package. This error occures
even when scheduled as a job.
Error Message:
"Server Busy
This action cannot be completed because the "Name of Activex-exe"
program is not responding. Choose "Switch To" and correct the problem.
(Switch To...) (Retry) (Cancel)
"
I thought about using the app-Object and the Properties
"OleServerBusyTimeout" and "OleRequestPendingTimeout" in order to
avoid this error message. But unfortunatly it is not possible to set
these Properties within an activeX-Dll.
Do you know anything that could help?
Thank you,
Wiebke |