how to synchronize multiple WSS Sites

M

Monika

Hi all,
is there a tool to synchronize all WSS Sites per commandline.

Problem:
When you modify permissions of a wss-site after the Projects wss-site was
created, the permissions are never updated.
So i have to manually synchronize each site.
Unfortunately you can only select only one project to synchronize in PWA.

any ideas?

Monika
 
C

Charles L. Simpson

I don't personally know how to do this myself ... but ... in our Operations
department has semi-automated this by using the "Export Grid to Excel"
option at the bottom of the Manage Windows SharePoint Services sites screen
and creating a macro in Excel that goes site by site synchronizing them.
I'm not sure how they did this but I can see if I can find out.

The part of this that is not automatic is that you have to export the grid
to Excel each time you want to do this to update the listing of projects in
your Excel file so that the macro does all of the sites.

Charles L. Simpson
 
C

Chak

Hi Monica,

You can synchronize the WSS site with following URL


https://Yourprojservername/projectserver/admin/SyncUpUsers.asp?ProjID=WProj_ID

Example: If your Project WSS site having Wproj_id is 213 then to
synchronize the site, use the following URL.
(Hint: You can see the Id in Site address /sites/projectserver_xxx)

https://Yourprojservername/projectserver/admin/SyncUpUsers.asp?ProjID=213


Automation: Use asp or aspx page to detemine the WProj_IDs using
ado/ado.net and in the loop pass the ids to URL.

I hope this will help you.

Thanks
Chak
 

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