Forms Authentication Problem

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
 
B

Boaz Lev [MSFT]

Could it be the " around the servername that is throwing off the upgrader?
If that does not help, does the log give any clues?

Thanks,
 
M

Mike

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 -urlhttp://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

Hi john

Did you type the command line or paste it in. Pasting can be a
problem. It may look the same but behaves differently.

regards

Mike
 
J

John

That seems to have been the problem, I do recalled pasting in the script so
as to save time. Thanks for the help.

John
 

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