声明:原帖来自于本人CSDN的博客:http://blog.csdn.net/biztalkor/article/details/5720779

但是上次CSDN密码泄露后,账号没有了,时间太久已忘记当时注册所用邮箱,那个账号只有放弃了。现将原来的博文重新贴到这里,便于统一管理。

Issue: Failover cluster validation failed:

Resolution:

1. cause: There are durty network adapter left from fomer deleted failover cluster.

Reinstall Failover cluster from system mgmt.

2. cause: The shared disk is unavailable.

Enalbe Iscsi, and bring the shared disk on line.

3. cause: Network validation failed for the heardbeat adapter and the domain adapter are in the same network subnet.

Put them in the different network subnet. Like:

Domain IP: 10.10.10.41, correct subnet mask and DNS IP needed.

Heardbeat IP: 10.10.20.41, others default.

Issue: Validation before SQL installation failed for below issue:

Rule "Network binding order" generated a warning.

The domain network is not the first bound network.  This will cause domain operations to run slowly and can cause timeouts that result in failures.  Use the Windows network advanced configuration to change the binding order.

Resolution:

1. Use below command to get all the network adapter GUID:

wmic nicconfig get description, SettingID > C:/nicconfig.txt

2. Find the GUID for the domain network adapter according to the adapter name from the .txt file created above.

3. Open regedit, and find the key: HKLM/SYSTEM/CurrentControlSet/Services/Tcpip/Linkage :Bind

4. Put the GUID we found for the domain network adapter as the top adapter in the Bind key.

Issue: Installing SQL cluster failed for below reason:

The following error has occurred:

The cluster resource 'SQL Server' could not be brought online.  Error: The resource failed to come online due to the failure of one or more provider resources. (Exception from HRESULT: 0x80071736)

Resolution:

Automated created group for SQL cluster must have a correct IP, in a private domain, which should be a static IP. This must be noticed during configuring SETUP UI.

Issue: EDI/AS2 cannot be configured for below issue:

Failed to retrieve data for this request. (Microsoft.SqlServer.Management.Sdk.Sfc)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&LinkId=20476

------------------------------

ADDITIONAL INFORMATION:

The SQL Server instance specified in SSIS service configuration is not present or is not available. This might occur when there is no default instance of SQL Server on the computer. For more information, see the topic "Configuring the Integration Services Service" in SQL Server 2008 R2 Books Online.

Login timeout expired

A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.

Named Pipes Provider: Could not open a connection to SQL Server [2].  (MsDtsSrvr)

------------------------------

Login timeout expired

A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.

Named Pipes Provider: Could not open a connection to SQL Server [2].  (Microsoft SQL Server Native Client 10.0)

The following error has occurred:

The cluster resource 'SQL Server' could not be brought online.  Error: The resource failed to come online due to the failure of one or more provider resources. (Exception from HRESULT: 0x80071736)

Resolution:

To configure Integration Services as a cluster resource

  1. Open the Cluster Administrator.
  2. In the console tree, select the Groups folder.
  3. In the results pane, select the group to which you plan to add Integration Services:
    • To add Integrations Services as a cluster resource to the same resource group as SQL Server, select the group to which SQL Server belongs.
    • To add Integrations Services as a cluster resource to a different group than SQL Server, select a group other than the group to which SQL Server belongs.
  4. On the File menu, point to New, and then click Resource.
  5. On the New Resource page of the Resource Wizard, type a name and select “Generic Service” as the Service Type. Do not change the value of Group. Click Next.
  6. On the Possible Owners page, add or remove the nodes of the cluster as the possible owners of the resource. Click Next.
  7. To add dependencies, on the Dependencies page, select a resource under Available resources, and then click Add. In case of a failover, both SQL Server and the shared disk that stores Integration Services packages should come back online before Integration Services is brought online. After you have selected the dependencies, click Next.
  8. On the Generic Service Parameters page, enter MsDtsServer100 as the name of the service. Click Next.
  9. On the Registry Replication page, click Add to add the registry key that identifies the location of the configuration file for the Integration Services service. This file must be located on a shared disk that is in the same resource group as the Integration Services service.
  10. In the Registry Key dialog box, type SOFTWARE/Microsoft/Microsoft SQL Server/100/SSIS/ServiceConfigFile. Click OK, and then click Finish.
  11. The Integration Services service has now been added as a cluster resource.

Configuring the Integration Services Service and Package Store

Having configured Integration Services as a cluster resource, you must modify the location and the content of the configuration file for the Integration Services service on each node in the cluster. These modifications make both the configuration file and the package store available to all nodes if there is a failover. After you modify the location and content of the configuration file, you have to bring the service online.

To configure the Integration Services Service and Package Store

  1. Locate the configuration file at %ProgramFiles%/Microsoft SQL Server/100/DTS/Binn/MsDtsSrvr.ini.xml. Copy it to the shared disk for the group to which you added the Integration Services service.
  2. On the shared disk, create a new folder named Packages to serve as the package store. Grant List Folders and Write permissions on the new folder to appropriate users and groups.
  3. On the shared disk, open the configuration file in a text or XML editor. Change the value of the ServerName element to the name of the virtual SQL Server that is in the same resource group.
  4. Change the value of the StorePath element to the fully-qualified path of the Packages folder created on the shared disk in a previous step.
  5. Update the value of HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft SQL Server/100/SSIS/ServiceConfigFile in the Registry to the fully-qualified path and file name of the service configuration file on the shared disk.

