RE: error 29006 - Process could not deliver the snapshot to the su



I had configured the iis server to have the proper permissions on the unc
path. The problem was that I had setup the snapshot job to point to the
local version of the unc path and not the unc version. Thanks, Scott

"Scott S." wrote:

I am showing the message and a few other things. I just didn't copy enough
of my code. Here are some excerpts from my trace. I couldn't find anything
that really stood out.


exec sp_MSadd_merge_anonymous_agent
N'0',N'stBasil',N'SchoolID1',N'',N'handheld','0036007B-0038-0031-4500-350041003000',0

...

exec sp_MSenumcolumns
'07AA7098-2F45-4ED2-A447-C8D675E2A857','713FDD5C-D910-400C-8568-AA32E5E30CCB'

exec sp_MSenumschemachange '07AA7098-2F45-4ED2-A447-C8D675E2A857',0,8000500,0

exec sp_MSadd_merge_history 24,3,N'Applying the snapshot to the
Subscriber',0,0,0,0,0,0,0,0,0,0x00,1,0x01,0x01

exec sp_MSenumschemachange '07AA7098-2F45-4ED2-A447-C8D675E2A857',0,8000500,0

exec sp_MSadd_merge_history 24,2,N'The process could not deliver the
snapshot to the Subscriber.',0,0,0,0,0,0,0,0,0,0x01,1,0x01,0x00

exec sp_MSadd_repl_error 14,0,8,N'Merge Replication
Provider','-2147201001',N'The process could not deliver the snapshot to the
Subscriber.'

Thanks, Scott

"gopal" wrote:


The error handling code only seems to capturing the native error, make sure
you capture the message also. You can check CE BOL for the complete error
handling code

Also what you can do to determine if this is a server or a client side issue
is to run a trace on the server and see if it is doing any work like calling
the proc sp_msinitdynamicsubscriber etc...the server side of the work is
complete as soon as the message file is populated. if that completes fine
then its possibly an issue on the client side

"Scott S." wrote:

I've got the following code that is returning nothing of value:

foreach(System.Data.SqlServerCe.SqlCeError r in
((System.Data.SqlServerCe.SqlCeException)e).Errors)
{
MessageBox.Show(r.NativeError.ToString() + " " + r.Message);
MessageBox.Show("source: " + r.Source);


foreach (string s in r.ErrorParameters)
MessageBox.Show("error param " + s);

}

We turned on the replication logging on IIS and get basically the same
information.

The replication monitor had no merge agents listed and had no other info.

Thanks, Scott


"gopal" wrote:

There should be more detailed information in the error message. The issue
could be on the client side too, make sure the app code loops through the
error collections and returns all the error.

Also look at the error details on the replication monitor...

"Scott S." wrote:

I'm migrating from sql server 2000 and iis on one machine to sql server 2005
on one machine and iis on another. My clients are sql ce 2.0 and I'm getting
the error message "Process could not deliver the snapshot to the subscriber"
when I try to sync. I've checked the permissions multiple times and have
reinstalled sql ce merge replication a couple of times. If anyone has any
ideas it would be much appreciated. Thanks, Scott
.



Relevant Pages

  • Re: Invalid Descriptor Index
    ... This posting is my own and doesn't necessarily represent RelevantNoise's ... Looking for a SQL Server replication book? ... and yes I'm using the snapshot to move the non table objects. ...
    (microsoft.public.sqlserver.replication)
  • Re: Need Feedback on Trans. Replication w/ Remote Distributor
    ... > post with relevant information to a "my server don't work, help, TIA" ... Transactional replication will give you a read-only copy of the ... We have a SQL server that currently serves as the backend ... >> is any documentation on how to configure an alternate snapshot location ...
    (microsoft.public.sqlserver.replication)
  • Re: Invalid Descriptor Index
    ... Looking for a SQL Server replication book? ... Server and Agent accounts are in local admins, tried push and pull, named ... The snapshot works fine, I can see snapshots created (as I add articles ...
    (microsoft.public.sqlserver.replication)
  • Re: Redundancy requiring Identity columns on Subscriber - please help
    ... right click on your publication, select properties, in the articles tab ... Click on the snapshot ... Looking for a SQL Server replication book? ...
    (microsoft.public.sqlserver.replication)
  • Re: SBS 2003 and Replication Errors with Remote DC
    ... I just promoted the remote DC last week, so I still have time to solve the replication issues. ... Domain Controller Diagnosis ... Connecting to directory service on server alpha. ... Performing upstream analysis. ...
    (microsoft.public.windows.server.sbs)