Several days ago i setup some replication for our SQL Server 2005 database, the type of replication was a transactional with updateable subscription.
The replication are working fine, lately i test the upgradeable subscription feature by modifying 1 data on subscriber server but then the error was raise and data are not committed.
The error was:
Error Source: .Net SQLClient Data Provider. Error Message: The RPC security information for Publisher is missing or invalid. Use sp_link_publication to specify it. Updateable subscription: Rolling back transaction. ....
I have check both publisher and subscriber username and password, and since i use mixed authentication and i have set the same username & password for publisher and subscriber it can't be wrong.
My replication schema was like this:

(the left image which use 3 server), lets say A was publisher and B/C was subscriber
Anyone have a solution for this problem? I prefer a more GUI solution rather than T-SQL if possible.
