Can't connect to Project Server 2003

M

M

I have a single-computer installation of Project Server 2003 with a server
intranet address of http://HOST1/ProjectServer.

Project Web Access is successfully launched using http://HOST1/ProjectServer.

Project Professional 2003 is installed on the same computer.

But, using the Project Professional 2003 menu: Tools / Options / Collaborate
(tab) and typing "http://HOST1/ProjectServer" in the Project Server URL text
field and, then, pressing the "Test Connection" button produces a "You are
not authorized to view this page" error message.

How can I correct this problem?
 
R

Reid McTaggart

In the Admin area of PWA, you need to have permissions typically associated
with Project Managers. So, go to Manage Users and Groups and make sure you
have the right permissions and that you are not in a group for which
permissions are denied.
 
G

Gary L. Chefetz [MVP]

M:

You very likely need to make a new entry in your Hosts file.

Below the line:


127.0.0.1 localhost

Add the line:

127.0.0.1 Host1
 
Top