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