Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Error = 0x80070005 SQL Debugger Unable to communic

Author  Topic 

TDDatATS
Starting Member

2 Posts

Posted - 2004-10-13 : 03:56:07
Hi there,
I have a WIN 2K server running an MSSQL 7 and MSSQL2K SP3.
When I try to debug a stored proc from my client (WinXP Pro), I receive the message :
Server: Msg 514, Level 16, State 1, Procedure sp_sdidebug, Line 1
[Microsoft][ODBC SQL Server Driver][SQL Server]Unable to communicate with debugger on TIBERIUS\ATS (Error = 0x80070005). Debugging disabled for connection 58.

I already ran SP3 on mmy client to ensure that this is the latest version. I also run sp_sdidebug 'legacy_on' stored proc but this didn't work. At last, I ran DCOMCNFG to change the user of SQLDBREG to Interactive user and the user of SQL Debugger Registry2 to Interactive user. Still this message keeps on appearing. How can I solve this?
   

- Advertisement -