Windows Server TechCenter > Windows Server Forums > Security > 0x1a8 on certsrv when requesting cert
Ask a questionAsk a question
 

Answer0x1a8 on certsrv when requesting cert

  • Tuesday, December 09, 2008 12:56 PMMats Fredriksson Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I Have a WS2003R2 (x64) Enterprise Root CA that gives me a 0x1a8 when using the web enrollment website to request a certificate.
    "Unexpected Error getting the templates list".

    What is this and how can I fix it?

    /m

Answers

  • Thursday, December 11, 2008 8:42 AMJoson ZhouMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
     Hi,

     

    This issue can occur if IIS is running in IIS 5.0 Isolation Mode. Please uncheck the check box and restart IIS. If the issue persists, unregistered and reregistered the files that are responsible for the web enrollment by running the following commands:

     

    regsvr32 /u scrdenrl.dll

    regsvr32 scrdenrl.dll

    regsvr32 /u xenroll.dll

    regsvr32 xenroll.dll

     

    Note: Press Enter after each command.

     

    And then, restart the IIS again to see if the issue goes away.

All Replies

  • Thursday, December 11, 2008 8:42 AMJoson ZhouMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
     Hi,

     

    This issue can occur if IIS is running in IIS 5.0 Isolation Mode. Please uncheck the check box and restart IIS. If the issue persists, unregistered and reregistered the files that are responsible for the web enrollment by running the following commands:

     

    regsvr32 /u scrdenrl.dll

    regsvr32 scrdenrl.dll

    regsvr32 /u xenroll.dll

    regsvr32 xenroll.dll

     

    Note: Press Enter after each command.

     

    And then, restart the IIS again to see if the issue goes away.

  • Wednesday, June 24, 2009 1:51 PMDaniel Ramawidjaja Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Your information also help me to resolve the problem with the same error that happened after I install .NET Framework 1.1 on Windows Server 2003 R2 x64 that already had .NET Framework 2 installed.

    Thank you.