NetBase for MPE Reference Guide

Troubleshooting NetBase
B-11
File System Errors
The following NetBase errors are returned to the user's program through the FCHECK intrinsic and
the CONDITION WORD of all IMAGE calls. If the user's program calls FERRMSG, PRINTFILEINFO,
DBERROR or DBEXPLAIN the new messages will automatically be displayed.
ERR# Error Message Explanation/Action
1001
LOCAL NETBASE SERVICES ARE
DOWN
NetBase is not running on the local node.
1002
NETBASE VERSION MISMATCH:
REINSTALL NETBASE SEGMENTS
The versions of the NetBase segments do
not match. NetBase must be reinstalled in
the appropriate SLs. Run NBVERS to
determine which segments are in error.
1003
REQUESTED NODE IS DOWN
NetBase services on the requested node are
down. Start NetBase on the requested node.
1004
COMMUNICATION WITH NODE HAS
BEEN TERMINATED
Communication failure caused by a system
or network failure. Only an FCLOSE or a
DBCLOSE can be issued for this file.
1005
OUTGOING USER TABLE IS FULL
Too many users are trying to access remote
files. The user table may be modified with
the GLOBAL - Maximum Local Users
configuration parameter.
1006
VERSION MISMATCH BETWEEN
NETBASE SEGMENTS AND
PROCESSES
The versions of the NetBase segments do
not match. NetBase must be reinstalled in
the appropriate SLs.
1007
ACCESS TO NODE DENIED BY
SYSTEM MANAGER
Access to the remote node has been stopped
using NetBase control.
1008
OUTGOING USER LIMIT HAS BEEN
EXCEEDED
Too many users are trying to access remote
files. The user table may be modified with
the GLOBAL - Maximum Local Users
configuration parameter.
1009
ACCESS DISABLED DUE TO
SHADOWING SYNC ERROR
Access to the local file has been disabled
because it is no longer in sync with its
master.
Continued