How to Use encrypted connection string in DataimporterCMD.exe
Version 8.1.5
How to Use encrypted connection string in DataimporterCMD.exe
Version 8.1.5
Hi,
The guide for usage is here, which you may have seen already: https://support.oneidentity.com/technical-documents/identity-manager/8.1.5/operational-guide/35#TOPIC-1651411.
You could use VI.Config.Encryptor.exe to create the encrypted string. You can find this on the installation media under Modules\QBM\DVD\AddOn\ConfigEncryptor. Copy it to the Identity Manager installation directory to run it. Enter a random text string in the Application input box. This text string is not used when creating a connection string for the global section instead of a specific application, but the input box has to contain a value before you can continue.
Hope this helps.
Trevor
Still works for 9.3 as well, Just had it tested with DataImporterCMD and DatabaseTransporterCMD. I used an option to set up a new DB connection.
The important bit is that you then need to add this to Global config file (connection variable section). And then, when using CMD tool you just reference the name you gave to your encrypted DB string in a /Conn variable.
Ex. if Global config name="TEST_CONN", then you reference literally /Conn "TEST_CONN" when you run the command.
Still works for 9.3 as well, Just had it tested with DataImporterCMD and DatabaseTransporterCMD. I used an option to set up a new DB connection.
The important bit is that you then need to add this to Global config file (connection variable section). And then, when using CMD tool you just reference the name you gave to your encrypted DB string in a /Conn variable.
Ex. if Global config name="TEST_CONN", then you reference literally /Conn "TEST_CONN" when you run the command.