Re: Error 14113 while trying to setup replication on SQL Server 2000 S



Can you try to run command shell from within query analyzer? Can you create
subfolders within your snapshot location?
--
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
"Gaston" <Gaston@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:ADC431B8-38B5-477D-BE35-AFBF9D6903EC@xxxxxxxxxxxxxxxx
Hi,
I'm trying to run the wizard to setup replication on a SQL Server 2000
SP3.
Entering the parameters goes without a problem but when executing the
script
I'm getting an error 14113:

SQL Server Enterprise MAnager could not configure 'XYZ' as the distributor
for 'XYZ'.
Error 14113: Could not execute c:\... \instdist.sql

I have all the necessary rights on the DB server and on Win 2003.
I also noticed that XP_CMDSHELL doesn't work on this server (probably
needed
to execute the previous line) so I executed the instdist.sql manually in
query analyzer.
This clearly isn't enough to get replication working.

The problem with XP_CMDSHELL:
Msg 50001, Level 1, State 50001
xpsql.cpp: Error 1260 from CreateProcess on line 675

I already dropped XP_CMDSHELL:
exec sp_dropextendedproc 'xp_cmdshell'

then replaced the dll with one from another server (just in case) and
re-installed it:
exec sp_addextendedproc 'xp_cmdshell', 'xplog70.dll'

all with the same result.

IMHO both problems are related. Any suggestions?

Tanks in advance,
Gaston.




.



Relevant Pages

  • Re: Error 14113 while trying to setup replication on SQL Server 20
    ... Can you reapply SP3, or better yet SP4 and try again? ... Looking for a SQL Server replication book? ... Error 14113: Could not execute c:\... ...
    (microsoft.public.sqlserver.replication)
  • Re: Error 14113 while trying to setup replication on SQL Server 20
    ... "Hilary Cotter" wrote: ... Looking for a SQL Server replication book? ... Error 14113: Could not execute c:\... ...
    (microsoft.public.sqlserver.replication)
  • Where the !@?!@ is my Stored Procedure?
    ... I wrote the following in the SQL Server 2005 Express Management Studio ... and hit execute. ... Even though Query Analyzer indicated success when I ... to execute the code again, and lo and behold, SQL Server gives me the ...
    (comp.databases.ms-sqlserver)
  • Re: Transactional replication from SQL Server 2005 to SQL Server 7 - how?
    ... SQL Server 7.0 from the SQL2005 management tools but I would encourage to ... primary keys are replicated as unique indexes if you ... configure replication using the SQL2000 Enterprise Manager. ... If you plan to reinitialize your SQL2000->SQL2005 subscription in the ...
    (microsoft.public.sqlserver.replication)
  • Re: High Availability
    ... also does failover. ... Async replication is real-time, as opposed to the scheduled Log Shipping ... > Note that one of the considerations for the active/passive GEO Cluster is ... > SQL Server 2000 High Availability Series ...
    (microsoft.public.sqlserver.clustering)