...
...
Two possible ways to insert a license for Data Lineage API exist.
We sent you a license file or a license hash. What to do with them is described in the subchapters below.
Using license file
Add the file license.lic into the Core folder.
Insert hash
Windows
Code Block | ||
---|---|---|
| ||
DataLineage.cmd insert-license -l <license hash> |
...
Code Block | ||
---|---|---|
| ||
./DataLineage.sh insert-license -l <license hash> |
Using license file
Add the file license.lic into the Core folder.
Maintain Connection Data
In the appsetting.json file you have to configure the connection an other data for running the app.
...
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 | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
./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>
...