[BizTalk]在高可用性环境下配置BizTalk的一些常见问题
聲明:原帖來自于本人CSDN的博客:http://blog.csdn.net/biztalkor/article/details/5720779
但是上次CSDN密碼泄露后,賬號沒有了,時間太久已忘記當時注冊所用郵箱,那個賬號只有放棄了。現(xiàn)將原來的博文重新貼到這里,便于統(tǒng)一管理。
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
- 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.
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
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的一些常见问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: core文件与gdb调试
- 下一篇: ScriptManager.Regist