|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Using replimerg.exe from commandlineHi,
I have been passing commandline information to replimerg.exe to initiate a pull merge synchronization from SQL express to a SQL Server. This works great over a network connection, but now we are trying to move to a HTTPS model of merge synchronization and when we run the replimerg.exe we get errors because it is trying to connect over the network. My question is...how do we initiate the synchronization from the SQL Express machine when using HTTPS web synchronization? Thanks, RSH Look at the Internetxxx options for replmerge.exe
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/repref9/html/fe1e7f60-b0c8-45e9-a5e8-4fedfa73d7ea.htm You can specify logins, proxy server, URL, timeout, and other information necessary to connect over HTTP. Since you are using HTTPS, you will also need to set the EncryptionLevel value. What are the specific errors you are getting when trying to connect? -- Show quoteGeoff N. Hiten Senior Database Administrator Microsoft SQL Server MVP BTW. Hi, Ron. "RSH" <way_beyond_o***@yahoo.com> wrote in message news:eOO9YpC$FHA.1248@TK2MSFTNGP14.phx.gbl... > > Hi, > > I have been passing commandline information to replimerg.exe to initiate a > pull merge synchronization from SQL express to a SQL Server. This works > great over a network connection, but now we are trying to move to a HTTPS > model of merge synchronization and when we run the replimerg.exe we get > errors because it is trying to connect over the network. > > My question is...how do we initiate the synchronization from the SQL > Express machine when using HTTPS web synchronization? > > Thanks, > RSH > Awesome!
Thanks Geoff! Show quote "Geoff N. Hiten" <SR***@Careerbuilder.com> wrote in message news:%23n7YhUD$FHA.3564@TK2MSFTNGP10.phx.gbl... > Look at the Internetxxx options for replmerge.exe > > ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/repref9/html/fe1e7f60-b0c8-45e9-a5e8-4fedfa73d7ea.htm > > You can specify logins, proxy server, URL, timeout, and other information > necessary to connect over HTTP. Since you are using HTTPS, you will also > need to set the EncryptionLevel value. > > What are the specific errors you are getting when trying to connect? > > -- > Geoff N. Hiten > Senior Database Administrator > Microsoft SQL Server MVP > > BTW. Hi, Ron. > > > "RSH" <way_beyond_o***@yahoo.com> wrote in message > news:eOO9YpC$FHA.1248@TK2MSFTNGP14.phx.gbl... >> >> Hi, >> >> I have been passing commandline information to replimerg.exe to initiate >> a pull merge synchronization from SQL express to a SQL Server. This >> works great over a network connection, but now we are trying to move to a >> HTTPS model of merge synchronization and when we run the replimerg.exe we >> get errors because it is trying to connect over the network. >> >> My question is...how do we initiate the synchronization from the SQL >> Express machine when using HTTPS web synchronization? >> >> Thanks, >> RSH >> > > |
|||||||||||||||||||||||