Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello all,
I have a dashboard that was working fine on Desktop and on the Server until I connected an Access database to it. Now, it still refreshes just fine on desktop, but I get this error now during the scheduled refresh on the server:
Unspecified error. The exception was raised by the IDbCommand interface.
Here is what the connection looks like in Advanced Editor on Desktop (I just pasted the Source lines and ommitted the rest):
let
Source = Access.Database(File.Contents("\\X\Y\Z\YoY.accdb"), [CreateNavigationProperties=true]),
_tblYoY = Source{[Schema="",Item="tblYoY"]}[Data],
And I here is the Connection message on the server showing the credentials are working:
Does anyone understand what's going on here?