Groups | Blog | Home
all groups > sql server replication > july 2006 >

sql server replication : Windows Synchronize manager


AfricanDude
7/6/2006 8:16:06 AM
I would like to know what file or files does the windows synchronize
(i.e. mobsync.exe) read
to load the user settings.
I have made a mistake under Microsoft SQL Server 2000
the listing shows the following entries
To create a subscription: select...
:0 This is the mistake
Now I am not able to change the properties of the first or the second
entries so as to remove my mistake.
Can any one help please.
Hilary Cotter
7/6/2006 12:09:46 PM
It reads the registry for the most part, and the publisher/distributor for
the rest.

--
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



[quoted text, click to view]

AfricanDude
7/6/2006 2:22:15 PM
Thank you
But the question still remains though as to where in the Registry
does it read the current setting
I can not seem to find
I found some reference in the following
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Syncmgr

After that I can not figure what those subkeys refer to

Is there another place?, I was thinking may be in the CurrentUser hive.

Any help? please

AD

[quoted text, click to view]
Raymond Mak [MSFT]
7/6/2006 4:20:30 PM
If I am reading the code correctly, you can find the information under
HKLM\Software\Microsoft\Microsoft SQL Server\80\Replication\Subscriptions
although it looks like we don't do that anymore in SQL2005. You can also use
regmon.exe from sysinternals.com to find out.

-Raymond

[quoted text, click to view]

AfricanDude
7/7/2006 8:22:14 AM
Thank you Raymond.
That is what I was looking for
Good show.
AD

[quoted text, click to view]
AddThis Social Bookmark Button