Ok, I followed the instructions on the aforementioned site, but I am still having issues. User wssadmin is an administrator on the wss server, has DB Creator and Security Administrator rights in SQL server (I have since switched to SQL server 2000 SP4), is a member of the sharepoint administration group, and has been delegated control of the WSSUsers OU in Active Directory. WSSUsers sit at the same level as Users in the AD tree. Below are the commands I am entering:
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN\STSADM.exe" -o unextendvs -url "http://dev-smk-wss" -deletecontent
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN\STSADM.exe" -o setadminport -port "9999" -admapidname "WssAdminAppPool" -admapidtype "configurableid" -admapidlogin "ida\wssadmin" -admapidpwd "*" -admapcreatenew
iisreset
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN\STSADM.exe" -o setconfigdb -ds "dev-smk-wss" -dn "WssConfigDb" -addomain "ida" -adou "WSSUsers" -adcreation
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN\STSADM.exe" -o email -outsmtpserver "dev-smk-ad" -fromaddress "wssadmin@... " -replytoaddress "wssadmin@..." -codepage "65001"
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN\STSADM.exe" -o extendvs -url " http://dev-smk-wss" -ownerlogin "ida\wssadmin" -owneremail "wssadmin@..." -ds "dev-smk-wss" -dn "WssSiteDb" -apidname "WssSiteAppPool" -apidtype "configurableid" -apidlogin "ida\wssadmin" -apidpwd "*" -donotcreatesite -apcreatenew
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN\STSADM.exe" -o addpath -url "http://dev-smk-wss" -type "wildcardinclusion"
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\BIN\STSADM.exe" -o createsite -url "http://dev-smk-wss/Top" -ownerlogin "ida\smk" -owneremail " smk@..." -sitetemplate "STS#0"
The site creation fails here with an error message "Access Denied." In the Application Log on dev-smk-wss, I see the fillowing error:
Event Type: Warning
Event Source: Windows SharePoint Services 2.0
Event Category: None
Event ID: 1000
Date: 3/28/2006
Time: 2:39:34 PM
User: N/A
Computer: DEV-SMK-WSS
Description:
#1e0046: Adding user "smk4" to OU "WSSUsers" in domain "ida" FAILED with HRESULT -2147024891.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
There are no errors in the logs on the AD server.