Table of contents
nmcError_LDAP_LicenceUnauthorized
Review details problem
I get this message "11:58:12.237
ERR:::-1:5636.102c::nmcError_LDAP_UnauthorizedAccess"
in the "Newtest.ManagementConsole.Web.TRC
" file when I try to acces to the URL http//localhost/nmcsso/home.aspx from my server.
Solution(s)
You have to make a test with your computer and username.
Check if you can browse your AD by using ad explorer (https://www.google.fr/search?sourceid=chrome&ie=UTF-8&q=ad+explorer)
The SSO in Newtest works with only one LDAP server. You can't logon with an other account which is not defined in the LDAP server specified in the parameter application of Newtest.
Check if you have the license for LDAP
Increase the log Newtest.ManagementConsole.Web.TRC
as following:
Add in C:\Newtest\Newtest.ini
(dll name)
[LOG]
Newtest.ManagementConsole.Web=4
Make a iisreset
Try to connect to the NMC with your computer and read the log.
Check the 2 libraries versions:
C:\Newtest\Web\bin
Newtest.ManagementConsole.Data.dll
Newtest.ManagementConsole.Web.dll
Check on iss the authentifications methods. We need only "Integrated Windows authentification".
Comments