Change the Smart Scan Server default port 8082 to a different port. This is to prevent the following issues that may occur when the default port is used by another application like the Citrix server:
- The “Error 0xffffd8f1” appears when you start the Trend Micro Smart Scan service.
- When you enter the URL “http://xxxxxxxxx:8059/tmcss/“ in Internet Explorer (IE), “HTTP Error 404” appears instead of the expected HTTP 400.
You can run the following commands to check if the port 8082 is already in use:
netstat -ban|find ":8082"
netstat -ban|find ":8059"
To assign a new port for Smart Scan Server:
- Stop the Trend Micro Security Server Master Service.
- Modify the following files by changing the default port 8082 to a new port.
Always back up the files and registry before making any modifications.
You need to replace “xxxxxx” with your own WFBS server FQDN or IP. The files below use port 8059 as a new port for example:
- service.ini under the ...\PCCSRV\wss folder
[Service]HTTP=8059
- ofuninst.ini under the ...\PCCSRV\ folder
[WSS_WEB_SERVER]ServerPort=8059
- ssnotify.ini under the ...\PCCSRV folder
[ICRC_CLOUD_SCAN_SERVICE_LIST]
CloudScanServiceSource=1
EnableStandardScanServiceSource=1
Standard_ScanService=https://wfbs9.icrc.trendmicro.com/tmcss/
Local_ScanService=http://xxxxxxx8059/tmcss/ - ofcservice.ini under the ...\PCCSRV\Private folder
[TMCSS]WSS_ENABLE=1
WSS_INSTALL=1WSS_DB_PATH_OPTION=0
WSS_DB_PATH=C:\Program Files (x86)\Trend Micro\Security Server
WSS_URL=http://xxxxxx:8059/tmcss/
- service.ini under the ...\PCCSRV\wss folder
- Recreate the WFBS web page using the SrvDiag tool.
- Verify if the issue is solved.
-
After changing the port, running the Trend Micro Smart Scan Service should not show any error on the Live Status page of WFBS.
If the issue persists, collect and submit the following information to Trend Micro Technical Support:
- Screenshot of the error message
- Full Case Diagnostic Tool (CDT) log from WFBS Server
- IIS logs
- IIS 6: All files inside Windows\system32\LogFiles\W3SVC
- IIS 7: C:\inetpub\Logs\Logfiles