Updated Articles

  1. How to access NetBox ecosystem documentation

    Any NetBox ecosystem documentation can be downloaded from Honeywell's MyBuildings website .  You have two options for finding documents related to the NetBox ecosystem: First,  you can browse and use the Search feature in the document li...
  2. Upgrade Netbox to 6.2, Mercury MP_1502 gets data conv error in Global

    From Rad: If  a customer upgrades to 6.2 and configured Mercury MP_1502, they will get data conversion errors in Global. Joe P added a few things here. To clear the errors do the following:  Stage: INSERT into stage_live.networknodetype(typeid...
  3. How to Access OnGuard Documentation

    The OnGuard documentation can be viewed as either user guides formatted for print (PDF) or online help. Access User Guides with OnGuard Installed Note: Documentation files are located in the OnGuard root folder, located in  C...
  4. SSH backup issue on Global

    SSH backup issue on Global it you are having issue with backup using SSH because they have a new Linux server with OpenSSH version  OpenSSH_9.6p1 the customer needs to do this on their Lunix server to correct it. Get Open SSH version  ssh -V ...
  5. Changing Global IP address causes problems

    Here are things to check if Global IP address gets changed and NCs aren't connected or you can't launch to them: On Global: usr/local/s2global/SymmetricDS/conf/global.properties /etc/hosts If the old IP address is still in /etc/hosts, you m...
  6. Moving to a new server when Upgrading from OnGuard 6.6 through 7.4 to OnGuard 7.6 - 8.0

    Symptom Certain configurations need to be changed when  upgrading to OnGuard 7.6 or later, then restoring an older OnGuard 7.4 or earlier database on the upgraded system on a  new server Resolution Contact SIG for a new license file that suppor...
  7. How to increase LS Reporting (JReport/LogiReport) to use a larger maximum heap size

    Procedure Steps In some cases, you might need to increase the Java maximum heap size from the default 1 GB maximum value to satisfy the system’s needs. Locate the NTService.ini configuration file in C:\Program Files\JReport\Server\bin . E...
  8. Can't save to NC: error operator does not exist: character varying = bytea Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts.

    Try to resynch in Global to an NC, or even save a person to the NC and get: error operator does not exist: character varying = bytea Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts. If the...
  9. New NC stuck initializing, has partitions but data conflicts don't come up

    If you are adding a new controller to Global and it's stuck initializing, the partitions have come across to the NC but not the Global System Administrator user, and the data conflicts messages never came up in Global, check the NC database: s2syn...
  10. Find multiple person contacts assigned to a person

    If you get an error in syslog about multiple person contacts on a person: SELECT count(*),person_id FROM personinfo.person_contacts GROUP BY 2 HAVING count(*)>1; Delete all except one. ...