|
 |
asp_database_setup thread: HELP --> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)[Controlador ODBC Microsoft Access] Error de disco o de red.
Message #1 by "Hugo Almazan" <huedzual@i...> on Wed, 3 Apr 2002 19:04:41
|
|
Hi people.
i have an only problem, my application was on PWS win98, but it change to
IIS on WIN2K pro.,in PWS on win98 running good, it made access to the db
(mdb)on the network (lan(novell)) and haven't problem, all the code worked
excellent,but now it execute on IIS, all it seems to go good, but when
access to the DB of the network marks the following error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][Controlador ODBC Microsoft Access] Error de disco o de red.
/list.asp, line 134 <---- here it the Dsn
I think that they are the permissions of the IIS and they have said me
that I must share bd, but treatment but as this in network not since to do
to him already I asked to him the administrator of the network that of
permissions but nor as well as how can do?
that it can be thanks
sorry but I am inexperienced and I have little knowledge of this!
please forgive my english
Message #2 by "Ken Schaefer" <ken@a...> on Thu, 4 Apr 2002 14:38:11 +1000
|
|
On Win2k the anonymous internet account (by default IUSR_<machinename>) is
different to your user account.
On Win98, the webserver would have been using *your* user account details to
access the remote database. On Win2k it is the IUSR_<machinename> account.
Thus you need to give that user access to the remote resources. Normally you
can't do this as IUSR_<machiname> is local to the webserver - you may need
to either use NTLM authentication -or- change the anonymous user account to
a domain account that has permission to
the remote resource.
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Hugo Almazan" <huedzual@i...>
Subject: [asp_database_setup] HELP --> Microsoft OLE DB Provider for ODBC
Drivers (0x80004005)[Controlador ODBC Microsoft Access] Error de disco o de
red.
: Hi people.
: i have an only problem, my application was on PWS win98, but it change to
: IIS on WIN2K pro.,in PWS on win98 running good, it made access to the db
: (mdb)on the network (lan(novell)) and haven't problem, all the code worked
: excellent,but now it execute on IIS, all it seems to go good, but when
: access to the DB of the network marks the following error:
: Error Type:
: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
: [Microsoft][Controlador ODBC Microsoft Access] Error de disco o de red.
: /list.asp, line 134 <---- here it the Dsn
:
: I think that they are the permissions of the IIS and they have said me
: that I must share bd, but treatment but as this in network not since to do
: to him already I asked to him the administrator of the network that of
: permissions but nor as well as how can do?
: that it can be thanks
: sorry but I am inexperienced and I have little knowledge of this!
: please forgive my english
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Message #3 by "Hugo Almazan" <huedzual@i...> on Thu, 4 Apr 2002 16:01:00
|
|
Thanks Ken, I will try to do it although to change the user had done it
but without results, thanks to share your knowledge again.
> On Win2k the anonymous internet account (by default IUSR_<machinename>)
is
different to your user account.
On Win98, the webserver would have been using *your* user account details
to
access the remote database. On Win2k it is the IUSR_<machinename> account.
Thus you need to give that user access to the remote resources. Normally
you
can't do this as IUSR_<machiname> is local to the webserver - you may need
to either use NTLM authentication -or- change the anonymous user account to
a domain account that has permission to
the remote resource.
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Hugo Almazan" <huedzual@i...>
Subject: [asp_database_setup] HELP --> Microsoft OLE DB Provider for ODBC
Drivers (0x80004005)[Controlador ODBC Microsoft Access] Error de disco o de
red.
: Hi people.
: i have an only problem, my application was on PWS win98, but it change to
: IIS on WIN2K pro.,in PWS on win98 running good, it made access to the db
: (mdb)on the network (lan(novell)) and haven't problem, all the code
worked
: excellent,but now it execute on IIS, all it seems to go good, but when
: access to the DB of the network marks the following error:
: Error Type:
: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
: [Microsoft][Controlador ODBC Microsoft Access] Error de disco o de red.
: /list.asp, line 134 <---- here it the Dsn
:
: I think that they are the permissions of the IIS and they have said me
: that I must share bd, but treatment but as this in network not since to
do
: to him already I asked to him the administrator of the network that of
: permissions but nor as well as how can do?
: that it can be thanks
: sorry but I am inexperienced and I have little knowledge of this!
: please forgive my english
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
 |