RE: decoding UNIX reason codes. It's a bit of a mess. You need to carefully read Chapter 3 "Description and location information".
Eventually you fall through and find the errno2: 730C JRNetAccessDenied The user is not permitted to communicate with the specified network. Action: If access to the specified network is required, the user must be permitted to the appropriate SAF resource Maybe you have a Comm Server SERVAUTH rule that is not permitting access to the network? Kirk Wolf Dovetailed Technologies http:// <http://dovetail.com>coztoolkit.com On Sat, Feb 3, 2024, at 5:38 PM, Charles Mills wrote: > It's confusing. The last four nibbles, 730C, are the "real" reason code. Just > scroll down in here: > https://www.ibm.com/docs/en/zos/2.5.0?topic=errnojrs-zos-unix-reason-codes > > As the first part of the section says > > The reason code is made up of 4 bytes in the following format: > cccc rrr > > cccc is a halfword reason code qualifier. Generally this is used to identify > the issuing module and represents a module ID. > rrrr is the halfword reason code that is described in this documentation. > Only this part of the reason code is intended as an interface for programmers. > > (And there's a typo in what the above says. The first "rrr" should be "rrrr".) > > Charles > > On Sat, 3 Feb 2024 17:12:52 -0000, Lennie Dymoke-Bradshaw > <[email protected]> wrote: > > >I am trying to debug a situation in zSecure where I am getting this message > >from the CKNSERVR address space. > > > >CKN017I 12 BPX1AIO connect failed on socket 1 RC 111 permission denied, > >reason 7663 730Cx > > > > Port 7173 of 192.168.11.100 > > > >BPX1AIO documents that its return and reason codes are in the UNIX messages > >and codes manual. > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
