Data Archive
- Data Archive 6.5.1
- All Products
Property
| Description
|
---|---|
informia.encryptionkey.command
| Command to generate the encryption key if you use a third-party utility. Provide the command to run the third-party key generator.
|
informia.encryption.RegistrationThreadCount
| Defines the number of registration threads used to encrypt the Data Vault data. Default value is 5.
|
informia.encryption.WorkerThreadCount
| Defines the number of worker threads used to encrypt the Data Vault data. Default value is 10.
|
informia.encryption.SCTRegistrationType
| Defines whether the SQL or admin registers the encrypted .SCT files in Data Vault. Valid property values are SQL and admin. Default is SQL.
|
informia.encryption.AdminTimeout
| Defines the admin timeout in seconds.
|
informia.encryption.DeleteOldDataFiles
| Specifies whether or not to delete the original unencrypted data files during the encryption job. Valid property values are Y and N. Default value is N.
If you set this property to N, the encrypt job unregisters but does not delete the original unencrypted .SCT files. The job also creates new, encrypted data files and registers those files. Because the original files are still present in their physical location, the total size of the .SCT files will double.
If you set this property to Y, the job deletes the original files during the encryption job.
There is no automated process to validate the encrypted data against the original data. You must manually validate the encrypted data against the original data. After you validate the data, refer to the steps in the "Restoring and Deleting Old .SCT files" section below for cleanup instructions.
Informatica recommends setting this property to N, so that you can manually validate the encrypted data.
Default is N.
|
informia.encryption.IDVDeBugMode
| Specifies whether or not Data Vault runs the encryption job in debug mode. Valid property values are Y and N.
Default value is N.
Debug mode provides more troubleshooting information if the encryption job fails.
|
source the fasplugin.sh go to <ILM_HOME>/webapp/file_archive . ./fasplugin.sh <ILM_HOME>/webapp/file_archive go to <ILM_HOME>/webapp/file_archive ssaencrypt -G -F <ILM_HOME>/webapp/file_archive/restore/JOBID/repid/tableid/<Restore_YYYY_MM_DD_hh_mm_ss.adm> -P <PORT> -Q <AdminPort> -H <IDV Hostname> -u <IDV user/password>
source the fasplugin.sh go to <ILM_HOME>/webapp/file_archive . ./fasplugin.sh <ILM_HOME>/webapp/file_archive ssaencrypt -O -F <ILM_HOME>/webapp/file_archive/restore/JOBID/repid/tableid/<Restore_YYYY_MM_DD_hh_mm_ss.adm> -P <PORT> -Q <AdminPort> -H <IDV Hostname> -u <IDV user/password>