Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
HI,
Finally, I have done a scheme refresh in Connectors on Missclient for azureAD, then the sync runs fine...
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have Dirsync working fine for some months. now I have changes in the firewall
but still i am getting problem... I have checked Missclient tenant.onmicrosoft.com-AAD, when i run for delta sync- success, but delta import- stopped-dll-extension...
please help.
Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
HI,
Finally, I have done a scheme refresh in Connectors on Missclient for azureAD, then the sync runs fine...
hI,
i Just need to clarify on my part,
removed proxy settings( ISA Server) from machine.config
<system.net>
<defaultProxy>
<proxy
usesystemdefault="true"
proxyaddress="http://192.168.4.1:80"
bypassonlocal="true"
/>
</defaultProxy>
</system.net>
changed to
<system.net>
<defaultProxy enabled="true">
<proxy usesystemdefault="true" />
</defaultProxy>
</system.net>
and reset the proxy with netsh winhttp
even after the delta import and export showing "stopped-extension-dll" on miisclient
eventid 6900 - "Unable to establish a connection to the authentication service
,611 -Password synchronization failed for domain:
Hi Mohamed, you also can configure proxy in Operating System - technet.microsoft.com/.../cc731131(v=ws.10).aspx
If you find the posts helpful, please click “Yes” button to “Was this helpful” under the posts. Therefore, other users might benefit from our posts when they have similar questions.
Hi MohamedFarook8840,
To check if the tool can access Office 365 without issues, please make sure all the IP addresses/Ports used by Office 365 are not blocked by the proxy/firewall server. You can find all the IP/port lists used in Office 365 by referring to: https://support.office.com/en-us/article/Office-365-URLs-and-IP-address-ranges-8548a211-3fe7-47cb-abb1-355ea5aa88a2.
If you have make sure the connections are no blocked by the firewall/proxy server, since the issue only occurs after you deploy the new server, the issue could be related to the server settings. We suggest you contact the support of the firewall/proxy and check if any extra steps need to be performed before the sync can run without issues.