Back End error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #16
    If M:\ is a network share, then M:\SomeFolder is a relative path because it doesn't include where M is mapped to.

    If M on my computer is mapped to \\Server1\Folde r1 then the full UNC path is \\Server1\Folde r1\SomeFolder. It is unambiguous where the path is pointing to.

    If M on your computer is mapped to \\Server2\Folde r2 then the full UNC path is \\Server2\Folde r2\SomeFolder.

    This means that M:\SomeFolder can point to different locations for different users because M can be mapped differently. Using the full UNC path makes the location unambiguous.
    Last edited by Rabbit; Oct 28 '13, 05:02 PM.

    Comment

    • mcupito
      Contributor
      • Aug 2013
      • 294

      #17
      Thanks for your suggested answers and other related information. The error was access rights being inherited from a different location, not the back end location. I found this out by right clicking on the BE, selecting properties, selecting security.


      Thanks again, everyone!
      Mark

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32633

        #18
        That's fine Mark, but nothing's wasted. You've learned some important info about UNC references (Universal Naming Convention).

        Comment

        • mcupito
          Contributor
          • Aug 2013
          • 294

          #19
          I agree, NeoPa. Thank you for the kind words; you're correct.

          Comment

          Working...