Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Pre-Installation Tasks
  4. Hub Store Installation
  5. Hub Server Installation
  6. Hub Server Post-Installation Tasks
  7. Process Server Installation
  8. Process Server Post-Installation Tasks
  9. ActiveVOS Post-Installation Tasks for the Application Server
  10. ActiveVOS Post-Installation Tasks for the Business Entity Adapter
  11. Resource Kit Installation
  12. Troubleshooting the MDM Hub
  13. Uninstallation

Installation Guide for Microsoft SQL Server with Red Hat JBoss

Installation Guide for Microsoft SQL Server with Red Hat JBoss

Configuring Microsoft SQL Server for Distributed Transactions

Configuring Microsoft SQL Server for Distributed Transactions

Before you start Microsoft SQL Server, ensure that you configure it for distributed transactions. The
MDM Hub
requires a distributed transaction environment.
  1. To ensure that the Microsoft Distributed Transaction Coordinator (MS DTC) service starts when you start Microsoft SQL Server, mark MS DTC as Automatic in the Service Manager.
  2. Enable MS DTC for XA transactions.
  3. Enable MS DTC for SNA LU 6.2 transactions.
  4. Configure the JDBC distributed transactions component.
    1. Download and extract the Microsoft SQL Server JDBC driver from the Microsoft website to a directory on the machine.
    2. Copy the
      sqljdbc_xa.dll
      file to the
      Binn
      directory of the machine on which Microsoft SQL Server is installed.
    3. Run the
      xa_install.sql
      script on the Microsoft SQL Server instance as an administrator.
      The
      xa_install.sql
      script is in the
      xa
      directory of the JDBC driver.
    4. Verify that the script creates the SqlJDBCXAUser role in the Microsoft SQL Server master database.
For more information about how to install and configure Microsoft SQL Server for distributed transactions, see the Microsoft SQL Server documentation.

0 COMMENTS

We’d like to hear from you!