Forum Discussion
Enterprise Gateway With MS Access
Can the Enterprise Gateway be connected to MS Access? I don't see Access listed here.
4 Replies
- AnonymousNot applicable
- xpherionAdvocate II
Thanks for the information. I voted for this idea.
- BobHFrequent Visitor
We were able to refresh an MS Access datasource using the OPDG by leveraging an OLEDB connector. i.e. OLEDB connect string: Provider=Microsoft.ACE.OLEDB.12.0;Data Source=\\fileshare_path\filename.accdb;. However, we then found the gateway maintains a lock on the accdb file, preventing it from being updated.
What would be ideal is if Microsoft would support refreshing from an accdb file on OneDrive or Sharepoint Online. This would eliminate the need for the gateway altogether. When we try this we get ACE OLEDB bitness errors (and keep in mind these errors are coming from the browser using the Power BI service, not our client using PBI desktop).
- BobHFrequent Visitor
We've been able to connect to MS Access via the OPDG by using an OLEDB connection (i.e. Provider=Microsoft.ACE.OLEDB.12.0;Data Source=\\filepath\filename.accdb;). The problem is that the gateway maintains a lock on the accdb file, preventing it from being updated.
What'd be ideal is if microsoft would support refreshing from OneDrive or SharePoint Online which would eliminate the need for a gateway altogether. When we try this we get 'ACE OLEDB provider is not registered on the local machine' errors...keeping in mind this error is being thrown from the Power BI service, NOT from the client running Power BI desktop.