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 2019-12-17 07:17:28

Aggr
Member
Registered: 2018-12-03

Executing Reports via URL does not work for me.

Im trying to config some BIRT reports with drill-down.
If I run URL like "http://SERVER:PORT/reportserverbasedir/ReportServer.html#reportexec/" I only have default RepotServer page with Dashboard view.
In the same time URL like "http://SERVER:PORT/reportserverbasedir/reportserver/reportexport" works as it should.

Here are real examples from my setup:

Working - http://SERVER:PORT/reportserver/reportexport?key=DD&format=pdf&p_ParamDate1=2019-12-09T00:00:00Z+00:00&p_ParamDate2=2019-12-17T00:00:00Z+00:00&p_ParamV=90000
Not working - http://SERVER:PORT/ReportServer.html#reportexec/key:DD&format:pdf&p_ParamDate1:2019-12-09T00:00:00Z+00:00&p_ParamDate2:2019-12-17T00:00:00Z+00:00&p_ParamV:90000

Is it some changes not reflected in the documentation or am I doing something wrong?

Server version: RS3.1.0-6016 (2019-11-15-11-43-58)
Java: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.231-b11 (1.8)
Application server: Apache Tomcat/9.0.29

Offline

#2 2019-12-17 11:55:00

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: Executing Reports via URL does not work for me.

Hi Aggr,

https://reportserver.net/en/guides/admi … a-the-URL/
In both cases you need the reportserverbasedir:

http://SERVER:PORT/reportserverbasedir/reportserver/reportexport
http://SERVER:PORT/reportserverbasedir/ReportServer.html#reportexec/

So in your case, as you say, this is working:
http://SERVER:PORT/reportserver/reportexport?key=DD&format=pdf&p_ParamDate1=2019-12-09T00:00:00Z+00:00&p_ParamDate2=2019-12-17T00:00:00Z+00:00&p_ParamV=90000

Your reportserverbasedir is "reportserver" thus.
Then this should work:
http://SERVER:PORT/reportserver/ReportServer.html#reportexec/key:DD&format:pdf&p_ParamDate1:2019-12-09T00:00:00Z+00:00&p_ParamDate2:2019-12-17T00:00:00Z+00:00&p_ParamV:90000

Regards,
Eduardo

Offline

#3 2019-12-17 14:20:32

Aggr
Member
Registered: 2018-12-03

Re: Executing Reports via URL does not work for me.

Not exactly.
My ReportServer instance located in ROOT folder of the application server. Installation is done according to this manual - https://reportserver.net/en/tutorials/i … n-windows/.
So my "reportserverbasedir" is simply http://SERVER:PORT/

screenshot1
screenshot2

Last edited by Aggr (2019-12-17 14:25:57)

Offline

#4 2019-12-17 14:56:46

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: Executing Reports via URL does not work for me.

Hi Aggr,

you can check these two examples working with our demo system:

http://demo.raas.datenwerke.net/ReportServer.html#reportexec/id:5394
http://demo.raas.datenwerke.net/reportserver/reportexport?id=5394&format=PDF

Both work. Your installation should have analogous settings.

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB