Welcome to MSDN Blogs Sign in | Join | Help

Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

[01/18/2008: The hotfix is now available! To submit an online request to obtain the hotfix, go to http://go.microsoft.com/?linkid=6294451, or call PSS (there would be no charge for a hotfix). Please take the time to carefully read http://support.microsoft.com/?id=943280 before requesting the hotfix.]

[01/10/2008 .. later in the day: The hotfix is currently private and not yet available. Sorry for jumping the gun! I'll post another update when the hotfix is available for customers to request from our Product Support Services.]

[01/10/2008: A new hotfix is available that should address most proxy related scenarios that have been reported thus far (although there are still a few prompts that come from Office regardless of proxy settings). The most troublesome have been the no-proxy environments. We received an earlier Vista WebClient update that began considering host addresses without dots in the name to be part of the Intranet and okay to automatically provide credentials. Unfortunately, several organizations use FQDN host names.

This latest hotfix incorporates the previous changes and adds the ability to designate which servers are to be considered safe to pass credentials to. Please take a look at the following KB article for more details surrounding the problem and the fix: http://support.microsoft.com/?id=943280. (Yes, this hotfix will be in the upcoming Windows Vista Service Pack 1.)]

[11/07/2007: The following hotfixes have been released:

  • KB 941853 addresses the issue where "Automatically detect settings" was required to be enabled in order for the Automatic configuration script to be processed for WebDAV communication. With 941853 installed, the "Automatically detect settings" can be either enabled or not.
  • KB 941890 includes the fix from 941853 and in addition will assume (in an environment where no proxy server is configured in the IE settings) that a site that has no dots in the name will be treated as an intranet site (e.g. http://companyweb is intranet while http://www.mycompany.com is Internet) and credentials will be passed automatically for WebDAV communication.]

[10/19/2007: IMPORTANT UPDATE: Do not use the "fake proxy" workaround described below other than for testing purposes!

The reason that we strongly recommend against using this workaround broadly or in production is because it will reduce the security for default Internet sites by interpreting them as intranet sites instead. The good news though is that if this workaround is effective for you, then there's a very good chance that the hotfix that will be release within the next week or so -- look for another update soon -- will permanently address your particular issue.

Another workaround is to stop and disable the WebClient service. However, this will disable the ability to use Map Drive to a webfolder and also disable the ability to use Explorer view in SharePoint.

The best workaround that we have at the moment though it requires a bit more work to implement is to configure the Office 2007 applications to run in Windows XP SP2 compatibility mode and install the Web Folders update. While extensive testing was not performed with Office 2007 configured this way on Windows Vista, Windows XP SP2 is a fully supported platform for Office 2007 and no unusual side-effects are anticipated. The reason this workaround is effective is that it subverts the preference to use WebDAV and uses Web Extender Client (WEC) instead. Here's a bit more background info:

Office 2007 introduced a change such that when installed on Windows Vista machine, it prefers to use WebDAV technology when opening documents from a SharePoint site (previous versions first tried to use the Web Extender Client). Additionally, WebDAV on Windows Vista switched from using WinINet to using WinHTTP because the latter is considered to be more secure. Unfortunately, WinHTTP does not understand zones since it was designed more for services than interactive users. WebDAV implemented a subroutine that would check the user's IE proxy settings and if a proxy was detected (either through the use of "Automatically detect settings" when it successfully retrieved a PAC or configuration script or through the use of specifically defined proxy settings), it would initiate the WinHTTP session with information that would allow the user's credentials to be passed automatically (like WinINet does for Intranet and Trusted zones). The absence of a configured proxy would result in the prompt for credentials (which we agree is undesired and unnecessary in most intranet environments).

How to place Office 2007 applications into Windows XP SP2 compatibility mode
This can be accomplished by simply adding a few registry keys. Although we recommend placing them under the HKEY_LOCAL_MACHINE hive, it may be difficult in some corporate IT environments to push the keys because of the need for elevated privileges. Alternatively, the keys can be placed under the HKEY_CURRENT_USER hive and be just as effective.

The keys are application specific (examples for Excel, Word, and PowerPoint are listed below):

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Program Files\\Microsoft Office\\Office12\\WINWORD.EXE"="WINXPSP2"
"C:\\Program Files\\Microsoft Office\\Office12\\EXCEL.EXE"="WINXPSP2"
"C:\\Program Files\\Microsoft Office\\Office12\\POWERPNT.EXE"="WINXPSP2"

(Note that the keys above are meant to be copied from a .REG file. If the keys are entered in another manner, they would likely need to use "\" instead of "\\". Also note that the paths are hardcoded; if you have an environment where the path to the Office 2007 executable vary, you may need to use a script so that the correct path can be determined programmatically.)

Install the latest Web Folder update
This is available from the KnowledgeBase article 907306. This is a "one size fits all" update and applies to both 32-bit and 64-bit versions of Windows Vista. Without this update, the documents will still open but will not save directly back to the document library. Installing the update should restore the ability to edit directly from the document library (providing the ability to use checkout functionality as needed).]

 

We've received several reports of this issue through our Customer Support Services. Although it would be impractical for us to post every known issue or confirmed bug on this blog, I have a strong feeling that this particular problem is much more widespread than has been reported. If you have experienced this problem and can consistently reproduce it, please leave a comment. While we're still investigating a possible long term fix, here are several workarounds for you to try.

Problem Description

With Office 2007 running on Windows Vista, opening an Office document hosted on a SharePoint (i.e. WSS 3.0 or MOSS 2007) site results in a prompt for login credentials even if the user is already logged on with an account that has access to the document. Canceling the credential prompt may still (but not always) allow the document to open in read-only mode.

Potential Workarounds

Go to IE7 -> Internet Options -> Connections -> LAN Settings.

  • Behavior 1: Clearing all checkboxes on this dialog will cause the credential prompt.
  • Behavior 2: Automatically detect settings - enabling this option will prevent the prompt if it effectively enables a proxy server and enables bypassing the proxy for local addresses.
  • Behavior 3: Use a proxy server - enabling a proxy server in conjunction with enabling "Bypass proxy server for local addresses" will prevent the credential prompt.

When the user does not have a proxy in the environment, it's still possible to work around this issue by setting a "fake proxy" and "blanket bypass" as follows in IE7's LAN Settings dialog.

  1. Click the Proxy Server checkbox. Set the address to "fake proxy" without the quotes and the port to 80.
  2. Click the "Bypass proxy server for local addresses" checkbox.
  3. Click Advanced and put an * in the Exceptions list to cause all addresses (including external ones) to be bypassed.

 

<Lawrence />

Published Friday, January 18, 2008 10:49 PM by sptblog

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Techy News Blog &raquo; Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I can say that this does not appear to be unique to just sharepoint. I can reproduce this by opening up a word document on an IIS 6.0 server without sharepoint installed.

The site is internal, uses windows integrated authentication, and the page is simple HTML.   The document is linked via a simple <a href = ... > tag.  

Tuesday, October 16, 2007 5:52 PM by JohnW

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I agree with JohnW. I have the same problem with my internally hosted Publisher site but it always opens the document after I cancel it.

Tuesday, October 16, 2007 6:00 PM by Eagle117

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I have this problem even in a proxy environment.

Click on "Cancel" in the Credential dialog does open the document read-write.

Tuesday, October 16, 2007 6:35 PM by Thorsten

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Yes we have this exact issue.  The portal is accessed via http://portal.ourdomain.com.au, and we have an ISA server as our proxy server.

If I access the portal via the proxy autoconfiguration script it prompts me for credentials.

If I access the portal with a manual proxy setting in IE (eg proxy:8080) and have portal.ourdomain.com.au set as an exception it does not prompt me for credentials.

However, Windows XP users work fine via the proxy autoconfiguration script.  Vista users are the only ones showing this problem.

Tuesday, October 16, 2007 7:10 PM by Paul

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I have tried all settings you suggested.  I get this problem first time opening a document on WSS/MOSS after logon.

When I have entered username/password I do not get credentials dialog until after next logon.  This happens in Word 2007, Excel 2007, PowerPoint 2007, but not in Project 2007...

Tuesday, October 16, 2007 7:20 PM by Roger Eriksen

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Same here, got the problem. Tried both solutions and the last one (fake proxy) works. The credential box won't pop up.

The Sharepiont servers are hosted outside the local network. I always get the credentials box and it doesn't matter whether I'm behind a proxy or not.

Thorsten is right about clicking "Cancel". It works fine, but is quite annoying.

Wednesday, October 17, 2007 2:27 AM by Bram de Jager

# Microsoft confirms Office 2007, Vista and SharePoint security problems

The Microsoft SharePoint blog has a new post called "Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site". The article is a result o...

Wednesday, October 17, 2007 2:33 AM by Wictor Wilen

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Another thing is I'm not capable of using "Open with Windows Explorer" in the Action menu. Again for Windows XP there is no problem, but using Vista is! The message I get is "Your client does not support opening this list with Windows Explorer".

I heard this has to do with the authentication method? Using Integrated Authentication and hosting your server outside your network causes problems. The authentication checking is blocked by proxy servers and firewalls who are between your computer and the Sharepoint servers.

Does anyone have more information on this topic?

Wednesday, October 17, 2007 2:33 AM by Bram de Jager

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I get this problem also - when it asks for credentials I provide them but they are not accepted. If I cancel then the document opens in read/write as expected - this is also sharepoint 2003 site - it does not however appear to be consistent and may be something to do with AD as I frequently have to use domain\userid rather than just my userid in the authorisation to access the site to start with

Wednesday, October 17, 2007 5:04 AM by Stephen Hook

# Known issue: Office 2007 on Windows Vista prompts for user ...

There is an interesting post over at blogs.msdn.com

Wednesday, October 17, 2007 7:04 AM by Tester

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

We have seen this many many times, and it sure is frustrating.  The "workaround" does work reasonably well (well, except for Infopath, which still prompts!), but in an Enterprise environment, with mixture of proxy and no proxy settings around the world - it is really impractical.

Allegedly this issue is down to hardening of IE7, so it is not really related to Sharepoint or Vista.  There is a known bug, that I understand is being worked by dev.  I urge all of the corporates out there to log this, as Lawrence details.."it is more widespread than reported".

Wednesday, October 17, 2007 8:45 AM by Stuart Hudman

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Yes we are having that exact problem.  I have tried to solutions mentioned above with not success.  If you read the news groups you can see this is a wide spread problem.  We really need a solution

Wednesday, October 17, 2007 8:47 AM by Jerry Rasmussen

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

This is an issue not only with Vista but with all version of Sharepoint. When you host the Sharepoint server outside of your user's domain and a user opens an office document, they will be asked for login credentials. Turning off Office integration limits some of the prompting, but not all. Word seems to be the worst app, prompting sometimes on open, but also on backing up after viewing a Word document.  The issue is even worse if the user has the Shared Workspace turned on in their office application. This is a major issue for those of us who want to use Sharepoint to host external facing web sites. Why can't we get it to open Office documents like it opens PDF's or other types of files? Is Microsoft working on a fix for this issue?

Wednesday, October 17, 2007 9:45 AM by MM

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

We were seeing this issue with Office 2007 apps on Vista and using the "fake proxy" seems to have resolved the issue.  We are now able to browse MOSS 2007 from the Open dialog in Office applications where before it continually threw out login prompts. Thanks!

Wednesday, October 17, 2007 10:39 AM by Doug

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Fake proxy breaks all my apps that use IE settings for proxy - gonna have to live with the authentication issue :(

Wednesday, October 17, 2007 10:46 AM by Rob Garrett

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Yep, we've got it too. Fortuanately, we don't have a production SharePoint deployment yet.

Wednesday, October 17, 2007 11:33 AM by Darryl Hover

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

We have this issue here also.  It is one of the main reasons we have for not upgrading folks to Vista / Office 07.

Wednesday, October 17, 2007 12:52 PM by Mark O'Brien

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Same problem here.  We have a very limited deployment of vista/sharepoint/office 2007 because of this

Wednesday, October 17, 2007 1:41 PM by Chris Vaccaro

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

One side effect of this workaround appears to be that all addresses become part of the "Local Intranet" zone. Is there a fix coming from the Vista team to fix the WebDAV redirector?

Wednesday, October 17, 2007 6:01 PM by Matt Andrews

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I'm experiencing this weird thing. We have a couple of web applications. On the teamsite web application I'm not able to use the Open with Windows Explorer option. But on the other Portal and My Site web application I can.

Does anyone have a the same issue? And off course a workaround?

Thursday, October 18, 2007 2:07 AM by Bram de Jager

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Yes, the fake proxy fixes the authentication issue, but then all sites (even internet ones) become part of the intranet zone which is not a great situation :(

Thursday, October 18, 2007 5:24 AM by Alex Lomas

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Same problem here.  We resolved our Vista issue by adding the URL of the SharePoint site to our list of sites under the Local Intranet setting.  We also use ISA for our proxy so we already had the proxy settings for "Use proxy server for lan" and "Bypass proxy for intranet sites" selected.  Removing these settings will also cause the prompt.

I find it interesting that when you are accessing an internal address (http://sharepoint) without using a FQN the client still makes requests to the proxy server?

Thursday, October 18, 2007 8:58 AM by Scott

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I am running Office2K7 and Vista.  I have the Auth prompt.  Our network does not have a proxy.  I setup the fake proxy and do not get the Auth prompt.  I did notice the pages load slightly slower.  Hope this helps to find a real solution instead of a work around.  Thanks,

Thursday, October 18, 2007 9:09 AM by David

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I get this problem, too.  Windows Vista 64-bit, Office 2007 Enterprise, WSS3.0.

Thursday, October 18, 2007 3:39 PM by Alec S.

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Same problem over here, we also do get the problem when accessing a sharepoint 2003 site with a Vista/Office 2007 client (so not only wss 3.0 or moss2007).

We don't use a proxy for now, but I wil experiment with the fake proxy... Allthough if this causes all sites to become "intranet" sites I don't think this is a realy good or safe solution (allthough it seems to resolve the initial problem :-))

Thursday, October 18, 2007 3:52 PM by Gert Lambers

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Thank you thank you thank you! I've been looking for that problem for 6 months now! Even with an anonymous web site, it would still ask me for credentials! That trick fixed my problem! Thank you!!!!

Thursday, October 18, 2007 4:15 PM by Celine

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Like others here, we use an autoconfiguration script. After reading this posting, I've now enabled "Automatically detect settings" as we support WPAD as well and that does seem to have eliminated the credential prompting.

Friday, October 19, 2007 6:23 AM by Philip Colmer

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Hi

Yes we have this problem too with SPS2003 and MOSS 2007. Luckily not too many people have Vista (in our organisation) yet!

Friday, October 19, 2007 8:20 AM by JennyE

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

There is a fix currently available for the auto-config URL proxy configuration issue.

KB 941853

if you call support they can get it to you.

Friday, October 19, 2007 2:14 PM by Tony Gaston [MS]

# SharePoint Kaffeetasse 25

HotFix Security Hotfix MS07-059 Artikel zum Lesen Why SharePoint Server is Terrible Dazu der Kommentar

Monday, October 22, 2007 6:42 AM by SharePoint, SharePoint and stuff

# Monday Morning SharePoint Reading: Everything from Defragging Databases to New Training Offering for Microsoft Office SharePoint Server 2007

Body: I found a few noteworthy posts this morning while sucking down some coffee trying to wake up (rough

Monday, October 22, 2007 2:04 PM by Mirrored Blogs

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

There is another bug caused by Office 2007's switch away from the Web Extender Client.

The new WebDAV implementation in Office 2007/Vista won't recognize a WebDAV server unless it exists at the root of the web server. This directly conflicts with the Web Folders implementation that allows you to specify a context path for the WebDAV server. For example, if your WebDAV server lives at http://www.hostname.com/webdav/">http://www.hostname.com/webdav/ but not at http://www.hostname.com/, then the web folder will open but any office documents will be opened as read-only in Office 2007/Vista.

Switching to XP compat mode fixes this problem.  

Monday, October 29, 2007 1:15 PM by Ryan Ackley

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

So, where is the hotfix that solves this problem. You said there will be a Hotfix "next week or so". I hope you didnt mean the new 941890, because it does not solve this problem.

Thanks in advance.

Friday, November 02, 2007 8:54 AM by Jürgen Winter

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

We are seeing this problem as well. When will the hotfix be released?

Monday, November 05, 2007 6:34 PM by Aaron

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

We have the same problem. Without this fix we cannot upgrade to Vista and Office 2007. We appreciate a hotfix very soon.

Tuesday, November 06, 2007 4:09 AM by Peter N

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Wednesday, November 07, 2007 3:22 PM by Kailash

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Please tell me if MS is working on another Hotfix, because this two do NOT solve the Problem.

Thursday, November 08, 2007 8:49 AM by Jürgen Winter

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I have applied the hotfixes and neither of them work.

Thursday, November 08, 2007 8:59 PM by Russ

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

941890 worked for me with WSS 3.0 and SBS 2003 PE, thanks heaps

Friday, November 09, 2007 1:53 AM by carl

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I second that feeling - it did not work for us either.

Friday, November 09, 2007 10:29 AM by Stephanie D

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I have just blogged on how to fix this logon issue - does not matter if it is vista or xp. As others have commented it happens with non-sharepoint based apps in iis.

My blog post should give you the answer. I have got a video too :-) Comments are welcome.

Wednesday, November 14, 2007 3:51 AM by Alpesh Nakar

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Your video is blurry, but based on the screen shot, it looks like what we already have in place and does not resolve our issue.  We have added the site to trusted sites and have set automatic login.  this resolved our issue with it prompting every time we hit a new site, however it does not stop the prompting for the office document.

Wednesday, November 14, 2007 9:19 AM by Stephanie D

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

It looks like the hotfix works for me if I access the site using https://sharepointServer but not https://sharepointServer.domain.com.  

I have the FQDN added to the Local Intranet Zone in IE so I was hoping it would work that way as well but apparently not?

Thursday, November 15, 2007 8:54 AM by Bill

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Applying the 2 hotfixes didn't work for me either.

Thursday, November 15, 2007 8:59 PM by Kurt

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

@Bill:

Maybe it didnt work because adding the FQDN to Local Intranet Zone does not bypass your proxy. But using a URL without a dot causes IE to bypass it when "bypass proxy server for local addresses" is activated. As far as i know, "local addresses" are not the same as "sites that are included in the local intranet zone".

Friday, November 16, 2007 5:28 AM by Jürgen Winter

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

We applied the hotfixes and still have the problem with read-only documents. If the user has rights to edit the document everything works fine.

Friday, November 16, 2007 12:01 PM by Peter

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I have tried the Windows XP SP2, KB907306 without any real succes. I'm running Vista, Office 2007 against a WSS 2.0 site. I have the following observations:

1. It takes a long time to open the document (the basic auth. box is show immediately. The doc is 4kb with a couple of screen shots (opens almost instant on my old XP)

2. When I press "Edit Document", I get "Unknown error trying to lock file". This also takes a long time.

3. If check out the file and choose "Edit in Microsoft Word", 10-20 seconds wait time and after entering credentials it opens instantly. Succes.

4. I edit the document, and press save. 10-20 seconds going on, and I get the famous "Word did not save the document" (thanks for the info :-)

5. But I gotta save my changes - to I press Save As, (waiting again) and then I save at the desktop, undo checkout and upload the file. Heeeyyy , that doesnt work very well.

6. I have mapped the sharepoint site as a web folder as well. If I select the document, and right click and choose edit, I can open without the "Edit Document". If I edit the doc and press save, again a long wait, and I get the famous "Word did not save the document". That works consistently.

What do I do, go back to Windows XP? It is a really productivity killer on the best platform :-(

Friday, November 16, 2007 4:19 PM by Jørgen Thyme

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

@Jørgen Thyme

We experienced a similar problem while opening documents. It turns out Vista tries to lock the file through TCP port 445 (Microsoft-DS). If this port is blocked in any way, a long delay will occur upon opening files, etc.

We use a hardware load balancing device, which only load balanced port 80 for our sharepoint frontend web farm servers. After adding TCP port 445 to the load balancer, documents open up almost immediately.

Be careful however when opening up this port on internet based sharepoint environments, as it will greatly increase the attack surface. (do a google search on 'tcp port 445 vulnerability' to see what I`m talking about).

Monday, November 19, 2007 9:26 AM by Frank

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

We are experiencing the same problem with Vista, Office and Sharepoint. Any news on when microsoft will be releasing a hotfix that actualy works?

Monday, November 19, 2007 10:45 PM by Jay Jay

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Yes, we see exactly the same problem and use a proxy on all of our workstations.  Likewise to Roger Eriksen we only see the prompt the first time we open a document from MOSS 2007 after logging in and not again until next logoff.  Fortunately we do not currently support Vista so this is our get out clause... but it won't last.

Tuesday, November 20, 2007 5:58 AM by Rob Head

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

The 941890 hotfix did fix the issue for me when I use http://portal, but we need to use FQDN's so how do we fix that? I've already set the trust settings. Thanks!

Wednesday, November 21, 2007 12:36 PM by alambkin

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

@alambkin

You can set the FQDN in IE in "Do not use proxy server for addresses beginning with".

Thursday, November 22, 2007 5:10 AM by Jürgen Winter

# syncing OneNote to Sharepoint - Access Denied and Automatically Detect Settings

If you have a OneNote notebook on SharePoint you may have seen something like the following errors at

Tuesday, November 27, 2007 10:55 AM by David Rasmussen's Blog

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

none of these fixes have worked.  I go into the sharepoint site, check out the document, click edit and it opens in compatibility mode.  After i'm done modifying the doc, i hit save and it asks me to check it in.  I hit yes and nothing happens.  The document stays open.  I have tried with and without the local shared copy.  

Anyone?

Tuesday, November 27, 2007 2:48 PM by Jim R.

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

When is the hotfix comming out for this? The Turning off the WebClient Service seemed to fix the issue for me, but making the security mode XP did not. I am not sure what will be affected by turning off the WebClient Service, trying to research that now. Anyone know what it does exactly?

Wednesday, November 28, 2007 9:03 AM by jwashco

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

It seems the best fix which is glossed over for the most part is to add the FQDN to intranet sites.  The other fix we did was to add it to trusted sites and then set trusted site to automatically pass authentication.  This can be done easily via GPMC.  A true fix is needed though.

Thursday, November 29, 2007 2:01 PM by Brian Hoyt

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

What about cases where there is no proxy and the server requires a FQDN (e.g. because of an SSL cert)?

Friday, November 30, 2007 6:17 PM by Doug

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I'm right there with Doug.  We have intranet sites with FQDN's because of our SSL certs.  I can see the documents through WebDAV, but when I open them they are Read Only.  The hotfix did not address my issues.

Tuesday, December 04, 2007 8:45 PM by Ryan Beesley

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

1)Download the update 907306.  

2)Then click Start>Computer

3)Add a network location

4)type in http://your.sharepointserver.com/sites/whatever site you want to add.

5)Your sharepoint site will be added as a network location

You should now be able to open in windows explorer and "Save as" any office 2007 documents directly to the sharepoint server. Cheers!

Wednesday, December 05, 2007 12:11 PM by Matt Welykholowa

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I made some head way with the Office 2007 SP1 release.  The very first time I tried WebDAV after installing the Service Pack, it worked.  I remembered I had left the compatibility keys set to WINXPSP2, so I removed them and tried again... this time it failed.  I reset them, it failed.  I restarted the computer it failed.  Now I'm back at square one.

I thought the Service Pack fixed things for me, but I'm back to read-only status.

Tuesday, December 11, 2007 5:51 PM by Ryan Beesley

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Matt, the problem is that we can't save there.  I know, it sounds crazy, we can see the directory, we've been prompted for our credintials, and we can view the file.  Unfortunately the file opens as read-only, and when you try to save, you are told that you don't have permissions... and this is with 907306 applied.

The problem seems to come from having Fully Qualified Domain Names for our Intranet servers.  This was done at my business, and I'm sure at others too, as a way of provisioning SSL certificates for servers on the LAN.

I'm about 5 minutes away from rolling back to Office 2003 and I'll certainly caution others in my company to do the same.  We don't have wide-spread adoption of either Vista or Office 2007 yet, and I'm sure we won't further consider it until this issue is resolved.

Tuesday, December 11, 2007 6:17 PM by Ryan Beesley

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I can confirm, that the Problem still persists even after installing Vista SP1 RC and Office 2007 SP1. Are there ANY plans to make a hotfix that actually solves the problem?

Wednesday, December 12, 2007 11:35 AM by Jürgen Winter

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

This prompt issue is major problem for us and our customers using InfoPath on SharePoint and even in other contexts.  It seems that MS is not really addressing the complete issue.  This is honestly very frustrating. Entering username/password a half dozen times when opening forms is unacceptable.  Please MS fix this issue.

Wednesday, December 12, 2007 7:24 PM by Shiraz Cupala, Qdabra Software

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I can confirm that this annoying issue is a serious problem for us and our customers

Thursday, December 13, 2007 5:39 AM by Menno Malta, Phylax

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I have received confirmation from Microsoft (over a Premier Support Ticket), that MS is currently working on a new hotfix to solve the problem. Unfortunately he could not provide me a date.

I will leave a new comment, as soon as i get any news.

Thursday, December 13, 2007 1:11 PM by Jürgen Winter

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

We are a Hosting Provider that has the same problem for our Customers. Alltough this is a client-side problem it really makes our Hosted SharePoint WSS 3.0 services pretty useless for the customers that this problem. If someone at MS sees this, please adress this issue and fix it NOW!

Monday, December 17, 2007 12:46 PM by Björn

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

A new hotfix is available which should solve the problem in a scenario without proxy. The KB-Number is 943280.

The scenario with proxy is still under investigation my MS.

Monday, January 07, 2008 6:40 AM by Jürgen Winter

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Is there an x86 version?  I only see the x64 when I try to download it from Premier.

Thanks

Thursday, January 10, 2008 9:30 AM by -B

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Post your E-Mail-Address here (or send me a mail to "spiele-psycho@gmx.net") and i will send the Hotfix to you.

Thursday, January 10, 2008 12:43 PM by Jürgen Winter

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Can I get the link to the hotfix?

russ.farris@gmail.com

Thursday, January 10, 2008 3:00 PM by Russ Farris

# SharePoint Kaffeetasse 38

Novell Userverwaltung mit SharePoint kombinieren Microsoft Office SharePoint Server 2007 and Novell eDirectory

Friday, January 11, 2008 9:09 AM by SharePoint, SharePoint and stuff

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

well finally you got down to this problem..I have reported this in May 2007! Since then I have tried many "internal" hotfixes none of which worked. Hope you solve it so it can be included in SP1.

Friday, January 11, 2008 9:17 AM by markoh

# SharePoint Kaffeetasse 38

Novell Userverwaltung mit SharePoint kombinieren Microsoft Office SharePoint Server 2007 and Novell eDirectory

Friday, January 11, 2008 10:06 AM by Mirrored Blogs

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Tried the x86 version of the hotfix. The performance is inproved but not solved. Still get lock-ups and e.g. OneNote does not sync toward sharepoint if I don't open e.g. a word document first (and first enter credential once). I.e. OneNote does not even ask for credentials it simply does not connect.

Wednesday, January 16, 2008 5:46 PM by Johan

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

The problem I see with this hotfix is the end user must install it AND edit the registry to list the URLs of the servers they want to pass their credentials to.  I don't understand why the hotfix can't use the list of URLs already provided by the user to decide which sites to consider trustworthy.  You know, the list of "Trusted Sites" or perhaps "Intranet Sites".  Those lists exist already, why make users maintain another list of the same sites and bury that in the registry?

Thursday, January 24, 2008 9:58 AM by Drew

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I just installed the hot fix and it seems to finally be working for me.  I can edit a doc when accessing the site via the fqdn and receive no login prompts.

Thanks

Thursday, January 24, 2008 10:35 AM by B Webster

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I have been battling this issue for a long time and definitely really frustrated.  I have tried any/all hotfixes and workarounds and am still having the issue...It surfaced while trying to open a shared documents folder in sharepoint in explorer view.  It would pause, do nothing for 30 seconds and then up pops the authentication dialog.  After trying 3 times it would lock me out.

Now, when I am just trying to open a document in a shared/web folder on the sharepoint it won't open and then locks me out - ARGGGH!

Someone please help

Friday, January 25, 2008 9:11 AM by Jason Warnke

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I applied Web Folders patch 907306 and hotfix 943280, configured the registry with local domain to trust (*.mydomain.com).  Had to wait through a very long delay, opened the document but when I click "Edit Document" I get "Unknown error trying to lock file."  

Stopping the WebClient service yields a faster opening of the document, but the error "A problem occurred while connecting to the server. If the problem continues, contact your administrator."

The only thing that worked was setting the office applications into Windows XP SP2 compatibility mode.  Which irks me, because that should not be necessary.

Would be happy to debug/troubleshoot further if someone from Microsoft wants to contact me.  Remove the [nospam]s from my URL.

Friday, January 25, 2008 10:05 AM by Peter H

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

@Jason: Have you tried to deactivate the IE Protected Mode for your Intranet? We also had many issues especially with the Explorer View before that.

@Peter: Do you use a proxy-server in your scenario?

Tuesday, January 29, 2008 5:13 AM by Jürgen Winter

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I installed KB941890 and it's working nicely for me.  The login prompt is no longer appear when I tried opening a document in Sharepoint.  

Another issue that I encountered was the login prompt keeps appearing everytime I open up Outlook.  This is because Outlook tries to connect to the Sharepoint Lists using the Internet URL instead of treating the URL as being Intranet.  To fix this, you need to add the Intranet URL to the Intranet Security Zone instead of the Trusted Site.

Tuesday, January 29, 2008 8:53 PM by Felicia

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

I have installed the latest and greatest hotfix and still the problem continues. It is seriously rediculous that this issue still hasn't been properly addressed.  I have noticed that using the new Office Live Workspaces has the same problem with Vista Office 2007.

Sunday, February 10, 2008 2:57 AM by Eric

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

It seems that this is a problem with Windows Server 2008 RTM as well, though the patch doesn't apply to that OS.  Will there be an OS patch for WS08?

Thursday, February 14, 2008 1:19 PM by AndyG

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Is Microsoft listening. Seems like none of the hotfix resolved the problem. Even Vista SP1 seems to have the same symptoms. Only workaround that we found to work is to use the fakeproxy which I understand is not recommended or to make sure "Automatically Detect Settings" in the proxy tab of IE.

Is anyone expereciencing similar issue? This has been a nightmare scenario for more than a year and our clients are complaining constantly

Tuesday, February 19, 2008 8:23 PM by Daniel CD

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Yes we have the same problem and have desided to stay on XP until the it´s solved.

Thursday, February 21, 2008 12:13 PM by kh

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

We had the same problem with XP and Office 2007. The problem was fixed by adding the FQDN to the proxy exclusion list.

Monday, February 25, 2008 12:58 AM by Marald Marcus

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

The patch is working however make sure that you enter the correct values into the registry also! I forgot to do that at first then I did it and hotfix works. However, this hotfix doesn't seem to be included in SP1 for Vista!

Friday, March 21, 2008 7:09 AM by markoh

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Monday, March 31, 2008 3:31 AM by lufei

# Still experiencing this problem with Vista SP1.

Hopefully someone is still monitoring the comments on this post.  

Even with SP1 installed, we are still experiencing this problem.  The sites are trusted.  It works fine if we disable the webclient but I haven't tried the fake proxy.  XP works great.  The only thing slightly out of the ordinary with our environment is we have ISA 2006 and FBA.  We enabled persistant cookies for private connections and we still get the login prompt.  Any ideas?  

Thanks,

Wednesday, April 02, 2008 10:02 AM by Brian H

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Brian H,

I have a similar setup to you (ISA 2006) and still have this problem. I have tried the fix, SP1 and the registry entries in 943280. My site is not a FQDN and is in trusted sites. It is simply accessed as "http:\\sharepoint"

If my proxy settings are "automatically detect settings" (proxy info set through DHCP) I experience the issue.

I do not get the credential prompt if  I manually set the proxy server and tick "bypass proxy server for local addresses". This is inconvenient as we need "automatically detect settings" enabled for other things to work smoothly. Anything else i can try?

Cheers,

Adin

Thursday, April 03, 2008 9:55 PM by Adin Sabic

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

This problem not only happens in Vista but in XP as well. Our PCs are running on XP SP2 with IE 7 and Office 2007. When we tried to open a document in MOSS 2007 websites (it could be team sites and My Site), it would still prompt for authentication even though we have already authenticated via ISA 2006 form based authentication.

If we open any other file types apart from Microsoft Office ones(e.g. .txt, .pdf, .jpg etc) we do not need to authenticate.

Thursday, April 10, 2008 2:11 AM by Doug

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Adin,

So far, we haven't been successful with getting the fake proxy to work.  Our site is a FQDN and it a trusted site.  Regardless of if we can get the fake proxy to work, it wouldn't be a good solution anyways as this blog post already states.  Also checking or unchecking the "Automatically detect settings" box doesn't seem to help either. The only thing that does work for us is disabling the Webclient service.  Once we do that, opening Office docs goes incredibly fast and we don't get a prompt.  The problem is we can't rely on this as a solution.  There are several other services that rely on the Webclient and we can't force people to choose between SharePoint and the others.  

I have been working with MS for almost 2 weeks on this issue and they still haven't been able to come up with a solution.  If I'm able to get this working, I'll be sure to add it to the comments since it doesn't look like the SP team is monitoring this post anymore.

Thanks,

Brian

Thursday, April 10, 2008 2:52 PM by Brian H

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

LOL, almost a year later and this still has not been fixed.  OMG!!!  It seems like everyone that is supposed to fix Vista is on Windows 7 to rush it out the door on time.  So is the fix for this issue to shell out another $200 for Windows 7?  Can integration problems with Microsoft's own software get any less attention?  For the first time, I am seeing where Open Source has an advantage when you can't get response on something as stupid and lame as this issue....

Friday, September 12, 2008 3:58 PM by MicroNix

# What about Office 2003, XP, and IE 7 not being able to open Word Docs from Mapped Drives to Sharepoint

I'm unable to open word docs with mapped drives to SharePoint.  I was able to do this until I updated to IE 7 and if I roll it back to IE6 I'm able to open word docs.  I've tried webfldrs.msi and kb web folders fix and it temporarily fixed it then broke again.  

Friday, September 26, 2008 6:39 PM by SunshineKknox

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

We're running Office 2007 on XP using IE7. Problem persists but only for *some* users.

Fortunately this means it's a local machine issue and I only have to go around and check every single last 300 of them to fix the problem. :\

This is so painful...

Sunday, December 14, 2008 11:33 PM by panoone

# re: Known issue: Office 2007 on Windows Vista prompts for user credentials when opening documents in a SharePoint 2007 site

Has this (moreso its subsequent) error been resolved?  Is there a true fix?  We run a SharePoint 2003/WSS 2.0 environment.  We just upgraded a few users from XP SP2 with Office 2003 to Vista Business x64 with Office 2007, and they are now getting the "unknown error trying to lock file" error message when attempting to open files from our SharePoint sites.  I, myself, have been running with this same setup for over a year now and have never seen this error.  Are their computers missing something?

Monday, February 02, 2009 12:54 PM by tcguy100

# web tasarım

beatıful thank you http://www.parcakontorbayiniz.com you

Sunday, August 09, 2009 12:41 PM by web tasarım

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker