on 2023 Nov 16 6:01 PM
Tutorials: https://developers.sap.com/tutorials/hana-clients-entity-framework.html
--------------------------
Hello! I already do not have any ideas to find the solution.
The next error "Sap.Data.Hana.HanaException: 'invalid table name: sap.hana.uis.db/GET_WIDGET_DATA/tabletype/WIDGET_DATA_TABLE_TYPE: line 1 col 18 (at pos 17)'" throw when my application called the method Database.EnsureDeleted();
I am making all the steps on the tutorial but the result it's the same error again and again.
Can you show me any light? Please.
Request clarification before answering.
I also failed at the tutorial, but after hours of analysis and reflection I was able to find a solution.
After I filled the value "CurrentSchema" in the ConnectionString accordingly, it worked.
https://github.com/sap-tutorials/Tutorials/issues/23474
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you found a solution?
I have also tried the tutorial and get the same error.
https://developers.sap.com/tutorials/hana-clients-entity-framework.html
From my point of view, the tables with the function "EnsureCreated" are not created.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
This error suggests that the table name referenced here cannot be found or does not exist on the underlying schema "sap.hana.uis.db" in it's tenant Database :
"Sap.Data.Hana.HanaException: 'invalid table name: sap.hana.uis.db/GET_WIDGET_DATA/tabletype/WIDGET_DATA_TABLE_TYPE:"
The TABLES view can be checked in the sql console to verify it's existence.
Kind Regards
Simon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.