FIX: Creating a Publication From Within DTSWIZ Fails with "Error 496: General Error" Error Message (286775)



The information in this article applies to:

  • Microsoft SQL Server 2000 Enterprise Edition
  • Microsoft SQL Server 2000 Standard Edition

This article was previously published under Q286775
BUG #: 300104 (SHILOH_BUGS)

SYMPTOMS

Using Microsoft SQL Server 2000 Data Transformation Services (DTS) a user can publish destination data by selecting the Use Replication to publish destination data option during the creation of the DTS package. This starts the Create Publication Wizard. If the default options for the publication are selected in the DTSWIZ utility, the following error message may occur:
SQL Server Enterprise Manager could not create publication 'publicationname' from the database 'dbname'
Error 496:General Error

RESOLUTION

To resolve this problem, obtain the latest service pack for SQL Server 2000. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

290211 INF: How to Obtain the Latest SQL Server 2000 Service Pack

WORKAROUND

To avoid this problem, use either of these methods:
  • Create the publication outside the DTSWIZ user interface by starting it from Enterprise Manager.
  • Use the DTS Import/Export Wizard from within the Enterprise Manager instead of DTSWIZ.

STATUS

Microsoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1.

MORE INFORMATION

The login that is being used to export data to the destination tables should be a member of the sysadmin or db_owner role on the destination database in order to use the Use replication to publish destination data option.

Modification Type:MinorLast Reviewed:7/14/2004
Keywords:kbBug kbfix kbSQLServ2000sp1fix KB286775