Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. hi

hi

Scheduled Pinned Locked Moved Database
helpdatabase
10 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tauseef A
    wrote on last edited by
    #1

    hi ""The Microsoft Jet database engine cannot open the file '\\software-11\Access\terminaldata.mdb'. It is already opened exclusively by another user, or you need permission to view its data. 12/14/2006 12:38:50 PM "" i m getting this error when i access mdb file from my window service,, i have accesss to that file ,, but in my service i get this exfeption can any body help me ,, thanks in advance -- modified at 6:59 Thursday 14th December, 2006 hello

    hello

    C F S 3 Replies Last reply
    0
    • T Tauseef A

      hi ""The Microsoft Jet database engine cannot open the file '\\software-11\Access\terminaldata.mdb'. It is already opened exclusively by another user, or you need permission to view its data. 12/14/2006 12:38:50 PM "" i m getting this error when i access mdb file from my window service,, i have accesss to that file ,, but in my service i get this exfeption can any body help me ,, thanks in advance -- modified at 6:59 Thursday 14th December, 2006 hello

      hello

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      ghumman63 wrote:

      i have accesss to that file

      Does some other application have exclusive access to the file though?


      Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

      1 Reply Last reply
      0
      • T Tauseef A

        hi ""The Microsoft Jet database engine cannot open the file '\\software-11\Access\terminaldata.mdb'. It is already opened exclusively by another user, or you need permission to view its data. 12/14/2006 12:38:50 PM "" i m getting this error when i access mdb file from my window service,, i have accesss to that file ,, but in my service i get this exfeption can any body help me ,, thanks in advance -- modified at 6:59 Thursday 14th December, 2006 hello

        hello

        F Offline
        F Offline
        Frank Kerrigan
        wrote on last edited by
        #3

        Are you using access to access the access mdb while trying to access it with the application you are debugging. You have to close access to allow the application to access it.


        Blog Have I http:\\www.frankkerrigan.com

        T 1 Reply Last reply
        0
        • F Frank Kerrigan

          Are you using access to access the access mdb while trying to access it with the application you are debugging. You have to close access to allow the application to access it.


          Blog Have I http:\\www.frankkerrigan.com

          T Offline
          T Offline
          Tauseef A
          wrote on last edited by
          #4

          no only my service is accessing this db ,, not any ohter application

          hello

          C 1 Reply Last reply
          0
          • T Tauseef A

            no only my service is accessing this db ,, not any ohter application

            hello

            C Offline
            C Offline
            Colin Angus Mackay
            wrote on last edited by
            #5

            ghumman63 wrote:

            only my service is accessing this db ,, not any ohter application

            Have you included Access itself as "any other application"?


            Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

            T 1 Reply Last reply
            0
            • C Colin Angus Mackay

              ghumman63 wrote:

              only my service is accessing this db ,, not any ohter application

              Have you included Access itself as "any other application"?


              Upcoming Scottish Developers events: * Glasgow: Tell us what you want to see in 2007 My: Website | Blog | Photos

              T Offline
              T Offline
              Tauseef A
              wrote on last edited by
              #6

              Have you included Access itself as "any other application"? what does that mean ? i am sorry

              hello

              F 1 Reply Last reply
              0
              • T Tauseef A

                Have you included Access itself as "any other application"? what does that mean ? i am sorry

                hello

                F Offline
                F Offline
                Frank Kerrigan
                wrote on last edited by
                #7

                Have you got "Microsoft Access" accessing the db while your application is running ?


                Blog Have I http:\\www.frankkerrigan.com

                T 1 Reply Last reply
                0
                • F Frank Kerrigan

                  Have you got "Microsoft Access" accessing the db while your application is running ?


                  Blog Have I http:\\www.frankkerrigan.com

                  T Offline
                  T Offline
                  Tauseef A
                  wrote on last edited by
                  #8

                  no "Microsoft Access" is closed while my application is running

                  hello

                  P 1 Reply Last reply
                  0
                  • T Tauseef A

                    no "Microsoft Access" is closed while my application is running

                    hello

                    P Offline
                    P Offline
                    Private_Void
                    wrote on last edited by
                    #9

                    hi

                    1 Reply Last reply
                    0
                    • T Tauseef A

                      hi ""The Microsoft Jet database engine cannot open the file '\\software-11\Access\terminaldata.mdb'. It is already opened exclusively by another user, or you need permission to view its data. 12/14/2006 12:38:50 PM "" i m getting this error when i access mdb file from my window service,, i have accesss to that file ,, but in my service i get this exfeption can any body help me ,, thanks in advance -- modified at 6:59 Thursday 14th December, 2006 hello

                      hello

                      S Offline
                      S Offline
                      S Douglas
                      wrote on last edited by
                      #10

                      ghumman63 wrote:

                      ""The Microsoft Jet database engine cannot open the file '\\software-11\Access\terminaldata.mdb'. It is already opened exclusively by another user, or you need permission to view its data. 12/14/2006 12:38:50 PM "" i m getting this error when i access mdb file from my window service,, i have accesss to that file ,, but in my service i get this exfeption can any body help me ,, thanks in advance

                      There are two primary ways to open a connection to an MS Access database, first ‘shared’, second ‘exclusively’. If the database has been opened exclusively by someone else you will only be able to open a read only connection to it. Shared as implied allows for multiple connections to it. Your post(s) seem to indicate nothing else has an open connection to the database. What is your connection string? Does your service have permission to the file share & *.mdb file its self? MS Access also supports a primitive user roles schema. Have you modified the default “admin” role? The bottom line here is the error message your seeing is the result of some type of permissions issue, be it at the file level or in the database it self.


                      I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups