Forum Discussion

Cosmac's avatar
Cosmac
Frequent Visitor
5 years ago
Solved

Odd Portal nesting issue

I have looked through the forum here but i havent seen anyone post about the issue ive seen internally here. We have a setup as follows: User logs into a secure portal User clicks a link to the Po...
  • d_gosbell's avatar
    5 years ago

    I've never seen this sort of issue before. But the paginated report rendering is done by the webservice component of Report Server while a different process handles the rendering of pbix reports. So it would be worth checking either in the Report Server Configuration Manager or in the rsreportserver.config file to make sure that the webservice url (which normally defaults to /ReportServer ) is not pointing to the same address as the portal url (which normally defaults to /Reports). If the webservice url was changed to point to /Reports it *might* explain this behaviour as when the portal tried to ask the webservice to render a report it would end up pointing at itself.