~Tip EkresamanJul 11, 2015, 5:35 PM212 PostsPermissionscheck the Access Control List (ACL) of the local replica. Make sure that you ar a manager in the ACL.
~Hank LopvelutergonJul 13, 2015, 12:34 PM100 PostsCheck view permissions tooNotes presents views as tables to SQL code so check the view and make sure it's not restricted. This is in addition to the overall db's ACL; your code could have access to the db but not to the view.
~Judy DwoponevergonJul 20, 2015, 3:42 PM5 PostsTable PermissionsThe item I am accessing is a an actual table, not a view.