Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Increasing the Timeout period

    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,...

Viewing post 1 (of 1 total)