The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi all,
I am fairly new to Power BI. I have an access database which is password protected. From my Power BI Desktop, I am able to successfully connect to it through OLE DB driver (Thanks to reference). Now, I have published the report online and trying to schedule a refresh for this database through an on-premises gateway (reference) located in the server.
I tried choosing couple of Authentication Methods and still hitting the following roadblocks.
Any leads would be appreciated, thanks in advance.
Solved! Go to Solution.
Thanks for your reply. The issue was because the database had an unconventional file extension. OLE DB connection was successful to the database in Desktop but not in PowerBI Service. To resolve this issue, I copied the database and stored as .mdb to establish an ODBC connection. Now, I am able to schedule data refresh in PowerBI Service using ODBC.
Hi @rsangeetha
After doing this, can you refresh normally now ? If it has been solved, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards
Community Support Team _ Ailsa Tao
Hi @rsangeetha
The 400 ERROR means a bad http request. Please update on-premise gateway to the lastest version. If you already have updated the gateway to the latest version, then you can refer to steps below for troubleshooting.
''' net stop PBIEgwService '''
''' net start PBIEgwService '''
Reference: https://docs.microsoft.com/en-us/power-bi/service-gateway-onprem-tshoot#tools-for-troubleshooting.
Best Regards
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks for your reply. The issue was because the database had an unconventional file extension. OLE DB connection was successful to the database in Desktop but not in PowerBI Service. To resolve this issue, I copied the database and stored as .mdb to establish an ODBC connection. Now, I am able to schedule data refresh in PowerBI Service using ODBC.