Anonymize object data
This functionality anonymizes all values for all object class properties configured to be anonymized in the Alfabet Meta-Model of the current Alfabet database.
Anonymizing data is a sensible process that might disrupt database integrity. It cannot be reverted! Always back up the Alfabet database prior to triggering data anonymization!
To anonymize all relevant data in an Alfabet database, use the following command line for the AlfaAdministratorConsole.exe:
- AlfaAdministratorConsole.exe -msalias <alias name> -alfaLoginName <Alfabet user name> -alfaLoginPassword <user password> -db_anonymize_mm
The table below displays the command line options:
Command Line Option | Mandatory/ Default | Explanation | ||
---|---|---|---|---|
-db_anonymize_mm | Mandatory | To anonymize all data configured to be anonymized in an Alfabet database, start the console application with
|
||
-msalias <alias name> | Mandatory | Enter the server alias name as specified in the AlfabetMS.xml configuration file for access to the database. | ||
-msaliasesfile <Alfabet configuration file path> | Optional | If the AlfabetMS.xml configuration file that contains the specification of the alias is not located in the same directory as the executable, the path to the AlfabetMS.xml file must be specified with this parameter. | ||
-alfaLoginName <Alfabet user name> | Mandatory | Alfabet user name for login.
|
||
-alfaLoginPassword <user password> | Optional | Alfabet login password. |