On trying to run replmerg.exe through command prompt, I get a permission error saying :
CReconcilerTask , 2013/11/19 15:49:05.059, 9356, 409, S1, INFO: =============== STARTING OF MERGE ===============............
replrec!FillErrorInfo , 2013/11/19 15:49:05.195, 9356, 20097, S1, ERROR: ErrNo = 0x80045901, ErrSrc = <null>, ErrType = 9, ErrStr = You do not have sufficient permission to run this command. Contact your system administrator.
DatabaseReconciler , 2013/11/19 15:49:05.232, 9356, 20210, S2, :T:,110,0,2,,,,,,,
DatabaseReconciler , 2013/11/19 15:49:05.232, 9356, 20217, S2, INFO: Session Highlights: FAIL,
CReconcilerTask , 2013/11/19 15:49:05.239, 9356, 645, S1, INFO: =============== ENDING OF MERGE =================
I have added a log and the log reads like :
2013-11-19 15:49:05.141 OLE DB Distributor 'RMS': {call sp_MSgetversion }2013-11-19 15:49:05.148 OLE DB Distributor 'RMS': {call sp_helpdistpublisher (N'RMS') }
2013-11-19 15:49:05.191 OLE DB Distributor 'RMS': {call sp_MShelp_repl_agent (N'RMS', N'rms', N'RMS1', N'D-RMS1', N'rms', 1)}
2013-11-19 15:49:05.195 You do not have sufficient permission to run this command. Contact your system administrator.
2013-11-19 15:49:05.201 Percent Complete: 0
2013-11-19 15:49:05.203 You do not have sufficient permission to run this command. Contact your system administrator.
2013-11-19 15:49:05.221 Percent Complete: 0
2013-11-19 15:49:05.224 Category:SQLSERVER
Source: Merge Process
Number: 14260
Message: You do not have sufficient permission to run this command. Contact your system administrator.
2013-11-19 15:49:05.227 Percent Complete: 0
2013-11-19 15:49:05.229 Category:COMMAND
Source: Failed Command
Number: 0
I have added my windows account as the DB_Owner for the Subscriber database.
This is a pull type subscription and I need to add a scheduler to synchronize daily the data from the publisher which is on another system to the subscriber which local to the system I am working on.
What can I do to ensure this command runs okay? The issue is I am unable to use Windows Sync Center to schedule the synchronization as it does not save the username/password and I need to log-off the system after every usage so windows authentication does not work either.
Any suggestion/help will be greatly appreciated.
Thanks!
A