How to view the current console (GUI) time out settings?
To view the current console (GUI) time out settings please do the following: (You will need full root access to the database)
- Log into your Voyence Database with root privileges, it will be either located on your Application Server or standalone database server
- Log into the NCM Database
- su - pgdba -c 'psql voyencedb voyence'
- Enter the database password when prompted.
- At the database command prompt enter the following:
- select name, value, default_value from cm_config_item where name= 'com.powerup.configmgr.server.security.login.authentication_cache_timeout';
- You should get an out of the following below:
- Exit the database by typing "\q" and then typing "exit".