Announcement

Migration of this forum

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:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

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:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#1 2024-08-28 08:33:25

Kritsanapong
Member
Registered: 2024-07-17

Getting 403 Forbidden error when executing query within a dynamic list

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

#2 2024-08-28 08:50:36

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: Getting 403 Forbidden error when executing query within a dynamic list

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

Board footer

Powered by FluxBB