SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified

I have 2-node SQL Server 2005 Cluster which configured as Active/Passive mode, let say A node and P node. I already install 1 CRM instance on this cluster before. Now I wanna to install a second 2-node cluster  on these 2 servers, this time, A node will act as the passive node of 2nd cluster, P node will act as the active node. So I have to install them under named instance. After sql server installation, i patched SP3.
now the environment is below (All running 64-bit platform, OS is Windows Server 2008 x64, SP1):
Cluster 1   CRMSQLVS01 (192.168.10.101)
Active Node: A (192.168.10.1)
Passive Node: B (192.168.10.2)
Instance name: MSSQL (Default Instance)

Cluster 2   CRMSQLVS02  (192.168.10.102)
Active Node: B  (192.168.10.2)
Passive Node: A (192.168.10.1)
Instance name CRMSQL2 (Named Instance)
        All services are running fine. So I start install another instance on Cluster 2. On Server Server page, I type 'CRMSQLVS02\CRMSQL2', finally it gave me a error message: 'A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)', i read some posts which searched via search engine,
http://blogs.msdn.com/sql_protocols/archive/2007/05/13/sql-network-
interfaces-error-26-error-locating-server-instance-specified.aspx
http://blogs.msdn.com/sql_protocols/archive/2006/02/27/unable-to-connect
-to-a-sql-server-named-instance-on-a-cluster.aspx
        I use portqry.exe -n yourservername -p UDP -e 1434 to check UDP connection, both worked on each server's physical ip, but failed on cluster virtual server ip.
        Finally, i found a workaround on MS Forum.
http://social.microsoft.com/forums/en-US/crmdeployment/thread/30bd
2f37-27a5-4598-8183-d5780e05b1e4/

create the following key in the registry:
in HKLM\Software\Microsoft\MSSQLServer\Client\ConnectTo
Create the following:
Name : <SQLServerName>\<SQLServerInstanceName>
Type : REG_SZ
Value: DBMSSOCN,<SQLServerName>\<SQLServerInstanceName>,
<PortNumber>

Leave a comment

Recent Entries

  • 解决 SQL 2008 Reporting Service 的 TeraData 扩展错误

    新装的一台 SQL Server 2008 SP1, 上面有跑数据库引擎和报表服务,新装后不久在事件管理器中频繁出现以下错误:Log Name:      ApplicationSource:        Report Server (MSSQLSERVER)Date:          7/2/2010 12:48:21 AMEvent ID:      108Task Category: ExtensionLevel:         ErrorKeywords:      ClassicUser:          N/AComputer:      M2AHKCRMWEB01.mail2any.localDescription:Report Server (MSSQLSERVER) cannot...

  • 配置OCS XMPP网关以支持OC和Jabber XCP联系人的通讯

    占个位...

  • 配置OCS XMPP网关以支持OC和Gmail联系人的通讯

    是的,您没有看错,我也没有写错!现在通过安装配置 XMPP 网关,您可以在 Office Communicator 中添加 Gmail (Google Talk)用户作为联系人,查看对方的忙/闲状态,并即时聊天。 微软的OCS团队早在去年就在其团队博客上面发布了配置指南,请移步 http://communicationsserverteam.com/archive/2009/10/01/599.aspx 查看。 另外本文也参考了MVP- Jeff Schertz 的博文 http://blogs.pointbridge.com/Blogs/schertz_jeff/Pages/Post.aspx?_ID=91 基本上,您需要在现有运行良好的 OCS 2007 R2环境中添置至少一台 XMPP 网关服务器,通过配置其相关设定,来支持和Gmail用户的连接。 下面我也说说我自己的经验和步骤: 一、拓扑图 我们先来看看微软官方文档中的一幅图: Gmail...

  • 为 phpBB3 配置 LDAP 认证

    最近需要架设个论坛,需要支持 LDAP 认证,一番Google之后,选择了来源的 phpBB3 废话不多说了,直接来看看 LDAP 认证设置部分. 管理员控制面板->客户端通信->认证设置 关键参数设置 LDAP 服务器名称: 192.168.1.21 --domain.local 域控的IPLDAP基础dn: OUTest, DC=Domain,DC=localLDAP uid: sAMAccountNameLDAP 用户 dn: CN=phpBB,CN=Users,DC=domain,DC=localLDAP 密码: phpBB用户的密码 因为2003以后域不再支持匿名用户查询,所以需要有个域用户来做 LDAP...

  • 解决 VMWare ESXi 4.0 在 VC 中主机硬件状态无法监控的问题

    最近 VMWare 释出了 VSphere 4.0 Update2 的更新,忍不住就把目前在跑的几台 Dell PE1950 给升级到了 Update2,别的都没啥问题,就是发现在 VC Client 中无法监测到主机的硬件状态了, 一点 Hardware Status,就出现 Error Message: "Hardware monitoring service not responding, the...

Close