Summary: this section explains how to manage specific tools that can be run before or after an analysis to enrich the content of the final snapshot or achieve a specific aim. |
To access to the panel, click Advanced within the Application - Config section. Available tools are explained below.
Click to enlarge
This sections lists all the tool "jobs" that will be run immediately after an analysis has completed, but before the snapshot is generated:
Click to enlarge
Click to add a new tool job, see below. | |
Name | Name of the tool. |
Type | Indicates the type of tool that will be run. |
Will be processed | This toggles the tool job:
When a tool is set to DISABLED, this is usually a temporary action. You should delete the tool if you want to permanently remove it. |
Edit the existing tool. | |
Delete the tool. |
Click the button - a new form will be displayed:
Click to enlarge
Name | Enter a name for the tool. | ||
---|---|---|---|
Descripton | Enter a description. | ||
Will be processed | This toggles the tool job:
When a tool is set to DISABLED, this is usually a temporary action. You should delete the tool if you want to permanently remove it. | ||
Insertion Mode | Choose the job type: | ||
KB Update SQL Tool The KB Update SQL Tool provides (as its name suggests) a means to modify the content of the Analysis schema (also known as the Knowledge Base) after an analysis has been completed. There are many reasons for this requirement, but to give you some examples of how the assistant could be used:
The following processes are possible with the assistant:
A set of entry tables in the Analysis schema must be injected with the relevant data that will modify the data. When the KB Update SQL Tool is then run, a specific stored procedure (also located in the Analysis schema) is called which will carry out the update using the data in the entry tables. For more detailed information see Application - Config - Update Application schema - KB Update SQL Tool. | |||
Parameters | Not currently used. | ||
SQL Code editor | Enter the SQL code to be executed in this section. Only standard SQL is supported.
| ||
Run Tool | This button is disabled until the form has been successfully saved. Once saved, you can use this button to execute the current tool. | ||
Save and Run | This button will save the data in the tool and then execute it immediately. See SQL editor validation (below) for more information about the validation process in place. | ||
Save | This button will save the data in the tool. See SQL editor validation (below) for more information about the validation process in place. |
In Console ≥ 1.27.1 and ≥ 2.1, SQL validation is not performed when the Save or Save and Run button is clicked. If the editor contains a syntax error:
It is possible to enable SQL validation, if required see Configuring SQL validation.
In Console ≤1.27.0 and ≤ 2.0, an SQL validation process is in place as follows. When the form is saved (Save or Save and Run button is clicked):
Any changes made in the Update Application schema page (e.g. adding a new tool job) will cause a banner to appear at the top:
This indicates that the changes you have made will impact your analysis results and therefore that the data that is used for the Architecture Studio, Transaction configuration and upload to CAST Imaging will not be up-to-date. Clicking the Update button in the banner will run a special step called Prepare analysis data that should complete relatively quickly (more quickly than a full analysis or snapshot) and ensures that the data used by the Architecture Studio, Transaction configuration and upload to CAST Imaging is up-to-date based on the changes you have made.
This step is always actioned when you either run an analysis (without a snapshot) or generate a new snapshot. When the Prepare analysis data step is complete, the banner will no longer be displayed.