Trying to install Dynamics CRM V9 on a new server. The CRM application server is Windows Server 2019 Standard. I have everything installed except for the Sandbox service, which times out and fails after about 30 minutes. The event logs are showing the following error and I have not been able to find the cause or a work around. Any help would be appreciated.
Log Name: Application
Source: MSCRMSandboxService
Date: 11/4/2020 11:35:31 AM
Event ID: 20240
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: FQDN of SERVER
Description:
The description for Event ID 20240 from source MSCRMSandboxService cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
Microsoft.Crm.Sandbox.HostService.exe (1680)
net.tcp://localhost/CrmSandboxHost
System.ServiceModel.AddressAlreadyInUseException: The TransportManager failed to listen on the supplied URI using the NetTcpPortSharing service: the service failed to listen.
The message resource is present but the message was not found in the message table
Event Xml:
<Event xmlns="">schemas.microsoft.com/.../event">
<System>
<Provider Name="MSCRMSandboxService" />
<EventID Qualifiers="49152">20240</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2020-11-04T17:35:31.313459700Z" />
<EventRecordID>4149</EventRecordID>
<Channel>Application</Channel>
<Computer>CORRECT FQN OF SERVERl</Computer>
<Security />
</System>
<EventData>
<Data>Microsoft.Crm.Sandbox.HostService.exe (1680)</Data>
<Data>net.tcp://localhost/CrmSandboxHost</Data>
<Data>System.ServiceModel.AddressAlreadyInUseException: The TransportManager failed to listen on the supplied URI using the NetTcpPortSharing service: the service failed to listen.</Data>
</EventData>
</Event>