hi
i having having an error request to IIs failed evertime.i have even uinstall my firewall but it is still not wking.here is my sql server diagnotics
SQL Server Mobile Server Agent Diagnostics
2006/07/15 15:57:03
i dont kno how to solve the database reconciler.i am not able to synchronize.my coding is as follows:
Dim repl AsNew SqlCeReplication()
Dim strpath AsString
strpath = "\Program Files\Flight_PPC\SQLFlight.sdf"
repl.InternetUrl = "http://nisha/SQLMobile/sqlcesa30.dll"
repl.Publisher = "NISHA"
repl.PublisherDatabase = "flightDatabase"
repl.PublisherSecurityMode = SecurityType.DBAuthentication
repl.PublisherLogin = "sa"
repl.PublisherPassword = "pradha"
repl.Publication = "SQLMobile"
repl.Subscriber = "SQLMobile"
repl.SubscriberConnectionString = "Data Source=" + strpath
Try
repl.Synchronize()
Catch err As SqlCeException
MessageBox.Show(err.ToString)
EndTry
Try increasing your default timeout value on the IIS server and also the timeout from the client and see if that helps.|||Hi, I'm having the same problem...The timeout of my IIS is set to 120 seconds, so I don't think that is the problem. I have the same exact display page as posted above. Any other idea?
Thanks
|||
Hi, I still have the same issue. Any other suggestions will be appreciated. Thanks.
|||Can you post the error message? You can see the log within "Replication Monitor". Open up SQL Server Managment Studio. Right click on "Replication" and choose "Launch Replication Monitor".
No comments:
Post a Comment