The Schema Validator is a tool designed to ensure the integrity and correctness of database schemas. This tool helps to identify and resolve issues within the schema, ensuring that it functions correctly and efficiently. In order for the validation to proceed, the schema does not have to be connected.
There are two options to access the schema validation wizard:
Navigate to Tools > Validate Schema. Using this path, IJS file of the schema to be validated has to be provided. For Derby databases, the IJS file must be located in the same project folder as the local database. For non-Derby databases, the IJS file can be located anywhere.
The right-click on the schema in Projects tab and choose Validate Schema... This option automatically loads the corresponding IJS file.
The validation process can be observed through two progress bars: the top bar represents the total progress of the validation, while the bottom bar shows the progress of individual steps. The process is logged, and the output can be copied to the clipboard or accessed via View > Instant JChem Log File > Schema Validation.
Schema validation can run in the background, allowing Instant JChem to remain fully operable. Multiple validation processes can run simultaneously.
When the schema validation is initiated, the following are being validated, among others:
The schema validator can be also run during deployment of Plexus Connect web app. For more information navigate here.