Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Intermittent errors on multi-user system

 
   Database Forums (Home) -> Visual Basic -> DAO RSS
Next:  User connection problem; tried everything  
Author Message
rhonda.scheurer

External


Since: Dec 09, 2007
Posts: 2



(Msg. 1) Posted: Sun Dec 09, 2007 11:28 am
Post subject: Intermittent errors on multi-user system
Archived from groups: microsoft>public>vb>database>dao (more info?)

I work on a multi-user system which has been in production use at
several sites for years. The database MDB lives on a server, and the
MDE file is run from each user's workstation with tables linked to the
database MDB on the server.

One (and only one) of the sites has recently started experiencing
intermittent database errors. It happens completely randomly (to all
appearances, anyway) - not related to any specific user, nor to the
number of users on at once, nor to a specific line of code, nor to the
amount of network traffic.

The errors received are quite standard and familiar to all/most of us:
- Unrecognized database format
- You do not have the necessary permissions to use...

The users have been hitting enter to clear the error message and then
proceeding - with the database being fine after the error with no
intervention (ie. to clear locks or repair the db).

This has not only me stymied, but also the tecchie-guru-god-guy that I
work with. Any suggestions or comments or advice would be HUGELY
appreciated.

 >> Stay informed about: Intermittent errors on multi-user system 
Back to top
Login to vote
Ralph

External


Since: Jun 25, 2005
Posts: 348



(Msg. 2) Posted: Sun Dec 09, 2007 10:36 pm
Post subject: Re: Intermittent errors on multi-user system [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote in message

> I work on a multi-user system which has been in production use at
> several sites for years. The database MDB lives on a server, and the
> MDE file is run from each user's workstation with tables linked to the
> database MDB on the server.
>
> One (and only one) of the sites has recently started experiencing
> intermittent database errors. It happens completely randomly (to all
> appearances, anyway) - not related to any specific user, nor to the
> number of users on at once, nor to a specific line of code, nor to the
> amount of network traffic.
>
> The errors received are quite standard and familiar to all/most of us:
> - Unrecognized database format
> - You do not have the necessary permissions to use...
>
> The users have been hitting enter to clear the error message and then
> proceeding - with the database being fine after the error with no
> intervention (ie. to clear locks or repair the db).
>
> This has not only me stymied, but also the tecchie-guru-god-guy that I
> work with. Any suggestions or comments or advice would be HUGELY
> appreciated.

I hate intermittent errors. One would always prefer a good old fashion
system crashing GPF. They are easier to find and repair. <g>

All these errors sound like a problem with the "wire". Duh. <g> One has to
have full permissions on the mdb folder. Apparently Jet/Provider/Driver (ado
or dao) are losing it. The problem is trying to locate it by long distance.
One factor in your favor is it appears to be a "site" problem. Can you put
someone on-site? I bet a little investigation of the local net/lan and you
will be able to isolate the problem.

You might find something here. Always worth a read if you haven't yet. <g>
http://support.microsoft.com/kb/303528/

hth
-ralph

 >> Stay informed about: Intermittent errors on multi-user system 
Back to top
Login to vote
rhonda.scheurer

External


Since: Dec 09, 2007
Posts: 2



(Msg. 3) Posted: Mon Dec 10, 2007 6:35 am
Post subject: Re: Intermittent errors on multi-user system [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Dec 9, 9:36 pm, "Ralph" wrote:
> wrote in message
>
>
>
>
>
>
>
> > I work on a multi-user system which has been in production use at
> > several sites for years. The database MDB lives on a server, and the
> > MDE file is run from each user's workstation with tables linked to the
> > database MDB on the server.
>
> > One (and only one) of the sites has recently started experiencing
> > intermittent database errors. It happens completely randomly (to all
> > appearances, anyway) - not related to any specific user, nor to the
> > number of users on at once, nor to a specific line of code, nor to the
> > amount of network traffic.
>
> > The errors received are quite standard and familiar to all/most of us:
> > - Unrecognized database format
> > - You do not have the necessary permissions to use...
>
> > The users have been hitting enter to clear the error message and then
> > proceeding - with the database being fine after the error with no
> > intervention (ie. to clear locks or repair the db).
>
> > This has not only me stymied, but also the tecchie-guru-god-guy that I
> > work with. Any suggestions or comments or advice would be HUGELY
> > appreciated.
>
> I hate intermittent errors. One would always prefer a good old fashion
> system crashing GPF. They are easier to find and repair. <g>
>
> All these errors sound like a problem with the "wire". Duh. <g> One has to
> have full permissions on the mdb folder. Apparently Jet/Provider/Driver (ado
> or dao) are losing it. The problem is trying to locate it by long distance.
> One factor in your favor is it appears to be a "site" problem. Can you put
> someone on-site? I bet a little investigation of the local net/lan and you
> will be able to isolate the problem.
>
> You might find something here. Always worth a read if you haven't yet. <g>http://support.microsoft.com/kb/303528/
>
> hth
> -ralph- Hide quoted text -
>
> - Show quoted text -

Thank you so much. Even having something new to investigate puts us
further ahead than we were yesterday. Any other thoughts/suggestions
out there?
Smile
Rhonda
 >> Stay informed about: Intermittent errors on multi-user system 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Add User to Group - Invalid Operation - When trying to add a user to a group I get the following error when calling this method dbGroup.Users.Append(dbUser). Invalid Operation FYI: Using DAO 3.6 This is very frustrating. I have tried many ways to do this with no luck. However I am able to...

Opening a database with user security - Hello, What is the correct way to open an Access database with user security? I can't seem to get the connect string right in the OpenDatabase method. The database has a a UserID =DBAdmin and no password. Thanks Jonathan

strange! vb6+access2002 - I have a mdb called treesy.mdb.There is a table,named transcipt with three fields:serial_no, eng,sound serial_no:1-10 (10 numbers) eng: 1.The movie has been on for 15 minutes, madam.@ 2.Oh, my god!@ It's 7:45 now!@ 3.Is Helen coming?@ It¡¯s 6:50 now.@..

Authentication Error??? - Ok so heres the code.. for some reason I kept getting the no permissions message, so I attempted to add the access workgroup file. Now I get the "Authentication Failed" message. This is a secure database. HELP.. I know I'm writing (adding) som...

Database Access Crashes on Windows 2003 Terminal Server - I have been running a Microsoft Access 97 application on Windows 2003 Terminal Server for almost a year now, with no problems. About two weeks ago, I started to get the following errors in my event log: Application Error; EventID: 1000 Faulting..
   Database Forums (Home) -> Visual Basic -> DAO All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]