If you have Project Server 2007 installed on a network without DNS then you may come across some of these problems:-
The problem is resolving the name of the server - and just directly entering the IP address won't work in many cases. The reason for this is that many WSS pages do some redirection - sometimes just in the background - and these redirections go to the server name. If the name cannot be resolved on the client to the correct IP address then you can expect errors like "An unexpected error has occurred" - the WSS catch-all error. However some pages work just fine - particularly the main Central Administration pages of WSS and the root sites of site collections such as http://%3cserverip%3e/default.aspx.
The resolution is to get DNS working - but if this is not possible then there are a couple of workarounds:-
or
The second option is useful if you have many clients (although fixing the root problem and getting DNS working would be even better) but be warned - if you have SSL configured then this will give different issues - The certificate which matches the server name will report an error as it will not match the IP address.
I suspect you would also get similar problems if your host file had an entry for the server which was not correct - which can happen if you use DHCP and the server IP address is not constant.
Technorati Tags: Project Server 2007