AddUserProfile
The AddUserProfile command action is used to add a server credential definition to the TIBCO MFT Command Center system.
No command line actions are provided to add definitions to banks.
The user profile definition contains user ID and password information that is used when communicating with the remote Platform Server system.
When a transfer is attempted to target TIBCO MFT Platform Server, TIBCO MFT Command Center searches the server credential database for a match on the user or group that is requesting the transfer and the target server definition. If a match can be found, TIBCO MFT Command Center extracts the remote user ID, remote password, and remote domain. This information is them sent to the remote Platform Server system.
The advantage of using server credential definitions is that you can define all logon information in a single place. Different users can be given different logon information.
The server credential overrides the default user and default password definitions defined on the transfer and server records.
To use the AddUserProfile action command, you must have UpdateServerCredentialRight. For more information on this right, see AddUserToRole.
Sample AddUserProfile Command
This command adds a user profile. That user profile is used when the user mftuser1 is communicating with the NYNode1 node. When TIBCO MFT Command Center communicates with TIBCO MFT Platform Server, it will pass the defined RemoteUserId, RemotePassword, and RemoteUserWinDomain parameters to the target Platform Server system.
java cfcc.CFAdmin a:AddUserProfile UserId:mftuser1 NodeName:NYNode1 RemoteUserId:NYUser1 RemotePassword:NYPassword RemoteUserWinDomain:NYWinDomain