To bring the Integration Services service online

  • In the Cluster Administrator, select the Integration Services service, right-click, and select Bring Online from the popup menu. The Integration Services service is now online as a cluster resource.

转载于:https://www.cnblogs.com/rwang/p/3381637.html

[BizTalk]在高可用性环境下配置BizTalk的一些常见问题相关推荐

  1. Window环境下配置MySQL 5.6的主从复制、备份恢复

    Window环境下配置MySQL 5.6的主从复制.备份恢复 1.环境准备 Windows 7 64位 MySQL 5.6 主库:192.168.103.207 从库:192.168.103.208 ...

  2. Mac环境下配置Java开发环境(jdk+maven+tomcat+idea)

    记录下在Mac环境下配置java开发环境,包括jdk,maven,tomcat和idea 下载及安装jdk 首先到官网下载jdk,这里就用目前官网最新的9.0.4 无脑双击安装就可以: 配置jdk 进 ...

  3. Windows环境下配置环境变量

    安装好MySQL后,在Windows环境下配置环境变量 1)新建MYSQL_HOME系统变量 配置MySQL的安装路径:C:\Program Files\MySQL\MySQL Server 8.0 ...

  4. JDK5.0环境下配置PKCS#11

    JDK5.0环境下配置PKCS#11 发表日期:2008-1-5 新浪微博 QQ空间 QQ微博 百度搜藏 腾讯朋友 QQ收藏 百度空间 人人网 开心网 这篇文章不介绍具体的编程方法,而是针对PKCS# ...

  5. 全开源深度学习平台PaddlePaddle入手之路(二)----利用Docker在Windows10专业版环境下配置PaddlePaddle...

    利用Docker在Windows10专业版环境下配置PaddlePaddle 对于PaddlePaddle的安装,查询官网信息,PaddlePaddle提供pip安装和Docker安装运行的使用方式. ...

  6. linux 环境下配置ftp服务器

      之前写了 linux 环境下安装和配置mysql数据库以及远程登录,以及linux 环境下配置python虚拟环境,这一篇记录一下 linux系统中如何安装配置 ftp .    安装ftp // ...

  7. 【转载】Ubuntu环境下配置Android Studio

    之前学习Android开发的时候,一直跟各种教程一样,使用的是Eclipse+ADT,主要是比较方便,容易上手,特别是对于习惯用Eclipse开发java的朋友来说,上手更是好无压力.但毕竟Eclip ...

  8. IS环境下配置PHP5+MySql+PHPMyAdmin

    IIS环境下配置PHP5+MySql+PHPMyAdmin Posted on 2009-08-07 15:18 谢启祥 阅读(1385)评论(18) 编辑 收藏 虽然主要是做.net开发的,但是,时 ...

  9. apache2配置支持php7,Ubuntu14.04服务器环境下配置PHP7.0+Apache2+Mysql5.7的方法

    这篇文章主要介绍了Ubuntu14.04服务器环境下配置PHP7.0+Apache2+Mysql5.7的方法,较为详细的分析了Ubuntu14.04操作系统环境下配置PHP7.0+Apache2+My ...

最新文章

  1. poj 3398 (树上的最小支配集)
  2. RabbitMQ安装与初始配置
  3. Go 从入门到精通(三)字符串,时间,流程控制,函数
  4. 企业级开源电商系统5vShop商城系统源码v1.9.5
  5. 笔记6:Django基础
  6. Linux系统压缩解压缩
  7. 如何使用QXDM 的1477项 转化utc时间
  8. gradle命令中api和implement的区别
  9. 飞桨PaddlePaddle 英特尔神经计算棒 联合优化AI算法CPU部署性能,推动产业低成本智能化升级
  10. 《东周列国志》第十九回 擒傅瑕厉公复国 杀子颓惠王反正
  11. invalid combination of type specifiers 解决方法
  12. 今天看continous delivery看到extreme programming
  13. 你的程序要读入一个整数,范围是[-100000,100000]。然后,用汉语拼音将这个整数的每一位输出出来。 如输入1234,则输出: yi er san si
  14. 自律是什么?就是对自己狠一点,再狠一点,然后你人生的层次就……
  15. Vue前端实现excel的导入、导出、打印功能
  16. brpc源码解析(一)—— rpc服务添加以及服务器启动主要过程
  17. amt是什么意思_变速箱中的at、mt和amt是什么意思啊?
  18. 大数据之Hadoop——1概念
  19. 常用计算机软件不包括什么,大学计算机基础试题及答案(二)
  20. Python爬虫编程思想(55):Beautiful Soup方法选择器之find_all方法

热门文章

  1. 从70元到60亿,可以进来看看这篇文章
  2. 使用top命令监控linux系统cpu变化
  3. 《剑指offer》链表中环的入口节点
  4. hive创建表---并把数据导入表中
  5. 详解梯度爆炸和梯度消失
  6. MySQL_列值为null对索引的影响
  7. Spark MLlib: Decision Tree源码分析
  8. 23个机器学习项目,助你成为人工智能大咖
  9. JavaWeb学习总结(十三):使用Session防止表单重复提交
  10. Tomcat源码解析四:Tomcat关闭过程