Previous Topic: TVx to VMx Messages

Next Topic: Wx to Xx Messages


VWAx Messages

VWA0001

INVALID KEYWORD VALUE SPECIFIED, KEYWORD= P1 VALUE= P2

Reason:

An invalid keyword parameter was specified when procedure $VWCALL was invoked. The keyword was P1 and the invalid value was P2 .

System Action:

Procedure $VWCALL terminates.

User Action:

If the procedure was invoked by your procedure or directly by you then correct the invalid keyword and retry the request otherwise contact the System Administrator.

VWA0002

OMITTED KEYWORD/VALUE SPECIFIED, KEYWORD= P1

Reason:

Procedure $VWCALL wasinvoked but a required keyword was omitted or it was null, for example OPT= with no value. The keyword was P1 .

System Action:

Procedure $VWCALL terminates.

User Action:

If the procedure was invoked by your procedure or directly by you then correct the invalid keyword and retry the request otherwise contact the System Administrator.

VWA0003

P1 REQUEST COMPLETED

Reason:

The requested option P1 has completed.

System Action:

None.

User Action:

None.

VWA0004

P1 REQUEST COMPLETED WITH POSSIBLE ERRORS, MESSAGES WRITTEN TO LOG

Reason:

The requested option P1 has completed and messages were written to the log to give further details of success or failure of the action.

System Action:

Additional messages written to the log.

User Action:

Check the system log for further details.

VWA0005

$VW.EQUATES TABLE NOT DEFINED OR IS EMPTY

Reason:

The NetView Conversion Equates Table (Application $VW, Table Name EQUATES) either does not exist, or has no entries. There are no NetView commands to be emulated.

System Action:

Procedure $VWCALL terminates.

User Action:

If NetView Command emulation is no longer required you should remove the following statement from your NMINIT or NMREADY member: EXEC $VWCALL OPT=INIT If emulation is required determine why the table is missing or empty. Note that this situation can occur if all entries in the table have been marked as inactive.

VWA0006

NO EQUATE PROCEDURE FOR COMMAND P1

Reason:

The NetView Conversion Equates Table (Application $VW, Table Name EQUATES) contains an entry for a commend ( P1 ) but the entry does not have an NCL Procedure Name specified.

System Action:

Procedure $VWCALL terminates.

User Action:

If NetView Command emulation is no longer required for the entry you should mark it inactive. All active entries must have an emulation procedure name specified.

VWA0101

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) ACT command.

System Action:

The command is rejected.

User Action:

Refer to the help for the ACT command for correct parameters. This can be obtained by entering: ACT ?

VWA0102

PARAMETER P1 CONFLICTS WITH PARAMETER P2

Reason:

The (NetView) ACT command was entered with multiple parameters but two of these conflict. Either: 1. The parameters are mutually exclusive, for example YES and NO 2. The parameter is duplicated, for example YES and YES

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: ACT ?

VWA0103

NAME PARAMETER OMITTED

Reason:

The NetView ACT command emulation procedure, $VWEQ001, failed because it was called without parameters. The first parameter must be the node name.

System Action:

Procedure $VWEQ001 terminates.

User Action:

This error should not occur. Review the entry in the command equates table, application $VW, table name EQUATES. The ACT entry should indicate that if no parameters are specified then the help for this command should be presented, that is, as if ACT ? had been specified.

VWA0104

P1 PARAMETER INVALID WITHOUT P2 PARAMETER

Reason:

The (NetView) ACT command was entered with a parameter specified ( P1 ) that also requires another parameter to be specified ( P2 ). For example the LOGON parameter may not be specified without the LOGMODE parameter, or vice versa.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: ACT ?

VWA0201

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) APPLS command.

System Action:

The command is rejected.

User Action:

Refer to the help for the APPLS command for correct parameters. This can be obtained by entering: APPLS ?

VWA0202

MULTIPLE SCOPE PARAMETERS

Reason:

The (NetView) APPLS command was entered with multiple parameters to specify the command scope. For example: APPLS ACT SUMM Only one scope parameter is allowed.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: APPLS ?

VWA0401

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) CDRMS command.

