Process Network Server User (QFPADPNU) API


  Required Parameter Group:


  Default Public Authority: *USE

  Threadsafe: No

The Process Network Server User (QFPADPNU) API performs an error recovery operation on a selected user or group enrollment entry for a particular Windows domain or server.

Enrollment and unenrollment requests can fail for various reasons. If an enrollment or unenrollment request has failed, the administrator can correct the error and then use this API with the *RETRY option to retry the failed enrollment or unenrollment request. If an unenrollment request has failed and the error cannot be corrected, the administrator can use this API with the *REMOVE option to remove the user or group from the list of enrolled users or groups for a domain or server.


Authorities and Locks

User profile
*READ

Required Parameter Group

Option
INPUT; CHAR(10)

The type of operation to be performed. You must use one of the following options:


Profile type
INPUT; CHAR(10)

Whether profile information is for a user profile or group profile. Values can be:


Profile name
INPUT; CHAR(10)

The name of the profile to process. Allowable values are:

Usage note: Avoid the use of characters '5B'X, '7B'X, and '7C'X (CCSID 37 characters '$', '#', and '@', respectively) in profile names.

Windows domain name
INPUT; CHAR(*)

The name of the Windows domain to process. Allowable values are:


Length of Windows domain name
INPUT; BINARY(4)

The length of the Windows domain name.

Windows server name
INPUT; CHAR(*)

The name of the Windows server to process. Allowable values are:


Length of Windows server name
INPUT; BINARY(4)

The length of the Windows server name.

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter. If this parameter is omitted, diagnostic and escape messages are issued to the application.


Error Messages



API introduced: V5R1

[ Back to top | Server Support APIs | APIs by category ]