
Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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
> I'm using a replicated SQL Server 2005 database on my server and a SQL
> Server Everywhere CTP (v3.1) database as my client app. Everything works
[quoted text clipped - 9 lines]
>
> Thanks in advance!
What is the compatibility mode on the subscriber? It should be 80 or above.

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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
> I'm using a replicated SQL Server 2005 database on my server and a SQL
> Server Everywhere CTP (v3.1) database as my client app. Everything works
[quoted text clipped - 9 lines]
>
> Thanks in advance!
Warren J. Hairston - 23 Sep 2006 16:02 GMT
Hilary, thanks for your reply.
It WAS set to 80, but changing it to 90 seems to have no effect - subsequent
sync operations result in the same error. My understanding is that this
database was previously hosted by SQL Server 2000 and had only recently been
moved to a SQL Server 2005 box.
Any other ideas?
> What is the compatibility mode on the subscriber? It should be 80 or
> above.
[quoted text clipped - 12 lines]
>>
>> Thanks in advance!
We eventually figured this out (I think).
The original SQL Server 2000 database had been copied to the SQL Server 2005
computer, then attached.
We used the Copy Database Wizard to create a new copy of the database, which
must have "converted" it to a SQL Server 2005 DB. We then published the new
database and all of our problems disappeared.
Hope this helps someone in the future.