---
title: "DCOM unable to communicate | Lansweeper Classic"
slug: "dcom-was-unable-to-communicate-with-the-computer"
description: "Understand the 'DCOM was unable to communicate with the computer' entries in your Lansweeper Classic server's Event Viewer, which are informational."
updated: 2026-06-17T09:44:56Z
published: 2026-06-17T09:44:56Z
canonical: "docs.lansweeper.com/dcom-was-unable-to-communicate-with-the-computer"
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lansweeper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DCOM was unable to communicate with the computer

After installing Lansweeper and scanning your network, you may start seeing entries with an Event ID like the one below in your Lansweeper server's Event Viewer. While your Event Viewer classifies these entries as errors, they are just informational messages and can generally be ignored.

When Lansweeper scans a Windows computer, it uses DCOM to establish the initial connection to the client machine. If the client machine is offline or firewalled, DCOM automatically logs an error in your server's Event Viewer. This error indicates that Lansweeper was unable to scan the client machine, but does not point to an underlying issue with your server or Lansweeper installation.

Regardless, there are steps you can take to stop seeing these events. Lansweeper automatically [excludes them from scanning](/classic/docs/excluding-events-from-scanning) so they don't show up in your Lansweeper web console, but you can also prevent them from being added to your Event Viewer altogether.

## Prevent DCOM from logging events in Event Viewer

1. On the machine hosting the **Lansweeper Server** service, run **regedit.exe**, the Registry Editor.
2. Go to `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole` and Modify the **ActivationFailureLoggingLevel**.
3. Set the **ActivationFailureLoggingLevel** value to "2".
4. If the **ActivationFailureLoggingLevel** value does not exist, manually create it.

Keep in mind that setting this value to "2" will prevent DCOM from logging any failures.
5. Reboot the machine hosting the **Lansweeper Server** service.
