0030-0050 0030-0056
0030-0050 An invalid value:
string
was specified for the Play Delay. Please enter
non-negative integer value. If you click on Cancel, the new delay field will
be reset to the previous value of
number
.
Explanation: An invalid value for the play delay has been entered. Only non-negative
integers are valid.
User Response: Specify a non-negative integer value for the play delay in tenths of
seconds.
0030-0051
string
number
: Could not resolve mouse selection to a stack entry.
Explanation: Internal error: You have double-clicked on an entry in a stack window and
pedb cannot resolve your selection to a call stack index. No action has been taken. pedb
continues processing.
User Response: Gather information about the problem and follow local site procedures for
reporting hardware and software problems.
0030-0052 Cannot read attach configuration file.
Explanation: pedb could not read the attach configuration file, which is created when the
original POE job was started, and is removed when the job ends.
User Response:
1. Make sure the correct POE process id was used when invoking the debugger.
2. Check the /tmp directory for the existence of a configuration file containing the POE
process id. (For example, /tmp/.ppe.<poe pid>.attach.cfg ).
0030-0053 No tasks listed in attach configuration file.
Explanation: The attach configuration file created when the original POE job was started
contained a zero in the first field indicating that POE is between job steps.
User Response: Wait for the next job step to start, which takes a few seconds. Then you
can re-enter pedb in attach mode, if you wish.
0030-0054 Cannot open attach configuration file.
Explanation: pedb was unable to open the attach configuration file.
User Response:
1. Make sure the correct POE process id was used when invoking the debugger.
2. Check the /tmp directory for the existence of a configuration file containing the POE
process id. (For example, /tmp/.ppe.34192.attach.cfg ).
0030-0055 You are not allowed to delete group Attached.
Explanation: The default group when running in attach mode, ( Attached ), is not allowed
to be deleted.
User Response: None. This is an informational message.
0030-0056 Missing or invalid argument to -a flag. For information on the correct syntax
to use when invoking pedb, type: pedb –h
Explanation: The -a flag requires an integer argument specifying the process identifier of
the POE process.
User Response: Specify the POE process id when using the -a flag. For example, specify
pedb -a 34192.
Chapter 3. pedb Messages 27