AddUserProfile
The AddUserProfile command action is used to add a server credential definition to TIBCO MFT Internet Server.
There are no command line actions to add definitions to banks.
The user profile definition contains the user ID and password information that is used when communicating with the remote TIBCO MFT Platform Server system. When a transfer is attempted to the target TIBCO MFT Platform Server, TIBCO MFT Internet Server searches the server credential database for a match on the user/group that is requesting the transfer and the target server definition. If there is a match, TIBCO MFT Internet Server extracts the remote user ID, remote password and remote domain. This information is them sent to the remote TIBCO MFT 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 DefaultUser and DefaultPassword definitions defined on the transfer and server records. To use the AddUserProfile command, the user must have UpdateServerCredentialRight. For more information on these rights, see the AddUserToRole command action.
Sample AddUserProfile Command
The command below adds a user profile. That user profile is used when TIBCO MFT Internet Server user ID mftuser1 is communicating with node NYNode1. When TIBCO MFT Internet Server communicates with TIBCO MFT Platform Server, it passes the defined RemoteUserid, RemotePassword and RemoteUserWinDomain to the target TIBCO MFT Platform Server system.
java cfcc.CFAdmin a:AddUserProfile UserId:mftuser1 NodeName:NYNode1 RemoteUserId:NYUser1 RemotePassword:NYPassword RemoteUserWinDomain:NYWinDomain