BUG: sp_addsubscription Fails with Error 14096 When SubscribingLast reviewed: February 9, 1998Article ID: Q180359 |
The information in this article applies to:
SYMPTOMSThe replication stored procedure, sp_addsubscription, can fail with the following error when creating a subscription for a valid article:
Msg 14096, Level 16, State 1 The path and name of the table creation script must be specified if the pre-creation command is DROP. CAUSEThis problem occurs when multiple articles are created with the same name and one of the articles is manually configured incorrectly. Specifically, an article that is invalid because it is configured with a pre-creation_cmd "1" (DROP Table First), but does not include a creation script, will cause the problem. The sp_addsubscription stored procedure will fail for all articles that share the same name with the invalid article.
WORKAROUNDTo avoid the problem, ensure that all articles using the pre-creation_cmd "1" (DROP Table First) include the creation script.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Keywords : kbbug6.50 SSrvRep Version : WinNT:6.5 Platform : winnt |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |