Hello:
I created a view in SQL and placed it in a GP company database.
I was able to pull the data into SmartList through SmartList Designer.
Afterward, I ran the following script in SQL against the company database:
GRANT SELECT ON [VIEW] TO DYNGRP
At that point, only "sa" could see the data from the view.
So, I next ran grant.sql against the company database.
Now, administrative users in GP can see the data from the view in SmartList. But, there is one non-administrative user who cannot.
I find this all very odd, because I have created views before and pulled them into GP successfully for all users to see, usually by running grant.sql. Most of the time, I use SmartList Builder, rather than SmartList Designer, but…
How can I get all users to see the data?
Thanks!
John