Hi
I am trying to remotely debug a sproc(from my machine). My login is set as a sysadmin. The following are the error messages i get.
===================================
Failed to start debugger
===================================
Error HRESULT E_FAIL has been returned from a call to a COM component. (mscorlib)
------------------------------
Program Location:
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at Microsoft.SqlServer.Management.UI.VSIntegration.DebugSession.DebugCallbacks.OnSqlInitializeDebuggingEvent(ISqlInitializeDebuggingEvent sqlInitializeDebuggingEvent)
at Microsoft.SqlServer.Management.UI.VSIntegration.DebugSession.DebugCallbacks.Microsoft.VisualStudio.Debugger.Interop.IDebugEventCallback2.Event(IDebugEngine2 debugEngine, IDebugProcess2 debugProcess, IDebugProgram2 debugProgram, IDebugThread2
debugThread, IDebugEvent2 debugEvent, Guid& riidEvent, UInt32 attribute)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Once i click ok the following message appears:
Unable to access the SQL Server debugging interface. The visual Studio Debugger could not connect to teh remote computer. A firewall may be preventing communication via DCOM to teh remote computer.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------And then finally this message:
Unable to start program 'MSSQL:://(ip address),(port#)/master/sys/=0'
Help would be appreciated.