The goal of this article is to explain the steps to assign LOCAL SYSTEM credentials when adding the filers in Bulk, like you would when adding a single filer manually:
Majority of the envrionments will have the default Local System account. The easiest way would be to test the following credentials:
__COMMD_LOGGEDON_USER@__COMMD_LOGGEDON_DOMAIN
If those credentials do not work, then you are one of the exceptions that needs to follow the steps below to find out what your Local System credentials are.
The following steps need to be followed:
1. Create a filer manually and set the Scanner credentials to Local System. Make sure you save the filer.
2. Note the MSU id of the filer:
3. Load the latest config.db.### database to command prompt (Make sure you change the paths to fit your environment):
"C:\Program Files\DataInsight\bin\sqlite3.exe" C:\DataInsight\data\conf\config.db.###
4. Once the database is loaded successfully, run the following SQL query:
select connection from extract where extract_id=# (MSU ID of the filer) ;
5. From the credentials, you just need to change the \ to and @ symbol and implement that in your CSV:
__COMMD_LOGGEDON_USER@__COMMD_LOGGEDON_DOMAIN