Project 2003 / WSS / SPS

S

Sammy

Can someone provide (or link) a post for instructions on creating a SINGLE
server setup for Project Server 2003 / WSS / and Sharepoint Portal Server
2003 installation...that's proper/supported/correct.

Sorry if this is in wrong groups; however, there is a LACK of this info.

Thank you kindley.
 
J

Jon Smith

http://www.microsoft.com/downloads/...e3-0478-4ac3-a230-c4f2d82096c1&DisplayLang=en

This is PDF with step by step instuctions on how to do a single server
setup... I just did one and it worked perficetly under installation roadmaps
you'll see a "Single Computer Deployment" which shows exaclty how to install
SQL/WSS/Project

there was only one step that didn't work that took some googleing, on the
part on "Configure the Administrative Vertual Server" under WSS setup... it
says to use the "Network Service" as the Predefind secuity account for the
apllication pool which is good but you need to set the "Network Service" to
have thoes rights in SQL or it will error I found the below on google which
worked great...

"run command line"
osql -S <servername>-E

"Type the below"
sp_addsrvrolemember 'nt authority\network service','sysadmin'

"Then type"
go

"after the database has been created you can type"
sp_dropsrvrolemember 'nt authority\network service', 'sysadmin'
go
 
Top