...
The following command in the command line sets an encrypted password into the appsettings.json file.
In the following examples, the set password is done for BW-/ERP-systems with an RFC connection. Here the parameter -s <SID> is used. If you have a HANA connection you have to set the password with parameter -b <HANA HDB>
.
Windows
Code Block | ||
---|---|---|
| ||
DataLineage.cmd set-password -s <SID> -p <password> |
...