Re: ldb File and Sharing Violations (server Speed Issue?)
From: Bob Barrows [MVP] (reb01501_at_NOyahoo.SPAMcom)
Date: 01/24/05
- Next message: Jayhawktuba: "Re: ldb File and Sharing Violations (server Speed Issue?)"
- Previous message: Jayhawktuba: "Re: ldb File and Sharing Violations (server Speed Issue?)"
- In reply to: Jayhawktuba: "ldb File and Sharing Violations (server Speed Issue?)"
- Next in thread: Jayhawktuba: "Re: ldb File and Sharing Violations (server Speed Issue?)"
- Reply: Jayhawktuba: "Re: ldb File and Sharing Violations (server Speed Issue?)"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 14:37:52 -0500
Jayhawktuba wrote:
> We are migrating some asp based apps that use MS Access for the back
> end and we are getting lots of intermittent errors whenever quesries
> are made and whenever data is added or changed. the app is now on a
> server that is much much faster than before. Filemon is showing
> SHARING VIOLATION errors for .ldb files, but in many cases, despite
> the asp errors, the data is written to the database and the error
> messages are wrong. Could this be a case where the CPU speed on the
> server is too fast and is not allowing the database actvity to cease
> before continuing with the asp page?
No. This is usually a file perimissions problem. All users of the database
require Change/Modify authority for the folder containing the database.
> If so, is there any way of
> slowing the CPU down by way of asp code or should it be done from
> within IIS?
No.
> Yuo can gfo into the application pool properties and
> limit the amount of CPU or we can go in and put in some sort of sleep
> command after every SQL statement is executed.
>
Don't do that.
> Has anyone ever come across this
> it?
No
> and if so, what was done to resolve
Sharing issues are usually resolved by fixing permissions
-- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup.
- Next message: Jayhawktuba: "Re: ldb File and Sharing Violations (server Speed Issue?)"
- Previous message: Jayhawktuba: "Re: ldb File and Sharing Violations (server Speed Issue?)"
- In reply to: Jayhawktuba: "ldb File and Sharing Violations (server Speed Issue?)"
- Next in thread: Jayhawktuba: "Re: ldb File and Sharing Violations (server Speed Issue?)"
- Reply: Jayhawktuba: "Re: ldb File and Sharing Violations (server Speed Issue?)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|