IMPAX 6.5.1 Application Server Knowledge Base > Troubleshooting IMPAX Application Server > Troubleshooting: Licensing and logging in
Details
When troubleshooting login problems, to attempt to determine where the problem is, perform the following tasks:
Review the Server log files.
Check the status when logging in.
On the Application Server, in a browser, navigate to this location:
https://localhost/AgfaHC.User.Security.Web.Services/login.asmx
Enter the username and password for the administrator.
Select Login.
Under Test, click Invoke.
In the results, if Status="failure", an authentication problem exists.
Solution
To attempt resolve the problem, configure the following settings:
In IIS, disable the Windows Authentication for Default Web Site and AgfaHC.User.Security.Web.Services.
Enable non-https login access in E:\AgfaHC.User.Security.Web.Services\web.config by modifying the SecureLoginRequired setting to false.
If when using ADSI Edit to change the password an error indicating that this could not be done is displayed, non-SSL ADSI access may need to be enabled. Refer to the ADAM SDK kit in the file start_here.htm for details.
Topic number: 11261 Applies to: IMPAX 6.5.1 Application Server Knowledge Base |