Re: Back End replication error
- From: "David W. Fenton" <XXXusenet@xxxxxxxxxxxxxxxxxxx>
- Date: 22 Jul 2009 02:08:21 GMT
Elizabeth Lieb <serpais@xxxxxxxxx> wrote in
news:4e2a6f6d-6814-4004-8128-b11834eeeeaf@xxxxxxxxxxxxxxxxxxxxxxxxxxx
m:
Tring to automate synchronization of back end replicas in local
front end.
The following language works when executed from the back end, but
not in the front end. I get an error "Operation is not supported
for this type of object. (Error 3251)"
Not sure why it works in the back end and not the front.
Dim db As Database
Dim str As String
Set db = OpenDatabase("C:\Mall Points\Mall_Services_Mall
Points_be.mdb")
str = "S:\Mall Points\Server_Mall Points_be.mdb"
db.Synchronize str
(you should close the db and set it to Nothing when done, though
this has zilch to do with your problem)
If the code you've pasted in is exactly what's executing in both
situation, then it makes no sense for it to work in one situation
and not in another, because you've hardwired the replicate
path/names.
I suspect you've altered the code for posting. If so, please post
your actual code.
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
.
- References:
- Back End replication error
- From: Elizabeth Lieb
- Back End replication error
- Prev by Date: Sync Failed; Record is Deleted -- Append Confusion
- Next by Date: Re: Sync Failed; Record is Deleted -- Append Confusion
- Previous by thread: Back End replication error
- Next by thread: Sync Failed; Record is Deleted -- Append Confusion
- Index(es):
Relevant Pages
|