Skip Navigation LinksALVAO 11.0ALVAO Asset ManagementImplementation of the system in the organisationInstallationInstalling ALVAO WebApp and AM Collector separately on different servers Skip Navigation Links.


Installing ALVAO WebApp and AM Collector separately on different servers

ALVAO Asset Management WebService is installed separately and is used to communicate with standalone Agents.

Changing the folder for storing detections

By default, AM WebService stores received detections in the folder. %ProgramData%\ALC\ALVAO Asset Management Collector\Detections. The AM Collector then retrieves these detections from this folder. If you want to change this folder (e.g. ALVAO WebApp and AM Collector are on different computers), then:

  1. Launch Microsoft SQL Management Studio and connect to the SQL server running the Alvao database.
  2. In the tree on the left, under the Databases node, click on the Alvao database.
  3. Click on New Query.
  4. In the tab that opens, paste
    exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath', '<folder path>', NULL, NULL, NULL
    Where <folder path> is the path to the folder where AM Web Service will store the detections. The ALVAO WebApp must have write access to this folder.
  5. Query examples:
    1. UNC path: exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath', '\\serverver1\detection', NULL, NULL, NULL
    2. Local path:exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath', 'E:\detection', NULL, NULL, NULL
  6. Click Execute.

 

Did not find what you were looking for? Ask our technical support team.