Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 12 XA—External Transaction Manager : tibemsXAConnection : tibemsXAConnection_Create

tibemsXAConnection_Create
Function
Purpose
Create a new XA connection to an EMS server; use XA for transactions.
C Declarations
tibems_status tibemsXAConnection_Create(
    tibemsConnection* connection,
    const char* brokerURL,
    const char* clientId,
    const char* username,
    const char* password );
 
tibems_status tibemsXAConnection_CreateSSL(
    tibemsConnection* connection,
    const char* brokerURL,
    const char* clientId,
    const char* username,
    const char* password,
    tibemsSSLParams sslParams,
    const char* pk_password );
COBOL Call
CALL "tibemsXAConnection_Create"
USING BY REFERENCE connection,
BY REFERENCE brokerURL,
BY REFERENCE clientId,
BY REFERENCE username,
BY REFERENCE password,
RETURNING tibems-status
END-CALL.
 
On IBM z/OS systems, the pk-password must always be a null value.
Parameters
 
 
The call could not communicate with a server because of mismatched SSL and TCP protocols.
The server rejected the connection because the username or password was invalid.
See Also
tibemsConnection_Create on page 206

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved