Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 help needed in creating publication

Author  Topic 

rakesh03449
Starting Member

6 Posts

Posted - 2008-10-08 : 06:43:50
Help needed in creating publication



Creating Publication

- Creating Publication 'a' (Error)
Messages
SQL Server could not create publication 'a'. (New Publication Wizard)

------------------------------
ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

This database is not enabled for publication.
Unable to execute procedure. The database is not published. Execute the procedure in a database that is published for replication.
Changed database context to 'AdventureWorks'. (Microsoft SQL Server, Error: 14013)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=14013&LinkId=20476


- Adding articles (Stopped)




rakesh

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-08 : 08:17:09
quote:
Originally posted by rakesh03449

Help needed in creating publication



Creating Publication

- Creating Publication 'a' (Error)
Messages
SQL Server could not create publication 'a'. (New Publication Wizard)

------------------------------
ADDITIONAL INFORMATION:

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------

This database is not enabled for publication.
Unable to execute procedure. The database is not published. Execute the procedure in a database that is published for replication.
Changed database context to 'AdventureWorks'. (Microsoft SQL Server, Error: 14013)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=09.00.1399&EvtSrc=MSSQLServer&EvtID=14013&LinkId=20476


- Adding articles (Stopped)




rakesh




Did you check the link in error? It explains everything ehat you should do.
Go to Top of Page
   

- Advertisement -