Event ID 53 – ‘The public key does not meet the minimum size required by the specified certificate template’
KB ID 0000967 Problem I’ve been doing a lot of PKI work over the last few days, testing device enrollment and NDES etc, and came across this problem being logged on my issuing/subordinate CA server; Log Name: Application Source: Microsoft-Windows-CertificationAuthority Event ID: 53 Task Category: None Level: Warning Keywords: User: SYSTEM Description: Active Directory Certificate Services denied request 35 because The public...
Event ID 32 and 39
KB ID 0000271 Problem Event ID 32 Dependent Assembly Microsoft.VC80.MFCLOC could not be found and Last Error was The referenced assembly is not installed on your system. Event ID 39 Resolve Partial Assembly failed for Microsoft.VC80.MFCLOC. Reference error message: The referenced assembly is not installed on your system. You have some software (Typically Microsoft Dynamics CRM 3.0), and it needs some runtime library files that are...
Event ID 13
KB ID 0000520 Problem Seen every few hours in the application log: Source: AutoEnrollment Description: Automatic certificate enrollment for the local system failed to enroll for one Domain Controller certificate (0x80070005). Access is denied. Solution 1. Go to your domain controller > Open Active Directory users and computers > Locate the CERTSVC_DCOM_ACCESS group. 2. Add in the “Domain Controllers” group. 3. On...
Event ID 10
KB ID 0000110 Problem Event filter with query “select * from HP_AlertIndication” could not be (re)activated in namespace “//./root/CIMV2” because of error 0x80041010. Events may not be delivered through this filter until the problem is corrected. This error has been caused by System Insight manager (usually on another machine). Solution 1. On the affected machine, Start > Run > cmd {enter} 2....
Event ID 5
KB ID 0000111 Problem The Template Persistent Cache initialization failed for Application Pool” AppPoolName: because of the following error: Could not create a Disk Cache Sub-directory for the Application Pool. The data may have additional error codes Solution Running DCpromo.exe (Making the server a domain controller) misses out some permissions on folders and you have to add them manually. 1. Navigate to...
Event ID 3
KB ID 0000341 Problem Event ID 3 Source: SystemServiceModel Error: WebHost failed to process a request. Sender Information. Exception: System.ServiceModel.ServiceActivationException: The service ‘/EWS/exchange.asmx’ cannot be activated due to an exception during compilation. The exception message is: Security settings for this service require ‘Anonymous’ Authentication but it is not enabled for the IIS...
XBMC ‘Gotham’ – Network Manager is Incompatible
KB ID 0001014 Problem I’ve just replaced my XBMCbuntu media PC (an Acer Revo 3700) with a newer machine, and I was rebuilding the old one for my neighbour. I’m not sure if he has a wired connection where his TV is so I wanted to use Network Manager to setup the wireless connection. But when I tried to add it, this happened; XBMC 13.0 (Compiled May 4 2014) Solution 1. To get round this you need to install the add-on from a...
XBMC Icefilms Add-on ‘Failed to import Metahandlers’
KB ID 0000895 Problem XBMC was running quite happily, but whenever I tried to use Icefilms or navigate though the menus I was getting the following error. Icefilms Import Failure Failed to import Metahandlers A component needed by Icefilms is missing on your system Please visit www.xbmcchub.com for support Solution I did a complete remove and reinstall but the problem persisted. There are a couple of extra steps needed. 1. To...
Webmin – Read User Mail Error ‘The mail server in the module configuration was not found on your system’
KB ID 0000885 Problem While setting up and configuring a new Postfix mail server, I attempted to use the Webmin ‘Read User Mail’ module, and got this error. Module Config Read User Mail The mail server set in the module configuration was not found on your system, You will need to adjust the configuration to use the correct server. Solution At first I thought I needed to enter a servername into the config. However it seems...
Putting Textboxs on your Web Pages
KB ID 0000233 Problem I needed to this HERE, this makes it easier for visitors to copy code or commands to their clipboard. Solution You can either do this directly in the code of the webpage, or if you use Dreamweaver you can use that also. Option 1: The following code, <!– begin textbox –> <textarea name=”txtArea” cols=”70″ rows=”5″ id=”txtArea”>Heres some Text...