Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6417 - Type is incomplete imported type as a result of circular package dependencies

6417   Type is incomplete imported type as a result of circular package dependencies

Cause

This error occurs if your schema file imports a package in a schema that has not yet been exported (that is, the package has a circular dependency with another package in the schema).

For details about circular packages, see "Specifying Advanced Load Options", in Chapter 10 of the JADE Development Environment User’s Guide, and "Specifying Additional Load Options", in Chapter 1 of the JADE Schema Load Utility User’s Guide.

Action

Load the exporting schema to ensure that the exporting package is complete and then reload the importing schema file.