Init SQL Server Reconciler has failed

G

Guest

I am moving an app that uses merge replication from the development
environment to production. During synchronization I am getting the error
"Initializing SQL Server Reconciler has failed." I tried re-registering the
replication provider dlls (sscerp20.dll, and sscesa20.dll) as per
instructions from artical KB814853 to no avail. I know that my client can
hit the url of replication dlls because it can hit the url of the
CETesting.htm page that resides in the same directory.

Any ideas what else might be the problem?

Bill
 
D

Darren Shaffer

Please post your SQL CE/SQL Mobile questions at
microsoft.public.sqlserver.ce

First, do you have a valid snapshot generated

Second, does the account under which the SQL Agent is
running have permissions on both the publication AND
the database containing the articles to be published

Third, does your production environment differ from
your dev environment in terms of where the distributor
and publisher are located? Default access to the snapshot
share uses UNC. If distributor and publisher are on
different servers or domains, this won't work - you'll
need to use FTP to transfer snapshots to the distributor.

--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com
 
G

Guest

Hi Bill,

Cuestions to help you:
Is your virutal directory (where the sscesa20.dll is placed) under Inetpub?
Have you another virtual directory or your IIS under Inetpub?
Is your Sql Server running on the same machine than IIS?
Greetings
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top