This page intends to capture common problems that you might face while going through the exercises part of the CodeJam.
-
By default the Cluster Manager will only show the event broker services that you have created. If you are not seeing the event broker services that you expect, you might have the
Only show my service
checkbox checked.
Cluster Manager - Only show my services, uncheckedSolution:
- Uncheck the
Only show my service
checkbox in the Cluster Manager
- Uncheck the
-
Business Application Studio - Access DeniedYour user account might not have the necessary permissions to access the SAP Business Application Studio. Make sure to assign the below role collections to your user account in the SAP BTP cockpit (Subaccount > Security > Users > [select the user] > Assign Role Collections):
Business_Application_Studio_Administrator
Business_Application_Studio_Developer
-
When running the CAP project you get an error message stating that it was not possible to insert a record into the
com_sap_codejam_edi_ConsumedMessage
table because the table does not exist.Ensure that you've run the
cds deploy
command to deploy the data model to the SQLite database. From within the project directory, run the following command:cds deploy
-
When running the CAP project you get an error message stating that it was not possible to insert a record into the
com_sap_codejam_edi_ConsumedMessage
table because the table does not exist.Explanation of how to solve the problem:
- Item 1
- Item 2