We are trying to deploy some enhancements to a custom application which is based on SAP Cloud Application programming model, SAP HANA on cloud and deployed on CF. As a part of these enhancements, we are trying to use SDI and create virtual tables in the database container via deployment. There are some virtual tables which this solution already relies upon but as a part of enhancements 9 new virtual were introduced in the solution. When trying to deploy the solution with these new virtual tables its failing to deploy only the database module, other modules such as UI, SRV and approuter are not getting effected. What could be the root cause?
Additionally, tried to minimize the changes and just tried to deploy the original app with just 1 virtual table and even that caused database to crash.
Some of the logs from the failed DB module:
Some of the common errors that we see in the logs are:
Error: com.sap.hana.di.virtualtable: Database error 259: invalid table name: Could not find table/view com.sap.hana.di.virtualtable#VIRTUAL_TABLES in schema BFFB38876DED474D8286C3F6B5F392B0#DI: line 1 col 8 (at pos 7) [8201003] Error: com.sap.hana.di.virtualtable: Could not create the virtual table in the database [8254003] Error: Worker 1 has encountered an error; all remaining jobs will be canceled [8214600] Error: Processing work list... failed [8212102] Error: Making... failed [8211605] Error: Starting make in the container "BFFB38876DED474D8286C3F6B5F392B0" with 1 files to deploy, 0 files to undeploy... failed [8214168]