Here is the error:
===================================
SQL Server could not configure 'uswnd-s-atwork2' as a Distributor. (New Publication Wizard)
===================================
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
------------------------------
Program Location:
at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand, ExecutionTypes executionType)
at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteNonQuery(String sqlCommand)
at Microsoft.SqlServer.Replication.ReplicationObject.ExecCommand(String commandIn)
at Microsoft.SqlServer.Replication.ReplicationServer.InstallDistributor(String password, DistributionDatabase distributionDB)
at Microsoft.SqlServer.Management.UI.ReplicationSqlConnection.InstallDistributor(WizardInputs inputs, Boolean bScripting)
at Microsoft.SqlServer.Management.UI.PageCreatePubOraclePublisher.InstallDistributorThread()
===================================
Only replication jobs or job schedules can be added, modified, dropped or viewed through replication stored procedures.
Changed database context to 'master'. (.Net SqlClient Data Provider)
I believe that the problem is that you are trying to setup the Oracle server as the distributor. The distributor needs to be a SQL Server (I'm like 99% sure on this one, I don't have an Oracle server to test with) so it'll need to be setup ahead of time.
Right click on Replication and setup the distributor on the local SQL Server. When you run through the Oracle Publication wizard select the local server as the distributor.
When you setup the local distributor make sure that you configure it to allow the Oracle server as a publisher.
Denny
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Administrator (SQL 2005) / Database Developer (SQL 2005)
We have already checked this problem and everything is ok. We are following the instructions on Microsofts site. We were able to do this same configuration on our Test server.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.