Following Clausl's blog on how to debug the RTC,
http://blogs.msdn.com/clausl/archive/2008/10/14/debugging-in-nav-2009.aspx
I've switched on the CustomSetting.config
<add key="EnableDebugging" value="
true"></add>
However when attaching the process in Visual Studio 2008, Microsoft.Dynamics.Nav.Server.exe and opening the RTC client I get the following error:
Microsoft Dynamics NAV
The following SQL Server error or errors occurred:
2812,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server]
Could not find stored procedure 'sp_sdidebug'.
5703,"01000",[Microsoft][ODBC SQL Server Driver][SQL Server]Changed language setting to us_english.
0,"01000",[Microsoft][ODBC SQL Server Driver]SQL Debugging disabled
5701,"01000",[Microsoft][ODBC SQL Server Driver][SQL Server]Changed database context to 'master'.
OK
I've not found a lot of helpful info searching google for the missing 'sp_sdidebug'.
Any suggestions.
Thanks
Toby
Comments
Selecting this brings up a windows where you can choose between Managed, Native, T-SQL. You need to uncheck the T-SQL option, then you will not need this debugging stored procedure.
This posting is provided "AS IS" with no warranties, and confers no rights.
Yes you attach the process in Visual Studio
Then click the select button - Attach To: Managed Code