board logo
Posted by: Lemonde - 05 May 2020 20:52:57
What are the implications of seeing this? [code=markup]Log Name: System Source: Microsoft-Windows-TerminalServices-RemoteConnectionManager Date: 05/05/2020 17:38:21 Event ID: 1067 Task Category: None Level: Warning Keywords: Classic User: N/A Computer: server01.domain.local Description: The RD Session Host server cannot register 'TERMSRV' Service Principal Name to be used for server authentication. The following error occured: The specified domain either does not exist or could not be contacted. . Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-TerminalServices-RemoteConnectionManager" Guid="{C76BAA63-AE81-421C-B425-340B4B24157F}" EventSourceName="TermService" /> <EventID Qualifiers="49152">1067</EventID> <Version>0</Version> <Level>3</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2020-05-05T16:38:21.255087400Z" /> <EventRecordID>336162</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>System</Channel> <Computer>server01.domain.local</Computer> <Security /> </System> <EventData> <Data>The specified domain either does not exist or could not be contacted. </Data> </EventData> </Event>[/code] Does this mean that the network host TERMSERV will have the wrong IP?

Posted by: sirclesadmin - 23 January 2023 09:44:56
This is a result of the server not finding the DNS server or the DNS server returning the wrong details for the Domain Controllers. You can probably solve this by: [list=1] [*]Checking the DNS server IPs on the RD server and correcting any error [*]Flushing the DNS - in an elevated CMD session type:[b] ipconfig /flushdns[/b] to clear the DNS cache [*]Re-registering with the DNS servers to overwrite any incorrect DNS record - in an elevated CD type: [b]ipconfig /registerdns[/b] [*]Checnking that the DNS servers are running and responsing to DNS requests [/list]