tibemsConnectionFactory_SetUserPassword
Function
C Declaration
tibems_status tibemsConnectionFactory_SetUserPassword( tibemsConnectionFactory factory, const char* password);
COBOL Call
CALL "tibemsConnectionFactory_SetUserPassword" USING BY VALUE factory, BY REFERENCE password, RETURNING tibems-status END-CALL.
Remarks
When a connection factory establishes an EMS server connection, the EMS server requests authentication. Use this call to set the password that the connection factory uses to authenticate itself with the EMS server. Notice that this server authentication data is different from SSL authentication data.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.