Hi,
It sounds like you’re encountering a common issue with the Exchange Connector in SCSM2019. The error message you’re seeing, particularly the part about the remote name not being resolved, suggests that the connector is trying to reach the autodiscover service but is unable to do so.
Here are a few steps you can take to troubleshoot and resolve this issue:
Check DNS Configuration: Ensure that the DNS settings are correctly configured and that the autodiscover service can be resolved. You can use tools like nslookup
to verify this.
- Update Exchange Web Services (EWS) URL: Make sure that the EWS URL is correctly specified. Sometimes, manually setting the EWS URL can help bypass autodiscover issues. The URL typically looks like
https://outlook.office365.com/EWS/Exchange.asmx
.
Firewall and Network Settings: Verify that there are no firewall rules or network settings blocking the connection to the autodiscover service or the EWS URL.
Service Account Permissions: Ensure that the service account used by the Exchange Connector has the necessary permissions to access the Exchange server.
Event Logs: Check the event logs for more detailed error messages that might give additional clues about what is going wrong.