Forum Discussion
Unable to access SharePoint List in SSRS Report Builder
After choosing the Microsoft SharePoint List as the connection type in my data source, entering the correct URL for our SP Site, going to Credentials and setting to prompt (as there is no option for this connection type to use Windows Authentication) when I click on Test Connection I get:
Server was unable to process request. ---> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
I not only have access to this site but I'm the Site Owner. I should never be denied access. I don't even get to the option of selecting the list as the Build is greyed out.
I use SSRS/Report Builder all the time with SQL data but need to grab some data in SP for a much needed COVID report.
Even if I enter my Domainname\username and password and mark as use windows it doesn't work. Literally no options I choose in Credentials work.
SQL is version 2014.
- hveilletteCopper Contributor
luvsql did you find a solution to this problem ?
I'm trying to connect to sharepoint online but can't find the right connection string format
I tried https://mysharepoint.sharepoint.com/sites/SPsiteName
- olafhelperBronze Contributor
Hello hveillette ,
Try it with the connection string from
https://www.connectionstrings.com/sharepoint/
Olaf
- luvsqlSteel Contributor
olafhelper We cannot pass individual passwords in the connection strings. It should work with Windows Authentication so passwords are not stored in the connections.
- luvsqlSteel Contributor
hveillette As with many Microsoft Services that don't work as documented, I give up and move on. Sad really.