See information about the latest product version
mqsimanagexalinks command - Windows 64-bit system
Set up links for a supported database on Windows 64-bit system for XA coordination under the control of WebSphere® MQ. Only applicable when running on the 64-bit version of WebSphere Message Broker.
Syntax
>>-mqsimanagexalinks--create--ODBC_driver_type------------------> >--ExitDefaultPath64--ExitDefaultPath---------------------------> >--broker_installation_directory-------------------------------><
>>-mqsimanagexalinks--remove--ODBC_driver_type------------------> >--ExitDefaultPath64--ExitDefaultPath--------------------------><
>>-mqsimanagexalinks--list-------------------------------------><
Parameters
- create
- (Required) Specify that the required links are created.
- remove
- (Required) Specify that the defined links are removed.
- ODBC_driver_type
- (Required) The ODBC driver type. See the list command for the
list of ODBC drivers that are supported.
This parameter is required if you specify create, and is optional if you specify remove. If you specify remove and omit this parameter, all links are removed.
- ExitDefaultPath64
- (Required) The path to the location in which 64-bit exits for the brokers queue manager are stored by default, as defined in the queue managers properties.
- ExitDefaultPath
- (Required) The path to the location in which 32-bit exits for the brokers queue manager are stored by default, as defined in the queue managers properties.
- broker_installation_directory
- (Required) The full path to your broker installation.
This parameter is required only if you specify create.
- list
- (Required) Display the list of supported ODBC driver versions.
Use the output to check what values you can specify for ODBC_driver_type.
For example, the following output is generated:
Supported information for the create option.
Supported version of the ODBC drivers Version number for mqsimanagexalinks DataDirect Connect for ODBC V6.0 DD60 DataDirect Connect for ODBC V7.0 DD70 Supported information for the remove option.
Supported version of the ODBC drivers Version number for mqsimanagexalinks DataDirect Connect for ODBC V6.0 DD60 DataDirect Connect for ODBC V7.0 DD70
Links created
Links are created for Windows 64-bit, only when running on the 64-bit version of WebSphere Message Broker.
- DataDirect V6.0 Drivers (DD60)
- Oracle
- ExitsDefaultPath
- ukora24.dll->broker_install_dir\sample\xatm\ukora24.dll
- ukora24r.dll->broker_install_dir\sample\xatm\ukora24r.dll
- ukicu24.dll->broker_install_dir\sample\xatm\ukicu24.dll
- IVUK.LIC->broker_install_dir\sample\xatm\IVUK.LIC
- ExitsDefaultPath64
- ukora24.dll->broker_install_dir\bin\ukora24.dll
- ukora24r.dll->broker_install_dir\bin\ukora24r.dll
- ukicu24.dll->broker_install_dir\bin\ukicu24.dll
- DDUK.LIC->broker_install_dir\bin\DDUK.LIC
- DataDirect V7.0 Drivers (DD70)
- Oracle
- ExitsDefaultPath
- ukora26.dll->broker_install_dir\sample\xatm\ukora26.dll
- ukora26r.dll->broker_install_dir\sample\xatm\ukora26r.dll
- ukicu26.dll->broker_install_dir\sample\xatm\ukicu26.dll
- IVUK.LIC->broker_install_dir\sample\xatm\IVUK.LIC
- ExitsDefaultPath64
- ukora26.dll->broker_install_dir\bin\ukora26.dll
- ukora26r.dll->broker_install_dir\bin\ukora26r.dll
- ukicu26.dll->broker_install_dir\bin\ukicu26.dll
- DDUK.LIC->broker_install_dir\bin\DDUK.LIC
Authorization
The user ID with which you run this command must be a member of the Administrator group.
Examples
To create the symbolic links that are required for Oracle databases:
mqsimanagexalinks create DD60 "C:\Program Files (x86)\IBM\WebSphere MQ\exits64"
"C:\Program Files (x86)\IBM\WebSphere MQ\exits"
"C:\Program Files\IBM\MQSI\8.0.0.2"
To remove the symbolic links that are created for Oracle databases:
mqsimanagexalinks remove DD60 "C:\Program Files (x86)\IBM\WebSphere MQ\exits64"
"C:\Program Files (x86)\IBM\WebSphere MQ\exits"
To list the supported database drivers:
mqsimanagexalinks list