Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 the parameter
-b <HANA HDB>.

Windows

The following command will open a prompt to insert the password.

Code Block
languagebash
DataLineage.cmd set-password -s <SID> -p <password>

Command for versions < 1.2.5

DataLineage.cmd set-password -s <SID> -h <HANA Schema> -p <password>

Unix

The following command will open a prompt to insert the password.

Code Block
languagebash
./DataLineage.sh set-password -s <SID> -p <password>

Command for versions < 1.2.5

./DataLineage.cmd set-password -s <SID> -h <HANA Schema> -p <password>

...