Archive für Mai 2009

Erste Systemvoraussetzungen für SharePoint 2010 von Microsoft veröffentlicht

Um schon vor dem Release der neuen SharePoint-Version 2010 fit für den Umstieg zu sein, sollte man schon jetzt die Systemvoraussetzungen für den Umstieg bereitstellen.

Im SharePoint Team Blog gibt es dazu die ersten Hinweise und Systemanforderungen:

http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx

Service Pack macht aus SharePoint Server 2007 eine Testversion

Offenbar hat sich ein Bug in das Service-Pack 2 für die Produktlinie der Office Servers 2007 eingeschlichen.

Der Fehler betrifft die komplette OfficeServer Produktlinie. Aus einer uneingeschränkten Version wird eine Evaluierungslizenz mit 180 Tagen Laufzeit.

Der Fehler lässt sich durch erneutes Eingeben der Lizenznummer beheben.

Näheres dazu hier:

http://blogs.msdn.com/sharepoint/archive/2009/05/21/attention-important-information-on-service-pack-2.aspx

http://www.zdnet.de/news/wirtschaft_investition_software_service_pack_macht_aus_sharepoint_server_2007_eine_testversion_story-39001022-41004429-1.htm

STSADM command line parameters / STSAD Kommandozeilen Parameter

It took me a while to find a good source to compile a reference for myself. It may be useful for any MOSS admin.

This was taken from here: http://office.microsoft.com/en-us/winsharepointadmin/HA011608431033.aspx and transformed into a PDF.

Here it is as searchable PDF with bookmarks: http://blog.christian-brix.de/__oneclick_uploads/2009/05/stsadm-command-line-parameters.pdf

Fehler beim MOSS Update / MOSS Update fails

Encountering errors while updating your SharePoint or WSS 3.0 ?

Whenever the installation of a service pack or hotfix results in erros try to do the following steps:

  • restart your IIS
  • restart your sharepoint timer service
  • get to the command prompt and do
    • STSADM -o upgrade -inplace -forceupgrade -url http://appadress
    • repeat for all your web applications including central administration, SSP, MySites and whatever else you’ve got
    • ignore any error messages at the command prompt
  • restart your IIS and timer service once again
  • run psconfig -cmd upgrade -inplace b2b -wait -force
    • if this ends up in errors again then
      • run the sharepoint configuration wizzard from your start menu

Integrate Google to your MOSS Search Center / Google Suche in MOSS integrieren

There are a lot of webparts and tools around to add google search to your SharePoint. But most commonly these features do not integrate seamlessly with the search concept. They add another webpart to a site. But the user wants to use just one search input to search all given content, including google. And it should look like this:

google drop down search Pick Google as search scope

how it should be 
type your search term and click “Go”

Result in MOSS search Get the results displayed in a MOSS results page!

You could add Google to your crawl, but that would blow your database up. Here is a little trick that makes it appear to your users as if Google is integrated into your MOSS search without multiplying the size of your database.

Den Rest des Eintrags lesen »

|