NetBase for MPE Reference Guide

Troubleshooting NetBase
B-31
ERR# Error Message Explanation/Action
8015
RENAME OF SHADOWED FILE TO
REMOTE FILE INVALID
Cannot rename a shadowed file to a shadow
copy or remote file.
8016
MULTIPLE TRANSACTION -
EXCEEDS MAXIMUM BASES
For DBXBEGIN mode 3 or 4, the number of
bases in the list is greater than 23.
8017
MULTIPLE TRANSACTION -
MULTIPLE TRANSACTION
ALREADY STARTED
A DBXBEGIN mode 3 or 4 was called while
multiple transactions were in process.
8018
MULTIPLE TRANSACTION -
CANNOT MIX REMOTE AND
LOCAL BASES
For DBXEND mode 3 or 4, the base list
contains at least one remote and one local
base.
8019
MULTIPLE TRANSACTION -
CANNOT REMOTE TO MORE THAN
ONE NODE
For DBXBEGIN mode 3 or 4, the list of bases
are all remote, but not remote to the same
node.
8020
MULTIPLE TRANSACTION -
BASE ARRAY FOR END MUST
MATCH BEGIN
For DBXEND mode 3 or 4, the base list does
not match the base list passed in to dbxbegin.
8021
MULTIPLE TRANSACTION - NOT
SUPPORTED BY SERVER
For DBXBEGIN mode 3 or 4, the list of bases
are remote to a node that does not support
multiple transactions.
8201
NODE PASSED TO NBRPC IS
INVALID
The node number specified in the call to
NBRPC is an invalid or undefined NetBase
node.
8202
NODE PASSED TO NBRPC IS
THE LOCAL NODE
The node number specified in the call to
NBRPC defines the local node.
8203
BOUNDS VIOLATION ON
PROCEDURE NAME
The procedure name passed to NBRPC has a
bounds violation. Check and correct call to
NBRPC.
8204
INVALID PROCEDURE NAME
DELIMITER
The terminating delimiter could not be found
or is invalid or the procedure name is to
large. Check and correct call to NBRPC.
8205
BOUNDS VIOLATION ON XL
NAME
The XL name passed to NBRPC has a bounds
violation. Check and correct call to NBRPC.
8206
INVALID XL NAME DELIMITER
The terminating delimiter could not be found
or is invalid or the XL name is to large.
Check and correct call to NBRPC.