IIS Index Server - More fun with Index Server

This is Interesting: Free IT Magazines  
Home > Archive > IIS Index Server > April 2004 > More fun with Index Server





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author More fun with Index Server
abbott

2004-04-20, 1:34 am

hehe , my dear friend!

how can you get the program

objAdminIS.Machinename = "Goose"

work? Is there any configure or any parameters or even any

services I have to install in my computer?

Thanks!





>-----Original Message-----
>Hi All.
>
>I'm trying to remove a catalog from Index Server on a

remote machine.
>Unfortunately it seems to somehow destroy the server

config on said machine.
>I'm not making this up (unfortunately) :>.
>
>the setup is 2 windows 2003 servers (same patch levels)

the code is being
>executed on the (Application Center) cluster master

(Maverick) adn also
>calling the otehr node (Goose) to remove the catalog from

there too. Both
>servers are in the same domain adn i am tryign to perform

these operations
>as domain Admin.
>
>Creating catalogs works like a charm however deleting

them does not.
>
>The only way to "fix" this is to remove the index server

entirely, reboot
>teh server then re-install it. This sucks !
>
>The objects I am using are not the .NET ones as i cannot

track down teh
>syntax / namespace that would be used to control this

object via .NET
>
>Has anyone come across similar behaviour or is anyone

able to duplicate this
>problem? I havew a feeling i'll need to go to microsoft

about this
>
>TIA
>Martin
>
>[Code]
>' rip out the catalog on maverick
> Set objAdminIS = CreateObject("Microsoft.ISAdm")
> objAdminIS.Machinename = "Maverick"
> objAdminIS.Stop
> call objAdminIS.RemoveCatalog(txtDomain, TRUE)
> objAdminIS.Start
> set objAdminIS = nothing
>' rip out the catalog on goose
> Set objAdminIS = CreateObject("Microsoft.ISAdm")
> objAdminIS.Machinename = "Goose"
> objAdminIS.Stop( )
> call objAdminIS.RemoveCatalog(txtDomain, TRUE)
> objAdminIS.Start
>[/Code]
>
>
>.
>

Martin c

2004-04-20, 5:35 am


"abbott" <anonymous@discussions.microsoft.com> wrote in message
news:153e01c42692$18e6b4f0$a101280a@phx.gbl...
> hehe , my dear friend!
>
> how can you get the program
> objAdminIS.Machinename = "Goose"
> work? Is there any configure or any parameters or even any


'Goose' is the name of the remote server I am trying to control. I believe
the Microsoft.ISAdm object communicateds over RPC.
Hope this helps
M

> services I have to install in my computer?
>
> Thanks!



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com