I am trying to implement Section Access. It works when using my local machine on the network (implemnted with NTNAME). When I put the application on the Server though, I get a "Failed to open document" error. The user I am logging into on the server is the same user that works when running from my local machine (Have double checked using the Osuer() function).
I am using Strict Exclusion
I am using the DOMAIN\<USERNAME> format for NTNAME
My user is of the type USER
I have given permissions on the server to the User (even tried Full Access)
Anyone have any ideas of anything else I can check?
When you open locally, is the NTNAME you're using an ADMIN?
If yes, I think that you don't have a proper connection from the user's section access table to the data model.
When connecting via server everyone will be considered a USER and Strict Exclusion will only allow connections that have matching values to link to in the data model.