Please help!!

N

NC

Hi Everybody,

Ive posted this here before. I really need help on this.
I have imported many resources to the project server
before and it automatically creates accounts for them too
and I could see them fine on the Resource Page (PWA). But
I just tried to add some
resources to the Resource Pool and it dosnt show them on
the Resource Page. I can see them in the__ Resource
Pool/Build Team__ and they are added as * Users * but
their names wont show up on the Resource Page, I can see
my old Resources but not the new ones. We recently
changed the IP address of the SQL Server and the Project
Server
but thats the only change and I dont think that is the
reason. I looked at the other posts here but I just got
more confused. Also when I create a new project I can not
see the Project Details on the Project Page in PWA. I can
see all my old information but none of the new ones, it
dosnt even create a subweb for it.

Can some one help me please?

I would really appreciate it.
NC
 
J

John

When you added the new users, did you add them into the right security
groups? In other words, you might not have "viewable" access (through the
PWA resources page) to those resources, because of the security group that
they are or are not in.

Also, not highly recommended (because it's against good general practices)
but can you get into the database (through SQL Query Analyzer)? If you can,
search in the MSP_Resources table where proj_id = 1. Are your new resources
listed there? If not, perhaps they did not get added in as you thought. If
so, then they maybe they did not get added to the MSP_WEB_RESOURCES table.

I'll leave it to someone else to explain exactly what that means and the
cause, because I'm unsure myself. But I can at least get you to the data in
the database verification point.
 
G

Gary L. Chefetz [MVP]

NC:

In addition to answering John's good questions, have a look at the Server
Application event log for the time frame when you added the resources. Let
us know if you see any errors there.
 
Top