MDM Registry Edition
- MDM Registry Edition 10.2 HotFix 1
- All Products
Parameter | Description |
---|---|
valid_ind | Contains the most recent validation status for the application. The validation status is a single value that represents the highest (most severe) error that has been found. |
active_ind | Managed directly by the user to reflect the intention for deployment of the application. |
valid_ind | Validation Level | Description |
---|---|---|
-1 | Not Validated | The IDD application has not been validated. |
0 | No Error | No errors or warnings were found during validation. |
1 | Information | Provides information to the user. No configuration changes are required. |
2 | Warning | A configuration might need to be changed, but should cause no run-time problems. |
3 | Error | A configuration error must be fixed. Run-time problems can be expected. |
4 | Critical Error | Same as Error, but indicates a problem that requires even more urgent attention. |
5 | Fatal Error | An error that prevents the IDD application from running at all. The application will not be deployed before the error has been addressed. |
active_ind | Name | Description |
---|---|---|
-1 | Not Deployed | IDD application is not deployed. Useful when the application is in development. Changes can be made and saved without the additional overhead of deploying the application. |
0 | Limited Deployment | IDD application is deployed, but the application will not be displayed in the list of available applications. You must access the application using its full URL ( http://<hostname>[:<port>]/bdd?bdd_name=name ). |
1 | Full Deployment | IDD application is deployed for full use. It is displayed in the list of applications and users can run the application. |
Event | Description |
---|---|
Application Server Startup | All IDD applications with active_ind that is not -1 are first validated. If the validation level is not Fatal Error, then the IDD application is deployed. At this time, only a partial validation is run to check for fatal errors. |
Import / Save | Any time an IDD application is imported or saved, it is also deployed unless its active_ind is -1. |
Re-deployment | User re-deploys an IDD application. |