Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Using Messages Without Identifiers : Messages beginning with: $

Messages beginning with: $
$BINDOBJECT ERROR - BIND REQUIRES DBA CLEARANCE
Builtin Routines
A call to $BINDOBJECT was issued by a non-level-7 user.
Log in as a level-7 user and rerun the rule that calls $BINDOBJECT.
$BINDOBJECT ERROR - CALLED BEFORE INITIALIZATION
Builtin Routines
The $BINDOBJECT builtin has been called before the Rules Manager has been initialized.
Wait till later in the session before calling the $BINDOBJECT builtin.
$BINDOBJECT ERROR - INVALID LIBRARY SPECIFIED
Builtin Routines
The library name specified in a $BINDOBJECT call was neither the name of the system library nor the installation library.
Correct the name of the library in the $BINDOBJECT call.
$GETLOGSTATS must be called before using $GETLOGREC
Builtin Routines
In a transaction, $GETLOGSTATS must be called before any call to $GETLOGREC can be issued.
Insert a call to $GETLOGSTATS.
$RULENAME failed: LEVEL/TRANSACTION COUNT combination invalid
Builtin Routines
Either $RULENAME was issued with invalid argument values or there are not enough rules on the execution call stack to satisfy the request. A recoverable RANGERROR is raised.
Correct the invalid arguments.
$SYSCALL "%" for "%" failed; >%<
Builtin Routines
The specified routine needs services from the operating system, but the services failed for the reason given at the end of this message.
For assistance, show this message to a System Programmer.
$TYPECAST failed: input argument contains bad data bytes
Builtin Routines
$TYPECAST was unable to convert the input data to the Syntax specified. A recoverable CONVERSION error is raised.
Correct the input data to allow conversion.
$TYPECAST failed: input argument specification not allowed
Builtin Routines
The specification of the cast is not valid in Object Service Broker. An unrecoverable CONVERSION error is raised
Correct the specification of the cast to conform to Object Service Broker standards.
$TYPECAST failed: output argument is too small to hold result
Builtin Routines
The output from the $TYPECAST is longer than the output specification. The data is truncated where possible. A recoverable CONVERSION error is raised.
Either correct the specification of the $TYPECAST output, or if you want truncation, trap the CONVERSION error.
$TYPECAST failed: TYPECASTING not allowed as specified
Builtin Routines
The input data cannot be cast into the specified output. A recoverable CONVERSION error is raised.
Correct the specification of the cast required.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved