Assigning RBS to resources

K

Kevin Flanagan

I've looked and could not find any posts. I have the RBS
set in the lookup table to show each resource and their
reporting structure in the organization. However, when I
attempt to assign this to an individual resource, it will
not allow me to save the Ent Res Pool. What am I
forgetting?

Thanks,

Kevin
 
G

Gary L. Chefetz \(MVP\)

Kevin:

This may be related to a bug in SP1. I believe that there's a hotfix for
this, but I'm traveling and don't have my master list with me. I posted a
sql script a few weeks back under a thread about RBS values being lost after
applying SP1. Your symptoms are not exactly what we've seen before, but it
sounds closely related. Here's the script:

update wr

set wr.WRES_RBS_UID_P10SP1 = cf.CODE_UID

from MSP_WEB_RESOURCES wr inner join MSP_CODE_FIELDS cf on wr.RES_EUID =
cf.CODE_REF_UID

where cf.PROJ_ID = 1 and CODE_CATEGORY = 1 and CODE_FIELD_ID = 205521540






--

Gary L. Chefetz, MVP
"We wrote the book on Project Server
http://www.msprojectexperts.com

-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top