z/OS Communications Server: IP Messages Volume 4 (EZZ, SNM)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZZ0147I

z/OS Communications Server: IP Messages Volume 4 (EZZ, SNM)
SC27-3657-01

EZZ0147I
PORT STATEMENT KEYWORD access_ctl1 CONFLICTS WITH CURRENT ACCESS CONTROL OF access_ctl2

Explanation

An access control keyword was specified on an UNRSV entry on a PORT statement. The specified access control does not match the type of access control for unreserved ports that is in effect because of a previous UNRSV TCP entry on this or a previous PORT statement. Every PORT UNRSV entry for the TCP protocol must specify the same access control option or must use the same access control option as the default value. You cannot specify WHENLISTEN on some entries and WHENBIND on other entries.

In the message text:
access_ctl1
The access control that is specified on the new UNRSV TCP entry on a PORT statement. The values are either WHENBIND or WHENLISTEN.
access_ctl2
The access control that is already in effect. The values are either WHENBIND or WHENLISTEN.

System action

The PORT statement entry that contains the conflict is ignored. Other entries on the same PORT statement are processed. Profile processing continues.

Operator response

Contact the system programmer.

System programmer response

If the access control specified on the conflicting UNRSV entry is incorrect, issue a VARY TCPIP,,OBEYFILE command with a profile that contains a new PORT statement with the corrected entry.

If the access control specified on the conflicting UNRSV entry is correct, change the access control on all existing PORT UNRSV TCP entries to be correct. Every PORT UNRSV entry for the TCP protocol must specify the same access control option or must use the same access control option as the default value.

Perform the following steps to change the active access control for the TCP protocol.

  1. Delete all existing PORT statement UNRSV TCP entries using the DELETE PORT profile statement.
  2. Configure new PORT statement UNRSV TCP entries that specify the other access control.
  3. Issue a VARY TCPIP,,OBEYFILE command with a profile that contains the DELETE PORT and changed PORT statements.

See the DELETE statement and PORT statement in z/OS Communications Server: IP Configuration Reference for more information.

User response

Not applicable.

Problem determination

Not applicable.

Source

z/OS® Communications Server TCP/IP: Configuration & Initialization

Module

ezacfms1.c

Routing code

10

Descriptor code

12

Automation

Not applicable.

Example

Assume you specify the following PORT statement:
5  PORT 
6  UNRSV    TCP  FRED  WHENLISTEN      
7  UNRSV    TCP  JOHN  WHENBIND       
8  9000     TCP  *
The following message is issued:
EZZ0147I PORT STATEMENT KEYWORD WHENBIND CONFLICTS WITH CURRENT ACCESS CONTROL  OF WHENLISTEN

The entry on line 7 is ignored, but the entries on lines 6 and 8 are processed.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014