Re: Problems with MS Access data source
From: Jeff Cochran (jcochran.nospam_at_naplesgov.com)
Date: 07/15/03
- Next message: Chris James: "Multiple domains on a single server"
- Previous message: amos: "internet"
- In reply to: Dmitry Korolyov: "Re: Problems with MS Access data source"
- Next in thread: Dmitry Korolyov: "Re: Problems with MS Access data source"
- Reply: Dmitry Korolyov: "Re: Problems with MS Access data source"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 15 Jul 2003 14:10:02 GMT
On Tue, 15 Jul 2003 02:25:50 +0400, "Dmitry Korolyov"
<d__k@nospamformorons.mail.ru> wrote:
>Yes, I did check everything. File system permissions both for the website
>itself and the database (mdb file) are very easy to check and veryfy that
>they are the same on both systems.
Same on both systems or correct for Server 2003?
>System DSNs are configured exactly in the same manner on both systems. This
>can be easily verified as well.
Okay, so you're using ODBC then instead of OLEDB. Does your ODBC work
if you use a client such as Access to attach to the database?
>Talking about "Locked down" state of IIS, I see no problem here. Both web
>servers are configured to user intergated windows authentication and do not
>allow anynomous connections. There may be other differences, but I do not
>see how they would affect ODBC connectivity. Web app does not use ISAPI
>filters or anything. Since my original post we narrowed it down to
>performing a single select statement, and the problem still exist.
In other words it works for everything but that SELECT statement?
Post the SELECT statement. And do a Response.Write of the SQL
statement to see what's actually getting sent.
>In other words, I would not suggest looking into general IIS troubleshooting
>part - because it does work fine on IIS 5.0.
Again, IIS6 is *not* IIS5. I have an oil filter that worked fine on
my Pinto, but doesn't seem to work on my Mazda. Troubleshoot the
current setup, not the old one.
>And the reference says nothing
>about how "locked down" configuration of IIS 6.0 may affect database
>connectivity - it simply knows nothing about IIS 6.0 existense.
I'm getting to feel sorry I ever tried to help here. Is your
application a .NET app, straight ASP or something else? Have you
tried a very basic connection, then the SELECT statement? Have you
tried an OLEDB connection instead of the ODBC?
The error you posted is almost always a permissions error. With
Access, it could be an exclusive lock, such as having Access or VS.NET
open on the server, it could be file permissions, it could be Temp
file creation, it could be the ODBC key in the registry, it could be
Access security or it could be the specific code you use. Make sure
you're configuring permissions according to the account the app is
running under, which may or may not be the logged in user.
Jeff
Jeff
- Next message: Chris James: "Multiple domains on a single server"
- Previous message: amos: "internet"
- In reply to: Dmitry Korolyov: "Re: Problems with MS Access data source"
- Next in thread: Dmitry Korolyov: "Re: Problems with MS Access data source"
- Reply: Dmitry Korolyov: "Re: Problems with MS Access data source"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|