diff --git a/get-started/troubleshooting.md b/get-started/troubleshooting.md index ce04aa81e..12a3efba7 100644 --- a/get-started/troubleshooting.md +++ b/get-started/troubleshooting.md @@ -498,6 +498,15 @@ Options in [Saas Provisioning Service upgrade API](../guides/multitenancy/mtxs#e
+#### 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 \_ This error occurs if all of the following applies: + You [added native SAP HANA objects](../advanced/hana#add-native-objects) to your CAP model.