Microsoft-Windows-SMBClient › Event 30800

Event ID 30800 — The server name cannot be resolved.

Provider
Microsoft-Windows-SMBClient
Channel
Connectivity
Level
Error
Opcode
Info

Description

The server name cannot be resolved.

Message #

The server name cannot be resolved.

Error: %2

Server name: %4

Guidance:
The client cannot resolve the server address in DNS or WINS. This issue often manifests immediately after joining a computer to the domain, when the client's DNS registration may not yet have propagated to all DNS servers. You should also expect this event at system startup on a DNS server (such as a domain controller) that points to itself for the primary DNS. You should validate the DNS client settings on this computer using IPCONFIG /ALL and NSLOOKUP.

Fields #

NameDescription
Reason UInt32
Status UInt32NTSTATUS reference
ServerNameLength UInt16
ServerName UnicodeString

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-SMBClient",
    "guid": "988C59C5-0A1C-45B6-A555-0C62276E327D",
    "event_source_name": "",
    "event_id": 30800,
    "version": 0,
    "level": 2,
    "task": 0,
    "opcode": 0,
    "keywords": 288230376151711808,
    "time_created": "2022-04-07T16:53:50.061721+00:00",
    "event_record_id": 19,
    "correlation": {},
    "execution": {
      "process_id": 4,
      "thread_id": 592
    },
    "channel": "Microsoft-Windows-SmbClient/Connectivity",
    "computer": "WIN-FPV0DSIC9O6.lab.local",
    "security": {
      "user_id": "S-1-5-18"
    }
  },
  "event_data": {
    "Reason": 1,
    "Status": 3221226021,
    "ServerNameLength": 8,
    "ServerName": "lab.local"
  },
  "message": ""
}

References #