OVSADM.exe contra GUI-adm
- From: "Svend_Langelund" <svend_l@xxxxxxxxxxxxxx>
- Date: Wed, 1 Nov 2006 21:36:54 +0100
Hi - I hope to find inspiration in this group about the following. A hint
about sample scripts, an idea or two will be received with thanks !
We are a gymnasium (students age 17 to aprox 25 Y) with MS solutions
;-( for about 2.400 users each with own SUB-web-site on
MS2003/IISv6-server.
(eg http: // home.svend-es.dk/userid for the virtual school-site + subwebs
per user)
Until now only a few of the students have asked for FPSE , and having used
the GUI interface to install and set %domain%/userid have worked fine.
BUT in 2 mth most of the students have to use FPSE .
Now we want to use OWSADM.exe and some nice scripting to automate the
sub-webs - and fspe on these.
We have used the script below but it does not work as fine as the GUI
interface did.
1 the "link" to ...
http://home.svend-es.dk/userid/_vti_bin/_vti_adm/fpadmdll.dll does not work
2 when the users publish from FP2003 from local disk/file to eg.
home.svend-es.dk/userid , they are promted for (our domain=SE )
domain\userid + pw - and allthough uid and pw er correct they er refused to
publish.
3 using the top-web adm interface the sub-webs are in the list but something
is missing - rigths ?? roles ???
Script used until now with %1 value eg userid for user=userid and
website= home.svend-es.dk/userid
We hope later to let our user-adm system automate the sub-web
administration.
-------------------------------
@echo off
cd home
REM the script is placed just outside of the virtual server
"home.svend-es.dk"
c:\"Program Files\Common Files\Microsoft Shared\Web Server
Extensions\50\Bin\owsadm.exe" -o install -sp publish -w %1 -u se\%1 -t
msiis
c:\"Program Files\Common Files\Microsoft Shared\Web Server
Extensions\50\Bin\owsadm.exe" -o userroles -c add -u se\%1 -n
admin,Author,Collab,Advauthor,Browser -w %1
cd ..
________________________
Sinc
Svend Langelund
.
- Prev by Date: Re: FrontPage Server Error in _vti_bin Application
- Next by Date: Re: Publishing w/ FPSE
- Previous by thread: Re: FrontPage Server Error in _vti_bin Application
- Next by thread: Re: Publishing w/ FPSE
- Index(es):
Relevant Pages
|