Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Multiuser / Networking / May 2007

Tip: Looking for answers? Try searching our database.

Disk Or Network Error

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Vensia - 12 Mar 2007 18:06 GMT
Dear all,

My application is connected with the MDB file at Novell server.
When the application is running update query (around 2000 rows), I get error
message : disk or network error ?
How do I solve this problem ?
Thanks.

Vensia
Tony Toews [MVP] - 13 Mar 2007 07:23 GMT
>My application is connected with the MDB file at Novell server.
>When the application is running update query (around 2000 rows), I get error
>message : disk or network error ?

This almost always means a hardware error or some sort such as a
intermittently flaky network connection.  It might been a bad driver
of some sort but that shouldn't be an issue.

This is something fairly serious and needs to be looked at before it
leads to corruption in your database.

For more information on corruption including possible causes,
determining the offending PC, retrieving your data, links, official MS
KB articles and a list of vendors who state they can fix corruption
see the Microsoft Access Corruption FAQ at
http://www.granite.ab.ca/access/corruptmdbs.htm

Tony
Signature

Tony Toews, Microsoft Access MVP
  Please respond only in the newsgroups so that others can
read the entire thread of messages.
  Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

David W. Fenton - 16 Mar 2007 14:15 GMT
>>My application is connected with the MDB file at Novell server.
>>When the application is running update query (around 2000 rows), I
[quoted text clipped - 3 lines]
> intermittently flaky network connection.  It might been a bad
> driver of some sort but that shouldn't be an issue.

It can also be a software or configuration issue on the server.

Signature

David W. Fenton                  http://www.dfenton.com/
usenet at dfenton dot com    http://www.dfenton.com/DFA/

Tony Toews [MVP] - 21 Mar 2007 02:34 GMT
>>>My application is connected with the MDB file at Novell server.
>>>When the application is running update query (around 2000 rows), I
[quoted text clipped - 5 lines]
>
>It can also be a software or configuration issue on the server.

That's possible but I've never seen anything like that mentioned in
the newsgroups.

Tony
Signature

Tony Toews, Microsoft Access MVP
  Please respond only in the newsgroups so that others can
read the entire thread of messages.
  Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

Stefan Hoffmann - 21 Mar 2007 10:15 GMT
hi Tony,

>> It can also be a software or configuration issue on the server.
> That's possible but I've never seen anything like that mentioned in
> the newsgroups.
I once had this problem. There is a default caching pool per user...

mfG
--> stefan <--
Tony Toews [MVP] - 23 Mar 2007 00:52 GMT
>>> It can also be a software or configuration issue on the server.
>> That's possible but I've never seen anything like that mentioned in
>> the newsgroups.
>I once had this problem. There is a default caching pool per user...

I can't find anything using the keywords "default caching pool".  Is
there a KB article that talks about this?

Tony
Signature

Tony Toews, Microsoft Access MVP
  Please respond only in the newsgroups so that others can
read the entire thread of messages.
  Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

Stefan Hoffmann - 23 Mar 2007 10:12 GMT
hi Tony,

>> I once had this problem. There is a default caching pool per user...
> I can't find anything using the keywords "default caching pool".  Is
> there a KB article that talks about this?
I think it was

   Set Client File Caching Enabled = Off

which did the job.

mfG
--> stefan <--
Tony Toews [MVP] - 26 Mar 2007 02:33 GMT
>>> I once had this problem. There is a default caching pool per user...
>> I can't find anything using the keywords "default caching pool".  Is
>> there a KB article that talks about this?
>I think it was
>
>    Set Client File Caching Enabled = Off

Ah, that's the infamous OpLocks problem which was a problem on both MS
and Netware servers.   I didn't realize that it also had "Disk or
Network Errors."  Or I've forgotten.  <smile>

Tony
Signature

Tony Toews, Microsoft Access MVP
  Please respond only in the newsgroups so that others can
read the entire thread of messages.
  Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

David W. Fenton - 21 Mar 2007 16:40 GMT
>>>>My application is connected with the MDB file at Novell server.
>>>>When the application is running update query (around 2000 rows),
[quoted text clipped - 8 lines]
> That's possible but I've never seen anything like that mentioned
> in the newsgroups.

You obviously ignore my posts on the subject of corruption, where I
usually mention this. One of the things that happened with the
Exchange Server update that I've been talking about for the last ten
years <vbg> was that it screwed up the redirector that handles
serving up shared files. That can result in DISK OR NETWORK ERROR
(even though it didn't in the case where I was using it).

And, of course, network card drivers are software (though most folks
usually would put troubleshooting NIC drivers under the category of
hardware).

Signature

David W. Fenton                  http://www.dfenton.com/
usenet at dfenton dot com    http://www.dfenton.com/DFA/

Tony Toews [MVP] - 23 Mar 2007 00:53 GMT
>> That's possible but I've never seen anything like that mentioned
>> in the newsgroups.
>
>You obviously ignore my posts on the subject of corruption, where I
>usually mention this.

Well, I may be forgetful but I don't ignore your postings.

>One of the things that happened with the
>Exchange Server update that I've been talking about for the last ten
>years <vbg> was that it screwed up the redirector that handles
>serving up shared files. That can result in DISK OR NETWORK ERROR
>(even though it didn't in the case where I was using it).

I forget the details of that though.

>And, of course, network card drivers are software (though most folks
>usually would put troubleshooting NIC drivers under the category of
>hardware).

As would I.   There was definitely a problem back in Win 95/98 days
with one set of drivers.

Tony
Signature

Tony Toews, Microsoft Access MVP
  Please respond only in the newsgroups so that others can
read the entire thread of messages.
  Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm

David W. Fenton - 23 Mar 2007 14:54 GMT
>>And, of course, network card drivers are software (though most
>>folks usually would put troubleshooting NIC drivers under the
>>category of hardware).
>
> As would I.   There was definitely a problem back in Win 95/98
> days with one set of drivers.

That problem has not gone away. I've seen it under Win2K and WinXP.

Signature

David W. Fenton                  http://www.dfenton.com/
usenet at dfenton dot com    http://www.dfenton.com/DFA/

Heywould - 09 May 2007 00:14 GMT
Access MDB has no place in Windows 2000 or XP

move to ADP, kids

don't blame it on drivers, blame it on the database

ADP never has this problems

> >>And, of course, network card drivers are software (though most
> >>folks usually would put troubleshooting NIC drivers under the
[quoted text clipped - 4 lines]
>
> That problem has not gone away. I've seen it under Win2K and WinXP.
Stefan Hoffmann - 13 Mar 2007 11:32 GMT
hi,

> My application is connected with the MDB file at Novell server.
> When the application is running update query (around 2000 rows), I get error
> message : disk or network error ?
> How do I solve this problem ?
Depending on the Novell version: some file caching mechanism on your
server may trigger your error.

mfG
--> stefan <--
Vensia - 14 Mar 2007 03:35 GMT
Hello,

I try to run an update query (10 rows), the process is successful.
But if updating 2000 rows, I get error.
Thank for your information.

> hi,
>
[quoted text clipped - 7 lines]
> mfG
> --> stefan <--
Aaron Kempf - 27 Apr 2007 22:05 GMT
these MDB kids will _ALWAYS_ try to blame the disk or network whenever
something goes wrong

I strongly reccomend ignoring their MDB crap and moving to SQL Server

Access Data Projects _ROCK_

> Hello,
>
[quoted text clipped - 14 lines]
> > mfG
> > --> stefan <--
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.