473,406 Members | 2,954 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

JET error in interdev debug only (DCOM error?)

hi,

When I open the connection to a JET database, I get 80004005 "unknown
error". I know, it's usually permission problem, but I added all users to
the db directory, and have this error only if I debug the application:
(environment: "celan" w2000prof, interdev server, all patches.)

here are the steps from the begining to produce the symptoms:

1) I create "temp" directory under wwwroot, contains "temp.asp" and the mdb
file. (TEST result in browser: successfully opens the db!)

2) right click in IIS mmc on "temp", select "Config server extensions", type
the name as "temp". (TEST result in browser: successfully opens the db!)

3) start Interdev. New project, connect to server, to "temp". Run with
debug. Type the username and password to the login window first time
(administrator, blank)
TEST result in browser: Microsoft JET Database Engine (0x80004005) Unknown
error. But debugging at least works:), i can watch variables, etc, just JET
confused. Maybe also there are some permission problem? (I'm afraid not at
file system level, because i tried everything. Maybe something in DCOM
configuration?)

As I installed Interdev Server, maybe debugger was set correctly, but I
checked it by the article
(http://support.microsoft.com/default...b;en-us;258929) also, and
found it OK.

waiting your helps,
Zoltan
Jul 19 '05 #1
7 1715
here are the screenshots:

www.optinfo.hu/helpme (debug error)

Zoltan
Jul 19 '05 #2
As a test, try adding the IWAM user to the admin group.

Jeff

"SÁRINGER Zoltán" <ke************************@freemail.hu> wrote in message
news:#5**************@TK2MSFTNGP10.phx.gbl...
hi,

When I open the connection to a JET database, I get 80004005 "unknown
error". I know, it's usually permission problem, but I added all users to
the db directory, and have this error only if I debug the application:
(environment: "celan" w2000prof, interdev server, all patches.)

here are the steps from the begining to produce the symptoms:

1) I create "temp" directory under wwwroot, contains "temp.asp" and the mdb file. (TEST result in browser: successfully opens the db!)

2) right click in IIS mmc on "temp", select "Config server extensions", type the name as "temp". (TEST result in browser: successfully opens the db!)

3) start Interdev. New project, connect to server, to "temp". Run with
debug. Type the username and password to the login window first time
(administrator, blank)
TEST result in browser: Microsoft JET Database Engine (0x80004005) Unknown
error. But debugging at least works:), i can watch variables, etc, just JET confused. Maybe also there are some permission problem? (I'm afraid not at
file system level, because i tried everything. Maybe something in DCOM
configuration?)

As I installed Interdev Server, maybe debugger was set correctly, but I
checked it by the article
(http://support.microsoft.com/default...b;en-us;258929) also, and
found it OK.

waiting your helps,
Zoltan

Jul 19 '05 #3
I added IUSR_, IWAM_ to admin group, "of course", nothing happened.
The problem's source exactly the process what interdev does when setup for
debugging (creating component for the web application) Until this component
exists, the error exists too, doesnt matter interdev runs or not.

If I remove that component (in IIS, I remove the "application"), it will
work again.

Do you have some tips how to find out what are these changes?? (registry,
file settings, i heard about some Norton's "tracker" product..)

"Jeff Dillon" <je**@removeemergencyreporting.com> az alábbiakat írta a
következo üzenetben news:%2****************@tk2msftngp13.phx.gbl...
As a test, try adding the IWAM user to the admin group.

Jeff

"SÁRINGER Zoltán" <ke************************@freemail.hu> wrote in message news:#5**************@TK2MSFTNGP10.phx.gbl...
hi,

When I open the connection to a JET database, I get 80004005 "unknown
error". I know, it's usually permission problem, but I added all users to the db directory, and have this error only if I debug the application:
(environment: "celan" w2000prof, interdev server, all patches.)

here are the steps from the begining to produce the symptoms:

1) I create "temp" directory under wwwroot, contains "temp.asp" and the

mdb
file. (TEST result in browser: successfully opens the db!)

2) right click in IIS mmc on "temp", select "Config server extensions",

type
the name as "temp". (TEST result in browser: successfully opens the db!)

3) start Interdev. New project, connect to server, to "temp". Run with
debug. Type the username and password to the login window first time
(administrator, blank)
TEST result in browser: Microsoft JET Database Engine (0x80004005) Unknown error. But debugging at least works:), i can watch variables, etc, just

JET
confused. Maybe also there are some permission problem? (I'm afraid not at file system level, because i tried everything. Maybe something in DCOM
configuration?)

