ERROR_IPSEC_MM_POLICY_NOT_FOUND - 13004 (0x32CC)
The specified main mode policy was not found.
Updated: Feb 21, 2026
Technical Meaning
The error code ERROR_IPSEC_MM_POLICY_NOT_FOUND with the numeric value 13004 and hexadecimal representation 0x32CC indicates that a requested main mode policy could not be located in the system's IPsec configuration.
Error Details
This error typically occurs when an application or service attempts to retrieve or apply a specific main mode security policy, but the policy does not exist within the configured policies. Main mode policies are essential for establishing secure communication channels between two endpoints using Internet Protocol Security (IPsec).
Usage Context
This error can be encountered in various scenarios where IPsec is being used for securing network communications. Common contexts include setting up virtual private networks (VPNs), configuring security policies for remote access, or troubleshooting connection issues.
Developer Interpretation
When this error is returned, it suggests that the application or service attempted to use a policy identifier that does not correspond to any existing main mode policy in the system's IPsec configuration. Developers should ensure that all policy identifiers used are valid and correctly configured within the system before attempting to apply them.
Related Errors
ERROR_IPSEC_MM_POLICY_EXISTS(13005): Indicates a duplicate main mode policy.ERROR_IPSEC_MM_POLICY_NOT_FOUND(13004): Indicates that a specified main mode policy does not exist.ERROR_IPSEC_MM_POLICY_INVALID(13006): Indicates an invalid main mode policy.
FAQ
Q: What causes this error?
A: This error occurs when the system cannot find a specified main mode policy, which may be due to incorrect policy identifiers or missing policies in the configuration.
Q: How can I resolve this issue?
A: Ensure that all policy identifiers used are correct and that the required policies are properly configured within the IPsec settings. Verify the existence of the policy by checking the system's IPsec configuration.
Summary
The ERROR_IPSEC_MM_POLICY_NOT_FOUND error indicates a failure to locate a specified main mode policy in the system's IPsec configuration. Developers should ensure that all policy identifiers are valid and correctly configured before attempting to apply them. This error is specific to the context of IPsec main mode policies and can be encountered during various network security configurations.