Follow

Hydrants added in Firehouse are not showing up

Q. Hydrants added in Firehouse are not showing up

 

A. This is due to the fact that unless a hydrant is linked to an occupancy then it is not automatically synced. Hydrant sync needs to be enabled for each device in order to download hydrants that are not linked to occupancies. If you were provided a hydrant map layer, you do not need to apply this setting.

 

For 5.0 Clients: In order to sync the hydrant data from the database you need to open FH Converter from your task Bar. Then click the Configure link. Click on the tab Pre-Sync Scripts and then click "2. Sync Full Hydrants on Next Run." Click ok and then do a sync

 

For 4.0 Clients: In order to remove the occupancy data from the database you need to open SQL Management Studio and right-click on the FH_Mobile DB then choose New Query. In the query window paste the script and choose execute. Apply this query only needs to be done once per device. Run a sync and the hydrants will be downloaded

  

DELETE FROM fh_mobile.dbo.sys_mset WHERE Setting = 'FullHydrantDownload' and Module = 'ADASHI' 

INSERT INTO fh_mobile.dbo.sys_mset VALUES (NEWID(), 'ADASHI','FullHydrantDownload', 'True') 

0 Comments

Article is closed for comments.