Forum Discussion
Service not refreshing/loading a specific field
- 4 years ago
I think GilbertQ is on to something regarding permissions.
To see definitions in sys.sql_modules a user needs to be granted VIEW DEFINITION in sql server. In your case you'd want to do that at schema level at least for the account running the gateway.
Hi jorn
Can you ensure that you have clicked on the reset to default button on your report page?
If that still does not work, what happens if you have to upload the PBIX to a new app workspace without refreshing can you see all the information?
If you can then make sure that your gateway account connecting to your database has the right permissions to view the sys.modules?
Hi GilbertQ,
Thanks for your reply!
1. Reset to defaults: It was even greyed out, so nothing to reset
2. Upload without refresh: The data is shown.
2a. Gateway access to sys.modules: All other fields/colums are refreshed except that specific ("definition") field/column so it doesn't seem access related? I will try with my own user in the data gateway to see if that solves the problem.
- bcdobbs4 years agoCommunity Champion
I think GilbertQ is on to something regarding permissions.
To see definitions in sys.sql_modules a user needs to be granted VIEW DEFINITION in sql server. In your case you'd want to do that at schema level at least for the account running the gateway.- jorn4 years agoNew Member
That's it indeed!
In my case I went to the properties of the SQL Server user >> Securables >> Permission >> "View any definition".
Thanks bcdobbs and GilbertQ!