Connecting Tech Pros Worldwide Help | Site Map

Access 97 - Multiuser problem

  #1  
Old November 13th, 2005, 09:57 AM
Yannick Turgeon
Guest
 
Posts: n/a
Hello all,

We are using A97-SR2 and XP.

The problem is (simplified):
- We've got an A97 db (say "a97.mdb") on a file server (say "S").
- Many persons need to access this database at a same time (say "P1", "P2"
and "P3")
- P3 is different from P1 and P2 only in the fact that he is in the
administrators group on his PC.
- P1 and P2 can only open the a97.mdb if nobody has opened it (including
themselve: they cannot open it twice at the same time)
- P3 can open a97.mdb at any time without restriction.
- If P1 or P2 open a97.mdb the P3 open it, they can continue to work without
any problem.
- No error message is generated, nor at screen neighter in the system or
application log. Nothing is appening. Double-clique the file... nothing.
- P1, P2 and P3 have write/exec/read on both the a97.mdb file and the
directory where it is stored.
- As expected, a97.ldb is always created when one of them open a97.mdb for
the first time.

Well. I hope it's clear. Anybody can tell me how to solve this problem, and
give concurrent access to the DB?

Thanks

Yannick


  #2  
Old November 13th, 2005, 09:57 AM
Douglas J. Steele
Guest
 
Posts: n/a

re: Access 97 - Multiuser problem


P1 and P2 don't have their default set to open exclusively, do they? Check
the Advanced tab under Tools | Options.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"Yannick Turgeon" <nobody@nowhere.com> wrote in message
news:B8B7e.5471$MZ2.805401@news20.bellglobal.com.. .[color=blue]
> Hello all,
>
> We are using A97-SR2 and XP.
>
> The problem is (simplified):
> - We've got an A97 db (say "a97.mdb") on a file server (say "S").
> - Many persons need to access this database at a same time (say "P1", "P2"
> and "P3")
> - P3 is different from P1 and P2 only in the fact that he is in the
> administrators group on his PC.
> - P1 and P2 can only open the a97.mdb if nobody has opened it (including
> themselve: they cannot open it twice at the same time)
> - P3 can open a97.mdb at any time without restriction.
> - If P1 or P2 open a97.mdb the P3 open it, they can continue to work
> without any problem.
> - No error message is generated, nor at screen neighter in the system or
> application log. Nothing is appening. Double-clique the file... nothing.
> - P1, P2 and P3 have write/exec/read on both the a97.mdb file and the
> directory where it is stored.
> - As expected, a97.ldb is always created when one of them open a97.mdb for
> the first time.
>
> Well. I hope it's clear. Anybody can tell me how to solve this problem,
> and give concurrent access to the DB?
>
> Thanks
>
> Yannick
>[/color]


  #3  
Old November 13th, 2005, 09:57 AM
Keith
Guest
 
Posts: n/a

re: Access 97 - Multiuser problem


Are they all trying to open the same mdb file on a server? You might want
to consider splitting the db into front and back ends and giving each user
their own front end. Also, all users need read/write/execute/delete
permissions to the parent folder.

HTH - Keith.
www.keithwilby.com

"Yannick Turgeon" <nobody@nowhere.com> wrote in message
news:B8B7e.5471$MZ2.805401@news20.bellglobal.com.. .[color=blue]
> Hello all,
>
> We are using A97-SR2 and XP.
>
> The problem is (simplified):
> - We've got an A97 db (say "a97.mdb") on a file server (say "S").
> - Many persons need to access this database at a same time (say "P1", "P2"
> and "P3")
> - P3 is different from P1 and P2 only in the fact that he is in the
> administrators group on his PC.
> - P1 and P2 can only open the a97.mdb if nobody has opened it (including
> themselve: they cannot open it twice at the same time)
> - P3 can open a97.mdb at any time without restriction.
> - If P1 or P2 open a97.mdb the P3 open it, they can continue to work
> without any problem.
> - No error message is generated, nor at screen neighter in the system or
> application log. Nothing is appening. Double-clique the file... nothing.
> - P1, P2 and P3 have write/exec/read on both the a97.mdb file and the
> directory where it is stored.
> - As expected, a97.ldb is always created when one of them open a97.mdb for
> the first time.
>
> Well. I hope it's clear. Anybody can tell me how to solve this problem,
> and give concurrent access to the DB?
>
> Thanks
>
> Yannick
>[/color]


  #4  
Old November 13th, 2005, 09:58 AM
Yannick Turgeon
Guest
 
Posts: n/a

re: Access 97 - Multiuser problem


Well, I solved the problem addind "S" IP to the "Trusted sites" list:
http://windowsxp.mvps.org/networkfile.htm

I don't really know why it's working. When P1 and P2 were opening a97.mdb,
they was getting a warning message, not P3. We've got use of it. Probably
this security check was causing some kind of error when trying to open an
already opened db.

Thanks to those who replied.

Yannick


"Yannick Turgeon" <nobody@nowhere.com> wrote in message
news:B8B7e.5471$MZ2.805401@news20.bellglobal.com.. .[color=blue]
> Hello all,
>
> We are using A97-SR2 and XP.
>
> The problem is (simplified):
> - We've got an A97 db (say "a97.mdb") on a file server (say "S").
> - Many persons need to access this database at a same time (say "P1", "P2"
> and "P3")
> - P3 is different from P1 and P2 only in the fact that he is in the
> administrators group on his PC.
> - P1 and P2 can only open the a97.mdb if nobody has opened it (including
> themselve: they cannot open it twice at the same time)
> - P3 can open a97.mdb at any time without restriction.
> - If P1 or P2 open a97.mdb the P3 open it, they can continue to work
> without any problem.
> - No error message is generated, nor at screen neighter in the system or
> application log. Nothing is appening. Double-clique the file... nothing.
> - P1, P2 and P3 have write/exec/read on both the a97.mdb file and the
> directory where it is stored.
> - As expected, a97.ldb is always created when one of them open a97.mdb for
> the first time.
>
> Well. I hope it's clear. Anybody can tell me how to solve this problem,
> and give concurrent access to the DB?
>
> Thanks
>
> Yannick
>[/color]


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access 97 Problem: only one printer shown in the printer screen jay answers 1 December 21st, 2005 06:05 PM
Is MS Access 97 16 bit? MM answers 9 November 13th, 2005 10:59 AM
Record Limit in Access 97 bdotson@gmail.com answers 4 November 13th, 2005 07:33 AM
Access 97 Problem with hyper links Joseph S. answers 0 November 13th, 2005 05:15 AM
MS Access 97 - Forcing an Update Just_Buy answers 1 November 12th, 2005 06:21 PM