Re: Merge Replication problems
From: Jason L James (jason_at_no-spam.dive-master.org)
Date: 08/18/04
- Next message: Jason L James: "GUID or INT as PK"
- Previous message: Benjamin: "Re: merge replication error"
- In reply to: mgarner1980: "Re: Merge Replication problems"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 18 Aug 2004 12:47:24 GMT
Thanks for the help earlier. It will be useful for other exception
handling.
I managed to solve the problem by working through the whole
thing again. I have a suspission that the problem might have
been a simple typo in the path of the IIS virtual directory in the
CF code.
Regards,
Jason.
On Tue, 17 Aug 2004 17:18:30 -0500, "mgarner1980" <mgarner@kbsi.com>
wrote:
>Man I wish I had kept my response to another user. I had a long and painfull
>road to getting everything working the first time as well. If anyone knows
>how to go through archives of this group. search for merge replication and
>see if you can find a response from me discussing this. It was quite lengthy
>and listed everything I ran into.
>
>I am in now way an expert on this stuff, and if I ask any insulting or
>demeaning questions I'm sorry in advance.
>
>Anyway ....here goes the first questions.
>
>can you "hit" the sscesa20dll from the internet explorer on your pocketpc?
>(IE http: \\computername\virtualdirectory\sscesa20.dll)
>
>it should come back "sql server agent"
>
>
>If so what type of authentication are you using on your sqlserver. (db auth,
>or nt-auth)
>
>Also what type of login is your IIS set up for? (anonymous,nt) if anonymous
>what account is set up for anonymous logins?
>
>Are your IIS server and sqlserver the same machine or different ones?
>
>There's alot of different issues for the above items, but they cover most of
>what I found could go wrong.
>>From my experience the error you're getting is purely between iis and your
>database (nothing to do with replication at all). That's assuming youre
>trapping all of the errors.........lots of time the one mentioned is first
>and is followed by better errors with good descriptive messages).
>
>something like this works well for me
>
>Public Sub DisplaySQLCEErrors(ByVal ex As SqlServerCe.SqlCeException)
>
>Dim i As Int32
>
>For i = 0 To ex.Errors.Count - 1
>
>MessageBox.Show("Index #" & i & vbCrLf & _
>
>"Error: " + ex.Errors(i).ToString())
>
>Next
>
>End Sub
>
>
>
>"Jason L James" <jason@nospam.divemaster.org> wrote in message
>news:e2n4i097dlev6181k7v4ssdenfr5gd970s@4ax.com...
>
>> Mani,
>>
>> I have no software filewall installed.
>>
>> Just the McAfee suite of AV, Spam filter, etc.
>>
>> Thanks for the suggestion. I welcome any others
>> you may have.
>>
>> Regards,
>>
>> Jason.
>>
>> On Tue, 17 Aug 2004 15:19:09 -0400, "Mani"
>> <mani_AT_evikasystemsdotcom> wrote:
>>
>> >Hi Jason,
>> >
>> >Disable the firewall if you have one.
>> >I have come across this error when the Firewall (Norton) is on.
>> >
>> >hth,
>> >Mani.
>> >
>> >
>> >
>> >"Jason L James" <jason@no-spam.dive-master.org> wrote in message
>> >news:4121c209.10491546@news.demon.co.uk...
>> >> Hi All,
>> >>
>> >> I am having tremendous difficulty implementing
>> >> merge replication with VB.Net, SQL Server CE 2.0
>> >> and SQL Server 2K SP3.
>> >>
>> >> Does anyone have a foolproof example with complete
>> >> code listings and server configuration settings that I
>> >> can work through before I start to go it alone.
>> >>
>> >> I have worked through several example, including the
>> >> one in Larry Roof's book, but I have, as of yet, been
>> >> unsuccessful.
>> >>
>> >> The error message that I am gretting right now is:
>> >>
>> >> An error has occurred on the computer running
>> >> IIS [,,,,,]
>> >>
>> >> Does anyone have any ideas?
>> >>
>> >> Is this the right group for this posting or should I cross
>> >> post to the compactframework NG also? What about
>> >> the dotnet.languages.vb, or even dotnet.languages.vb.data?
>> >>
>> >> Many thanks,
>> >>
>> >> Jason.
>> >
>>
>
>
- Next message: Jason L James: "GUID or INT as PK"
- Previous message: Benjamin: "Re: merge replication error"
- In reply to: mgarner1980: "Re: Merge Replication problems"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|