You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
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 100and 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