As I installed Interdev Server, maybe debugger was set correctly, but I
checked it by the article
(http://support.microsoft.com/default...b;en-us;258929) also, and found it OK.

waiting your helps,
Zoltan


Jul 19 '05 #4

Hello Jeff,

you are right. when I deleted and RE-CREATED the component by Interdev
(after I added all internet user to administrators), it worked.. thank you,
this had took 2 days from my life.
Zoltan
"Jeff Dillon" <je**@removeemergencyreporting.com> az alábbiakat írta a
következo üzenetben news:%2****************@tk2msftngp13.phx.gbl...
As a test, try adding the IWAM user to the admin group.

Jeff

"SÁRINGER Zoltán" <ke************************@freemail.hu> wrote in message news:#5**************@TK2MSFTNGP10.phx.gbl...
hi,

When I open the connection to a JET database, I get 80004005 "unknown
error". I know, it's usually permission problem, but I added all users to the db directory, and have this error only if I debug the application:
(environment: "celan" w2000prof, interdev server, all patches.)

here are the steps from the begining to produce the symptoms:

1) I create "temp" directory under wwwroot, contains "temp.asp" and the

mdb
file. (TEST result in browser: successfully opens the db!)

2) right click in IIS mmc on "temp", select "Config server extensions",

type
the name as "temp". (TEST result in browser: successfully opens the db!)

3) start Interdev. New project, connect to server, to "temp". Run with
debug. Type the username and password to the login window first time
(administrator, blank)
TEST result in browser: Microsoft JET Database Engine (0x80004005) Unknown error. But debugging at least works:), i can watch variables, etc, just

JET
confused. Maybe also there are some permission problem? (I'm afraid not at file system level, because i tried everything. Maybe something in DCOM
configuration?)

As I installed Interdev Server, maybe debugger was set correctly, but I
checked it by the article
(http://support.microsoft.com/default...b;en-us;258929) also, and found it OK.

waiting your helps,
Zoltan


Jul 19 '05 #5
It's not quite good idea to put IUSR or IWAM user to administrators group,
concerning security.
80004005 error might have to do something with permissions in registry.

Dusan

"SÁRINGER Zoltán" <as**@asdf.hu> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...

Hello Jeff,

you are right. when I deleted and RE-CREATED the component by Interdev
(after I added all internet user to administrators), it worked.. thank
you,
this had took 2 days from my life.
Zoltan
"Jeff Dillon" <je**@removeemergencyreporting.com> az alábbiakat írta a
következo üzenetben news:%2****************@tk2msftngp13.phx.gbl...
As a test, try adding the IWAM user to the admin group.

Jeff

"SÁRINGER Zoltán" <ke************************@freemail.hu> wrote in

message
news:#5**************@TK2MSFTNGP10.phx.gbl...
> hi,
>
> When I open the connection to a JET database, I get 80004005 "unknown
> error". I know, it's usually permission problem, but I added all users to > the db directory, and have this error only if I debug the application:
> (environment: "celan" w2000prof, interdev server, all patches.)
>
> here are the steps from the begining to produce the symptoms:
>
> 1) I create "temp" directory under wwwroot, contains "temp.asp" and the

mdb
> file. (TEST result in browser: successfully opens the db!)
>
> 2) right click in IIS mmc on "temp", select "Config server extensions",

type
> the name as "temp". (TEST result in browser: successfully opens the
> db!)
>
> 3) start Interdev. New project, connect to server, to "temp". Run with
> debug. Type the username and password to the login window first time
> (administrator, blank)
> TEST result in browser: Microsoft JET Database Engine (0x80004005) Unknown > error. But debugging at least works:), i can watch variables, etc, just

JET
> confused. Maybe also there are some permission problem? (I'm afraid not at > file system level, because i tried everything. Maybe something in DCOM
> configuration?)
>
> As I installed Interdev Server, maybe debugger was set correctly, but I
> checked it by the article
> (http://support.microsoft.com/default...b;en-us;258929) also, and > found it OK.
>
> waiting your helps,
> Zoltan
>
>



Jul 19 '05 #6
Ok "of course" I was assuming the vid debugger or specific IIS application
runs under the IWAM account, so it might be a permissions problem. I have
other ideas to offer, but will pass at this point.

Jeff

"asdf" <as**@asdf.hu> wrote in message
news:OU**************@tk2msftngp13.phx.gbl...
I added IUSR_, IWAM_ to admin group, "of course", nothing happened.
The problem's source exactly the process what interdev does when setup for
debugging (creating component for the web application) Until this component exists, the error exists too, doesnt matter interdev runs or not.

If I remove that component (in IIS, I remove the "application"), it will
work again.

Do you have some tips how to find out what are these changes?? (registry,
file settings, i heard about some Norton's "tracker" product..)

"Jeff Dillon" <je**@removeemergencyreporting.com> az alábbiakat írta a
következo üzenetben news:%2****************@tk2msftngp13.phx.gbl...
As a test, try adding the IWAM user to the admin group.

Jeff

"SÁRINGER Zoltán" <ke************************@freemail.hu> wrote in message
news:#5**************@TK2MSFTNGP10.phx.gbl...
hi,

When I open the connection to a JET database, I get 80004005 "unknown
error". I know, it's usually permission problem, but I added all users to the db directory, and have this error only if I debug the application:
(environment: "celan" w2000prof, interdev server, all patches.)

here are the steps from the begining to produce the symptoms:

1) I create "temp" directory under wwwroot, contains "temp.asp" and the
mdb
file. (TEST result in browser: successfully opens the db!)

2) right click in IIS mmc on "temp", select "Config server
extensions",
type
the name as "temp". (TEST result in browser: successfully opens the
db!)
3) start Interdev. New project, connect to server, to "temp". Run with
debug. Type the username and password to the login window first time
(administrator, blank)
TEST result in browser: Microsoft JET Database Engine (0x80004005)

