Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6021 - Unknown library

6021   Unknown library

Cause

This error occurs if an external method references a library that has not been defined.

The definition of an external method includes the name of the library and entry point that implement the external method. All libraries that are to be used in external methods must first be defined within the current schema or a superschema.

Action

Define the library by using the Library Browser in the JADE development environment, or add its definition to the schema file that is being loaded.