Has anyone created a shared data source that connects to an online SharePoint list?
I can’t seem to get it to connect. All the articles I find say, enter the connection string (I did this) and then create a dataset using the datasource (I did this), and then click Edit Query and you should see a list of objects to select from… Instead of seeing a list I get Server was unable to process request. —> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
(Microsoft Visual Studio).
I am not sure what to do about the credentials, I have tried all the option available to me in report builder. I can’t seem to connect to the datasource.
Anyone doing this right now and having success?
In the end I would like to merge a sharepoint list with some Epicor data.
We have a list in our office 365 SharePoint site. Here is an article on it, but I can’t seem to connect to ours SharePoint List Connection Type - SQL Server Reporting Services (SSRS) | Microsoft Learn . Our list is a list of sales order numbers, lines, and pack ID locations in our warehouse. I am trying to connect to the list and join it to OrderDtl in Epicor so that our pick list SSRS label prints out with pack IDs and their location in the warehouse.
This is the error I am getting when trying to open the query editor in my dataset after creating the Data Source:
“Server was unable to process request. —> Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
(Microsoft Visual Studio).”
Create the Data Set using the Data Source – This is where I am having trouble.
a. I click the Query Designer and expect to see a list of SharePoint lists from that site, but instead I get an error message.
i.
Are you looking to use SharePoint to pull Epicor data using REST and not specifically report data? If so, I can provide you an example. I think the report data would also be possible but have never tried that one.