Link to home
Start Free TrialLog in
Avatar of ptakja
ptakjaFlag for United States of America

asked on

Why won't Project Server 2003 Let me Login using Windows Authentication?

I am adminstering a new Project Server 2003 installation. I have successfully linked up select user groups with selected Active Directory security groups, and am able to access the Project Web Access login page.

However, when I enter my Windows account information (including the domain name), I get an error that says:

You have entered an incorrect user name/password combination. (5002)

I double checked my user account in Project Server and it clearly shows it as an Active account with Windows Authentication selected.

The only way I can get this to work is if I change my auth type to Project Server. I don't want to do that because I have too many users to deal with and the link with AD brings them all in using Windows Auth.

As a side note, it appears the Project Web Access has different pages for Project Server Login vs Windows Auth Login:

http://MyServer/projectserver/lgnps.asp  <<< This one appears to be for Project Server logins
http://MyServer/projectserver/lgnint.asp  <<< This one appears to be for Windows Auth logins

Note that if I click the link on the left bar to login using my Windows account, the page flashes and the address bar still shows the lgnps.asp page and not the other one like I would expect.


What am I doing wrong?
SOLUTION
Avatar of dbase118
dbase118
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ptakja

ASKER

no go. Any other idea? Do I need SSL to use Windows Auth?
It is really dificult question.
Please check out  page /LgnIntAu.asp  which is used for PDS login - if you get XML page like this one:

  <?xml version="1.0" ?>
- <Reply>
  <HRESULT>0</HRESULT>
- <Cookie>
- <![CDATA[ svc={2A080D24-F2BA-4FF2-B0F2-FF1933F2A08D}&session={58970091-CC10-4EFA-9C3C-15B374C1CDAE}&prxy={EFBA0018-337F-4A35-9454-E7E1155F92A4}&org=projectserver
  ]]>
  </Cookie>
  </Reply>


And also check out IIS log and credentials which are used when you are requesting ProjectPages,

Avatar of ptakja

ASKER

Not sure what "PDS Login" is, but here's what I got when I navigated to that page:

  <?xml version="1.0" ?>
- <Reply>
  <HRESULT>5003</HRESULT>
  </Reply>
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ptakja

ASKER

First off, thanks guys for the help. I figured out what was happening. Turns out that I have Anonymous access enabled for the PWA site AND I had Windows Authentication enabled for the site. After some research, I found out that IIS only uses Windows Authentication when Anonymous access is Disabled, OR Anonymous access has been denied because the Windows file system permissions have been set to not allow access from anonymous users.

I simply unchecked the Allow Anonymous access checkbox in IIS and was able to log in with Windows Auth just fine.

Little notitice after this change there will be problem with  PDS . Because the http aut will be required and the server and most clients applications do not suppose that is nessesary auth. user on Project server and on domain