Error: Unable to register device "ComputerName" on domain "domain.local"
Error thrown from the server: {"Message":"Device [ComputerName] on domain [domain.local] was not found."}
This issue is related to HTTPS bindings on IIS websites. Only one IIS site (either DirSync or Default Web Site) can use HTTPS.
Note related to IIS configuration:
When the Default Web Site is bound to HTTPS (port 443) for device registration, the DirSync site should use HTTP on port 8080.
This avoids port conflicts and ensures that both services can run simultaneously on the same IIS server.
Using port 8080 for DirSync avoids the need for SSL binding, which is important because only one site should use HTTPS in this scenario.
IIS Configuration Summary:
Default Web Site:
DirSync Site:
Note related to the antivirus (AV) running on the client:
Connectivity issues between the Migrator Pro Agent and MPAD server can also be caused by AV network scanning. For example, if the client AV scans HTTP/HTTPS traffic, it may lead to connectivity problems. Adding the FQDN of the MPAD server to the exclusion list can resolve the issue.
It is recommended to test the client without a virus scanner to verify whether the device can be registered successfully.