IIS Admin Service will not start

IIS Admin Service will not start

am 29.06.2007 00:28:05 von ShawnStewart

Any help would be appreciated. - Thanks in advance


Seeing following events in System log:
------------------------------------------------------------ --------------------
Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7024
Date: 28/06/2007
Time: 02:56:40 p.m.
User: N/A
Computer: SERVER1
Description:
The IIS Admin Service service terminated with service-specific error
2149648481 (0x80210861).

Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10010
Date: 28/06/2007
Time: 02:56:14 p.m.
User: NA\fxasms3adm6
Computer: SERVER1
Description:
The server {A9E69610-B80D-11D0-B9B9-00A0C922E750} did not register with DCOM
within the required timeout.


Service query produces the following:
------------------------------------------------------------ --------------------
C:\>sc query iisadmin

SERVICE_NAME: iisadmin
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 1 STOPPED
(NOT_STOPPABLE, NOT_PAUSABLE,
IGNORES_SHUTDOWN))

WIN32_EXIT_CODE : 1066 (0x42a)
SERVICE_EXIT_CODE : -2145318815 (0x80210861)
CHECKPOINT : 0x0
WAIT_HINT : 0x0

Re: IIS Admin Service will not start

am 11.07.2007 06:51:10 von Steve Schofield

I don't a w2k3 box handy. Search the registry for
'{A9E69610-B80D-11D0-B9B9-00A0C922E750} ' and see what that is.

--

Best regards,

Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield


"Shawn Stewart" wrote in message
news:CA6A225F-D506-448B-9092-BA28CAFE3BD4@microsoft.com...
> Any help would be appreciated. - Thanks in advance
>
>
> Seeing following events in System log:
> ------------------------------------------------------------ --------------------
> Event Type: Error
> Event Source: Service Control Manager
> Event Category: None
> Event ID: 7024
> Date: 28/06/2007
> Time: 02:56:40 p.m.
> User: N/A
> Computer: SERVER1
> Description:
> The IIS Admin Service service terminated with service-specific error
> 2149648481 (0x80210861).
>
> Event Type: Error
> Event Source: DCOM
> Event Category: None
> Event ID: 10010
> Date: 28/06/2007
> Time: 02:56:14 p.m.
> User: NA\fxasms3adm6
> Computer: SERVER1
> Description:
> The server {A9E69610-B80D-11D0-B9B9-00A0C922E750} did not register with
> DCOM
> within the required timeout.
>
>
> Service query produces the following:
> ------------------------------------------------------------ --------------------
> C:\>sc query iisadmin
>
> SERVICE_NAME: iisadmin
> TYPE : 20 WIN32_SHARE_PROCESS
> STATE : 1 STOPPED
> (NOT_STOPPABLE, NOT_PAUSABLE,
> IGNORES_SHUTDOWN))
>
> WIN32_EXIT_CODE : 1066 (0x42a)
> SERVICE_EXIT_CODE : -2145318815 (0x80210861)
> CHECKPOINT : 0x0
> WAIT_HINT : 0x0
>
>
>

Re: IIS Admin Service will not start

am 11.07.2007 20:14:03 von ShawnStewart

Hi Steve,

That is the GUID for the IISAdmin service.

BTW - for anyone who might come upon a similar issue, here is how I fixed
the problem.

Noticed that the date stamp of MBSchema.bin.00000000h was the same as when
the problem began.
Deleted MBSchema.bin.00000000h and ran 'net start iisadmin' again. The file
was regenerated and IIS Admin Service started.

Ran a vbscript that opens browsers to the MPList and MPCert URLs for testing
SMS MP functionality to check MP status; MPList returned Error 500, MPCert
returned the key as it should.

Bounced SMS Agent Host service and MPList URL returned proper output.

Shawn

"Steve Schofield" wrote:

> I don't a w2k3 box handy. Search the registry for
> '{A9E69610-B80D-11D0-B9B9-00A0C922E750} ' and see what that is.
>
> --
>
> Best regards,
>
> Steve Schofield
> Windows Server MVP - IIS
> http://weblogs.asp.net/steveschofield
>
>
> "Shawn Stewart" wrote in message
> news:CA6A225F-D506-448B-9092-BA28CAFE3BD4@microsoft.com...
> > Any help would be appreciated. - Thanks in advance
> >
> >
> > Seeing following events in System log:
> > ------------------------------------------------------------ --------------------
> > Event Type: Error
> > Event Source: Service Control Manager
> > Event Category: None
> > Event ID: 7024
> > Date: 28/06/2007
> > Time: 02:56:40 p.m.
> > User: N/A
> > Computer: SERVER1
> > Description:
> > The IIS Admin Service service terminated with service-specific error
> > 2149648481 (0x80210861).
> >
> > Event Type: Error
> > Event Source: DCOM
> > Event Category: None
> > Event ID: 10010
> > Date: 28/06/2007
> > Time: 02:56:14 p.m.
> > User: NA\fxasms3adm6
> > Computer: SERVER1
> > Description:
> > The server {A9E69610-B80D-11D0-B9B9-00A0C922E750} did not register with
> > DCOM
> > within the required timeout.
> >
> >
> > Service query produces the following:
> > ------------------------------------------------------------ --------------------
> > C:\>sc query iisadmin
> >
> > SERVICE_NAME: iisadmin
> > TYPE : 20 WIN32_SHARE_PROCESS
> > STATE : 1 STOPPED
> > (NOT_STOPPABLE, NOT_PAUSABLE,
> > IGNORES_SHUTDOWN))
> >
> > WIN32_EXIT_CODE : 1066 (0x42a)
> > SERVICE_EXIT_CODE : -2145318815 (0x80210861)
> > CHECKPOINT : 0x0
> > WAIT_HINT : 0x0
> >
> >
> >
>
>