mqsimanagexalinks command - Windows systems
Set up links for a supported database on Windows systems for XA coordination under the control of IBM® MQ.
Syntax
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 integration node queue manager are stored by default, as defined in the queue managers properties.
- IBM_App_Connect_Enterprise_installation_directory
- (Required) The full path to your IBM App Connect Enterprise 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.
Supported information for the create option.
Supported ODBC driver types. Version number for mqsimanagexalinks DataDirect Connect for ODBC DD Supported information for the remove option.Supported ODBC driver types. Type name for mqsimanagexalinks DataDirect Connect for ODBC DD
Links created
The following links are created for Windows systems:
- Oracle
- ExitsDefaultPath64
ukora95
.dll->ACE_install_dir\server\bin\ukora95
.dllukora95
r.dll->ACE_install_dir\server\bin\ukora95
r.dllukcurl95
.dll->ACE_install_dir\server\bin\ukcurl95
.dllukicu95
.dll->ACE_install_dir\server\bin\ukicu95
.dllukldap95
.dll->ACE_install_dir\server\bin\ukldap95
.dlluktls95
.dll->ACE_install_dir\server\bin\uktls95
.dll- DDUK.LIC->ACE_install_dir\server\bin\DDUK.LIC
Authorization
The user ID with which you run this command must have permission to create symbolic links (See CreateSymbolicLinkPrivilege) or be a member of the Administrator group. This command must be run from an elevated command console. Run the mqsicommandconsole command to get an elevated administrator command prompt, from which you can run this command. For more information, see mqsicommandconsole command.
Examples
To create the symbolic links that are required for Oracle databases:
mqsimanagexalinks create DD "C:\Program Files (x86)\IBM\IBM MQ\exits64" "C:\Program Files\IBM\ACE\12.0.3.0\server"
To remove the symbolic links that are created for Oracle databases:
mqsimanagexalinks remove DD "C:\Program Files (x86)\IBM\IBM MQ\exits64"
To list the supported database drivers:
mqsimanagexalinks list