Overview
GFI FaxMaker web monitor does not show any lines after the server has been renamed. The following error is seen in the fmmonitorlib.gfi_log file located at C:\Program Files (x86)\GFI\FaxMaker\logs\fmmonitorlib.gfi_log
2018-01-25,16:38:31,251,1,"#00000838","#000011c0","error ","fmmonitorlib","FMMonitor::AddPublisher(QueuedFaxes): HttpAddUrl failed [183]."
2018-01-25,18:14:36,718,1,"#00001548","#00000bec","error ","fmmonitorlib","FMMonitor::AddPublisher(QueuedFaxes): HttpAddUrl failed [183]."
2018-01-25,18:15:05,064,1,"#00001548","#00000bec","error ","fmmonitorlib","FMMonitor::RemovePublisher(QueuedFaxes): not found."
This article provides resolution for this error.
Resolution
Follow the steps below to resolve this issue:
[Note: This procedure only works for GFI FaxMaker version 19 or higher].
- Edit the Web.config file located at
C:\Program Files (x86)\GFI\FaxMaker\WebUI\Web.config
- Locate
<add key="MonitorAPI" value="http://UCS23"/>
- Change the URL in the value field.
<add key="MonitorAPI" value="http://UCS23NEW"/>
- Locate
- Open the Registry Editor ( Start > Run > Type Regedit and press Enter ).
- Navigate to the following key according to the version you are using:
- GFI FaxMaker (32 bit) :
HKEY_LOCAL_MACHINE\SOFTWARE\GFI Fax &Voice\FaxMaker\Config
- GFI FaxMaker (64 bit) :
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GFI Fax & Voice\FaxMaker\Config
- GFI FaxMaker (32 bit) :
- Modify
weburl
to match the new server- Change from
http://UCS23:80/Faxmaker
tohttp://UCS23NEW:80/Faxmaker
- Close Regedit.
- Change from
- Restart the GFI FaxMaker services.
[Note: You should be able to access the Web Monitor by using the new URL, however, the original shortcut should be modified.]
Priyanka Bhotika
Comments