|
Trend Micro Worry Free Business Dashboard not loading or blank page displayed |
Problem:When launching Trend Micro Worry Free Business Web Console/Dashboard you get a blank page in Internet Explorer (or other browser), that is, you cannot access the webconsole.
Solution:The solution to this problem is to uninstall and re-install the Virtual Website. To do this, follow these steps on the server where Trend is installed: - On the Security Server, open the IIS Manager (found in Administrative Tools) and find "OfficeScan" listed under "websites", then close IIS Manager.
- Open a command prompt and then change directory to ..\Trend Micro\Security Server\PCCSRV.
- Type the following command and press Enter:
- svrsvcsetup.exe -uninstall
- Open the IIS Manager and check that "OfficeScan" is no longer listed under "websites"
- Type the following command and press Enter after each entry/line:
svrsvcsetup.exe -install - svrsvcsetup.exe -setvirdir
svrsvcsetup.exe -setprivilege svrsvcsetup.exe -enablessl
- Restart the following services:
Trend Micro Security Server Master Service IIS Admin Service World Wide Web Publishing service.
- You may want to open Internet Explorer and clear the history, cookies and cashes/temporary internet files.
Now try to access the webconsole/dashboard again. The problem should be solved. Trend's Solution:If the above steps do not work for you, you can try the more detailed steps below (I tried these first, as recommended by Trend, when they made no difference I tried the steps above, which worked): - On the Security Server, open the IIS Manager.
- Delete the OfficeScan virtual website and then close the IIS Manager.
- Open a command prompt and then change directory to ..\Program Files\Trend Micro\Security Server\PCCSRV.
- Type each command and press Enter:
- svrsvcsetup.exe -setvirdir
- svrsvcsetup.exe -setprivilege
svrsvcsetup.exe -enablessl (if using SSL)
- Close the command prompt and then open the IIS Manager.
- Right-click Application Pools and then click New > Application Pool.
- Use default settings for the new Application Pool.
- Right-click the new Application Pool and click Properties.
- Click the Identity tab and select "Predefined" > "Local System".
- Check if the OfficeScan virtual website was recreated.
- Right-click OfficeScan and then click Properties.
- Click the ISAPI Filters tab and click on Add.
- Type "ReverseProxy" in the Filter Name field.
- Click Browse and find ..\Security
- erver\PCCSRV\Web_console\CGI\ReverseProxy.dll.
- Click the Home Directory tab and select the newly created Application Pool.
- Click OK when the Inheritance Overrides prompt shows up.
- Set the Execute permissions to "Scripts and Executables".
- Tick the "Read" and "Write" boxes.
- Click the Directory Security tab and click on "Edit" under "Authentication and access control".
- Enable anonymous access and use an Administrator account (instead of the IUSR account) and the corresponding password.
- click on "Edit" under "IP address and domain name restrictions".
- Choose to grant access to all computers.
- Stop and restart the OfficeScan virtual web site.
- Close the IIS Manager.
- Make sure 'Everyone' has full permissions on the \PCCSRV folder (on the Security Server).
- Make sure 'IIS_IUSRS(Server_Name\IIS_IUSRS)' has full permissions on the \PCCSRV\TEMP folder (on the Security Server).
- Delete all temporary files, cookies, history and offline content from the Internet Explorer options.
- Restart the Trend Micro Security Server Master Service, the IIS Admin Service and the World Wide Web Publishing service.
- Try to access the webconsole again.
Additional Notes:Trend Continued to work properly (detecting and logging viruses and even allowing us to update the licence) while we were experiencing this problem. I am running IIS on a Windows Storage Server Operating System (SP2) on this machine. |