Hi All,
Have been using db.synchronize for a month or so now with a client and no probs 'til now when the client got the file locking message, which I think I've narrowed down to the client having entered heaps of data to a replica then tried to sync and the whole thing went pear-shaped because there was too much hence the MaxLocksPerFile message.
I tried adding prior to the db.synchronize line
DAO.DBEngine.SetOption dbMaxLocksPerFile, 1000000
then this after the db.synchronize
DAO.DBEngine.SetOption dbMaxLocksPerFile, 9500
this got rid of the file locking message but now the client after about 10 minutes gets "Unregonised database format"
It seems to sync some but not all data
I initially thought it was a office 2007 service pack 1 problem ( I had it installed on one of my machines and not the new laptop which is faster and nicer), so I stopped using the nice new lappy and thought it would get rid of the Unrecogised message but to no avail.
Hope I'm makimg sense, it's gettin' late here in Oz, thank you
Kind regards,
rachael
Have been using db.synchronize for a month or so now with a client and no probs 'til now when the client got the file locking message, which I think I've narrowed down to the client having entered heaps of data to a replica then tried to sync and the whole thing went pear-shaped because there was too much hence the MaxLocksPerFile message.
I tried adding prior to the db.synchronize line
DAO.DBEngine.SetOption dbMaxLocksPerFile, 1000000
then this after the db.synchronize
DAO.DBEngine.SetOption dbMaxLocksPerFile, 9500
this got rid of the file locking message but now the client after about 10 minutes gets "Unregonised database format"
It seems to sync some but not all data
I initially thought it was a office 2007 service pack 1 problem ( I had it installed on one of my machines and not the new laptop which is faster and nicer), so I stopped using the nice new lappy and thought it would get rid of the Unrecogised message but to no avail.
Hope I'm makimg sense, it's gettin' late here in Oz, thank you
Kind regards,
rachael