September 12, 2019 at 4:31 pm
I have upgraded a vb.net web form application to be vb.net 2012. This application can currently call a report server that is 2008 or 2010 with no problem.
I am trying to get this application to connect to a report server 2016. I am getting the error message, 'The permissions granted to user 'X\User' are insufficient for performing this operation. (rsAccessDenied)'
I am running the vb.net web form application from my computer and localhost is being used.
The top of the web.config file looks like the following with values of 'xx' being the placeholder for the values.
<appSettings>
<add key="ReportServerURL" value="http://<servername>/ReportServer/"/>
<add key="ReportViewerUser" value="xx"/>
<add key="ReportViewerPassword" value="xx"/>
<add key="ReportViewerDomain" value="OmahaPS"/> </appSettings>
Thus would you tell me what permissions are needed to solve this problem?
September 12, 2019 at 5:27 pm
You need to grant permissions on the Report Server - even if using the report viewer control. The following article explains granting the permissions:
Granting Permissions on a Native Mode Report Server
Sue
September 12, 2019 at 9:12 pm
that solved the issue. Thanks
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply