undefined table names on oracle data source

Stimulsoft Reports.JS discussion
Post Reply
edcaron
Posts: 6
Joined: Sat Aug 17, 2019 5:57 pm

undefined table names on oracle data source

Post by edcaron »

Adding a new Oracla datasource, wich has more than 240 tables break the web component and table names are not shown. The server response for the table names seems fine only the UI is not being able to show the table names. I Used the network inspector to see the names coming fine from the server

see the attachments
Attachments
the response with the table names (note the 240+ tables)
the response with the table names (note the 240+ tables)
3.png (24.32 KiB) Viewed 2149 times
the response with the table names
the response with the table names
2.png (17.35 KiB) Viewed 2149 times
the request for table names on network tab
the request for table names on network tab
1.png (33.49 KiB) Viewed 2149 times
tables without names
tables without names
a.png (23.71 KiB) Viewed 2150 times
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: undefined table names on oracle data source

Post by Lech Kulikowski »

Hello,

Please clarify if the count is less, in that case, tables are showed?

Thank you.
edcaron
Posts: 6
Joined: Sat Aug 17, 2019 5:57 pm

Re: undefined table names on oracle data source

Post by edcaron »

Even if i use a small database (5 tables), the table names are now shown
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: undefined table names on oracle data source

Post by Lech Kulikowski »

Hello,

We need some time to investigate the issue.

Thank you.
edcaron
Posts: 6
Joined: Sat Aug 17, 2019 5:57 pm

Re: undefined table names on oracle data source

Post by edcaron »

I found out that the column names must be converted to upper case on the server side. I'm put some lines of the code on the server for that task and now it works.

I would be great if I didnt' have to convert then, it would have been a great "feature" for Stimulsoft if it was made able to understand in upper or lower cases.
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: undefined table names on oracle data source

Post by Lech Kulikowski »

Hello,

Thank you for the information, we will check it.

Thank you.
Post Reply