Error 8007007e

Error 8007007e

am 08.08.2006 03:33:00 von Rodrigo Sosa

Dear Engineers.....Help!!

Every time I try to execute with IE an .asp page that has the following
code:


<%

ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=C:\Inetpub\wwwroot\database\xxx.mdb"

Set Session("DB") = Server.CreateObject("ADODB.Connection")
Session("DB").mode = 3
Session("DB").Open ConnStr

%>

it brings the error:

Object Server, ASP 0177 (0x8007007E)
8007007e

Htm and .asp pages shows fine while I do not try to open any database. No
matter wich database I try to open.

I'm running IIS in a Win2k environment.



Any help will be appreciated

Thanks

Rod

Re: Error 8007007e

am 08.08.2006 11:24:00 von Anthony Jones

"Rodrigo Sosa" wrote in message
news:eRnMXqouGHA.3912@TK2MSFTNGP03.phx.gbl...
> Dear Engineers.....Help!!
>
> Every time I try to execute with IE an .asp page that has the following
> code:
>
>
> <%
>
> ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data
> Source=C:\Inetpub\wwwroot\database\xxx.mdb"
>
> Set Session("DB") = Server.CreateObject("ADODB.Connection")
> Session("DB").mode = 3
> Session("DB").Open ConnStr
>
> %>
>
> it brings the error:
>
> Object Server, ASP 0177 (0x8007007E)
> 8007007e
>
> Htm and .asp pages shows fine while I do not try to open any database. No
> matter wich database I try to open.
>
> I'm running IIS in a Win2k environment.
>

The error is a Windows error 126: The specified module could not be found.

This happens when one DLL tries load another it depends on but it is
missing.

It may also happen because an activeX dll which has been registered has been
moved or deleted without being unregistered.

Try reinstalling MDAC.

>
>
> Any help will be appreciated
>
> Thanks
>
> Rod
>
>

Re: Error 8007007e

am 08.08.2006 12:12:19 von reb01501

Rodrigo Sosa wrote:
> Dear Engineers.....Help!!
>
> Every time I try to execute with IE an .asp page that has the
> following code:
>
>
> <%
>
> ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data
> Source=C:\Inetpub\wwwroot\database\xxx.mdb"
>
> Set Session("DB") = Server.CreateObject("ADODB.Connection")
> Session("DB").mode = 3
> Session("DB").Open ConnStr
>
> %>
>
> it brings the error:
>
> Object Server, ASP 0177 (0x8007007E)
> 8007007e
>
> Htm and .asp pages shows fine while I do not try to open any
> database. No matter wich database I try to open.
>
> I'm running IIS in a Win2k environment.
>
>
>
This pretty much says the same thing Anthony said. I just wanted to make you
aware of the resource:
http://www.aspfaq.com/show.asp?id=2362

Since you are using a Jet database, you may need to search microsoft,com to
find the Jet components download.

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

Re: Error 8007007e

am 09.08.2006 04:04:14 von Rodrigo Sosa

Have reinstalled MDAC and it brings the same error..... :-(

Rod

"Anthony Jones" escribió en el mensaje
news:u81XjxsuGHA.4752@TK2MSFTNGP02.phx.gbl...
>
> "Rodrigo Sosa" wrote in message
> news:eRnMXqouGHA.3912@TK2MSFTNGP03.phx.gbl...
> > Dear Engineers.....Help!!
> >
> > Every time I try to execute with IE an .asp page that has the following
> > code:
> >
> >
> > <%
> >
> > ConnStr = "Provider=Microsoft.Jet.OLEDB.4.0; Data
> > Source=C:\Inetpub\wwwroot\database\xxx.mdb"
> >
> > Set Session("DB") = Server.CreateObject("ADODB.Connection")
> > Session("DB").mode = 3
> > Session("DB").Open ConnStr
> >
> > %>
> >
> > it brings the error:
> >
> > Object Server, ASP 0177 (0x8007007E)
> > 8007007e
> >
> > Htm and .asp pages shows fine while I do not try to open any database.
No
> > matter wich database I try to open.
> >
> > I'm running IIS in a Win2k environment.
> >
>
> The error is a Windows error 126: The specified module could not be found.
>
> This happens when one DLL tries load another it depends on but it is
> missing.
>
> It may also happen because an activeX dll which has been registered has
been
> moved or deleted without being unregistered.
>
> Try reinstalling MDAC.
>
> >
> >
> > Any help will be appreciated
> >
> > Thanks
> >
> > Rod
> >
> >
>
>