SSO Function Build Error Messages |
DEVELOPER |
The following SSO errors messages may be encountered at function build (gen) time:
Number |
Error |
Description |
080 |
INTERNAL LOGIC ERROR, CANNOT CONTINUE - LOGIC ID - ID# LINE# - line# |
It is also possible to encounter this error when building a PROIV function which uses SSO tag names in the logic. To resolve this error, rephrase the logic, see below. The following line generates the error: $S = “[“ + “ “ + tagname.returnString() + “]” The following line does not generate the error: $S = “[“ + tagname.returnString() + “]” |
815 |
SSOs CANNOT BE USED IN FUNCTION ENTRY LOGIC |
In PROIV Function Entry Logic, SSO parameters from the calling PROIV function may be used. However, SSOs local to a PROIV function are automatically created by the PROIV Timing Cycle immediately after Function Entry Logic has completed. |
816 |
UNSUPPORTED PROPERTY FOR SSO |
PROIV Insert (F4) in the Logic Editor provides a list of properties available for a given SSO tag name. |
817 |
MISSING INTERFACE MAP FOR METHOD CALL |
The SSO method call expects at least one parameter, and therefore an interface map is required. |
818 |
UNEXPECTED INTERFACE MAP IN METHOD CALL |
The SSO method call expects no parameters, and therefore an interface map is not required. |
819 |
BAD <bootstrap> FILE STRUCTURE |
An error has been found in the specified PROIV bootstrap file. This condition should never occur, please contact PROIV Support. |
Topic ID: 500577