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


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_SetUserName

tibemsConnectionFactory_SetUserName
Function
Purpose
Set a connection factory’s username.
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.
 
factory has usage pointer.
Parameters
 
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 SSL authentication data.
See Also
tibemsConnectionFactory_SetUserPassword on page 285

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