SharePoint Blog - René Hézser

Anmelden  RSS Feed RSS Feed
Startet die Suche

Archive

Kategorien

Links

Andere Blogs




ITaCS GmbH

Oct 272010

SharePoint and “Sign in as a different user”

Today I stumbled across this KB article: “In SharePoint 2007 using Internet Explorer 8 and "Sign in as a different user" displays with old Session data. After 30 seconds the session object is completly refreshed and all data is correct.”

Hmm. Right. I’ve noticed that. At least now I know that this is by design Sad smile

Take a look at the suggested workarounds: http://support.microsoft.com/default.aspx?scid=kb;en-us;2435214&sd=rss&spid=11373

Workaround 1: customize init.js file or overload the method of LoginAsAnother() with an addition line of code: document.execCommand("ClearAuthenticationCache");

Workaround 2: change IIS authentication behavior to force the authentication for each incoming http request

Workaround 3: create a custom httpmodule and deploy it over the farm (all webapplications)


Published: 10/27/2010  8:58 AM | 0  Comments | 0  Links to this post
Tagged as: SharePoint

Oct 252010

Issues with the User Profile Service in SharePoint 2010

A while ago a customer had problems with his User Profile Service. Since the problems may exist on other SharePoint farms as well, I want to share the solutions I found.

  1. “Could not load user profile.”
    This exception occurs, if you click on a MySite link.
    CouldNotLoadUserProfile
    To get rid of the problem, I had to associate the User Profile Service Application to the Webapplication, where the MySite-Host is running.
  2. The User Profile Import does not run
    Trying to import user profiles from the Active Directory, I clicked on the link “Start Profile Synchronization” in the User Profile Service Application settings pages. Nothing happened. Hmm. The SharePoint logs showed an exception after I clicked on the link:

    UserProfileApplication.GetStageStatus: Unexpected exception: System.Management.ManagementException: Generic failure 

    The eventlog had a new entry, too:
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          22.10.2010 09:28:56
    Event ID:      6398
    Task Category: Timer
    Level:         Critical
    Keywords:     
    User:          domain\user
    Computer:      server.domain.tld
    Description:
    The Execute method of job definition Microsoft.Office.Server.UserProfiles.UserProfileImportJob (ID 476df0f2-0f5d-34ce-afbe-9fe6fd1584e3) threw an exception. More information is included below. Generic failure

    To get rid of this exception, I had to grant read permissions to the “Network Service” and “System” accounts to this folder: C:\Program Files\Microsoft Office Servers\14.0
  3. Granting permission from the previous step, also solved this problem in the eventlog:
  4. UserProfileApplication.SynchronizeMIIS: Failed to configure MOSS initial MAs, will attempt during next rerun. Exception: System.Management.ManagementException: Generic failure


Published: 10/25/2010  8:36 PM | 2  Comments | 0  Links to this post
Tagged as: SharePoint

Oct 252010

SharePoint 2010 Upgrade and Update Information

Every time I want to check for the latest updates for SharePoint, I search for a page where to find them. This post will help me – and you – to find this information quicker Smile

The page has links to the latest Cumulative Updates for SharePoint Foundation and Server: http://technet.microsoft.com/en-us/sharepoint/ff800847.aspx

The title of this post says Upgrade as well. If you are not looking for update information but upgrade infos, you’ll find them on the page as well.


Published: 10/25/2010  7:59 PM | 0  Comments | 0  Links to this post
Tagged as: SharePoint

Oct 012010

Windows Live Essentials 2011

Microsoft has published a new version of the Windows Live Tools. –> http://explore.live.com/windows-live-essentials

What programs are included?

  • Messenger
  • Photo Gallery
  • Movie Maker
  • Mail
  • --> Writer <--
  • Family Safety
  • Windows Live Mesh
  • Messenger Companion
  • Bing Bar
  • Outlook Connector Pack
  • Microsoft Silverlight

If you do not know, you can use the Live Writer for blogging (with your SharePoint blog).

lw


Published: 10/1/2010  6:03 PM | 0  Comments | 0  Links to this post
Tagged as: Products, Windows