Explorer View

A document library in SharePoint 2013 with over 10,000 documents when opened in Explorer view does not show any content. The message displayed in the browser is "the folder is empty". Explorer view works fine for other other
document libraries in the site with fewer documents. I want to move the documents from the document library to a File server share for archiving purposes. Any suggestions to address the issue will be appreciated.
Thanks
MP

I changed the List View Threshold for the Web App for the site that has the document library from 5000 to 30000 and now I can see content of the document library in Explorer view. I was able
to copy a document to a network drive using Explorer view. Once documents are moved from the Library root to Folders, I will change the setting back to 5000.
The following posting was helpful:
http://stackoverflow.com/questions/6093955/exceeds-the-list-view-threshold-5000-items-in-sharepoint-2010
On my PC, I had increased the value of
FileAttributesLimitInBytes. 
Opening document library in Explorer view also worked from a PC on which I had not changed the value for FileAttributesLimitInBytes.
Thanks all for recommendations and suggestions.
MP

Similar Messages

  • Sub folders not showing in Explorer view

    Hi,
    We have a totally standard Sharepoint 2013 installation. We've noticed this week that in some document libraries when opening them up in Explorer view it doesn't display all the sub folders in that library/folder. It's a real pain when users have a folder
    with 20+ documents and want to move them somewhere else and can't because one of the folders aren't showing up. Manually moving them one by one is pretty tiresome.
    If I remove the subfolder in Sharepoint and then recreate the folder in Explorer view that works fine, so it's not that the name is too long. It's not a permission thing since I'm site collection admin. Same issue on Windows 7 and Windws 8. Tried different
    logins. Just can't wrap my head around this issue or what's causing it.
    Any ideas?

    Hi Kristoffer,
    I have seen an attribute for folder object which could control SharePoint folder hide or show in webdav explorer view, you can use PowerShell to output the problematic folder property, see if it the case, then use the PowerShell code to set it's property
    with blank value to make it show in explorer view,
    Use the PowerShell to get the folder object and then check the property value with this code line $folder.Properties["vti_winfileattribs"]
    #folder can be site, library level and folder level
    $folder = (Get-SPWeb http://sp).Folders["shared documents"].SubFolders["folder1"]
    #hide folder
    $folder.Properties["vti_winfileattribs"]="00000016"
    #show folder
    ####$folder.Properties["vti_winfileattribs"]=""
    $folder.Update()
    https://social.technet.microsoft.com/Forums/lync/en-US/9ceafb38-24dc-466c-b497-2cee062b81cf/explorer-view-hidden-folder-attribute?forum=sharepointgeneral
    Thanks
    Daniel Yang
    TechNet Community Support

  • How to remove Decimals in Quantity Objects in SAP BO Explorer View created on top SAP Bex Query?

    Hi,
    I created SAP BO Explorer report on top of SAP BEx Query.
    In SAP BEx Query, Decimals were hided but when i created OLAP Universe on top that SAP BEx Query and Created Index on top of Information Space in SAP BO Explorer and then created Exploration Views. But i'm getting Decimals in my Exploration Views where as SAP BEx Query in RSRT, no decimals were appearing.
    Can anyone suggest me how to remove decimals in SAP BO Exploration Views.

    Hi Ramana,
    I am not use how you connect to SAP BEx query (Via universe or BWA or HANA)
    What I could say is BWA and HANA, you cannot adjust this
    For universe, you could try in universe layer, there is note about this
    For BWA and HANA, this function might be enhanced but you 'd better raise OSS to SAP to check with them
    Best regards
    Alex yang

  • Error while creating folder named "bin" using explorer view in sharepoint 2010

    I am getting error when I create a folder in a library named "bin" using explorer view in sharepoint 2010.
    When I create folders with other names I don't get any errors.
     Please suggest.

    Hi,
    According to your description, my understanding is that you got an
    error when you create a folder named “bin” in a SharePoint library with explorer view.
    There are any Microsoft.NET Framework assemblies that have controls or parts that the SharePoint site uses, which are stored in the bin folder. You can remove “bin”  from hidden segments, then you can create a folder named “bin”
    in the SharePoint library with explorer view.
       1.Opened IIS Manager and selected Server name -> Request Filtering -> Hidden Segments tab -> Removed "bin" from there:
       2.Perform IISRESET:
    Thanks,
    Dean Wang

  • Error -3000 in Oracle Explorer View while trying to add connection. v. 10.2

    I have been using Oracle 9.2 and it's cooresponding ODP.NET for ASP.NET web development. I am now started on a new project that is running on a 10g database. I figured I would try out the Visual Tools suite and get the benefit of using ODP.NET and the integrated tools.
    I run the installer and created a new home directory just like the release notes say. After I reboot I copy my TNS Names and try SQL plus from my 9.x version and it works perfectly I can connect to any server. I check my Oracle Home selector and it is pointing to the 10g client directory.
    The problem is that when I am in Visual Studio .NET 2003 and open the Oracle Explorer view and click Add Connection. I get the dialog box and select my database and use a username/password and click Test and I immediately get a "-3000" error message almost like it is not even going out on the network. It says some internal error (String) datatype but nothing useful at all in the error message to help in resolving the error.
    I did a search on the forums here and everyone says use the latest version which I would do but I am on the latest version (Downloaded Yesterday 10-19-2005). So to get back to work I uninstalled the 10g visual tools and I am using the 9.2 client using the 9.2 ODP.NET until I can find out what the issue is with the 10g tools.

    Just to give an update to help others if they may encounter this issue. I uninstalled the Oracle 9.x client and removed any traces even the Universal installer. Once you reboot and ensure that nothing anywhere is pointing to the oracle directory I even deleted the Oracle directory to ensure that it would be a clean install.
    I then proceeded to install the 10.2 Developer tools and used the default settings and when I finished the installation I copied my TNSNames over to the network directory and rebooted. I then launched VS.NET 2003 and went to Oracle Explorer and added a Database and did the test connection and it worked. So it appears to have an issue with an existing installation running side by side (9.x and 10.x) The 9.x install did have the ODP.NET library installed so this alone might have been the issue as I haven't seen in the docs were you can't have both on the same system as with .NET you aren't supposed to have this issue running multiple versions of the same .NET assembly on the same machine.
    What was wierd with the scenario is that other than ODP.NET on the 10g client install everything worked fine connecting using the command line tools. It just would not connect via Visual Studio .NET's environment. I didn't try to do it in code as I figured it would be just the same issue.

  • Please help me I am not seeing Database table column names in field explorer view

    Hi,
    I am developing a crystal report using eclipse and sql server. After creating connection, when i drag and drop tables, The table name and its columns should apper in field explorer view. Then we drag the columns onto crystal report. Unfortunately I am just  seeing only table names but not column names in field explorer view. Could anyone help me?
    After downloading eclipse I have plugged in the crystal report using the following instructions
    1. Click on the Help menu, and then Software Updates > Find and Install... to open the Install/Update wizard.
    2. Select Search for new features to install and click Next.
    3. Click the New Remote Site button. This will launch the New Update Site wizard
    4. Type the Business Objects Updsate Site for the Name field and the following for the URL: http://www.businessobjects.com/products/dev_zone/eclipse/
    5. Click OK to complete the wizard.
    6. Enable the newly created Business Objects Update Site checkbox as well as the Callisto Discovery Site (which should appear by default with Eclipse 3.2) and click Finish.
    Expand the Business Objects Update Site node and enable the Crystal Reports for Eclipse 1.0.0v555 checkbox.
    8. Expand the Callisto Discovery Site and click the button "Select Required". This will automatically select the required Eclipse features necessary to successfully install Crystal Reports for Eclipse.
    Thank You
    Rajavardhan Sarkapally

    Now we have a lot of views which select data from the tables, but I need to get the "Table Column Name" that is linked in the view.
    If you are using SQL Server 2012/2014, then you can use
    sys.dm_exec_describe_first_result_set (Transact-SQL) to gte the informations.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Sharepoint 2013 explorer view error - problem opening this location in file explorer (HTTPS + Win7 Enterprise 64 bit + IE9 32 bit + Office 2007 32 bit)

    Hi,
    We have a problem using Sharepoint 2013 explorer view. (Error - We're having a problem opening this location in file explorer. Add this web site to your trusted sites list and try again).
    I'm using Windows 7 Enterprise 64 bit, Office 2007 32 bit and IE9 32 bit. And the sharepoint site is a https site.
    Some people in my organization are able to browse and some users getting the above error. (with the same client machine configuration)
    If I clear my browser cache, closes the browser and open it then the explorer view is working. But after a minute if I try again I'm getting the above mentioned error. This 1 minute expiration happens is since the first time I have used explorer
    view, not since I opened the browser.
    I have tried the following on my machine:
    1. Modified the web client service to run automatically.
    2. Verified the sharepoint site is part of trusted sites (https://*.spsite.com/)
    3. Compatibility mode is turned on.
    4. Tried adding
    AuthForwardServerList in the webclient registry settings under parameters. (restarted the web client)
    5. Verified the BasicAuthLevel set to 1 (since we are using SSL). Tried setting the BasicAuthLevel to 2 as well. (restarted the web client)
    6. Tried installing software update for web folders (KB907306).
    Verified the below on the production server:
    1. The web application has the root site collection.
    2. It has WebDav Publishing disabled under IIS Web Server feature.
    Could some one please help me in resolving this issue?
    Thanks.

    Hi  Deepak,
    According to your post, my understanding is that you failed to use "Open with Explorer"  in a document library.
    For your issue, please verify the following:
    ActiveX controls must be enabled in IE.
    As you are using Windows 7 Server as the client computer, you must install the Desktop Experience feature from Server Manager.
    Make sure there is a working Root site collection.
    Install this hotfix for windows 7 work with sharepoint 2013 :hotfixv4.microsoft.com/.../463266_intl_x64_zip.exe
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Explorer View - Your client does not support opening this list with Windows Explorer MOSS 2007 '

    We recently had a major deployement, after which Explorer View started giving error message.
    Before deployement, all was working fine.
    Error: Your client does not support opening this list with Windows Explorer
    Webclient service is already enabled.
    The site has been added to trusted site lists.
    All Active-x controls have been enabled.
    Browser: Internet Explorer 8 - 32 bit.
    Microsoft Office 32 bit is also installed.
    Thanx in advance.

    You could try updating the following registry key on a client PC as a test: HKLM\System\CurrentControlSet\Services\WebClient\Paramenters\AuthForwardServerList to include the URL of your sharpoint site. Add the root site and it might enable this functionality.
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Windows Explorer View, Server 2012 and WebDAV

    I am using SharePoint Server 2013 on Windows Server 2012. I cannot get Windows Explorer View working from client machines on this server. These machines are Windows 8, running IE 10 (I am also having problems on my Windows 7 / IE 9 machine).
    I have done everything on the client that I have read about (Trusted Site, the WebClient services, the patch mentioned in a Kb article), but to no avail.
    The client machines CAN open Windows Explorer View on a SharePoint Foundation site that I have hosted on the internet, although in this instance they access the internet directly, rather than through the company network.
    Therefore, I take it that my problem lies either on our SharePoint server, or somewhere in the network. The Proxy does not seem to be a problem as this is bypassed for local sites.
    Somedody said for an earlier version of SharePoint that the WebDAV server role should be
    disabled (which seems counter-intuitive).  Does this make sense, or what else should I be looking at on either my server or in the network environment?

    Thanks for the reply.
    I get the standard message ("We're having a problem opening this location in File Explorer. Add this web site to your Trusted Sites list and try again"). I am not using HTTPS.
    I do not think that the WebDAV is irrelevant on the server, as there are two separate things there:
    Desktop Experience Feature, which installs the WebClient service to allow the server to use WebDAV, and
    WebDAV Publiching Role under Common HTTP functions
    Curiously, after removign the WebDAV Publishign Role, my Win7/IE9 pc (which is not logged on to my client's domain (although I access their network and use SharePoint in my browser) DOES allow Windows Explorer View.
    The domain PCs do not allow it, still.  They get challnged for a user name and password three times before they get the standard message.  But, I did test a machine of their connecting to an internet-hosted website, and it could use Explorer View.

  • Unable to view Imported DC from NWDI in the webdynpro explorer view

    Hello,
    I am facing problem with NWDS version 2.0.22. we are upgradeing EP04 SPS 14 to sps 22.  When I import a DC project from NWDI from inactive view of development configuration perspective I cannot see the created DC's in Webdynpro Explorer view of webdynpro perspective but it is showing in Navigator view.
    Also when I create Webdynpro Project or Webdynpro DC locally I was able to see it in Webdynpro Explorer view.
    Can any one please tell me why I was not able to view imported Webdynpro DC's that I create from Inactive view of Development Configurations perspective (selected DC in inactive view and right click and create project).
    Also when I compared the Folder structure in the Navigator view of Webdynpro perspective.   I found below folders structure differences.
    Imported DC from Inactive View of Development configurations
    Folders:
    cfg, def, gen, Model Folder (and sub-forders), src(and sub-forders), test.
    Files:
    .dcdef and .project
    Locally created DC (which is visible in the Webdynpro Explorer view)
    Folders:
    bin, cfg, def, gen, gen_ddic(and sub-forders), gen_wdp(and sub-forders), lib, META-INF, Model Folder, src(and sub-forders), test.
    Files:
    .classpath
    .dcdef
    .project.
    Thanks

    Hi Experts,
    I get below error when I create project.
    com.sap.tc.devconf.SyncException: Failed to sync DC "xx.com/xxdcnamexx(xx.com_xx_1)" in configuration "xx_D". File "C:\Documents and Settings\Administrator\.dtc\0\DCs\xx.com\dcname\_comp\.dcdef" does not exist locally after sync but it exists on the server
         at com.sap.tc.devconf.impl.DCProxy.syncSources(DCProxy.java:916)
         at com.sap.tc.devconf.impl.DCProxy.syncAsSources(DCProxy.java:744)
         at com.sap.tc.devconf.impl.DevelopmentConfiguration.syncAsSources(DevelopmentConfiguration.java:4964)
         at com.sap.tc.devconf.impl.DevelopmentComponentNode.syncAsSources(DevelopmentComponentNode.java:955)
         at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.syncSelectedDCs(DcCreateProjectAction.java:443)
         at com.sap.ide.eclipse.component.provider.actions.dc.DcCreateProjectAction$1.execute(DcCreateProjectAction.java:237)
         at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:71)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
         at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)

  • Issue with document library and explorer view

    Hello,
    I have couple of issues on which I need some assistance.
    We recently backup and restore the SharePoint portal based on 2007 to SharePoint 2010 server.We're facing some issues on it now 
    When we try to open any office document from a document library it gives a prompt  stating below message in image. I check the document, it is nowhere checked out and also I have full control on the site , in fact I am site collection admin.
    Open with explorer view is not working. When we click on open with explorer it just refreshes the page and show the same page again.
    Need help on this couple of issues.
    Regards,
    Mandar

    In addition to Margriet her solution this article written by Amol Ghuge can help in troubleshooting problems with Explorer view:
    http://sharepointknowledgebase.blogspot.nl/2013/09/open-with-explorer-is-disabled.html
    - Dennis | Netherlands | Blog |
    Twitter

  • Web Module created form NWDI does not appear in J2EE-Explorer View

    Hi,
    I have created a DC of Type Web Module. I had it checked in and activated it.
    Afterwards I went to "Inactive DCs" view and created a local project out of the DC.
    When I look at "J2EE Explorer" view, I do not see my newly created object. However it is visible in "J2EE DC Explorer" view. When I edit the .project file and remove the line
    <nature>com.sap.ide.eclipse.component.provider.dcnature</nature>
    I can edit the project in "J2EE Explorer" but not in "J2EE DC Explorer".
    When I am finished with my local work on component I have to copy the line
    <nature>com.sap.ide.eclipse.component.provider.dcnature</nature>
    back into .project-file. Is there a more elegant solution for editing web modules created from DCs?
    Thanks for your help,
    Andreas

    Hello Sidharth,
    By the term "extend", I meant, that
    - eg another developer created the dc,
    - I want to add further functionality to the dc (by "extend" I DID NOT THINK OF CREATING A CHILD COMPONENT).
    Maybe I understood the dc-concept wrong:
    I wanted to reference the JCO-library in my dc and I am missing the entry "Add/Remove Additional Libraries" in the context menu in "J2EE DC Explorer" perspective:
    Is that by design?;
    Do I have to
    - add references to external libraries (like JCO) in local, non-dc J2EE-projects by "Add/Remove Additional Libraries" and in
    - dc projects I have to reference external libraries by "Add Used DC" within the "DC Metadata"?
    Thanks for your help,
    Andreas

  • Computer crashes on SharePoint explorer view

    One of our customers has connected a SharePoint document library as network drive to manage his documents. since a while his computer crashes nearly every time he uses this view.
    We tried everything descriped in the Whitepaper "Understanding and Troubleshouting SharePoint Explorer View but nothing helped.
    Our onsite support made a complete new installation to his computer, but nothing changed. He uses Windows XP (SP3) and Office 2007 (no SP). The same problem occurenced by using Office 2003.
    I have no ideas any more...please help.
    Thank you very much
    cibyl-a

    This issue can be a difficult one to troubleshoot via the forums.  One suggestion I would have is if the user has no business need for office 2003 since he has office 2007 is to remove Office 2003.  Also apply SP2 for office 2007.  Verify if the user can get to explorer view through the SharePoint Site.
    -Aseem
    This posting is provided "AS IS" with no warranties, and confers no rights

  • Reg: internet explorer views for all Tcodes in ECC 6.0

    Hi all,
    Is there any way to view all the tcodes in the internet explorer views in ECC 6.0?
    Thanks and Regards,
    S.Janagar

    No replies , closing this thread

  • SharePoint 2013 Service Pack 1 broke Explorer View (WebDAV)?

    We recently installed SharePoint 2013 Service Pack 1 and have since been troubled by Explorer View. Very often Explorer View doesn't work. This error often appears:
    "We're having a problem opening this location in File Explorer. Add this web site to your Trusted Sites list and try again."
    The weird thing is that sometimes the Explorer View works just fine, but more often it doesn't. There's are a lot of blogs / topics about this on the internet, but they all didn't help resolve this issue. We use persistent cookies for our STS (AllowSessionCookies
    == false), we've added the site to Trusted Sites, made sure WebClient service is running on the clients, cleared cookie caches, etc., etc.
    Explorer View works fine when we connect to Office 365 instances. But our local farm has these problems. We use ADFS auth.
    Our problems actually resemble the problems this guy had:
    http://blog.skadefro.dk/2011/09/sharepoint-2010-and-webdav.html
    But his fix doesn't seem to apply to us.
    This all started after installing Service Pack 1, so could this be a Service Pack 1 issue?

    Hi LZandman,
    There is a KB article, it provides that:
    Issue 2
    Assume that you access the date in a SharePoint Document Library. Then, you click Open with Explorer View when you view a SharePoint Document Library in Internet Explorer 10. In this situation, the operation fails, and you receive one of the following error
    messages.
    Error message 2
    We're having a problem opening this location in File Explorer. Add this web site to your Trusted Sites list and try again.
    Notes
    These issues occur only when the SharePoint server is configured for cookie-based authentication, such as SharePoint Online.
    You may encounter a similar issue when you use other Web Distributed Authoring and Versioning (WebDAV) servers that are configured for cookie-based authentication.
    Please take a look at :
    http://support.microsoft.com/kb/2846960/en-us , and download and install the hotfix, compare the result.
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Sharepoint Revision History in Explorer View - Is it possible?

     
    Hello, thank you in advance for any help.  We are beginning our deployment of SharePoint and many of our "hard converts" have love the ability to use "explorer view" to manage documents.  On question has arose though.  When in explorer view they are unable to view revision history for a document. I know you can open office documents and view the history there but this is not available to non office documents.
    Is there a way to have this information be displayed in a right click context or on some other manner from explorer view or when the repository is mapped as a network drive?  In the box functionality a custom solution or a commercial pay add-on are all acceptable options to me.

    Technically it's possible, but not feasible at all.
    You need to write you own Explorer Extension to add the context menu to mange Web Folders. That extension will work on the top of existing WebDav extension (http://chestofbooks.com/computers/revision-control/subversion-svn/Microsoft-Web-Folders-Webdav-Clients-File-explorer-extension.html) to match the Web Folder items with the SharePoint lists and items to get the item history.
    You can add the Explorer panel and render the History Info there for each selected element.
    So it's doable, but not an easy stuff.
    I would estimate it for couple of weeks of work for senior Web/WinForms developer (you not only need to query SharePoint data, but know how to write explorer extension and show info inside the Explorer info)
    SharePoint 2007 - 2010 Tips & Tricks Portal | Microsoft MVP |
    My Blog about Information Management |
    My twitter

Maybe you are looking for

  • To Limiting the size of the attached document in a "Purchase order"

    Does anyone knows how to limit the size of the document indexing in an "Purchase order"? Let me explain: By the tcode me23n I can create an annex to attach a file to the Purchase order, right now there is no limitation on the size of it, is there any

  • How to delete messeges from SMS

    MY SMS folder is empty.  However when ever i switch off and on a messege comes on screen displaying several old messeges and asking me to save or otherwise I tried to find the messeges but nowhere i could locate it.  How to find where the messege is

  • Help using Vectors...

    Hi, I'm learning Java programming.I need help using vectors.. I have a StructMember which contains {String ID, String Sum} I have a vector which contains 10 StructMember objects. (i.e. each element in my vector will have ID and Sum) I need to search

  • Disabling RETURN key in jTable

    Hi, I have a readonly jTable with some buttons underneath it. If i press the RETURN key it changes the focus to the next row in the table. Instead of this, i want the RETURN key to activate one of the buttons. I tried to disable the ENTER key action

  • Use Airport Express Brick N to extend network via ethernet

    I have the old brick-style Airport Express N model, which I'm currently using to extend the newer Airport Express hockey puck. The hockey puck is setup to with DHCP and creating the network. The brick is in setup to extend the network using DHCP and