Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI All, At a clients place we have an application containing section access. The main problem whenever I try to open that application in the development are for the changes it's asking me for the Username. is there a way that i can omit that asking of username in the development area? If someone can please help me with that would be great. Thanks in advance ......Jigesh.
Hi.
It seems the SECTION ACCESS is set up to use USERID as logon.
Then you have to provide a username when opening the document.
See the section access script in the document load script for details.
If you want to login without providing a username, you need to change the section access script to use NTNAME instead.
Use either NTNAME.
Or USERID.
Or both.
So if a logged on user does not exist in NTNAME, he can still logon using USERID.
Kind regards
BI Consultant
Jigesh,
You can use SERIAL in Section Access, and the value should be the serial number of the QV Desktop license. In this case, if the license on the development box matches SERIAL, login is bypassed.
Regards,
Michael
Hi We have MS Access Database which is being used as Section Access Reference for the security as the QV apps are published to users using QDeployer. So I don't think using NTName is an option. Thanks Magnus and Michael for the reply and the input.