Re: SQL 2K5 Custom Resolver (Business Logic Handler)
- From: "Hilary Cotter" <hilary.cotter@xxxxxxxxx>
- Date: Mon, 29 May 2006 10:22:39 -0400
Did you sign the dll? It sounds like it is expecting to be signed.
--
Hilary Cotter
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
"SteveM" <SteveM@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:71AD9FCF-573B-43F4-A6E6-40C019E12F7B@xxxxxxxxxxxxxxxx
I have a system where certain data for a given record can be updated by
either the Server or the Mobile Device.
Upon replication we get a conflict.
The data that can be updated is in different columns.
'
I have tried to use column level tracking but it does not appear smart
enough to "merge" the data.
Consequently I am trying to create a custom resolver in managed code that
allows me to choose which data is successfully applied to the resulting
record.
Had I been aware of this potential conflict earlier I would have designed
the database differently, however, this did not rear its head until we
reached production.
The problem I actually have is that I don't seem to be able to correctly
register the dll in order to get the resolver to work. I get the following
error
Error messages:
· No signature was present in the subject.
(Source: MSSQL_REPL, Error number: MSSQL_REPL-2146762496)
Get help: http://help/MSSQL_REPL-2146762496
The Custom Resolver Component for article 'job' does not have a valid
digital signature. (Source: MSSQL_REPL, Error number:
MSSQL_REPL-2147198713)
Get help: http://help/MSSQL_REPL-2147198713
Neither of the associated links has any information other than "sorry, no
information".
SQL Server and IIS are on the same box so no problem with which machine
to
use.
I have tried to strong name and GAC the dll but this does nto appear to
help
or my use of sp_registercustomresolver is incorrect.
I would appreciate any pointers from people who have succeeded in getting
a
managed code conflict resolver up and running.
Thanks
Steve
.
- Prev by Date: Re: NOT FOR REPLICATION usage
- Next by Date: Re: The merge process could not retrieve generation information at the Subscriber.
- Previous by thread: Merge Agent Continuous Mode
- Next by thread: RE: how to add column in the table that it is being used for replication.
- Index(es):
Relevant Pages
|