RemoveUserProfile

The RemoveUserProfile command action is used to delete a pre-defined TIBCO MFT Internet Server credential definition.

There are no command line actions to remove definitions from banks.

To use this command, TIBCO MFT Internet Server searches for a match on the GroupID/UserID and server parameters. If a match is not found, the request fails. To use the RemoveUserProfile command the user must have UpdateServerCredentialRight. For more information on these rights, see the AddUserToRole command action.

Parameter Description Default Required
GroupID The 1 to 64 character TIBCO MFT Internet Server GroupID.

This parameter is mutually exclusive with the UserID parameter. For this command, a server credential definition with this group ID and the defined server definition must be on the server credential table; otherwise the request fails.

None Either this parameter or UserID must be defined.
NodeName The 1 to 32 character TIBCO MFT Internet Server name that is defined in the server database.

This parameter defines the target TIBCO MFT Platform Server definition for a file transfer. For this command, a server credential definition with this group ID and the defined server definition must be on the server credential table; otherwise the request fails.

None Yes
UserId The 1 to 64 character TIBCO MFT Internet Server user ID.

This parameter is mutually exclusive with the GroupID parameter. For this command, a server credential definition with this user ID and the defined server definition must be on the server credential table.

None Either this parameter or GroupID must be defined.

Sample RemoveUserProfile Command

The command below deletes the server credential for TIBCO MFT Internet Server userid mftuser1 and Server NYNode1.

java cfcc.CFAdmin a:RemoveUserProfile UserId:mftuser1 NodeName:NYNode1