 |
|
 |
|
Next: help creating a virtual root across a firewall
|
| Author |
Message |
External

Since: Sep 04, 2003 Posts: 1
|
(Msg. 1) Posted: Thu Sep 04, 2003 8:20 pm
Post subject: ASP Appn: ADODB.Connection Is OK on XP#1, Fails on XP#2 Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
Hope you guys can suggest where to start looking. I've loaded subject app
on a new XP notebook, gotten IIS's dirs and ODBC defined OK - AFAIK.
The new XP is at SP#1 with 282010, the old XP isn't.
The problem is that I can't get past the first ADODB.Connection attempt - to
an ACCESS 2002 mdb. The complaint:
Provider=Microsoft.Jet.OLEDB.4.0; Data Source=
C:\Inetpub\Scripts\WFIEph\WFIEdb\WFIEdb.mdb; Mode=Share Deny None;User
Id=admin;PASSWORD=; :18
Error@27: -2147467259 (The "Error@ ... " is my script.)
The script with which I'm testing is a simple generic lister of an mdb's
contents, and works fine on PC#1. The file is RW, and I'm using no
password, for now. I'll guess that the pblm's root is some security default
that's new in XP SP#1, but I can't find it.
Will appreciate any help, guys. Thanks,
AS >> Stay informed about: ASP Appn: ADODB.Connection Is OK on XP#1, Fails on XP#2 |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 180
|
(Msg. 2) Posted: Fri Sep 05, 2003 11:18 am
Post subject: Re: ASP Appn: ADODB.Connection Is OK on XP#1, Fails on XP#2 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Arnold Shore" <ashore.RemoveThis@saefern.org> wrote in message
news:umRQ1pycDHA.372@TK2MSFTNGP11.phx.gbl...
> Hope you guys can suggest where to start looking. I've loaded subject app
> on a new XP notebook, gotten IIS's dirs and ODBC defined OK - AFAIK.
>
> The new XP is at SP#1 with 282010, the old XP isn't.
> The script with which I'm testing is a simple generic lister of an mdb's
> contents, and works fine on PC#1. The file is RW, and I'm using no
> password, for now. I'll guess that the pblm's root is some security
default
> that's new in XP SP#1, but I can't find it.
>
> Will appreciate any help, guys. Thanks,
Be sure to allow IUSR_xx read/write access on that MDB. If users must logon
they also need to have access .For instance, allow 'authenticated users' to
have read/write access.
> AS
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Appn: ADODB.Connection Is OK on XP#1, Fails on XP#2 |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2901
|
(Msg. 3) Posted: Fri Sep 05, 2003 7:19 pm
Post subject: Re: ASP Appn: ADODB.Connection Is OK on XP#1, Fails on XP#2 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
That error number is 80004005, which is usually Unspecified Error...
However, you might want to remove your error handling code so that you can
see if there is any error text (sometimes there is useful text, unlike
"Unspecified Error")
Cheers
Ken
"Arnold Shore" <ashore DeleteThis @saefern.org> wrote in message
news:umRQ1pycDHA.372@TK2MSFTNGP11.phx.gbl...
: Hope you guys can suggest where to start looking. I've loaded subject app
: on a new XP notebook, gotten IIS's dirs and ODBC defined OK - AFAIK.
:
: The new XP is at SP#1 with 282010, the old XP isn't.
:
: The problem is that I can't get past the first ADODB.Connection attempt -
to
: an ACCESS 2002 mdb. The complaint:
: Provider=Microsoft.Jet.OLEDB.4.0; Data Source=
: C:\Inetpub\Scripts\WFIEph\WFIEdb\WFIEdb.mdb; Mode=Share Deny None;User
: Id=admin;PASSWORD=; :18
: Error@27: -2147467259 (The "Error@ ... " is my script.)
:
: The script with which I'm testing is a simple generic lister of an mdb's
: contents, and works fine on PC#1. The file is RW, and I'm using no
: password, for now. I'll guess that the pblm's root is some security
default
: that's new in XP SP#1, but I can't find it.
:
: Will appreciate any help, guys. Thanks,
:
: AS
:
: >> Stay informed about: ASP Appn: ADODB.Connection Is OK on XP#1, Fails on XP#2 |
|
| Back to top |
|
 |  |
External

Since: Aug 26, 2003 Posts: 71
|
(Msg. 4) Posted: Sun Sep 07, 2003 11:55 pm
Post subject: RE: ASP Appn: ADODB.Connection Is OK on XP#1, Fails on XP#2 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
| Related Topics: | Upgraded to IIS6 now ASP fails - After upgrading my .NET to Windows 2003 Server I get the following error Server Error in '/' Application. -------------------------------------------------------------------------------- Access to the path..
IIS 6 HTTP GET Request Fails if headers have LF instead of.. - I have the following problem: I submit GET requests to an IIS 6 server. I have specific headers that are separated by linefeeds (char 10, \r). Under IIS 5, these requests are processed fine. But under IIS6, it is ignoring these headers. To get things to...
win2k - changed domain and IIS fails w/ "cannot find the p.. - Changed the domain and my network login name on my Windows 2000 sp4 machine, and now I cannot get Internet Services Manager to start. Message I get is "the system cannot find the path specified". I have uninstalled and reinstalled IIS to ...
PLEASE HELP! connection refused - Hello I have a nt4 server, using IIS4 over 3 ip's, hosting about 1000 sites. A few days ago I started getting a "connection refused" message on port 80, intermittently, on the first ip. I get the error, a while after everything works fine, a ...
IIS 5 (SP4) stalls with too many connections - IIS 5 running on Windows 2k with SP4 seems to stall when concurrent connections reaches a high enough level. This problem started after installing SP4. This server is running for a small to medium-sized eCommerce firm. I have already searched the.. |
|
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
|
|
|
|
 |
|
|