Can you please help me to resolve the access issue I am facing with the section access based on NTNAME.
Here is my code
Section Access;
LOAD * INLINE [
ACCESS, NTNAME
ADMIN,QVSERVER_NTNAME
ADMIN,NTNAME2
ADMIN,NTNAME3
];
Section Application;
It is running fine & giving the expected result for NTNAME=QVSERVER_NTNAME, May be because my QVServer is in the same domain.
But no users from domain NTNAME2 & NTNAME3 are getting access to the document, error is "Failed to open the document,You don't have access to the document".
Can you please help, I have also tried using NTDOMAINSID, but still no success.