Ask a Question related to Coldfusion Database Access, Design and Development.
-
dwd1 #1
access database issue
after upgrading to CF7 from cfmx one of my datasources (to an access database)
will no longer verify. the error that is thrown is as follows:
"The Microsoft Jet database engine cannot open the file '(unknown)'. It is
already opened exclusively by another user, or you need permission to view its
data."
the permissions on the file have not changed and the file is definitely not
opened exclusively by anyone - so is there something different about
permissions with cf7? the iusr_servername has full control of the file. is
ther another user that needs access?
dwd1 Guest
-
CF MX 6.1 Database Issue -URGENT
I've just installed the developer edition of CF MX 6.1 and CF Studio 5.0. I'm using MS SQL Server 2000 sp3. In order to set up a data source in CF... -
Oracle Database Lock Issue
Hi, I have a SQL statement that I execute obn Oracle 9i Database: select lnum from parolee Where lNUM='#trim(UCase(Form.fnum))#' FOR UPDATE... -
Database Connection ASP.NET Issue
Using DW MX 2004 on windows XP SP2, IIS, using ASP.NET, VB for code, Access 2000 DB, I create a OLE DB database connection using the connection... -
Database Connecting Issue
I am having an issue connecting to mySQL database from Dreamweaver. All the information is correct (server, user name, etc). However, I keep... -
Write Access to Access DataBase
I'm trying to update a Access Database from information gained from a ASPX page. The database will not update. I'm sure it is in some security... -
jdeline #2
Re: access database issue
Make sure no users are on the database and then delete it's .ldb file.
jdeline Guest
-
dwd1 #3
Re: access database issue
yes I already did that - i actually rebooted the server that houses the access
database so there isdefinitely no ldb file an i am positive that nobody else
had it open. so it leads me to believe it may be more so a permissions problem
but i just don't knwo what that problem is.
dwd1 Guest
-
paross1 #4
Re: access database issue
Could it be possible that when you upgraded to CF MX 7, you installed it under
a user account (like admin) that does not have permissions on the server that
"hosts" the Access database? Usually, if you use Access databases on servers
other than the ColdFusion server, you need to install ColdFusion under an
account that has read/write privileges on the server where the database file
lives. Just a thought.
Phil
paross1 Guest
-
dwd1 #5
Re: access database issue
i dont think thats it because i installed it logged in as myself. my username
is a member of the domain admins group which definitely has full access to the
file - i also went as far as to explicitly add my usernamewith full control and
it had no effect.
dwd1 Guest
-
paross1 #6
Re: access database issue
To be sure, you can check your CF processes in Services on the ColdFusion server to see if the Log On As is your ID, insead of LocalSystem, which would be the admin account.
Phil
paross1 Guest



Reply With Quote

