0
Community Beginner
,
/t5/dreamweaver-discussions/access-db-setup/td-p/846458
Dec 11, 2008
Dec 11, 2008
Copy link to clipboard
Copied
Hello,
I've walked thru de Dreamweaver article "Setting up an ASP development environment for Dreamweaver" successfully. However I get an error message when I want to view a simple database call.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] 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.
/spxcrm/timetest.asp, line 9
I have administrator rights.
What could it be? I can't wait to get going with a nice application, but I'm stranded in the beginning. Please help me out here.
Thanks,
Paul
I've walked thru de Dreamweaver article "Setting up an ASP development environment for Dreamweaver" successfully. However I get an error message when I want to view a simple database call.
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] 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.
/spxcrm/timetest.asp, line 9
I have administrator rights.
What could it be? I can't wait to get going with a nice application, but I'm stranded in the beginning. Please help me out here.
Thanks,
Paul
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Community Beginner
,
Dec 11, 2008
Dec 11, 2008
Thanks! Did as you said and it worked right away.
LEGEND
,
/t5/dreamweaver-discussions/access-db-setup/m-p/846459#M165356
Dec 11, 2008
Dec 11, 2008
Copy link to clipboard
Copied
Have not done access since using text book examples but I
recall having
that probem when I had Access open at the same time as DW.
that probem when I had Access open at the same time as DW.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/access-db-setup/m-p/846460#M165357
Dec 11, 2008
Dec 11, 2008
Copy link to clipboard
Copied
PaulTest wrote:
> Hello,
>
> I've walked thru de Dreamweaver article "Setting up an ASP development
> environment for Dreamweaver" successfully. However I get an error message when
> I want to view a simple database call.
>
> HTTP 500.100 - Internal Server Error - ASP error
> Internet Information Services
>
>
> --------------------------------------------------------------------------------
>
> Technical Information (for support personnel)
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] 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.
> /spxcrm/timetest.asp, line 9
>
> I have administrator rights.
> What could it be? I can't wait to get going with a nice application, but I'm
> stranded in the beginning. Please help me out here.
>
> Thanks,
>
> Paul
Paul, its not you who needs administrator rights, its the user account
that IIS uses that needs read/write access to the file/folder. Its
generally called iusr_computername (replace computername with your
computers name).
You will also find what once the file is in use by IIS, if you have the
file open and then IIS tries to access it, you may get the same error,
as you create a lock file which is hidden, that prevents IIS from
accessing it.
Dooza
--
Posting Guidelines
http://www.adobe.com/support/forums/guidelines.html
How To Ask Smart Questions
http://www.catb.org/esr/faqs/smart-questions.html
> Hello,
>
> I've walked thru de Dreamweaver article "Setting up an ASP development
> environment for Dreamweaver" successfully. However I get an error message when
> I want to view a simple database call.
>
> HTTP 500.100 - Internal Server Error - ASP error
> Internet Information Services
>
>
> --------------------------------------------------------------------------------
>
> Technical Information (for support personnel)
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] 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.
> /spxcrm/timetest.asp, line 9
>
> I have administrator rights.
> What could it be? I can't wait to get going with a nice application, but I'm
> stranded in the beginning. Please help me out here.
>
> Thanks,
>
> Paul
Paul, its not you who needs administrator rights, its the user account
that IIS uses that needs read/write access to the file/folder. Its
generally called iusr_computername (replace computername with your
computers name).
You will also find what once the file is in use by IIS, if you have the
file open and then IIS tries to access it, you may get the same error,
as you create a lock file which is hidden, that prevents IIS from
accessing it.
Dooza
--
Posting Guidelines
http://www.adobe.com/support/forums/guidelines.html
How To Ask Smart Questions
http://www.catb.org/esr/faqs/smart-questions.html
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
PaulTest
AUTHOR
Community Beginner
,
/t5/dreamweaver-discussions/access-db-setup/m-p/846462#M165359
Dec 11, 2008
Dec 11, 2008
Copy link to clipboard
Copied
Thanks! Did as you said and it worked right away.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
PaulTest
AUTHOR
Community Beginner
,
/t5/dreamweaver-discussions/access-db-setup/m-p/846463#M165360
Dec 11, 2008
Dec 11, 2008
Copy link to clipboard
Copied
Thanks! Did as you said and it worked right away.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Beginner
,
/t5/dreamweaver-discussions/access-db-setup/m-p/846464#M165361
Dec 11, 2008
Dec 11, 2008
Copy link to clipboard
Copied
Thanks! Did as you said and it worked right away.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/dreamweaver-discussions/access-db-setup/m-p/846465#M165362
Dec 12, 2008
Dec 12, 2008
Copy link to clipboard
Copied
PaulTest wrote:
> Thanks! Did as you said and it worked right away.
Thats great!
Dooza
--
Posting Guidelines
http://www.adobe.com/support/forums/guidelines.html
How To Ask Smart Questions
http://www.catb.org/esr/faqs/smart-questions.html
> Thanks! Did as you said and it worked right away.
Thats great!
Dooza
--
Posting Guidelines
http://www.adobe.com/support/forums/guidelines.html
How To Ask Smart Questions
http://www.catb.org/esr/faqs/smart-questions.html
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
/t5/dreamweaver-discussions/access-db-setup/m-p/846461#M165358
Dec 11, 2008
Dec 11, 2008
Copy link to clipboard
Copied
http://www.adobe.com/go/tn_14476
--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com
"PaulTest" <webforumsuser@macromedia.com> wrote in message news:ghr6g4$6mo$1@forums.macromedia.com...
> Hello,
>
> I've walked thru de Dreamweaver article "Setting up an ASP development
> environment for Dreamweaver" successfully. However I get an error message when
> I want to view a simple database call.
>
> HTTP 500.100 - Internal Server Error - ASP error
> Internet Information Services
>
>
> --------------------------------------------------------------------------------
>
> Technical Information (for support personnel)
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] 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.
> /spxcrm/timetest.asp, line 9
>
> I have administrator rights.
> What could it be? I can't wait to get going with a nice application, but I'm
> stranded in the beginning. Please help me out here.
>
> Thanks,
>
> Paul
>
>
--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Adobe Certified Expert - Dreamweaver CS3
Adobe Certified Expert - ColdFusion 8
Fordwebs, LLC
http://www.fordwebs.com
http://www.cfnoob.com
"PaulTest" <webforumsuser@macromedia.com> wrote in message news:ghr6g4$6mo$1@forums.macromedia.com...
> Hello,
>
> I've walked thru de Dreamweaver article "Setting up an ASP development
> environment for Dreamweaver" successfully. However I get an error message when
> I want to view a simple database call.
>
> HTTP 500.100 - Internal Server Error - ASP error
> Internet Information Services
>
>
> --------------------------------------------------------------------------------
>
> Technical Information (for support personnel)
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [Microsoft][ODBC Microsoft Access Driver] 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.
> /spxcrm/timetest.asp, line 9
>
> I have administrator rights.
> What could it be? I can't wait to get going with a nice application, but I'm
> stranded in the beginning. Please help me out here.
>
> Thanks,
>
> Paul
>
>
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

