Work with NetWare Connections (WRKNTWCNN)

Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The Work with NetWare Connections (WRKNTWCNN) command allows a user to work with active NetWare connections. This command can be used to work with NetWare connections to do the following:

  1. Display a list of connections originating from the local system started by a specific user to one or more servers in the network.
  2. Display a list of connections originating from the local system started by all users to one or more servers in the network.
  3. Display a list of all active NetWare connections for a specific NetWare server in the network regardless of where the connection originated.
Top

Parameters

Keyword Description Choices Notes
SERVER Server Character value, *ALL Required, Positional 1
CGY Category *LOCAL, *SERVER Optional
USRPRF User profile Simple name, *ALL, *CURRENT Optional
Top

Server (SERVER)

Specifies one or all NetWare servers whose connections are to be displayed.

*ALL
Connections originating from the iSeries to all NetWare servers will be displayed.
character-value
Specify the name of an active server defined for the network.
Top

Category (CGY)

Specifies what category of NetWare connections to work with.

*LOCAL
Only those NetWare connections originating from the iSeries are displayed.
*SERVER
Specifies that connections to a particular NetWare server are displayed.
Top

User profile (USRPRF)

Specifies an iSeries user profile whose connections are to be worked with. Only those connections originating from the local system are displayed. This parameter is ignored when CGY(*SERVER) is specified.

*ALL
NetWare connections started by all iSeries users on the system will be worked with.
*CURRENT
All NetWare connections started by the current user profile are worked with.
name
Specify the name of an iSeries user profile whose connections are to be worked with.
Top

Examples

None
Top

Error messages

None

Top