SQL Server Error Msg 21408 – Cannot create the subscription. You must specify a value of “Active” or “Subscribed” for the @status parameter. This is because the value specified for the @sync_type parameter is “initialize with backup” or “replication support only”.

In this blog post, let’s learn about the error message “21408 – Cannot create the subscription. You must specify a value of “Active” or “Subscribed” for the @status parameter. This is because the value specified for the @sync_type parameter is “initialize with backup” or “replication support only”.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

21408 – Cannot create the subscription. You must specify a value of “Active” or “Subscribed” for the @status parameter. This is because the value specified for the @sync_type parameter is “initialize with backup” or “replication support only”.

Reason for the Error

To be update soon…

Solution

To be update soon…