Avaya IPOSE Web Manager Unable to Login – IP Office is currently unavailable. Please try again
When trying to login to Web Manager
The error message “IP Office is currently unavailable. Please try again”

To Fix
- Connect to the system using putty or another SSH command line client and login to root. 2.
- Stop the WebManager service: systemctl stop WebManager
- Browse to the folder: cd /opt/WebManager/data/secure
- List the files in the folder: ls
- Run the two commands below to delete the files auth.dat and smainfo.dat from the folder
rm -f /opt/WebManager/data/secure/auth.dat
rm -f /opt/WebManager/data/secure/smainfo.dat
- List the files in the folder: ls
- Restart the WebManager service: systemctl start WebManager
Refresh the Web Manager browser page and Login
