idbcommand
2 TopicsPublish raise a missing column error but client refresh works fine
Hi, When I am using the PBI web, it refresh the data every 24h, and the result is: "Exception Error" The cloumn 'Matar ID" of the table wasn't found. The exception was raised by the IDbCommand interface. Table: Prices While using the PBI client, i tires 'Refresh' only and it is working properly without any changes Can you please advise here? ThanksSolved694Views0likes2CommentsAccess Database connection causing Unspecified error in scheduled refresh
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?792Views0likes0Comments