J
John
I have Project Server/Sharepoint on one box and SQL on another box. My
connection string reads as follows:
<connectionStrings>
<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionString="data
source=computer\instance;Integrated Security=SSPI;Initial Catalog=aspnetdb" />
</connectionStrings>
I followed the article for creating a users.xml file and ran the command
line as follows:
PjFormsAuthUpgrade.exe -log c:\forms.log –url http://localhost/pwa
-usersfile users.xml
I receive this error:
C:\Program Files\Microsoft Office Servers\12.0\Bin>PjFormsAuthUpgrade.exe
-log c:\forms.log -url http://"servername"/pwa -usersfile users.xml
Error http://"servername"/pwa not specified.
John
connection string reads as follows:
<connectionStrings>
<remove name="LocalSqlServer" />
<add name="LocalSqlServer" connectionString="data
source=computer\instance;Integrated Security=SSPI;Initial Catalog=aspnetdb" />
</connectionStrings>
I followed the article for creating a users.xml file and ran the command
line as follows:
PjFormsAuthUpgrade.exe -log c:\forms.log –url http://localhost/pwa
-usersfile users.xml
I receive this error:
C:\Program Files\Microsoft Office Servers\12.0\Bin>PjFormsAuthUpgrade.exe
-log c:\forms.log -url http://"servername"/pwa -usersfile users.xml
Error http://"servername"/pwa not specified.
John