How to find configuration details regarding Archive Manager
To obtain the current configuration of Archive Manager and identify the storage location and type in use, you can run the following SQL queries against the Archive Manager SQL Database:
1. Get Current Configuration:
use ArchiveManager
select * from config
This query retrieves all configuration settings currently set in Archive Manager.
2. Identify Storage Location and Type:
use ArchiveManager
select * from storagelocation
This query displays details about the storage locations configured in Archive Manager, including their types.
Note: Ensure to replace ArchiveManager with the actual name of your Archive Manager SQL Database if it differs in your setup.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. 利用規約 プライバシー Cookie Preference Center