System Action:

The command is rejected.

User Action:

Refer to the help for the CDRMS command for correct parameters. This can be obtained by entering: CDRMS ?

VWA0402

MULTIPLE SCOPE PARAMETERS

Reason:

The (NetView) CDRMS command was entered with multiple parameters to specify the command scope. For example: CDRMS ACT SUMM Only one scope parameter is allowed.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: CDRMS ?

VWA0501

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) CDRSCS command.

System Action:

The command is rejected.

User Action:

Refer to the help for the CDRSCS command for correct parameters. This can be obtained by entering: CDRSCS ?

VWA0502

MULTIPLE SCOPE PARAMETERS

Reason:

The (NetView) CDRSCS command was entered with multiple parameters to specify the command scope. For example: CDRSCS ACT SUMM Only one scope parameter is allowed.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: CDRSCS ?

VWA0601

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) CLSTRS command.

System Action:

The command is rejected.

User Action:

Refer to the help for the CLSTRS command for correct parameters. This can be obtained by entering: CLSTRS ?

VWA0602

MULTIPLE SCOPE PARAMETERS

Reason:

The (NetView) CLSTRS command was entered with multiple parameters to specify the command scope. For example: CLSTRS ACT SUMM Only one scope parameter is allowed.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: CLSTRS ?

VWA0701

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) INACT command.

System Action:

The command is rejected.

User Action:

Refer to the help for the INACT command for correct parameters. This can be obtained by entering: INACT ?

VWA0702

PARAMETER P1 CONFLICTS WITH PARAMETER P2

Reason:

The (NetView) INACT command was entered with multiple parameters but two of these conflict. Either:
1. The parameters are mutually exclusive, for example ACT and INACT
2. The parameter is duplicated, for example ACT and ACT

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: INACT ?

VWA0703

NAME PARAMETER OMITTED

Reason:

The NetView INACT command emulation procedure, $VWEQ007, failed because it was called without parameters. The first parameter must be the node name.

System Action:

Procedure $VWEQ007 terminates.

User Action:

This error should not occur. Review the entry in the command equates table, application $VW, table name EQUATES. The INACT entry should indicate that if no parameters are specified then the help for this command should be presented, that is, as if INACT ? had been specified.

VWA0801

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) INACTF command.

System Action:

The command is rejected.

User Action:

Refer to the help for the INACTF command for correct parameters. This can be obtained by entering: INACTF ?

VWA0802

PARAMETER P1 CONFLICTS WITH PARAMETER P2

Reason:

The (NetView) INACTF command was entered with multiple parameters but two of these conflict. Either:
1. The parameters are mutually exclusive, for example ACT and INACT
2. The parameter is duplicated, for example ACT and ACT

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: INACTF ?

VWA0803

NAME PARAMETER OMITTED

Reason:

The NetView INACTF command emulation procedure, $VWEQ008, failed because it was called without parameters. The first parameter must be the node name.

System Action:

Procedure $VWEQ008 terminates.

User Action:

This error should not occur. Review the entry in the command equates table, application $VW, table name EQUATES. The INACTF entry should indicate that if no parameters are specified then the help for this command should be presented, that is, as if INACTF ? had been specified.

VWA0901

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) LINES command.

System Action:

The command is rejected.

User Action:

Refer to the help for the LINES command for correct parameters. This can be obtained by entering: LINES ?

VWA0902

MULTIPLE SCOPE PARAMETERS

Reason:

The (NetView) LINES command was entered with multiple parameters to specify the command scope. For example: LINES ACT SUMM Only one scope parameter is allowed.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: LINES ?

VWA1001

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) MAJNODES command.

System Action:

The command is rejected.

User Action:

Refer to the help for the MAJNODES command for correct parameters. This can be obtained by entering: MAJNODES ?

VWA1002

MULTIPLE SCOPE PARAMETERS

Reason:

The (NetView) MAJNODES command was entered with multiple parameters to specify the command scope. For example: MAJNODES LIST SUMM Only one scope parameter is allowed.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: MAJNODES ?

VWA1101

P1 PARAMETER OMITTED

Reason:

