KN3N025E AN ERROR OCCURRED IN RETRIEVING DATA ON THE netmgmt_interface INTERFACE, WITH ERRNO=errno AND ERRNOJR=0xerrnoJr. LOCATION: location_code.

Explanation

An attempt to retrieve data from a z/OS® Communications Server network management interface failed. The expected errno codes are as follows:

111 (EACCES)
The data collection server is not APF authorized.
113 (EBADF)
The token provided to locate a buffer is not a valid token.
118 (EFAULT)
Storage provided as part of the data request cannot be accessed.
121 (EINVAL)
The token provided to locate a buffer does not specify a valid data buffer.
147 (EILSEQ)
The data buffer described by token has been overwritten and is no longer available.

The location_code identifies the location within the monitor code where this message is issued. It is used by IBM® Software Support.

Programmer response

For the EACCES code, verify that the data collection server is authorized program facility (APF) authorized.

For the EILSEQ code, verify that the data collection server is allocated sufficient resources and assigned a high enough dispatching priority to collect the data requested.

For the EBADF, EFAULT and EINVAL codes, contact IBM Software Support.

See the IBM z/OS UNIX System Services Messages and Codes for errno (displayed in decimal) and errnoJr codes.