Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

What services are required for IIS and DAO & MDAC etc?

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  ASP.Net database interface  
Author Message
user1169

External


Since: Dec 03, 2003
Posts: 3



(Msg. 1) Posted: Wed Dec 03, 2003 3:25 pm
Post subject: What services are required for IIS and DAO & MDAC etc?
Archived from groups: microsoft>public>windowsxp>general, others (more info?)

Hi there,
I have a real frustrating thing going on... and I have not managed to sort
it out.

Last week I installed a service pack onto an app I use a lot.
The SP basically wiped my computer out to the point where I thought my hard
drive was stuffed.
Over the course of 3 days I managed to actually get the computer working
enough (albeit very slowly --> 25+ mins just to boot up XP) and I removed
that program I suspect might be a fault.
This sorted it out.
I had to use MSCONFIG numerous times whilst sorting the computer out.
It would seem that MSCONFIG disabled all the SERVICES (as it is designed to)
but for some reason it did so perminantly... i.e. it did not restore them to
how they were previously set up.
I then had to get a list off the net explaining which services I needed to
put back into Manual Start and Auto start mode. All was well...

Yesturday, however, I went to run an .asp based website I have on my local
IIS setup. It has a database that it accesses. Yet I could not longer access
the database.
The Site db access test determines that it does not have the necessary
permissions...
Yet I have not changed the permissions.
I am wondering if there is a service that needs to be running in order for
ADO and MDAC and ODBC etc to work properly?

Does anyone know? Or is there somewhere I can read more on this?
I must say, I have tried starting all that various services that I think
could be related but nothing helped.
Perhaps a whole lot of permissions did get changed during that crash... no
idea. But I have ensured they are set up as instructed in the asp app I
have... no go through. Perhaps ADO / MDAC etc need certain permissions set?
Gosh... I have no idea really!!

Thanks a lot...
My business is on hold until I get this running again...

Regards,

Jonathan

 >> Stay informed about: What services are required for IIS and DAO & MDAC etc? 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Wed Dec 03, 2003 3:25 pm
Post subject: Re: What services are required for IIS and DAO & MDAC etc? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Jonathan E. (NZ)" <s_pam_stop.DeleteThis@hotmail.comTAKEOUTTHESECAPS> wrote in message
news:ex1wIrSuDHA.3196@TK2MSFTNGP11.phx.gbl...
 > Hi there,
 > I have a real frustrating thing going on... and I have not managed to sort
 > it out.
 >
 > Last week I installed a service pack onto an app I use a lot.
 > The SP basically wiped my computer out to the point where I thought my
hard
 > drive was stuffed.
 > Over the course of 3 days I managed to actually get the computer working
 > enough (albeit very slowly --> 25+ mins just to boot up XP) and I removed
 > that program I suspect might be a fault.
 > This sorted it out.
 > I had to use MSCONFIG numerous times whilst sorting the computer out.
 > It would seem that MSCONFIG disabled all the SERVICES (as it is designed
to)
 > but for some reason it did so perminantly... i.e. it did not restore them
to
 > how they were previously set up.
 > I then had to get a list off the net explaining which services I needed to
 > put back into Manual Start and Auto start mode. All was well...
 >
 > Yesturday, however, I went to run an .asp based website I have on my local
 > IIS setup. It has a database that it accesses. Yet I could not longer
access
 > the database.
 > The Site db access test determines that it does not have the necessary
 > permissions...

Not really sure what that means, but try starting here:
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2009" target="_blank">http://www.aspfaq.com/show.asp?id=2009</a>


--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: What services are required for IIS and DAO & MDAC etc? 
Back to top
Login to vote
user1169

External


Since: Dec 03, 2003
Posts: 3



(Msg. 3) Posted: Thu Dec 04, 2003 4:55 pm
Post subject: Re: What services are required for IIS and DAO & MDAC etc? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Tom,
I found that site very informative.
What I have done is install MDAC 2.8 onto my system. This has corrected much
of the problem I was having.

I do, however, continue to get another error on a particular connection
script that used to always work.
The error is:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services

----------------------------------------------------------------------------
----

Technical Information (for support personnel)

a.. Error Type:
Microsoft JET Database Engine (0x80004005)
Unspecified error
-----------------------------------------------------------
The connection script is:
"provider=microsoft.jet.oledb.4.0;persist security info=false;data
source=E:\Website Root\siteroot\database.mdb"

This is a pretty generic Jet connection string... It used to work fine but
now gives me the above error.
The info I find on the site you directed me to is that it's a permissions
issue... Yet I have set the correct permissions on the site root, the
database, the system TEMP directory etc etc.

Does anyone have a suggestion as to why I might be getting this error?

With my regards,

Jonathan


"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:bqko1r$q3d10@kcweb01.netnews.att.com...
 > "Jonathan E. (NZ)" <s_pam_stop.RemoveThis@hotmail.comTAKEOUTTHESECAPS> wrote in
message
 > news:ex1wIrSuDHA.3196@TK2MSFTNGP11.phx.gbl...
  > > Hi there,
  > > I have a real frustrating thing going on... and I have not managed to
sort
  > > it out.
  > >
  > > Last week I installed a service pack onto an app I use a lot.
  > > The SP basically wiped my computer out to the point where I thought my
 > hard
  > > drive was stuffed.
  > > Over the course of 3 days I managed to actually get the computer working
  > > enough (albeit very slowly --> 25+ mins just to boot up XP) and I
removed
  > > that program I suspect might be a fault.
  > > This sorted it out.
  > > I had to use MSCONFIG numerous times whilst sorting the computer out.
  > > It would seem that MSCONFIG disabled all the SERVICES (as it is designed
 > to)
  > > but for some reason it did so perminantly... i.e. it did not restore
