To resolve this issue do the following:
**This will require a shutdown of the Application Server which will stop all jobs and services**
- Log into the Application Server with root privileges.
- At the command prompt run: source /etc/voyence.conf
- Run the following command to stop all services on the Application Server: service vcmaster stop
- If you are running the Report Advisor on a remote server you will need to log in as root and stop the tomcat service by running: service tomcat stop
- With all the services stopped now log back into the Application Server with Root access and run the following command: service controldb start
- At the command prompt run: su - pgdba -c 'psql voyencedb voyence'
- When prompted for the database password enter it.
- Once inside the Database please the following commands:
VACUUM full voyence.cm_credential;
REINDEX TABLE voyence.cm_credential;
ANALYZE voyence.cm_credential;
9. Once complete then restart all the services and test.
10. Another option is to log into the GUI and completely delete all the Autodiscovery templates. Refer the screen shot below.
Note: This step will also remove all the initial discovery jobs when the device was first created and who did them.
.