Forgive me as I know the revered MVPs have aimed you at this before. My old
computer is gone, along with all the notes etc that I learned here
I have a 2003 Ent server with WMS enabled. I have a broadcast Pub Point
piggybacking a feed from another WMS server at undetermined times. The
script I am looking for will just toggle the pub point status from start to
stop and vice versa. The reason for this is I need to archive certain
content
Thank You,
Mike Mueller
Erik Ekkelenkamp - 26 Aug 2008 10:15 GMT
Hi Mike,
You can do this with a VBcode:
--VB Code--
Set WMS = Createobject("wmsserver.server")
WMS.PublishingPoints("live").stop
WMS.PublishingPoints("live").start
-------------
Greetings,
Erik
> Forgive me as I know the revered MVPs have aimed you at this before. My
> old computer is gone, along with all the notes etc that I learned here
[quoted text clipped - 7 lines]
> Thank You,
> Mike Mueller