Accessing SharePoint Document Library through UNC Path.

If you have an Enterprise Portal site with the URL https://AX40VPC/Sites/EnterprisePortal and you need to access the document libraries in this site through windows explorer through the UNC path \\ax40vpc\sites\enterpriseportal from a windows 2003 server , then you need to start the WebClient service on the OS. This service is by default disabled in Windows 2003. So go to Administrative Tool -> Services to start this service.

Also if you have enabled Basic Auth  on this site , then you need to follow the instructions given in https://support.microsoft.com/?kbid=841215

Comments

  • Anonymous
    March 15, 2007
    Hi, thanks for the info. I noticed that AX by default puts all documents in a single folder. Is there a way to map different document libraries on sharepoint to different document "types" in AX. e.g. I want all Purchase Orders in a separate document library from all invoices etc...

  • Anonymous
    June 24, 2007
    I usually don't just link to other blogs from this blog, but this tip is very helpful and I seem to return

  • Anonymous
    June 26, 2007
    Hi, Here are a couple of nifty entries from last Friday and from over the weekend: Get the Windows Mobile

  • Anonymous
    May 07, 2008
    The comment has been removed

  • Anonymous
    June 18, 2008
    PingBack from http://axaptasource.com/2008/06/access-sharepoint-document-library-through-unc-path-8/

  • Anonymous
    June 18, 2008
    PingBack from http://axaptasource.com/2008/06/access-sharepoint-document-library-through-unc-path-5/

  • Anonymous
    June 18, 2008
    PingBack from http://axaptasource.com/2008/06/access-sharepoint-document-library-through-unc-path-9/

  • Anonymous
    September 24, 2008
    Mey, If my sharepoint site was running on a different port how would I do it? My SharePoint document Library is http://servername:81/Shared Documents/ I tried giving the UNC path as \servername:81Shared Documents. That did not work. I tried \servernameShared Documents. That too did not work. WSS 3.0 and AX 4.0 sp2.

  • Anonymous
    January 17, 2009
    PingBack from http://www.hilpers.it/2692232-trasferimento-file

  • Anonymous
    June 07, 2009
    We are calling AX code from Enterprise Portal that uses WinApi::CopyFile method. When we run EP from

  • Anonymous
    December 11, 2009
    Just because I spent hours and hours diagnosing this I thought i'd post my findings.  If you are trying to copy remotely from a server that is a virtual machine (even with SP 1 only installed) YOU CANNOT copy to sharepoint.  I wasted days troubleshooting this only to realize that if I used a physical machine the copy works no problem. Hopefully this helps someone.

  • Anonymous
    December 28, 2009
    I posted the most recent post about the copying not working.  It turns out the reason this didnt work is because Rosebud the webdav redirector needed to be installed.  The problem didnt have anythind to do with the fact that the source server was a VM

  • Anonymous
    November 17, 2011
    Here's the answer www.knowledgeexchanger.com/.../accessing-sharepoint-folders-using-unc

  • Anonymous
    April 25, 2012
    Guys, May be you can try to put ' file://' just before the UNC path starts. So, if your UNC path is \ax40vpcsitesenterpriseportal, then you need to put the path as 'file://ax40vpc/sites/enterpriseportal '. Hopefully it will help you :) Cheers, Himadrish

  • Anonymous
    April 29, 2012
    Hi Shikarishambu, You can access the path but replace the ":" with "@" i.e. "\servername:81Shared Documents" should be like "\servername@81Shared Documents". This was worked for me. Hope this will help you and others too. Thanks.

  • Anonymous
    January 09, 2014
    The comment has been removed

  • Anonymous
    June 17, 2014
    Awesome .. This was exactly what I was looking for .. With the Windows Service in Windows Server 2003 .. Could not figure out why it was working from PC Client and not form the server .. Thank you !!