-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Internal Server Error after deployed to HANA DB #1020
Comments
I tried to ask ChatGPT and here is the reply for my logs(I have this table in my HANA DB and don't know why it will call draft table just for a simple Travel "GET" call): This error message is similar to the previous one you posted. It indicates that there is an issue with the SQL query being executed. The database is unable to recognize the column name Here are some steps to troubleshoot this issue:
If you're still having trouble after trying these steps, you may need to seek help from a database administrator or a developer familiar with the database and application. |
Anyone here? |
UP ? |
Hi @iadc2005, it would help if you provide more details. Also maybe your issue is already solved? |
I do have the same issue on my project (not the sflight) with the following dependencies :
The query generated looks wrong bc the draft inprocessbyuser column is not in the draft table of the entity but in a dedicated table and the link is made with a UUID |
The error
|
Weird I already have this dependency and still get this error. Could you share your complete package json @ziyang-works ? @gregorwolf As info, I got this error since the multitenancy and here is my package json : "dependencies": { |
I believe i found the issue. At least it has worked on my side. I've removed the @sap/cds-hana dependency and added the hdi-deploy dependency to the mtx package.json. Please note that a unsubscribe is then needed in order to retrigger to deploy of the DB properly. Without this unsubscribe it may not work ... |
dear experts, I tried many times but still have no clue why there is an internal server error issue as screenshot shows.
Once I click "Go" (sorry for Chinese) and the error will come.
The same will come if I click "Create".
I already granted myself the required roles.
The text was updated successfully, but these errors were encountered: