You are not logged in.
Hi,
We are running a ReportServer instance with Enterprise Edition (Evaluation) license
We tried creating a Data Source and a Dynamic List but when we try adding a simple query to it
select partner_name, description
from datawarehouse.dim_partner partner inner join datawarehouse.dim_item item on partner.partner_id = item.partner_id
limit 100
and executing it, we get a 403 Forbidden error
Error
403 <html> <head><title>403 Forbidden</title></head> <body> <center>
403 Forbidden
</center> </body> </html> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> <!-- a padding to disable MSIE and Chrome friendly error page --> Statuscode: 403 EncodedResponse: <html> <head><title>403 Forbidden</title></head> <body> <center>
Is this a permission problem where the user creating the report does not have permission to run the query?
Or is this a limitation from the Enterprise Edition (Evaluation) license?
Thanks
Offline
Hi Kritsanapong,
This is not a limitation of the Enterprise Edition (Evaluation). The functionality is the same as in the full Enterprise Edition, with the only restriction being the time limit.
With that in mind, could you please share the complete error logs you're receiving? You can find them in your Tomcat log directory. Please locate the relevant stack trace based on the time the error occurred and post it here.
Best regards,
Eduardo
Offline