them
 > to
  > > how they were previously set up.
  > > I then had to get a list off the net explaining which services I needed
to
  > > put back into Manual Start and Auto start mode. All was well...
  > >
  > > Yesturday, however, I went to run an .asp based website I have on my
local
  > > IIS setup. It has a database that it accesses. Yet I could not longer
 > access
  > > the database.
  > > The Site db access test determines that it does not have the necessary
  > > permissions...
 >
 > Not really sure what that means, but try starting here:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2009</font" target="_blank">http://www.aspfaq.com/show.asp?id=2009</font</a>>
 >
 >
 > --
 > Tom Kaminski IIS MVP
 > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running
IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: What services are required for IIS and DAO & MDAC etc? 
Back to top
Login to vote
user1169

External


Since: Dec 03, 2003
Posts: 3



(Msg. 4) Posted: Thu Dec 04, 2003 6:08 pm
Post subject: Re: What services are required for IIS and DAO & MDAC etc? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I managed to sort this issue out (as described below re Jet connection).
Thanks.

J


"Jonathan E. (NZ)" <s_pam_stop DeleteThis @hotmail.comTAKEOUTTHESECAPS> wrote in message
news:#Kbh75fuDHA.560@TK2MSFTNGP11.phx.gbl...
 > Hi Tom,
 > I found that site very informative.
 > What I have done is install MDAC 2.8 onto my system. This has corrected
much
 > of the problem I was having.
 >
 > I do, however, continue to get another error on a particular connection
 > script that used to always work.
 > The error is:
 > HTTP 500.100 - Internal Server Error - ASP error
 > Internet Information Services
 >
 > --------------------------------------------------------------------------
--
 > ----
 >
 > Technical Information (for support personnel)
 >
 > a.. Error Type:
 > Microsoft JET Database Engine (0x80004005)
 > Unspecified error
 > -----------------------------------------------------------
 > The connection script is:
 > "provider=microsoft.jet.oledb.4.0;persist security info=false;data
 > source=E:\Website Root\siteroot\database.mdb"
 >
 > This is a pretty generic Jet connection string... It used to work fine but
 > now gives me the above error.
 > The info I find on the site you directed me to is that it's a permissions
 > issue... Yet I have set the correct permissions on the site root, the
 > database, the system TEMP directory etc etc.
 >
 > Does anyone have a suggestion as to why I might be getting this error?
 >
 > With my regards,
 >
 > Jonathan
 >
 >
 > "Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
 > news:bqko1r$q3d10@kcweb01.netnews.att.com...
  > > "Jonathan E. (NZ)" <s_pam_stop DeleteThis @hotmail.comTAKEOUTTHESECAPS> wrote in
 > message
  > > news:ex1wIrSuDHA.3196@TK2MSFTNGP11.phx.gbl...
   > > > Hi there,
   > > > I have a real frustrating thing going on... and I have not managed to
 > sort
   > > > it out.
   > > >
   > > > Last week I installed a service pack onto an app I use a lot.
   > > > The SP basically wiped my computer out to the point where I thought my
  > > hard
   > > > drive was stuffed.
   > > > Over the course of 3 days I managed to actually get the computer
working
   > > > enough (albeit very slowly --> 25+ mins just to boot up XP) and I
 > removed
   > > > that program I suspect might be a fault.
   > > > This sorted it out.
   > > > I had to use MSCONFIG numerous times whilst sorting the computer out.
   > > > It would seem that MSCONFIG disabled all the SERVICES (as it is
designed
  > > to)
   > > > but for some reason it did so perminantly... i.e. it did not restore
 > them
  > > to
   > > > how they were previously set up.
   > > > I then had to get a list off the net explaining which services I
needed
 > to
   > > > put back into Manual Start and Auto start mode. All was well...
   > > >
   > > > Yesturday, however, I went to run an .asp based website I have on my
 > local
   > > > IIS setup. It has a database that it accesses. Yet I could not longer
  > > access
   > > > the database.
   > > > The Site db access test determines that it does not have the necessary
   > > > permissions...
  > >
  > > Not really sure what that means, but try starting here:
<font color=green>  > > <a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2009</font" target="_blank">http://www.aspfaq.com/show.asp?id=2009</font</a>>
  > >
  > >
  > > --
  > > Tom Kaminski IIS MVP
  > > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running
 > IIS
<font color=green>  > > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
<font color=green>  > > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
  > >
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: What services are required for IIS and DAO & MDAC etc? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Network Password required in IIS 5.0 - Hi All, I am trying to access an html page in IIS 5.0. It asks for Network Password everytime i tried to access the page from a browser. I tried changing Directory Security permissions: 1. checked Anonymous Access 2. checked Integrated windows....

Automatic Update Advice Required - Hi, I have a windows 2000 server which is in a remote datacenter. What automatic update options would you recommend? If it automatically updates itself and stuffs up pcanywhere, or the pc as a whole, I am in big trouble! Any advice appreciated, ..

Admin Rights required for .Net dvlpment...surely not? - I'm setting up an iis5 server in a university setting to allow .net project creation from VS .Net. I have the 1.1 framework installed as well as fp extensions 2002. Created a folder as an application in Internet Services mgr & virtual directory whic...

Microsoft VBScript runtime (0x800A01A8) Object required: '' - Hello, I have an ASP-SQLDB app that runs well on WinNT IIS 4.0. We've moved it to a Win 2000 server - IIS 5.0 and it now produces the following error: Error Type: Microsoft VBScript runtime (0x800A01A8) Object required: ''..

Component Services - Hi: I created a vb dll and registered the component via a call to regsvr32. I later updated the object and unregistered the old one, but then re-registered on IIS server via component services as a new object. When I tried to call the object via..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]