J
JYX
Have a running PS 2007 installation. The PWA site looks like:
http://projectserver/pwa1
Configured forms authentication (using aspnetdb as the membership db on sql
2005) by following MS document. However, recently created a new pwa site
which running in the same SSP, but connecting to a different set of project
dbs on the same db server. The site looks like http://projectserver/pwa2.
When trying to load users got the following error:
C:\Program Files\Microsoft Office Servers\12.0\Bin>pjformsauthupgrade -log
forms
..log -usersfile user.xml -URL http://projectserver/pwa2
Exception occurred: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an
obj
ect.
at Microsoft.Office.Project.Server.FormsAuthUpgrade.UpgradeUsers(Users
users,
List`1 membershipUsersCreated, String membershipProviderName)
at Microsoft.Office.Project.Server.FormsAuthUpgrade.UpgradeUsers()
at Microsoft.Office.Project.Server.FormsAuthUpgradeApp.Main(String[] args)
I checked the log file, it says user created, and I do see the users in
membership and users table. But if I log in with it, I got the access denied
error page, which I think means the auth part actually worked, but the
project server didn't give it any permission/previlege.
Anyone has any idea? Thanks!
http://projectserver/pwa1
Configured forms authentication (using aspnetdb as the membership db on sql
2005) by following MS document. However, recently created a new pwa site
which running in the same SSP, but connecting to a different set of project
dbs on the same db server. The site looks like http://projectserver/pwa2.
When trying to load users got the following error:
C:\Program Files\Microsoft Office Servers\12.0\Bin>pjformsauthupgrade -log
forms
..log -usersfile user.xml -URL http://projectserver/pwa2
Exception occurred: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an
obj
ect.
at Microsoft.Office.Project.Server.FormsAuthUpgrade.UpgradeUsers(Users
users,
List`1 membershipUsersCreated, String membershipProviderName)
at Microsoft.Office.Project.Server.FormsAuthUpgrade.UpgradeUsers()
at Microsoft.Office.Project.Server.FormsAuthUpgradeApp.Main(String[] args)
I checked the log file, it says user created, and I do see the users in
membership and users table. But if I log in with it, I got the access denied
error page, which I think means the auth part actually worked, but the
project server didn't give it any permission/previlege.
Anyone has any idea? Thanks!