...
Code Block | ||||
---|---|---|---|---|
| ||||
mkdir DataLineage; tar -xzf <DataLineageFileName>.tar.gz -C DataLineage; chmod +x DataLineage/DataLineage.sh; chmod +x DataLineage/Core/DataLineage |
...
Insert hash
Windows
Code Block | ||
---|---|---|
| ||
DataLineage.cmd insert-license -l <license hash> |
Unix
Code Block | ||
---|---|---|
| ||
./DataLineage.sh insert-license -l <license hash> |
...
Property | Meaning | Example | ||
---|---|---|---|---|
BwSid | The System ID of your BW system | BI2, A4H, .. | ||
Server | The host or IP address of your HANA database | hdb.mycompany.de | ||
Database | The database on your HANA tenant where the BW application is located | HN2, HDB, SYSTEMDB … | ||
HanaSchema | The schema where the BW application is located | SAPBI, SAPA4H, SAPHANADB, … | ||
SqlPort | The SQL Port of your HANA DB. | 30213 | ||
UseSsl | If you have set up and want to use an SSL connection to your HANA database. | true, false | ||
Languages | List of Languages you want to export | [ "E", "D" ], [ "E" ], ["D", "C", "F"] | ||
User | User for the BW Data Lineage API. The user needs full select rights on the HANA schema of the BW system. | |||
EncryptedPassword |
|
...
Windows
Code Block | ||
---|---|---|
| ||
DataLineage.cmd set-password -s <SID> -h <HANA Schema> -p <password> |
Unix
Code Block | ||
---|---|---|
| ||
./DataLineage.sh set-password -s <SID> -h <HANA Schema> -p <password> |
...
Run the application with the following command
Code Block | ||
---|---|---|
| ||
DataLineage.cmd extract-all -s <SID> -h <HANA Schema> |
...
Run the application from terminal
Code Block | ||
---|---|---|
| ||
./DataLineage.sh extract-all -s <SID> -h <HANA Schema> |
...