May 25, 2006 at 6:17 am
Server: Msg 504, Level 16, State 1, Procedure sp_sdidebug, Line 1
[Microsoft][ODBC SQL Server Driver][SQL Server]Unable to connect to debugger on ITDEPTDEV2 (Error = 0x80040154). Ensure that client-side components, such as SQLDBREG.EXE, are installed and registered on ITDEPTDEV2. Debugging disabled for connection 65.
I have searched the Microsoft topics.
I tried uninstalling the debugger, then installing all client side developer's tools, that didn't help.
I'm a domain admin and I use the same login to each server, and it works on 2 of them but not the 3rd, so this article doesn't apply.
The servers are all Server 2003, so this article doesn't apply. I get the error on the one box whether I try it from my workstation or directly on the server.
ANy suggestions will be most appreciated, thanks!
May 25, 2006 at 11:42 am
This article helped in my case...
http://msdn2.microsoft.com/en-us/library/tfyahe0f(VS.80).aspx
May 30, 2006 at 6:24 am
Thanks, I took a look at the article, but didn't seem to apply. There is no user "SQLDebugger" on the server. I tried adding rights for that user but it wouldn't take, the user doesn't exist.
September 15, 2006 at 1:29 pm
Dennis, I have the same problem. Did you ever get this resolved?
September 18, 2006 at 5:54 am
Nope, I never got it resolved.
September 18, 2006 at 12:02 pm
Did you check http://support.microsoft.com/kb/280101/
GRANT EXECUTE ON sp_sdidebug TO public
EXECUTE master..sp_sdidebug 'LEGACY_ON'
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply