iis 5 and access db problem

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default iis 5 and access db problem

    i am trying to publish a very simple access data page on
    iis 5. i am getitng an error message though stating that
    the path to the database is not valid.

    i have been thru all the configuration steps i could find
    on the ms kb, i edited the msdfmap ini file, changed the
    remote data provider property of the dap to true, and
    installed mdac on the virtual server. what am i missing?
    thank you
    jim carney Guest

  2. Similar Questions and Discussions

    1. contribute problem - access denied file may not existpermission problem
      Recieving the following error message - "access denied file may not exist , or there could be a permission problem" this happened this morning ,...
    2. ASP and Ms Access Problem
      Hi guys I trying to create a dynamic combo box in Dreamweaver, I have made a connection to the database and created a recordset and mapped the...
    3. Uploading problem = weird warning (was: access denied problem.....)
      Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the...
    4. Conversion problem from Access 97 to Access 2002
      I have an old access 97 database and I tried to convert to Access 2002. After the conversion, some of the forms and all modules are not converted...
    5. CD access OK but new X86 problem
      Hi folks, Thanks for the couple of 'mount' commands. With them, I was able to mount the CD .iso file as a filesystem. I then select 'filesystem'...
  3. #2

    Default Re: iis 5 and access db problem

    On Fri, 9 Jan 2004 07:14:41 -0800, "jim carney" <JCarney@agmins.com>
    wrote:
    >i am trying to publish a very simple access data page on
    >iis 5. i am getitng an error message though stating that
    >the path to the database is not valid.
    Sow the complete error, and show us the connection string you're using
    to attach to the database.
    >i have been thru all the configuration steps i could find
    >on the ms kb, i edited the msdfmap ini file, changed the
    >remote data provider property of the dap to true, and
    >installed mdac on the virtual server. what am i missing?
    Give us some details to work off of and we may be able to help you
    figure that out.

    Jeff
    Jeff Cochran Guest

  4. #3

    Default Re: iis 5 and access db problem



    thank you for your reply.

    the data access page was created in access 2000.
    there is no particular connection string. i've been trying to follow ms
    kb articles on deploying Access 2000 DAPs, and they did not state a
    connection string was neccessary.

    i installed a virtual director for mdac
    i modified the msfmap ini file (spelling might be wrong now but i found
    the file they wanted me to modify in my c:/winnt file)

    the error i get states that the path is not valid, and it lists the
    correct path, and to ensure that the db file is on the computer i am
    trying to access. then a second error pops up and states "data provider
    failed while executing a provider command" the page then displays, but
    with #error in all the fields.

    the only kb article i have seen that closely describes this is one for
    netware computers, where it wants you to change the local account that
    handles the login for anoyomous users. IUSer_computername
    since i am using authentication to log onto the website i was not
    allowing anoymous connections. Q271228

    hopefully this helps a bit.

    thank you
    jim

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    James Carney Guest

  5. #4

    Default Re: iis 5 and access db problem

    On Fri, 09 Jan 2004 08:19:39 -0800, James Carney <jcarney@agmins.com>
    wrote:
    >
    >
    >thank you for your reply.
    >
    >the data access page was created in access 2000.
    >there is no particular connection string. i've been trying to follow ms
    >kb articles on deploying Access 2000 DAPs, and they did not state a
    >connection string was neccessary.
    >
    >i installed a virtual director for mdac
    >i modified the msfmap ini file (spelling might be wrong now but i found
    >the file they wanted me to modify in my c:/winnt file)
    >
    >the error i get states that the path is not valid, and it lists the
    >correct path, and to ensure that the db file is on the computer i am
    >trying to access. then a second error pops up and states "data provider
    >failed while executing a provider command" the page then displays, but
    >with #error in all the fields.
    Show the full error. Also any event log entries that may be relevant.
    >the only kb article i have seen that closely describes this is one for
    >netware computers, where it wants you to change the local account that
    >handles the login for anoyomous users. IUSer_computername
    >since i am using authentication to log onto the website i was not
    >allowing anoymous connections. Q271228
    Does the user account authenticating have full access to the folder
    where the Access MDB file is?

    Jeff
    Jeff Cochran Guest

  6. #5

    Default Re: iis 5 and access db problem

    Jeff,

    there are no entries in the event logs on either the server side, or the
    workstation side.

    i am logging in with my account which is an Admin account. the website
    folder, and the access mdb file all have "everyone" as the group
    permissions with full access. (i started off as wide as possible and
    figured once i get it working i can roll it back a bit)

    Internet Explorer Error
    'F:\Fordhamweb\data\minisystem.mdb' is not a valid path. make sure the
    path name is spelled correctly and that you are connected to the server
    on which the file resides.

    followed by

    data provider failed while executing a provider command.



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    James Carney Guest

  7. #6

    Default Re: iis 5 and access db problem

    Is F:\ a mapped drive to another machine?

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    "James Carney" <jcarney@agmins.com> wrote in message
    news:uQjiapt1DHA.2396@TK2MSFTNGP09.phx.gbl...
    > Jeff,
    >
    > there are no entries in the event logs on either the server side, or the
    > workstation side.
    >
    > i am logging in with my account which is an Admin account. the website
    > folder, and the access mdb file all have "everyone" as the group
    > permissions with full access. (i started off as wide as possible and
    > figured once i get it working i can roll it back a bit)
    >
    > Internet Explorer Error
    > 'F:\Fordhamweb\data\minisystem.mdb' is not a valid path. make sure the
    > path name is spelled correctly and that you are connected to the server
    > on which the file resides.
    >
    > followed by
    >
    > data provider failed while executing a provider command.
    >
    >
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    Aaron Bertrand - MVP Guest

  8. #7

    Default Re: iis 5 and access db problem

    f: is the file server drive as the client computers in the network see
    it.

    the file servers's(and in this case also its my web server) has one
    drive split into C and E.

    the actually website / and the mdb file resides on the E drive of the
    file/web server.

    sorry i never even thought about that letter.

    i am attempting to test my access, from IE on one of the local network
    clients. i am testing it by using the ip address of the website in the
    address bar.



    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    James Carney Guest

  9. #8

    Default Re: iis 5 and access db problem



    that was exactly it! thank you so much, i should have wondered about
    that!

    i remapped it as //agmfs/c/etc etc and it seems to be working now. one
    last off site test to do and i am home free!

    thank you very much everyone who posted on this!
    jim

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    James Carney Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139