Start of change

DSNL198I csect-name INCORRECT ACCESS OF LOCATION OR ALIAS NAME name BY CLIENT AT ipaddr WITH USERID userid USING PORT port OCCURRED nnnn TIMES

Explanation

A client was detected attempting to connect to Db2 by using a location or alias name with a port that was not the port or secure port specified in the alias definition.

csect-name
The name of the control section that issued the message.
alias-name
The location or alias name that the client specified in the connection request.
ipaddr
The IP address of the client that attempted the connection request to Db2
userid
The authenticated user ID from the client connection.
port
The port value that was specified in the connection request.
nnnn
The number of times that the incorrect access occurred since the last DSNL198I message was issued with the same ipaddr, userid, alias-name, and port values.

System action

The current client connection is permitted. Also, Db2 responds with a server list that contains only the IP address of the current member and the port used by the client, which disables the client from using o being requested to use sysplex workload balancing.

User response

Issue a -DISPLAY DDF DETAIL command to obtain the defined port or secure port for each Db2 location and static or active dynamic location alias. Any client using the location or alias name in its connection to Db2 must be configured to use one of the defined ports shown in the display.

End of change