Results 1 to 1 of 1
  1. #1
    Rambutharaju is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2021
    Posts
    1

    MS access database is not accessible

    Hi All,

    Facing an issue with MS access Database, here are the details

    I have the MS access database is in database.test.domain server.




    And webserver is in webserver.prod.domain server.


    I have established trust relationship between the both domains.


    I have given share folder and file permissions database server to my user.


    Now we are hosting through IIS,
    Using the webserver.prod.domain


    In web.config file of my IIS server, I have set dblocation as share path \\databaseserver\sharefolder (where my MS access DB exists)

    <add key="InstallDir" value="\\database.test.domain\sharefolder" />
    <add key="DatabaseLocation" value="\\database.test.domain\sharefolder" />


    but its showing the error . Please refer to first screenshot.



    Also tried,
    Copied database file to webserver.prod.domain server and placed it in folder and shared the path, gave the same file and folder permissions.
    and changed web.config configuration as below

    <add key="InstallDir" value="\\webserver.test.domain\sharefolder" />
    <add key="DatabaseLocation" value="\\webserver.test.domain\sharefolder" />

    now the output is success and tried giving path as "C:\sharefolder" and also tried placing the database file other server which are in prod.domain. in all these casesoutput is success below is the output screenshot.Please refer to second screenshot.


    But only issues is while accessing file from test.domain. I have checked the file share from webserver, \\database\sharefolder and I am able to access it.
    I have also check is there any port restrictions stopping this access, but came to know that access doesn't use any port.
    and since its file share, I have checked SMB ports(135,445) is these ports accessible from both ends.

    I'm out of ideas. please help.


    Regards,
    Ram
    Attached Thumbnails Attached Thumbnails Error to post reef.PNG   Error to post reef2.PNG  

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 18
    Last Post: 02-25-2021, 12:02 PM
  2. How to make Access more accessible for non-users
    By devonlatour in forum Access
    Replies: 4
    Last Post: 01-05-2015, 11:23 AM
  3. Replies: 2
    Last Post: 12-22-2014, 11:16 AM
  4. Replies: 0
    Last Post: 05-11-2012, 08:11 AM
  5. Oracle CLOB not accessible in ACCESS
    By saccitylocal in forum Import/Export Data
    Replies: 0
    Last Post: 08-31-2010, 10:29 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums