Tools

ActiveX Error When Loading Kiwi Syslog Manager

Resolve ActiveX error when loading Kiwi Syslog Manager.

First published date

10/9/2018 9:04 PM

Last published date

6/17/2022 11:05 AM

Overview

The following error appears when attempting to start the Kiwi Syslog Server manager:

Error number 429.
Description: ActiveX Component can't create object
Module Name: syslogdman.frm
Procedure Name: LoadIcons
Line number: 50

Product section

Kiwi Syslog Server

Cause

scrrun.dll is not registered or not registered correctly.

Resolution

  1. Run an elevated CMD window.
  2. Type the following commands:
    • Windows 64-bit

      regsvr32 /u C:\Windows\SysWOW64\scrrun.dll
      regsvr32 C:\Windows\SysWOW64\scrrun.dll
    • Windows 32-bit

      regsvr32 /u C:\Windows\System32\scrrun.dll
      regsvr32 C:\Windows\System32\scrrun.dll