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
|