Skip to content

Commit

Permalink
added troubleshooting for hana migration (#1523)
Browse files Browse the repository at this point in the history
Closes #1453
  • Loading branch information
renejeglinsky authored Dec 17, 2024
1 parent fd9a986 commit fc1828a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions get-started/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,15 @@ Options in [Saas Provisioning Service upgrade API](../guides/multitenancy/mtxs#e

<div id="hana-ips" />

#### Deployment fails — _... build plugin for file suffix "hdbmigrationtable" [8210015]_
{#missingPlugin}

| | Explanation |
| --- | ---- |
| _Root Cause_ | Your project configuration is missing some configuration in your _.hdiconfig_ file. |
| _Solution_ | Use `cds add hana` to add the needed configuration to your project. Or maintain the _hdbmigrationtable_ plugin in your _.hdiconfig_ file manually: `"hdbmigrationtable": { "plugin_name": "com.sap.hana.di.table.migration" }`


#### Deployment fails — _In USING declarations only main artifacts can be accessed, not sub artifacts of \<name\>_
This error occurs if all of the following applies:
+ You [added native SAP HANA objects](../advanced/hana#add-native-objects) to your CAP model.
Expand Down

0 comments on commit fc1828a

Please sign in to comment.