Unknown error. But debugging at least works:), i can watch variables, etc, just JET
confused. Maybe also there are some permission problem? (I'm afraid
not at file system level, because i tried everything. Maybe something in DCOM
configuration?)

As I installed Interdev Server, maybe debugger was set correctly, but
I checked it by the article
(http://support.microsoft.com/default...b;en-us;258929) also,

and found it OK.

waiting your helps,
Zoltan



Jul 19 '05 #7
Agreed, and why I said "as a test". It simply and quickly determines if it
is a permissions problem, you then remove the account from the admin group,
and act accordingly.

"Dusan Kosaric" <du***********@siol.com> wrote in message
news:rt******************@news.siol.net...
It's not quite good idea to put IUSR or IWAM user to administrators group,
concerning security.
80004005 error might have to do something with permissions in registry.

Dusan

"SÁRINGER Zoltán" <as**@asdf.hu> wrote in message
news:%2***************@TK2MSFTNGP11.phx.gbl...

Hello Jeff,

you are right. when I deleted and RE-CREATED the component by Interdev
(after I added all internet user to administrators), it worked.. thank
you,
this had took 2 days from my life.
Zoltan
"Jeff Dillon" <je**@removeemergencyreporting.com> az alábbiakat írta a
következo üzenetben news:%2****************@tk2msftngp13.phx.gbl...
As a test, try adding the IWAM user to the admin group.

Jeff

"SÁRINGER Zoltán" <ke************************@freemail.hu> wrote in

message
news:#5**************@TK2MSFTNGP10.phx.gbl...
> hi,
>
> When I open the connection to a JET database, I get 80004005 "unknown
> error". I know, it's usually permission problem, but I added all users
to
> the db directory, and have this error only if I debug the
application: > (environment: "celan" w2000prof, interdev server, all patches.)
>
> here are the steps from the begining to produce the symptoms:
>
> 1) I create "temp" directory under wwwroot, contains "temp.asp" and the mdb
> file. (TEST result in browser: successfully opens the db!)
>
> 2) right click in IIS mmc on "temp", select "Config server extensions", type
> the name as "temp". (TEST result in browser: successfully opens the
> db!)
>
> 3) start Interdev. New project, connect to server, to "temp". Run with > debug. Type the username and password to the login window first time
> (administrator, blank)
> TEST result in browser: Microsoft JET Database Engine (0x80004005)

Unknown
> error. But debugging at least works:), i can watch variables, etc, just JET
> confused. Maybe also there are some permission problem? (I'm afraid not at
> file system level, because i tried everything. Maybe something in
DCOM > configuration?)
>
> As I installed Interdev Server, maybe debugger was set correctly, but I > checked it by the article
> (http://support.microsoft.com/default...b;en-us;258929)

also, and
> found it OK.
>
> waiting your helps,
> Zoltan
>
>



Jul 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: drs | last post by:
I am periodically getting a Bad File Descriptor error from Python DCOM servers. I have seen a number of posts regarding this error and threads, but these are not multithreaded servers. Further,...
21
by: Bruce W...1 | last post by:
I've got the latest Visual Studio and have been doing ASP.NET websites. Now I want to do a traditional ASP (not .NET) website. I gather that these are done with Visual Interdev. Is Visual Studio...
8
by: James Baker | last post by:
I've always used some "third party" editor, such as dreamweaver, coldfusion, or even notepad to build ASP pages. I've recently acquired a copy of Interdev and I'm wondering how people feel about...
3
by: Wanjun Yu | last post by:
Is FrontPage Server required for using InterDev? I am a beginner. When I tried to create a project, the wizard showed that MS FrontPage Server Extentions have to be running on the server. I was...
1
by: James | last post by:
I have reached the pulling hair out stage with this now: I am trying to remotely debug my aspnet applications on our intranet web server. The server is running Win2K Server, SP4. It is a domain...
0
by: matsla | last post by:
I have followed all guide lines to set up remote debugging but is it possible to do cross-domain remote debugging? I use same account/password on both computers (XP => 2003), added users to debug...
4
by: news.citenet.net | last post by:
I keep getting the following error message after my web site running 2 or 3 days I share one folder with about 200 domain names Any one can help? ...
0
by: Rudolf Dvoracek | last post by:
Hi all, I have Visual Studio 6.0 (Interdev only) installed on Windows XP Professional (IIS 5.1 platform). I have also installed Visual Studio 2005. I want to debug ASP applications on IIS....
4
by: Al Santino | last post by:
Hello, I've created a simple C# web services project using Visual Studio 2005. My service compiles and runs correctly when called by remote clients. I'm able to step through the service in the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.