I have setup identical accounts with pwds as well. I think the issue here is
logon name is SERVER\IUSR_XWEB instead of just IUSR_XWEB. Therefore, when
it is only allowing SERVER2\IUSR_XWEB to connect. I have decided to promote
both servers can see.
"Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
news:3fea0d30.778378398@msnews.microsoft.com...
> On Fri, 19 Dec 2003 12:07:42 +1100, "GeorgeO" <sorry@no.email.com>
> wrote:
>
> >Server1 = IIS Server
> >Server2 = Foxpro Server
> >
> >I had setup an equivalent account on Server2 (ie. IUSR_XWEB and
IUSR_IWAM)
> >as the IIS web server local accounts. I had also assigned permissions
> >however to no avail. I think what is happening is that Server2 is only
> >allowing SERVER2\IUSR_XWEB to log on. WHen I try connect as just
IUSR_XWEB
> >is fails. I also try Server1\IUSR_XWEB and that also fails. Any more
ideas?
>
> You mean like making your connection using the account that has access
> on the server instead of the one you're running IIS on? :)
>
> I don't know if there is a remote provider for Foxpro the way there is
> for Access and SQL, but that might be an option. You could also map a
> drive to the remote machine, using a "connect as" account on that
> remote machine, and use the drive letter in your Data Source.
>
> Your likely problem with your existing method is you're allowing IIS
> to control the password to the account. You need the same account and
> the same password on each machine.
>
> Jeff
>
> >"Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
> >news:3febd009.697187402@msnews.microsoft.com...
> >> On Thu, 18 Dec 2003 17:24:31 +1100, "GeorgeO" <sorry@no.email.com>
> >> wrote:
> >>
> >> >I have two W2K member servers in an Active Directory domain. One runs
> >IIS,
> >> >the other holds dbf files that are to be accessed by ASP scripts
running
> >on
> >> >iis. I am getting the following error:
> >> >Microsoft OLE DB Provider for ODBC Drivers error '80040e37'
> >>
> >> It'd be nice to know the rest of the message, but basically it comes
> >> down to ASP not being able to access what you told it to. See:
> >>
> >>
http://www.aspfaq.com/show.asp?id=2164 > >>
> >> >I have read up on KB 175801 and done what it has said to no avail.
Also
> >the
> >> >KB article mentions an error 80040e14 and not 80040e37, so if anyone
has
> >any
> >> >information regarding this error please let me know. Also I don't want
to
> >> >make the IIS machine a domain controller for other reasons. Has anyone
> >been
> >> >able to get this working with exact configuration as I have mentioned?
> >>
> >> Most likely it's permissions. The IUSR account on your web server
> >> needs access to the Foxpro database. Remember the IUSR account is
> >> local, so you'll need to deal with granting access for a non-domain
> >> account on a server.
> >>
> >> Jeff
> >
>