Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Admin Login

Hi Everyone,

There seems to be a strang issue...

I created the application using biserver/administrator user . while the users are in /xyz domain. I implemented security in below manner

Section Access

access userid password

ADMIN , ADMIN,ADMIN123

User , wee, wee123

Like someone named james is trying to open the application through james/xyz login id but he cannot open .

when i login through biserver/administrator login i can open the application ... But james can open the application through wee userid

i dont know why james cant open application through ADMIN??

4 Replies
Not applicable
Author

Any Solution for above query.

Not applicable
Author

Hi,

if I understand it correctly, domain user cannot open QV document that has Section Access defined. In order to allow him to access document, SA table should be as follows (domain user name should be in NTNAME column):

ACCESS USERID PASSWORD COMPUTER NTNAME

ADMIN     ADMIN     ADMIN123      *                    *

USER      *               *                    *             <domain>\<username>

Not applicable
Author

Thanks for the reply,

problem is users are able to access through user access,,, but cannot though admin access.

Not applicable
Author

Each user with admin role should have ADMIN value in access column in SA table:

ACCESS USERID PASSWORD COMPUTER NTNAME

ADMIN     ADMIN     ADMIN123           *               *

ADMIN         *               *                    *             <domain>\<username>