惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
P
Proofpoint News Feed
Engineering at Meta
Engineering at Meta
Recent Announcements
Recent Announcements
L
LangChain Blog
B
Blog
阮一峰的网络日志
阮一峰的网络日志
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
D
Docker
WordPress大学
WordPress大学
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
博客园 - 叶小钗
Last Week in AI
Last Week in AI
Stack Overflow Blog
Stack Overflow Blog
有赞技术团队
有赞技术团队
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog
博客园 - Franky

博客园 - NPPYQ

随便唠叨下 最近的事情 远程交易中的运费问题(转自魏武挥) 浦发 同城跨行取款突然收费了 2010年8月初 泉州将地震 预言还是谣言? sql使用递归更新树级表记录 Oracle Flashback 技术 总结 (转载) sqlserver2005 xml字段的读写操作 - NPPYQ - 博客园 清空数据库中所有表数据的方法 ORA-08177: 无法连续访问此事务处理 (转载) Biztalk使用NativeSQL TableChangeEvent和Query 从Oracle数据库读取数据 SQL SERVER 2005中的Schema详解 如何根据值查找所在的表和字段 DOTNET网站优化(转载) SQLServer 2005新功能,一些性能方面问题,sql 经典语句(转载) 使用SqlBulkCopy类结合DataTable类快速完成对目标为SQLSERVER的数据交换 SQL SERVER 中构建执行动态SQL语句 ORACLE和SQL SERVER数据交换的二进制问题 MOSS内容数据库网站容量达到最大 导致无法新建网站 滴滴心血化彩虹——记县首届名师邓四喜
在级别Configuration 上无法解析urn 错误
NPPYQ · 2009-09-04 · via 博客园 - NPPYQ

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 Files\Microsoft SQL Server\90\dts\Binn\MsDtsSrvr.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:

Good luck!

 

总结
最终还是没按上述方法解决,只是先连接下本地数据库,能打开。然后再连接非本机数据库,就可以了。
网上这个错误好像很少。