Error messages for sqldgbr.
Message | Displays When |
---|---|
Cannot allocate resource in ASE | The SAP ASE server does not have sufficient memory resources to execute sqldbgr. Increase procedure cache
size and restart sqldbgr. |
Cannot create Debugger handle in ASE | The SAP ASE server does not have sufficient memory resources to create a
debugger handle. Increase procedure cache size and
restart sqldbgr. |
The spid is invalid | You attempt to attach sqldbgr to an invalid
spid. Double check the spid and try
again. |
You cannot debug a task that is not owned by you | You are attempting to debug a task that you do not own. You must log in to the server as the
owner of the task to be debugged. |
Spid is already being debugged | You execute attach
spid and attempt to attach to a spid
that is already being debugged. |
Spid is not debugged currently | You execute detach
spid and attempt to detach from a
spid that is not attached to sqldbgr. |
Invalid command | You enter an invalid command. |
Invalid procedure name | You enter an invalid procedure name in stop in
procname. |
Invalid line number | You enter an invalid line number in stop in
procname at line #. |
Variable not found | You enter an invalid variable in show
@varname, show
@varname at level #, or
set @varname =
VALUE. |
Illegal conversion attempted | You execute set @varname =
VALUE and attempt to convert the variable to an invalid value. |
Conversion from text to datatype failed | set @varname = VALUE is
unsuccessful. |
Cannot run a procedure while debugging another task | You use run
procname while already debugging an existing task with
attach
spid. |