Is there any way to set up connecting to an MS Access file on a 3rd server (which is on a domain) from a Web Farm (which is not on the domain)?
Hardware/OS:
Windows Server 2003
Web Farm (two web servers which are network load balanced, or NLBs)
ASP.NET v1.1
Microsoft Access 2003
We're seeking to set up an NLB webfarm. One of the web-apps uses a MS Access database.
Given the NLB (2 boxes), the MS Access database can't reside on either (to remove "single point of failure" scenario).
The NLBs are not part of the domain.
We've put the MS Access file on a 3rd server (which is part of the domain).
We can see files on the 3rd server (such as serving up images and other pages. In the Web.Config, we put this connection string:
\\Server3\MSAcc ess\DatabaseFil e.mdb
The folder \\Server3\MSAcc ess| is shared for full control for everyone; guests included (yeah, security hole...)
We keep getting this following error, to which we've not been successful in resolving:
The Microsoft Jet database engine cannot open the file '\\Server3\MSAc cess\DatabaseFi le.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
I did visit Microsoft's website and read through several KB articles, but no success; #253580, #315276 (NTRights Utlitity)
Is there any way to "mount" \\Server3\MSAcc ess\ shared folder as a specific lettered drive when the sever starts up (vs having to log on)?
Any insights appreciated.
Gary Noter
Hardware/OS:
Windows Server 2003
Web Farm (two web servers which are network load balanced, or NLBs)
ASP.NET v1.1
Microsoft Access 2003
We're seeking to set up an NLB webfarm. One of the web-apps uses a MS Access database.
Given the NLB (2 boxes), the MS Access database can't reside on either (to remove "single point of failure" scenario).
The NLBs are not part of the domain.
We've put the MS Access file on a 3rd server (which is part of the domain).
We can see files on the 3rd server (such as serving up images and other pages. In the Web.Config, we put this connection string:
\\Server3\MSAcc ess\DatabaseFil e.mdb
The folder \\Server3\MSAcc ess| is shared for full control for everyone; guests included (yeah, security hole...)
We keep getting this following error, to which we've not been successful in resolving:
The Microsoft Jet database engine cannot open the file '\\Server3\MSAc cess\DatabaseFi le.mdb'. It is already opened exclusively by another user, or you need permission to view its data.
I did visit Microsoft's website and read through several KB articles, but no success; #253580, #315276 (NTRights Utlitity)
Is there any way to "mount" \\Server3\MSAcc ess\ shared folder as a specific lettered drive when the sever starts up (vs having to log on)?
Any insights appreciated.
Gary Noter
Comment