all groups > sql server replication > july 2007 >
You're in the

sql server replication

group:

Configure Web syncronization using RMO or T-Sql


Configure Web syncronization using RMO or T-Sql prakash
7/30/2007 7:01:58 AM
sql server replication: Hi

I have created merge publication using RMO programming on Sql Server
2005 and it will subscribe by Sql Server Mobile Edition.

Publication created successfully and wok fine but I have to Configure
Web synchronization manually instead of RMO programming. (In short
Configuring IIS for web synchronization).

So please any body have idea how to configure IIS for subscription
using RMO programming or any other way except manually follows the
step of configure web synchronization wizard.

Regards
Prakash
Re: Configure Web syncronization using RMO or T-Sql Hilary Cotter
8/1/2007 12:00:00 AM
You can't. It involves creating a virtual directory, setting the correct
configuration for this (application pool, directory security, etc), putting
the isapi filter in place.

You can use ADSI for some of this, but not RMO or tsql.

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

Re: Configure Web syncronization using RMO or T-Sql prakash
8/9/2007 12:00:00 AM
[quoted text, click to view]

Thanks a lots
AddThis Social Bookmark Button