Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Your client does not support opening this list with Windows Explorer

I installed Microsoft SharePoint and Project PWA on Windows Server 2008 R2.

When I want to open Library in Windows Explorer, I randomly get an error: Your client does not support opening this list with Windows Explorer

When I open IE it's working for 1st and 2nd time, but after some clicks it's not working anymore and I need to restart IE and then it normally works for couple of times. When it not working through Sharepoint it also not works via \server\DavWWWRoot\PWA and oposite.

I'm searching through the web for weeks and didn't find any solution. Do you have any idea what should be wrong here. Any suggestion is welcome :)

like image 245
AnzeR Avatar asked Jan 19 '12 13:01

AnzeR


4 Answers

I had the same exact issue with Windows 7 and explorer view. The following steps resolved the issue for me:

  • First - be sure that the Web Client service is running (run>services.msc).
  • Next - In I.E. check Tools>Internet Options>Security>Local Intranet>Sites>Advanced and add the site that you want to use explorer view with.

This finally fixed it for me. I hope that you have already found a solution to this issue! I was surprised at how difficult it was to find a solution to this problem!

like image 127
Shrout1 Avatar answered Sep 19 '22 12:09

Shrout1


This error message is a symptom to a billion different problems.

I solved this problem when I realized my XP32 box could do this just fine with IE8. So I reverted to IE8 in 7x64 (you have to do it by uninstalling updates for IE until you're back at 8) and it didn't work. The build versions were different and on the 7x64 "about" box it said IE8 was using 256-bit cipher while in XP32 it had 128-bit. That to me was a hint that there may be 64-bit issues even when you run the 32-bit executable.

Then I found this hotfix so I reinstalled the windows update for IE10 and then installed this hotfix. Now I'm able to open the TeamCenter site in question in windows Explorer. IE10 reports it's version 10.0.9200.16686. I cannot guarantee that it was the hotfix alone (and not also the reinstallation of IE10) which fixed it. But I'm willing to bet it was the hotfix alone.

In XP I found it impossible to then map this network location to a drive letter, as mapping doesn't like URL's. However in Windows 7 you can transform the URL so that it is interpreted as a Windows share. If the URL of a given folder is of this form:

https://somesharepoint.com/folder1/folder2/folder3

you can also access it as

\\somesharepoint.com@SSL\DavWWWRoot\folder1\folder2\folder3

and, in this form, it can be mapped to a drive letter.

I do have issues at that point that even with IE10 open and logged in to the site I see some random time-out like problems and I get kicked off (and prompted to log in again in IE10). My situation is complicated because the site I'm accessing requires an Exostar token to log in, so I have to log in via website no matter what.

like image 21
darda Avatar answered Sep 18 '22 12:09

darda


If it helps any one do the steps suggested above: Make sure to use 32 bit internet explorer (program files (x86)/internet explorer). Like was mentioned above Web client must be started. You may also need to add your site to trusted sites in internet explorer. Make sure enabled protected mode in internet options is disabled.

This is what finally fixed it for me: Check "Keep me signed in" on the login page. This was the key for me. Will not work without it checked in my case.

like image 27
alan baum Avatar answered Sep 18 '22 12:09

alan baum


I had the same symptoms, and it turned out I don't have a root site collection. Creating one solved this for me.

Summarized the troubleshooting steps here: http://letitknow.wordpress.com/2012/07/22/your-client-does-not-support-opening-this-list-with-windows-explorer-error/

like image 33
user1643577 Avatar answered Sep 21 '22 12:09

user1643577