RMVSVRAUTE (Remove Server Authentication Entry)
RMVSVRAUTE Command syntax diagram
Purpose
The Remove Server Authentication Entry (RMVSVRAUTE) command is used to remove server authentication entries from the specified user profile. This authentication information is used by application requesters to connect to application servers. Once an entry is removed, attempting to make new connections to the server will result in either using other server authentication entries or if no matches are found, returning an error to the application.
Restriction: You must have *SECADM special authority, and *OBJMGT and *USE authorities to the user profile to which the server authentication entry is being removed, or else be signed on under that user profile, to run this command.
Required Parameters
- USRPRF
- Specifies the user profile for which the server authentication entry will be removed.
*CURRENT: Specifies that the server authentication entry will be removed for the current user.
user-profile-name: Specify the name of the user for which to remove the server authentication entry.
- SERVER
- Specifies the name of the application server.
*ALL: Specifies that all server authentication entries for this user profile will be removed.
'server-name': Specify the name for the particular application server whose entry is to be removed. Specify no more than 200 characters.
Example for RMVSVRAUTE
RMVSVRAUTE USRPRF(*CURRENT) SERVER('MPLS_RDB')This command removes the server authentication entry for MPLS_RDB from the current user profile.
Error messages for RMVSVRAUTE
*ESCAPE Messages
- CPF2204
- User profile &1 not found.
- CPF2213
- Not able to allocate user profile &1.
- CPF225E
- Server authentication entry does not exist.
- CPF226C
- Not authorized to perform function.