Please check that you use SA user for both connections. Also please enable database tracing in 24x7 options and check the trace file for low level commands messages and errors generated/received by 24x7. This can help you to find out why the connection is terminated prematurely and who is responsible for that (server or 24x7). : We have a complex stored procedure that is execute via 24x7. We have been : experienceing problems with certain xp_cmdshell statements that cause the : connection to be reset thus terminating the process when the profile is : set as MS SQL Server 7. However, using the the profile as an ODBC type : allows the connection to persist and execution to complete normally. I : would like know if anyone can shed any light on why this is the case.
|