In this blog post, let’s learn about the error message “14058 – Cannot create the subscription because the subscription already exists in the subscription database. Only one subscription to the same publication is allowed in each subscription database. Drop the subscription and add it again if necessary. If the problem persists, replication metadata might be incorrect; see Books Online for troubleshooting information.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
14058 – Cannot create the subscription because the subscription already exists in the subscription database. Only one subscription to the same publication is allowed in each subscription database. Drop the subscription and add it again if necessary. If the problem persists, replication metadata might be incorrect; see Books Online for troubleshooting information.
Reason for the Error
To be update soon…
Solution
To be update soon…