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:
- Launch Microsoft SQL Management Studio and connect to the SQL server running the Alvao database.
- In the tree on the left, under the Databases node, click on the Alvao database.
- Click on New Query.
- 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.
Query examples:
- UNC path: exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath',
'\\serverver1\detection', NULL, NULL, NULL
- Local path:exec dbo.spUpdateInsertProperty 'AssetManagement.WebServiceDetectionFolderPath',
'E:\detection', NULL, NULL, NULL
- Click Execute.
Did not find what you were looking for? Ask our technical support team.