Tech
Published on October 19th, 2010 | by Kieran
0Customizing Thresholds for Disk Space Warning and Error Messages
Open Text Fax Server, RightFax Edition 9.4 FP 1, Service Release 2 has introduced an interesing feature where you can customizing the thresholds for Disk Space Warning and Error Messages. In order to implement this you should firstly be running RightFax Edition 9.4 FP 1, Service Release 2.
On the Fax Server:
Set the value for Alerts:
- Open the Windows Registry Editor to the key HKEY_LOCAL_MACHINESoftwareRightFaxFaxServer. (x64: HKEY_LOCAL_MACHINESoftwareWow6432NodeRightFaxFaxServer)
- Create a new REG_DWORD called AlertThresh_LowDisk
- Double-click the new REG_DWORD to edit it.
- Set the Base to Decimal
- Set the value to the number of megabytes remaining on the SQL disk when EFM will display yellow (Alert) and click OK.
Set the value for Critical low space:
- Open the Windows Registry Editor to the key HKEY_LOCAL_MACHINESoftwareRightFaxFaxServer. (x64: HKEY_LOCAL_MACHINESoftwareWow6432NodeRightFaxFaxServer)
- Create a new REG_DWORD called AlertThresh_CriticalLowDisk
- Double-click the new REG_DWORD to edit it.
- Set the Base to Decimal
- Set the value to the number of megabytes remaining on the SQL disk when EFM will display red (Error) and click OK.
Delete the following keys:
- HKLMSoftwareRightFAXFaxServerAdminPageAlert_2
- HKLMSoftwareRightFAXFaxServerAdminPageAlert_3
Exit regedit.
On the client:
Set the value for Alerts:
- Open the Windows Registry Editor to the key HKEY_CURRENT_USERSoftwareRightFax ClientFAW32
- Create a new REG_DWORD called LowMBDBWarning
- Double-click the new REG_DWORD to edit it.
- Set the Base to Decimal
- Set the value to the number of megabytes remaining on the SQL disk when EFM will display yellow (Alert) and click OK.
Set the value for Critical low space:
- Open the Windows Registry Editor to the key HKEY_CURRENT_USERSoftwareRightFax ClientFAW32
- Create a new REG_DWORD called LowMBDBError
- Double-click the new REG_DWORD to edit it.
- Set the Base to Decimal
- Set the value to the number of megabytes remaining on the SQL disk when EFM will display red (Error) and click OK.
Please note, the values set on the server and client must agree.