Viewing post 1 (of 1 total)
Put the time out after the MSSOAPINIT call and before the actual method call, with the following statement:
-- Time out is set for 10 minute
EXEC @hr = sp_OASetProperty @object,'ConnectorProperty', 600000,...
January 9, 2008 at 12:46 am
#766032