Updating the FwxServer.PointManagers Configuration File
The SMS Message ID automatically increments with each message sent until the SMS ID maximum value is reached. Upon reaching the SMS ID maximum value, the SMS Message ID resets to 1.
To set the SMS ID maximum value:
- Using a text editor, browse to the C:\ProgramData\ICONICS folder and open the FwxServer.PointManagers.config file.
-
In the FwxServer.PointManagers.config file, locate the AlertSierra section.
<ClassName>Ico.Fwx.Server.AlertSierra.AlertWorXSierraPointManager</ClassName>
<Params>
<Param>
<Name>MsgIdLimit</Name>
<Value xsi:type="xsd:int">9999</Value>
<Hidden>false</Hidden>
</Param>
</Params> -
In the AlertSierra section, update the <Name>MsgIdLimit</Name> value to the desired SMS ID maximum value. For example, to set the SMS ID maximum value to 20, update the value as follows:
<Name>MsgIdLimit</Name>
<Value xsi:type="xsd:int">20</Value> - Save your changes.
What's Next?