Hi Experts,
Need your help in the following issue:
I have created one view that is getting data from a table in a DB.
Then I created the CDT for the same from that DB and then the DS is also verified and published with no error.
But on retrieving the data from a DB rom a query entity I am getting the following error:
Using the Record Type also I am getting the following error while viewing the Record list, We have only 194 records in that view:
Please help me to identify the cause of the error.
Discussion posts and replies are publicly visible
Do you see any details in the tomcat stdout log file? For me, this looks like a timeout issue. DB views are known for this kind of issues.
Thanks Stefan Helzle , I am attaching a stdout log file. Kindly help me to identify what is wrong. I am unable to find.TOMCAT Log.txt
In the first line, it just repeats the error message you already have.
My first guess is a timeout issue. And you can only solve that by speeding up that database view.
My second guess is a memory issue. The query returns too many rows with too many fields. Paging ist the solution.
Thanks Stefan Helzle , let me work on the two things you mentioned.