The Host Integration Server 2004 Configuration Wizard is not designed to work with clustered servers that are running instances of SQL Server. Follow these steps when you use DB2 distributed transactions with a clustered SQL Server environment:
Warning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.
- Manually create a database that is named MSHIS60_DATA on the clustered instance of SQL Server.
- Create HIS Administrators groups and HIS Runtime local user groups on each node in the cluster.
- Create HISAdmin roles and HISRuntime roles in the newly created database.
- On each node in the cluster, add the HIS Administrators groups and the HIS Runtime user groups as logins to the newly created database. Additionally, add the user groups to the HISAdmin role or the HISRuntime role, as appropriate.
- Run the DuwTcpSetup.sql script to create the tables and the stored procedures in the database.
Note By default, the DuwTcpSetup.sql script is located in the %root%\Program Files\Microsoft Host Integration Server\system folder.
- Run the Host Integration Server 2004 Configuration Wizard on the DATA server. First, point the Host Integration Server 2004 Configuration Wizard to the local (non-clustered) instance of SQL Server.
- Manually change the SqlLogConnectionString registry entry under the HKLM\Software\Microsoft\Host Integration Server\Data Integration key to point to the clustered SQL Server database.
The registry entry will appear similar to the following:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Host Integration Server\Data Integration\SqlLogConnectionString (REG_SZ) :
Provider=SQLOLEDB
Server= ServerName
Database= MSHIS60_DATA
Integrated Security=SSPI
You can create your own .reg file, and then merge the .reg file into the registry on each of your servers that are running Host Integration Server. If you do this, the data should be the same for each server.
The
Server= setting must point to the computer name of your instance of SQL Server. The following is a sample .reg file.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Host Integration Server\ Data Integration]
" SqlLogConnectionString"="Provider=SQLOLEDB;Server= ServerName ;Database=MSHIS60_DATA;Integrated Security=SSPI"
Host Integration Server 2004 is not cluster-aware. Therefore, you cannot install Host Integration Server 2004 as a resource. However, you can install Host Integration Server 2004 on each node.
For more information about Host Integration Server load balancing and Cluster service environments, click the following article numbers to view the articles in the Microsoft Knowledge Base:
128244�
SNA Server load balancing and hot backup
190151�
SNA Server in a Cluster Server environment
231865�
SNA Server interoperability with Windows Load Balancing
909370�
How to install Host Integration Server 2004 Transaction Integrator in a clustered SQL Server environment