New Message on dotNET User Group Hyd

getting error while accessing remote .MDB file from asp.net2.0

Reply
  Reply to Sender   Recommend Message 1 in Discussion
From: loverboy43dk

Hi,
I am getting below error while accessing remote .MDB file from asp.net2.0.
I have also deleted all .ldb file. When i am running the application from the IIS machine, it is working fine. But when i am accessing it from other machine, it is showing below error. I have read and write permission to mdb file folder. I saw from the microsoft support site it is telling that we have to create an IUSER_Machine name in the remote database machine. As it is another machine i dont have permission to create a user IUSER_Machine name there. Is there any other solution. Please help me
Server Error in '/NTServerlist' Application.
--------------------------------------------------------------------------------
The Microsoft Jet database engine cannot open the file '\\snj1afsfs04\TMAADG$\AM\NT Remediation\Servers\Gold Database.mdb'.  It is already opened exclusively by another user, or you need permission to view its data.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: The Microsoft Jet database engine cannot open the file '\\snj1afsfs04\TMAADG$\AM\NT Remediation\Servers\Gold Database.mdb'.  It is already opened exclusively by another user, or you need permission to view its data.
Source Error:

Line 22:
Line 23:         Dim ds As New DataSet
Line 24:         adapter.Fill(ds, "SERVERS")
Line 25:         Return ds
Line 26:
 

Source File: c:\inetpub\wwwroot\NTServerlist\App_Code\Data.vb    Line: 24
 

View other groups in this category.


Also on MSN:
Start Chatting | Listen to Music | House & Home | Try Online Dating | Daily Horoscopes

To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings.

Need help? If you've forgotten your password, please go to Passport Member Services.
For other questions or feedback, go to our Contact Us page.

If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list.
Remove my e-mail address from dotNET User Group Hyd.

Reply via email to