The (NetView) NCPSTOR command was specified but a mandatory parameter (P1 ) was omitted. This parameter is required unless the S operand is specified.

System Action:

The command is rejected.

User Action:

Refer to the help for the NCPSTOR command for correct parameters. This can be obtained by entering: NCPSTOR ?

VWA1103

NAME PARAMETER OMITTED

Reason:

The NetView NCPSTOR command emulation procedure, $VWEQ011, failed because it was called without parameters. The first parameter must be the node name.

System Action:

Procedure $VWEQ011 terminates.

User Action:

This error should not occur. Review the entry in the command equates table, application $VW, table name EQUATES. The NCPSTOR entry should indicate that if no parameters are specified then the help for this command should be presented, that is, as if NCPSTOR ? had been specified.

VWA1201

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) PENDING command.

System Action:

The command is rejected.

User Action:

Refer to the help for the PENDING command for correct parameters. This can be obtained by entering: PENDING ?

VWA1202

MULTIPLE SCOPE PARAMETERS

Reason:

The (NetView) PENDING command was entered with multiple parameters to specify the command scope. For example: PENDING LIST SUMM Only one scope parameter is allowed.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: PENDING ?

VWA2301

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) PURGEDB command.

System Action:

The command is rejected.

User Action:

Refer to the help for the PURGEDB command for correct parameters. This can be obtained by entering: PURGEDB ?

VWA2302

MULTIPLE PROCESS PARAMETERS

Reason:

The (NetView) PURGEDB command was entered with multiple parameters to specify the command process. For example: PURGEDB STAT EVENT Only one process parameter is allowed.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: PURGEDB ?

VWA2303

PROCESS PARAMETER OMITTED

Reason:

The NetView PURGEDB command emulation procedure, $VWEQ023, failed because it was called without parameters. The first parameter must be the process required.

System Action:

Procedure $VWEQ023 terminates.

User Action:

This error should not occur. Review the entry in the command equates table, application $VW, table name EQUATES. The PURGEDB entry should indicate that if no parameters are specified then the help for this command should be presented, that is, as if PURGEDB ? had been specified.

VWA2402

UNEXPECTED MESSAGE ID= P1 FULL MESSAGE ON LOG.

Reason:

The NetView RMTSESS command procedure $VWEQ024 failed because an unexpected message was returned from a SHOW LINKS, SHOW DOMAINS or SHOW USERS command. The message ID was P1 and it has been written to the log.

System Action:

Procedure $VWEQ024 terminates.

User Action:

Contact the system administrator. Browse the activity log for the message ID and review the description of that message. If necessary contact your product supplier.

VWA2403

VARTABLE ERROR, ID= P1 FUNC= P2 FDBK= P3 KEY= P4

Reason:

The NetView RMTSESS command emulation procedure, $VWEQ004, failed because an unexpected feedback from vartable processing has occurred. The vartable name is P1 and the feedback code is P3 . The specific function that was being performed is P2 and the table key (where relevant) was P4 .

System Action:

Procedure $VWEQ024 terminates.

User Action:

Contact your product supplier.

VWA2601

FILE P1 ERROR - P2

Reason:

Whilst processing a NetView SENSE command an error occured accessing the NETINFO database. The access type ( P1 ) will be either OPEN or GET and the failure reason ( P2 ) will be one of the following:

FILE ACCESS PROHIBITED Access to the file has been prohibited by the NCLEX01 exit.

VSAM FEEDBACK - xx A VSAM GET failed with the indicated VSAM feedback returned.

FILE UNAVAILABLE - REFER TO LOG The file is unavailable. A message has been written to the log with the reason.

System Action:

The command is rejected.

User Action:

Refer to the falure reason and process as follows:

FILE ACCESS PROHIBITED Contact your systems administrator to request access.

VSAM FEEDBACK - xx Use the VSAM Feedback information to determine the error cause and action accordingly.

FILE UNAVAILABLE - REFER TO LOG Refer to the SOLVE log and follow the suggested action for the related message.

VWA2602

NO SENSE INFORMATION FOR P1 P2

Reason:

