Forum Discussion
mohemedd93
Sep 22, 2023Copper Contributor
Disable replication in mapi network :
Hi, i have 2 server exchange server 2019 CU12 in the same VLAN , each server have 2 network interface card , one NIC for lan Connexion (MAPI) and other NIC for DAG replication (no DNS no gateway an...
LeonPavesic
Sep 22, 2023Silver Contributor
Hi mohemedd93,
The error code 0xe0434352 indicates that the MAPI network is still in use by Exchange. To disable replication on the MAPI network, you must first stop all Exchange services on both servers.
To do this, follow these steps:
- Open the Exchange Management Shell (EMS) on both servers.
- On each server, run the following command:
Stop-Service MSExchangeIS​
- Once all Exchange services have been stopped, run the following command on both servers to disable replication on the MAPI network:
Set-DatabaseAvailabilityGroupNetwork -Identity DAG\MAPIDAGNETWORK -ReplicationEnabled:$false -IgnoreNetwork:$true
- Once replication has been disabled, you can start the Exchange services again on both servers.
If you are still unable to disable replication on the MAPI network, you can try the following troubleshooting steps:
- Make sure that the MAPI network is not being used by any other applications.
- Make sure that the MAPI network is not configured as a default gateway on any of the servers.
- Try disabling replication on the MAPI network using the Exchange Control Panel (ECP).
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
mohemedd93
Sep 22, 2023Copper Contributor