473,564 Members | 2,730 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1720
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************ ************@fr eemail.hu> wrote in message
news:#5******** ******@TK2MSFTN GP10.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 "applicatio n"), 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**@removeeme rgencyreporting .com> az alábbiakat írta a
következo üzenetben news:%2******** ********@tk2msf tngp13.phx.gbl. ..
As a test, try adding the IWAM user to the admin group.

Jeff

"SÁRINGER Zoltán" <ke************ ************@fr eemail.hu> wrote in message news:#5******** ******@TK2MSFTN GP10.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**@removeeme rgencyreporting .com> az alábbiakat írta a
következo üzenetben news:%2******** ********@tk2msf tngp13.phx.gbl. ..
As a test, try adding the IWAM user to the admin group.

Jeff

"SÁRINGER Zoltán" <ke************ ************@fr eemail.hu> wrote in message news:#5******** ******@TK2MSFTN GP10.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******** *******@TK2MSFT NGP11.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**@removeeme rgencyreporting .com> az alábbiakat írta a
következo üzenetben news:%2******** ********@tk2msf tngp13.phx.gbl. ..
As a test, try adding the IWAM user to the admin group.

Jeff

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

message
news:#5******** ******@TK2MSFTN GP10.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******** ******@tk2msftn gp13.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 "applicatio n"), 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**@removeeme rgencyreporting .com> az alábbiakat írta a
következo üzenetben news:%2******** ********@tk2msf tngp13.phx.gbl. ..
As a test, try adding the IWAM user to the admin group.

Jeff

"SÁRINGER Zoltán" <ke************ ************@fr eemail.hu> wrote in message
news:#5******** ******@TK2MSFTN GP10.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******** *******@TK2MSFT NGP11.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**@removeeme rgencyreporting .com> az alábbiakat írta a
következo üzenetben news:%2******** ********@tk2msf tngp13.phx.gbl. ..
As a test, try adding the IWAM user to the admin group.

Jeff

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

message
news:#5******** ******@TK2MSFTN GP10.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
1440
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, if i register the servers with the --debug flag, the errors go away, so I am not able to find out much in the way of information. Has anyone else...
21
2725
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 7 suitable for doing an ASP website? I'm a little confused about where Visual Interdev fit in. Was it a part of Visual Studio or was it a...
8
2110
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 it. I like VS.NET, but I only have one license for it (at home). Is InterDev worth using? Thanks, James
3
1713
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 having trouble to debug the other ASP pages, I wonder if this was causing it. Thanks! Wanjun
1
2188
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 controller. I originally installed IIS & then the .NET framework. I now want to remotely debug projects (copying them back & forth is wasting...
0
3884
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 group, change DCOM security etc. I get following error in the event log when try to start the remote debugging Visual Studio 2003... DCOM...
4
5229
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
3211
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. Because debugging under non-administrative account doesn't work, I assigned my domain account into Administrators local group. I installed Inderdev...
4
3025
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 debugger unless I add a Global.asax file. When I do that and then try to run the debugger I receive error 403. If I remove the Global.asax file...
0
7666
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7888
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8108
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7644
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5484
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5213
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
2083
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1201
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.