Issue
Check if a plugin has been successfully activated in an instance and when it was activated.
Places to check if a plugin was activated successfully
There are several places to check if a plugin was successfully activated in an instance.
We could check that in two places to be 100% sure that a plugin was successfully activated:
- sys_progress_worker
- sys_plugin_log
To check in sys_progress_worker:
- Navigate to progress workers, System Diagnostics > Progress Workers.
- Search for the name of the plugin in the name field in the form.
- If the plugin activation was successful it should show as SUCCESS and in case the plugin was not activated properly this would show ERROR.
To check the sys_plugin_log table:
- Navigate to sys_plugin_log table.
- Search Navigator > sys_plugin_log.list.
- Search for the name of the plugin in the name field in the form.
- Along with the name of the plugin it should show that the plugin activation was a Success. In case the plugin was not activated it should show Failure.
If the plugin is not activated at all, it does not have an entry in sys_plugin and sys_plugin_log.
Release
Resolution
If plugin errors are identified in the tables above, attempt to repair the application. To repair, navigate to App Manager, search for the plugin, and click Repair.