I am trying to attach a SSRS report (data source is Oracle) to a cube
It is a straight Tabular report no parameters or anything. I deployed this report on the dev and tried to hook the report to the cube through "New Reporting Action". The settings are as described below:
- Target Type: Cells
- Target Object: All cells
- ServerName: devport.com
- Reportpath: /ReportLibrary/Sales/Report.rdl
- ReportFormat: HTML3
- Paramaters: None
- Addtional Properties: None
After I process the cube when I access the cube from excel I can see the action but when I launch it I am getting an error in the Internet explorer browser which says my URL length is more than 260 but actually it is only 206 characters in length. In the URL when I replace the URL encoding %3f and % 26 with & the report launches just fine.
http://devport1.com/_layouts/ReportServer/RSViewerPage.aspx?rv:RelativeReportUrl=/reportlibrary/sales/report.rdl%3F%26rs:command=render*%26*rs:renderer=html3
Can anyone tell me what should I do so that I can make the report launch correctly in the browser.... Thanks