Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI All,
Is it possible to implement the section access without the User ID and Password and just by using the fields
| ACCESS, | NTNAME, | NTDOMAINSID and REGION. |
Regards,
VJ
Yes. NTNAME is your user and the password is handled by windows. This is actually the best way to do section access.
Just make sure you put the SID of the Domain in the column NTDOMAINSID and not just the name of the domain.
Regards.
It doesn't work out. It seems like the user id is mandatory.
Can you please attach your .qvw if it works for you?
Thanks,
VJ.
If he sent you an example file with functioning section access using NTNAME, you wouldn't be able to open it. 😛
I've found the NTNAME section access parameter to be a little picky.
1) take off all of the other bits, like domain SID and region, and deal with all of that after you get ntname working.
2) disable section access completely
3) open the document and create a text box, with a formula: =osuser()
4) note EXACTLY what appears in the text box. Case sensitive.
5) put EXACTLY this value into the NTNAME portion of section access
6) give it a shot.