1’st myself converted embedded database into Split database.
Then tried for Server mode is where the data is in one location accessible to multiple users.
i used this guideline as below link
https://forum.openoffice.org/en/forum/viewtopic.php?p=257585
used pre configured mydb.server.odb for Server Mode
In my network three computer suppose A, B, C(Database stored at A)
with server.START.bat open mydb.server.odb for A or B or C then it’s work’s fine
when single accessed database from A or B or C then it’s work’s fine.
Suppose database access from B when same time when accessing from C
shows error —>>Database lock acquisition failure: lockFile: org.hsqldb.persist.LockFile
when any single computer in network used then ok but when another computer tried to multi access to database
then above error shows
so pleases guide where i am doing wrong.