Accessing an Access database on a Novell server from a Windows 2000 server

From: dH (danny1968_at_pandora.be)
Date: 12/28/03


Date: Sun, 28 Dec 2003 12:14:05 GMT

Hi,
I've a problem and I guess it has something to do with IIS security.

I've created an ASP which connects (from a win2k server) to an Access
database on a NOVELL server.
Every time the script results in an 80004005 Disk or Network error on the
line where the connection is opened (cn.Open).

I've tried the same from within Visual Basic (on the same server, connecting
to the same database) and that works fine.
The only thing I had to change in VB is the line 'Set cn =
CreateObject("ADODB.Connection")' instead of '...Server.CreateObject...'

I use Gateway Service for Novell. The Novell user had all the necessary
rights.
The windows user on the windows server is Administrator.
I assume that IIS uses a special user/method to access the Novell server but
I can't figure it out.

Can anybody help me?

Dany

The code:
<body>
<%
Dim cn
Dim rs
Dim SQL
Set cn = Server.CreateObject("ADODB.Connection")
cn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=p:\tasks.mdb;Mode=Read"
SQL = "SELECT * FROM tblGraphConfig"
Set rs = cn.Execute(SQL)



Relevant Pages

  • Accessing an Access database on a Novell server from a WIN2K server
    ... I've a problem and I guess it has something to do with IIS security. ... I've created an ASP which connects (from a win2k server) to an Access ... database on a NOVELL server. ... Dim cn ...
    (microsoft.public.inetserver.iis.security)
  • Re: Server & Client Setup
    ... > an office on a Novell server, ... you need to make the machines members of the Domain after the Server has ... Active Directory domains are DNS based, ... your network in Active Directory as what your company may be known by ...
    (microsoft.public.windows.server.networking)
  • GHOST issues
    ... Here is the problem put very quickly: We are using Ghost ... On the Windows Server ... Disk space is NOT an issue ... Server (we simply turn on the Novell Server - the ...
    (microsoft.public.win2000.setup_deployment)
  • Unmapping Novell Drives
    ... We are also consolidating data servers to central locations. ... This works fine while the Novell Server is up, but with the server off, you get disconnected drives. ... So, I found in the registry the persistently mapped drives, and attempt to cycle through those to switch the path. ...
    (microsoft.public.windows.server.scripting)
  • Re: SBS2003 and Novell Netware 4.12
    ... As Henrik explained...its now due to name resolution being done by the SBS server and not the Novell Server ... Now the Client is a member of SBS domain and it use the IP from SBS's ...
    (microsoft.public.windows.server.sbs)