Hi everyone. I have a problem during istalliation Exchange Server 2019 (Mailbox Role. Trasport Service)

Aziz Osmanov 1 Reputation point
2022-11-12T09:28:37.637+00:00

Error:
The following error was generated when "$error.Clear();
$connectors = Get-ReceiveConnector -Server $RoleFqdnOrName;
foreach($connector in $connectors)
{
Write-ExchangeSetupLog -Info "MaxLocalHopCount for '$connector.Identity' is '$connector.MaxLocalHopCount'";
if($connector.MaxLocalHopCount -gt 1)
{
Set-ReceiveConnector -Identity $connector.Identity -MaxLocalHopCount 5;
}
}
$connectors | Set-ReceiveConnector -SmtpUtf8Enabled $true;
" was run: "Microsoft.Exchange.Data.InvalidObjectOperationException: Property PermissionGroups can't be set on this object because it requires the object to have version 0.1 (8.0.535.0) or later. The object's current version is 0.0 (6.5.6500.0).
at Microsoft.Exchange.Configuration.Tasks.Task.ThrowError(Exception exception, ErrorCategory errorCategory, Object target, String helpUrl)
at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
at Microsoft.Exchange.Management.SystemConfigurationTasks.GetReceiveConnector.WriteResult(IConfigurable dataObject)
at Microsoft.Exchange.Configuration.Tasks.GetTaskBase1.WriteResult[T](IEnumerable1 dataObjects)
at Microsoft.Exchange.Configuration.Tasks.GetTaskBase1.InternalProcessRecord() at Microsoft.Exchange.Configuration.Tasks.GetObjectWithIdentityTaskBase2.InternalProcessRecord()
at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__91_1()
at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,909 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Andy David - MVP 157K Reputation points MVP Volunteer Moderator
    2022-11-13T13:59:32.84+00:00

    See my answer here:
    https://learn.microsoft.com/en-us/answers/questions/542382/unable-to-access-receive-connector-in-ecp-exchange.html

    You've got an old legacy connector in AD. Is there an old server listed?

    Check through ADSIEDIT
    CN=Configuration -> CN=Service -> CN=Microsoft Exchange -> CN=Domain Name -> CN=Administrative Group -> CN=Servers -> CN=Server name -> CN=Protocols -> CN=SMTP Receive Connectors

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.