在级别Configuration 上无法解析urn 错误
问题 今天打开SqlServer2005的SQL Server Management Studio,连接非本地数据库时,弹出错误 : "在级别Configuration 上无法解析urn" 原因 解决 QUESTION: From machine B,I can use SSMS to connect to SQL Server on machine A. This is using either "New Query" or "Object Explorer". However,on machine A,SSMS can only connect to machines A or B using the "New Query" option. If I try "Object Explorer" for either,I get the error message "Failed to retrieve data for this request... urn could not be resolved at level Configuration." I'm not sure what died (no pun intended) since the last time this worked. Any thoughts on this? ANSWER: The same was happening to me without making changes on my PC or my SQL server environment. ERROR window: Connect to Server Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) For help,click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476 urn could not be resolved at level Configuration. (Microsoft.SqlServer.SmoEnum) For help,click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476" RESOLUTION was: 1. Open c:Program FilesMicrosoft SQL Server90dtsBinnMsDtsSrvr.ini.xml 2. Modify the ServerName line to read "(local)" or a more specific server name instead of a "." 3. Restart SQL Server service SAMPLE: Code Snippet
Good luck! 总结 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |