Hi Ben,
I am using the pjFormsAuthUpgrade.exe tool to upgrade all the project Server
2003 users to the Membership store. The below is the users.xml file that got
generated when i ran the pjFormsAuthUpgrade
<?xml version="1.0" encoding="Windows-1252"?>
<Users xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="
http://www.w3.org/2001/XMLSchema"
xmlns="
http://schemas.microsoft.com/Project/Users.xsd">
<CreateUser>
<DisplayName>Administrator</DisplayName>
<EmailAddr>
[email protected]</EmailAddr>
<LogonName>Administrator</LogonName>
<Password>Q!5@Ym<J</Password>
<Guid>7f12c81a-a9a1-4419-8deb-757ee902a4b2</Guid>
<PasswordQuestion>Please add a password question?</PasswordQuestion>
<PasswordAnswer>Please add a password question?</PasswordAnswer>
</CreateUser>
</Users>
I run the following command to update this user to the membership store
PjFormsAuthUpgrade.exe -log forms.log –url
http://machinename/pwa -usersfile
users.xml
The following is the content of the log file that gets generated.
Reading users from users file C:\Program Files\Microsoft Office
Servers\12.0\Bin\users.xml.
User users read from users file.
Creating users in membership provider.
User Administrator, Password Q!5@Ym<J, Email Address: (e-mail address removed) created
successfully.
1 users created in membership provider.
Upgrading users in published database.
Upgrading user logon: Administrator, resid:
7f12c81a-a9a1-4419-8deb-757ee902a4b2, email: '(e-mail address removed)'.
Successfully upgraded or created user Administrator.
Upgraded users in published database.
When i go to see the added users in the ASPnetDb, i see no rows in the users
table in the ASpNEtDB database. Please let me know where i am wrong