Encrypting password in import database command in maxl script aborts with syntax error on decryption
Summary
Encrypting password in import database command in maxl script aborts with syntax error on decryptionContent
startmaxl.cmd -gk to generate keys
startmaxl.cmd -E to encrypt the mxl file to mxls.
startmaxl.cmd -D to decrypt the mxls file and execute.
The login user and password is decrypted fine and the login is correct.
The import database command gets a syntax error on decrypting the username and password that is used to connect to a sql server database.
I am leaving out some of the details, however, this is the gist of the problem.
Is decryption supported in the import database command for connection to a database?
0