Debug Manual

Table Of Contents
Error Messages
Debug Manual421921-003
A-21
84
84
Cause. You attempted to modify an address location that might be a code location or
the address might not be resident.
Effect. The command is not executed.
Recovery. If you want to modify this address, you must debug the process directly,
not vector to it. See the #DEBUGPROCESS command in the TACL Reference Manual
to start debugging a process directly. You can get more information about the address
with the AMAP command.
85
Cause. You specified a command that was either invalid or required privileged mode.
Effect. The command is not executed.
Recovery. If you know the command you specified is valid, check to see if it is a
privileged command. If it is a privileged command, first issue the PRV ON command,
then specify the command you want to use. You must be the super ID (255,255) in
order to access the privileged commands.
86
Cause. An attempt to create an address for a selectable segment was made, but there
is no selectable segment in use.
Effect. The command is not executed.
Recovery. The program must allocate a selectable segment before attempting to
create an address for it.
87
Cause. The attempt to set a TNS register on a native program failed.
Effect. The command is not executed.
Recovery. Make sure that your are specifying the correct register name for the
program type.
Cannot modify V PIN memory.
Command is either invalid or requires PRV ON.
Attempting to create an address for selectable segment when no selectable
segments are in use.
TNS or accelerated program required.