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
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
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
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/
Last edited by Aggr (2019-12-17 14:25:57)
Offline
Hi Aggr,
you can check these two examples working with our demo system:
http://demo.raas.datenwerke.net/ReportServer.html#reportexec/id:5394http://demo.raas.datenwerke.net/reportserver/reportexport?id=5394&format=PDFBoth work. Your installation should have analogous settings.
Regards,
Eduardo
Offline