Forum Discussion
On-Premise Data Gateway error for Web Data Source - underlying error: (404): File Not Found
- 6 years ago
Hi Anonymous ,
Try to add the following query into query editor:
let Source = Web.Contents("http://<ServerName>.com/<SitePath>/<SiteName>",[RelativePath = "/_vti_bin/owssvr.dll?XMLDATA=1&List={<ListID>}&View={<ViewID>}&RowLimit=0&RootFolder=%2f<SitePath>%2f<SiteName>%2fLists%2f<ListName>Selection={<ItemID>}-{<ItemID>}EditWebPage=Formatting=NonePreFormattedTextToColumns=TrueConsecutiveDelimitersAsOne=TrueSingleBlockTextImport=FalseDisableDateRecognition=FalseDisableRedirections=FalseSharePointApplication=http://<ServerName>.com/<SitePath>/<SiteName>/_vti_binSharePointListView={<ViewID>}SharePointListName={<ListID>}RootFolder=/<SitePath>/<SiteName>/Lists/<ListName>&IncludeVersions=TRUE"]) in Sourceif it's okay,then publish the .pbix file to service,and then configure the data source to see whether there's an error.
Best Regards,
Kelly
Hi v-kelly-msft
Thanks for your reply, we have the latest version of the software and have completed the checks you suggested:
- Port 80 is being used.
- On this version of SharePoint, we don't use https. Is that an issue? Like I said I have successfully configured the other data sources which query this same site.
- My colleague restarted the gateway and I am still seeing this error.
- We have exported the data gateway log, should I send this to you directly to help further?
Many thanks,
Olivia
Hi Anonymous ,
If so ,pls try to shift to HTTPS instead of direct TCP,then restart the gateway and see if the error still occurs.
Best Regards,
Kelly
- Anonymous6 years agoNot applicable
Hi v-kelly-msft
I have checked and HTTPS was already enabled. Is there anything else we can do?
Thanks
Olivia
- v-kelly-msft6 years agoCommunity Support
Hi Anonymous ,
Try to use an empty .pbix file to connect with the following URL using a web connector(shown as below):
http://<ServerName>.com/<SitePath>/<SiteName>/_vti_bin/owssvr.dllDon't write any parameters inside,then publish to service to check whether it can configure the datasource from sharepoint.
Sometimes it may happen when the gateway machine cant visit the datasource, using the above steps to rule out the factor.
Best Regards,
Kelly
- Anonymous6 years agoNot applicable
Hi v-kelly-msft
I tried this and I get file not found errors in both Power BI Desktop and in a browser. When I enter the full URL I see the data in both places. I think this is due to the conversion of the data to XML? That's what the rest of the URL defines.
My colleague configuring the gateway has also confirmed that when he puts the full URL into the browser on the server the gateway is configured on, he sees the XML data as well.
Thanks
Olivia