Options
| Argument
| Required
| Description
|
---|---|---|---|
- c, --command
| command
| Yes
| Command to run encryption. Enter one of the following commands:
|
-l, --url
| "url"
| -
| JDBC URL for the repository or the operational data store. You must enclose the URL in quotation marks. For example:
|
-uj, --user
| user
| -
| User name for the database account to use when the utility connects to the repository or to the operational data store.
|
-pj, --jdbcPassword
| jdbcPassword
| -
| Password for the database account to use when the utility connects to the repository or to the operational data store.
|
--configFile
| propertyFile
| -
| Optional for reEncrypt command. Points to the location of the configuration property file. If not specified, Managed File Transfer loads the file from the following location:
<INSTALL>/MFT/server/config/database.xml
|
-u, --user
| loginName
| Yes
| Required for reEncrypt command. User name of administrator user with read and write access to Resources and Projects in Managed File Transfer.
|
-p, --password
| password
| Yes
| Required for reEncrypt command. Password of the administrator user with read and write access to Resources and Projects in Managed File Transfer.
|
-dp, --decryptionPassword
| decryptionPassword
| -
| Optional for reEncrypt command. Password to initialize decryption Cipher. Decrypt all passwords with decryption Cipher.
|
-ep, --encryptionPassword
| encryptionPassword
| -
| Optional for reEcrypt command. Password to initialize encryption Cipher. Encrypt all passwords with encryption Cipher.
|
-es, --encryptString
| encryptString
| Yes
| Required for encrypt command. The password to encrypt.
|
mftpasswd.bat -c reEncrypt -u sys -p sys -l "jdbc:informatica:sqlserver://localhost:1433;DatabaseName=dbname;"-uj jdbcUser -pj jdbcPassword -dp decryptionKey -ep encryptionKey