AionDS Messages and Codes Guide

AionDS Messages and Codes Guide AionDS Messages and Codes Guide

arti.vub.ac.be
from arti.vub.ac.be More from this publisher
29.06.2013 Views

AionDS runtime errors .........................................................................................................................................................................................................˝.......................................... 22592 1-150 AionDS Messages and Codes No current instance for slot or method, or non-unique instance name AionDS cannot perform an action on the specified instance. This error can occur under two types of circumstances: ■ The statement refers to a slot of the current instance or sends a message to the current instance but the message has been sent to a class rather than an instance, so there is no current instance. ■ The statement refers to a static instance by name, but at the time the statement is executed there is more than one instance with the specified name. To eliminate the error, change the instance reference from %instance_name to %classref(%instance_name). .........................................................................................................................................................................................................˝.......................................... 22593 Non-unique instance name used in TSL AionDS cannot perform an action on the specified instance. The statement refers to a static instance by name, but at the time the statement is executed there is more than one instance with the specified name. To eliminate the error, change the instance reference from %instance_name to %classref(%instance_name). .........................................................................................................................................................................................................˝.......................................... 22600 Invalid pointer value AionDS cannot perform an action on the specified instance because the pointer is invalid. Check whether the instance has been deleted. .........................................................................................................................................................................................................˝.......................................... 22601 Illegal attempt to access private slot AionDS cannot access the slot at this point in the consultation because the slot is not in the current context and the Public property of the slot is FALSE. Private slots are only accessible from within the parent class or a class below the parent in the hierarchy.

AionDS runtime errors .........................................................................................................................................................................................................˝.......................................... 22602 Illegal attempt to access private method AionDS cannot access the method at this point in the consultation because the method is not in the current context and the Public property of the method is FALSE. Private methods are only accessible from within the parent class or a class below the parent in the hierarchy. .........................................................................................................................................................................................................˝.......................................... 22604 %Currentclass unexpected %CURRENTCLASS was used in a TSL property when there was no current class. Make sure there is a current class whenever using the %CURRENTCLASS substitution in TSL. .........................................................................................................................................................................................................˝.......................................... 22699 Error occurred processing remote report An error occurred terminating a report that was being written to a remote device. Check the AionDS system log for more information. The printer is probably not properly defined in your CICS or IMS system. .........................................................................................................................................................................................................˝.......................................... 23312 %1%2 v%3 has invalid header format The format of the knowledge base header file for this knowledge base is invalid. Check that the proper directory is specified and that the knowledge base has been upgraded to the appropriate version of AionDS. .........................................................................................................................................................................................................˝.......................................... 26318 Invalid field for MARK key AionDS cannot execute the MARK function because the cursor is not positioned in a menu or window in which this function is available. Reposition the cursor to an appropriate location before pressing the MARK key again. AionDS Runtime Errors 1-151

<strong>AionDS</strong> runtime errors<br />

.........................................................................................................................................................................................................˝..........................................<br />

22592<br />

1-150 <strong>AionDS</strong> <strong>Messages</strong> <strong>and</strong> <strong>Codes</strong><br />

No current instance for slot or method, or non-unique instance name<br />

<strong>AionDS</strong> cannot perform an action on the specified instance. This error can<br />

occur under two types of circumstances:<br />

■ The statement refers to a slot of the current instance or sends a message<br />

to the current instance but the message has been sent to a class rather<br />

than an instance, so there is no current instance.<br />

■ The statement refers to a static instance by name, but at the time the<br />

statement is executed there is more than one instance with the specified<br />

name. To eliminate the error, change the instance reference from<br />

%instance_name to %classref(%instance_name).<br />

.........................................................................................................................................................................................................˝..........................................<br />

22593<br />

Non-unique instance name used in TSL<br />

<strong>AionDS</strong> cannot perform an action on the specified instance. The statement<br />

refers to a static instance by name, but at the time the statement is executed<br />

there is more than one instance with the specified name. To eliminate the<br />

error, change the instance reference from %instance_name to<br />

%classref(%instance_name).<br />

.........................................................................................................................................................................................................˝..........................................<br />

22600<br />

Invalid pointer value<br />

<strong>AionDS</strong> cannot perform an action on the specified instance because the<br />

pointer is invalid. Check whether the instance has been deleted.<br />

.........................................................................................................................................................................................................˝..........................................<br />

22601<br />

Illegal attempt to access private slot<br />

<strong>AionDS</strong> cannot access the slot at this point in the consultation because the<br />

slot is not in the current context <strong>and</strong> the Public property of the slot is FALSE.<br />

Private slots are only accessible from within the parent class or a class below<br />

the parent in the hierarchy.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!