Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Replication / Windows 2000

1 view
Skip to first unread message

Richard Martin

unread,
Aug 29, 2000, 3:00:00 AM8/29/00
to
Hi

Server :
Windows 2000 Advanced server
Replication Manager 4.0
Office 2000
Replication With JRO 2.1
Replica Farms with 1 DM not managed by Rpl Man with 3 Full replica of the DM
managed by Rpl Man
Internet Synchronization
Synch type : Import / Export

Client (Who got the error when sync)
Windows 2000 Professional
Office 2000
Local Full Replica

When the client (With windows 2000 pro) try to synch with my server using
the code (JRO) he gets an error (Invalid Http address) but when i use
directly the tool, for the same client, in access it work fine

(Test made show that my synch with JRO is working with
win95, win98, win NT 4.0 to [Client side])

Any clue ? It is a bug in windows 2000 or maybe in JRO ?

Thanks


Michael (michka) Kaplan

unread,
Aug 29, 2000, 3:00:00 AM8/29/00
to
Hard to say since

1) no one seems to be using JRO :-)
2) you did not post code for comparision

There are different methods and flags for internet synchronization
internally, and the various techniques (Access, DAO, JRO, TSI Synchronizer,
ReplMan) all do things slightly differently. So it is easy to have config
issues that would exist with one method and not another.

--
MichKa

random junk of dubious value at the
multilingual http://www.trigeminal.com/ and
a new book on internationalization in VB at
http://www.i18nWithVB.com/

"Richard Martin" <no_...@whatever.com> wrote in message
news:eH$lb7cEA...@cppssbbsa02.microsoft.com...

Richard Martin

unread,
Aug 29, 2000, 3:00:00 AM8/29/00
to
this is the code used for my apps dans synch with JRO

Dim objRepDataBase As New JRO.Replica
Dim jroJetEngine As New JRO.JetEngine
Dim strSourceDB As String
Dim strDestinationDB As String
Dim strSourceSY As String
Dim strDestinationSY As String
'Dim udtParameters As Parameter
Dim enmSynchroMode As SyncModeEnum

....
....

jroJetEngine.RefreshCache objRepDataBase.ActiveConnection
Set objRepDataBase = Nothing

'** synchronize the DB, import and export **'
Set objRepDataBase = New JRO.Replica

objRepDataBase.ActiveConnection = strSourceDB
objRepDataBase.Synchronize strDestinationDB, _
jrSyncTypeImpExp, enmSynchroMode

....
....


Michael (michka) Kaplan <forme...@spamfree.trigeminal.nospam.com> wrote in
message news:#lehOUdEAHA.253@cppssbbsa05...

Richard Martin

unread,
Sep 5, 2000, 11:32:44 AM9/5/00
to
I tried my JRO method and
the access internal method (Menu from access)

My JRO work everywhere except when my app is on a windows2000 OS
Method with Access Replication menu option always work .. even on the
win2000 OS

Michael (michka) Kaplan <forme...@spamfree.trigeminal.nospam.com> wrote in

message news:#h73dwlFAHA.253@cppssbbsa05...
> So have you tried either of the other two programmatic methods to see if
> they have the same problem?
>
> I do not use JRO myself.


>
> --
> MichKa
>
> random junk of dubious value at the
> multilingual http://www.trigeminal.com/ and
> a new book on internationalization in VB at
> http://www.i18nWithVB.com/
>
> "Richard Martin" <no_...@whatever.com> wrote in message

> news:OnsTGLeEAHA.242@cppssbbsa05...

Michael (michka) Kaplan

unread,
Sep 5, 2000, 12:21:02 PM9/5/00
to

Well, like I said, I do not use JRO, so I cannot speak to its methods.

I would suggest trying the TSI Synchronizer. I have only ever used it, DAO,
and ReplMan to do this (though I have tested with Access). I think JRO is
mostly a waste of time.

--
MichKa

random junk of dubious value at the
multilingual http://www.trigeminal.com/ and
a new book on internationalization in VB at
http://www.i18nWithVB.com/

"Richard Martin" <no_...@whatever.com> wrote in message

news:OJaIs60...@cppssbbsa02.microsoft.com...

0 new messages