SQL Replication Error: 28562 HResult: 80072EE7

J

Juan

Hello:

I get an error like this while replicating throught GPRS:

native error 28562 hresult : 80072EE7

this was the first time, but in a second one I get

native error 28562 hresult : 80072EFD

and from then

28557 with hresult 80004005

What about is it?
what happened in my merge replication?
how can i solve this? I need to solve it, and sql replication doesn't log
too much.

The error is not frecuent but when it occurs my sqlce database gets unstable
and i lost all my data. I use SQL CE 2.0 with SQL Server 2000 SP3a.

Thanks a lot

Juan
 
A

Alex Feinman [MVP]

80072EE7 is a code for error ERROR_INTERNET_NAME_NOT_RESOLVED. I would
expect that the url you supply for merge replication on the device side is
not valid or yor GPRS connection has a problem. When using GPRS, you will
need to provide a url that can be resolved over the internet.
 
J

Juan

It's correctly resolved, pheraps from time to time the GPRS doesn't connnect
correctly, but the error number don't indicate a connection problem (28562).
I don't know why the error number and the native error indicate a diferent
thing.
The main trouble is that after that , the database gets unstable and I lost
all of my data.

Thanks alex.
Juan
 

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