Skip Navigation LinksALVAO 8.2ALVAO Asset ManagementSystem Implementation in an OrganizationInstallationInstalling ALVAO WebApp and AM Collector Separately on Two Different Servers Skip Navigation Links. Skip Navigation Links Skip Navigation Links.


Installing ALVAO WebApp and AM Collector Separately on Two Different Servers

ALVAO Asset Management Web Service is installed separately and serves to communicate with autonomous Agents.

Changing Detection Save Folder

By default, the Asset Web Service saves received detections to the %ProgramData%\ALC\ALVAO Asset Management Collector\Detections folder. This folder is also where AM Collector loads these detections from. If you want to change this folder (for example if the ALVAO WebApp and AM Collector are installed in different machines), follow the steps below:

  1. Open Microsoft SQL Management Studio and connect to the SQL Server running the ALVAO database.
  2. In the tree on the left, select the Databases node and click on the ALVAO database.
  3. Click on New Query.
  4. Insert
    exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath', '<folder path>', NULL, NULL, NULL
    into the tab opened, where <folder path&gt is a path to the folder which the AM Web Service should save detections to. The ALVAO WebApp must have the permissions to write to this folder.
  5. Query examples:
    1. UNC path: exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath', '\\server1\detections', NULL, NULL, NULL
    2. Local path: exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath', 'E:\detections', NULL, NULL, NULL
  6. Click on Execute.

 

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