A NetView SENSE command has been entered with the category ( P1 ) and optional modifier ( P2 ) but there is no information on the NETINFO database for that combination.

System Action:

The command is rejected.

User Action:

Check that the correct category and/or modifier have been specified. The category should be 4 characters in length. The modifier, if specified should also be 4 characters.
If a qualifier was specified retry omitting the qualifier.
Sense Codes that are available in the NETINFO database may be viewed via the SOLVE:Netmaster menu by selecting option I - Information Database.
Some older or newer sense codes may not be included on the NETINFO database depending upon your level of VTAM. If the code is not on file refer to the following IBM publications:
SNA Formats VTAM Messages and Codes (for your level of VTAM)

VWA2701

INVALID RESOURCE NAME - P1

Reason:

An invalid resource name ( P1 ) was specified for the (NetView) SESS command. Resource names must be 1 to 8 alphanumeric characters. A generic name is indicated by the last character being an asterisk (*).

System Action:

The command is rejected.

User Action:

Refer to the help for the SESS command for correct parameters. This can be obtained by entering: SESS ?

VWA2702

SECOND RESOURCE NAME INVALID WHEN FIRST RESOURCE IS GENERIC

Reason:

The (NetView) SESS command was entered with two resource names but the first of these was a generic name. The second resource name is only allowed if the first is a specific resource name.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: SESS ?

VWA2703

NODE NAME PARAMETER OMITTED

Reason:

The NetView SESS command emulation procedure, $VWEQ027, failed because it was called without parameters. The first parameter must be a resource name to display.

System Action:

Procedure $VWEQ027 terminates.

User Action:

This error should not occur. Review the entry in the command equates table, application $VW, table name EQUATES. The SESS entry should indicate that if no parameters are specified then the help for this command should be presented, that is, as if SESS ? had been specified.

VWA2704

NO SESSIONS EXIST FOR RESOURCE P1

Reason:

This message is issued in response to a (NetView) SESS command if there is no active or history sessions for the specified resource name ( P1 ).

System Action:

None.

User Action:

None.

VWA2705

P1 ERROR - P2

Reason:

An error has occured when building a resource list of a session list in response to a (NetView) SESS command. The type of error ( P1 ) and error reason (P2) are shown. Possible values are:

Type Reason
NTSVIEW RESOURCE LIST FAILED An &NTSVIEW TYPE=RESCLIST has failed
NTSREAD RESOURCE LIST FAILED An &NTSREAD TYPE=RESCLIST has failed
NTSREAD RESOURCE LIST HAS MULTIPLE RESOURCES An &NTSREAD TYPE=RESCLIST has completed but returned data for more than one node.

System Action:

The command is rejected.

User Action:

These errors should not occur. Contact your product supplier.

VWA2706

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) SESS command.

System Action:

The command is rejected.

User Action:

Refer to the help for the SESS command for correct parameters. This can be obtained by entering: SESS ?

VWA3001

INVALID PARAMETER - P1

Reason:

An invalid paramater ( P1 ) was specified for the (NetView) BROWSE command.

System Action:

The command is rejected.

User Action:

Refer to the help for the BROWSE command for correct parameters. This can be obtained by entering: BROWSE ?

VWA3002

INVALID COMMAND - TOO MANY PARAMETERS

Reason:

The (NetView) BROWSE command was entered with more than two parameters which is invalid. A maximum of two parameters are allowed.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: BROWSE ?

VWA3003

INVALID MANAGEMENT SERVICES LEVEL

Reason:

The (NetView) BROWSE command was entered to display a sequential file using Dataset Services or to display the Dataset Services Menu. This is invalid becuase the Management Services level does not include Dataset Services. You require Management Services V3.2 PUT 3201 or higher.

System Action:

The command is rejected.

User Action:

Contact your systems administrator.

VWA3004

INVALID COMMAND - UNRECOGNISABLE FORMAT

Reason:

The (NetView) BROWSE command was entered with parameters but the type of browse that is requested cannot be determined.

System Action:

The command is rejected.

User Action:

Correct the command and retry. If necessary view the help for the command which can be obtained by entering: BROWSE ?