Archiv der Kategorie SharePoint

CAML query nested too deep

Working on a customer project I came across the requirement to query lists for selectable filter criteria. The query result had to be taken to query a central list. The central list and the other lists had a one to many relation and shared a primary key in the central list.
So lets say there is a customer list with columns “Customer Key”, “Customer Name”, “Customer Adress” and different other lists wich hold relational data, like a list Contacts with “Customer Key”, “Contact Name”, “Contact Role”, ”Contact Department”.

Now the requirement is to first select all contacts with role “Manager” and department “Marketing” and then switch to the central list and get all the cutomers that match the query “Has a contact with role -Manager- in department -Marketing-”.

Den Rest des Eintrags lesen »

SharePoint 2010, Listen und Bibliotheken, was ist neu?

Als erstes möchte ich mich mit Listen und Bibliotheken im neuen SharePoint 2010 beschäftigen. Sie sind letztendlich einer der Hauptbestandteile mit denen sich Benutzer beschäftigen und mit denen sie arbeiten.

Den Rest des Eintrags lesen »

SharePoint 2010 Beta, erste Eindrücke

Im Folgenden, nachdem ich die Beta erfolgreich installieren konnte, die erstem Eindrücke zur neuen Version Microsoft SharePoint 2010.

Die Beta ist hier herunterzuladen: Download location

Den Rest des Eintrags lesen »

SharePoint Fehlermeldung bei Verwendung der Suche / Search error

Fehlermeldung: “Die Suchdienstanwendung ist für diese Seite nicht verfügbar” oder SharePoint “unbekannter Fehler” bei Aufruf einer direkten Suche (Such-Feld auf Inhaltsseite).

Error message: “Search application is not available for this site” (or something similiar) oder “unknown SharePoint error” when searching through search field on content site.

Eine mögliche Ursache: Falscher oder veralteter DNS-Alias und/oder fehlender Eintrag in die alternativen Zugriffszuordnungen.

Possible reasons: Incorrect alias entry in DNS or missing alternate access configuration in central administration

Den Rest des Eintrags lesen »

MOSS große Listeneintrag Anlage wird nicht hochgeladen / MOSS large list item attachment not uploading

Wenn große Anlagen an Listenenträge nicht hochgeladen werden können, ist es nicht ausreichend die maximale Upload Größe in der Zentraladministration zu erhöhen. Es sind noch einige andere Dinge in den Web.config Dateien zu tun.
———————————-

When uploading large list item attachments results in errors it is not sufficient to raise the maximum upload size in central administration. There are some entries to add to the web.config files.

Den Rest des Eintrags lesen »

stp Vorlage ungültig… / stp template invalid…

Beim übertragen von Seitenvorlagen (STP) von einem SharePoint zu einem anderen (z.B. Entwicklungssystem auf Produktivsystem) kann es vorkommen, dass bei der Benutzung der Vorlage im Zielsystem die Fehlermeldung “Vorlage ist ungültig….” auftaucht……

When transfering site templates (STP) from one SharePoint server to another (i.e. from test environment to productive environment) there might be an error message saying “template is invalid….” when trying to use the copied template……

Den Rest des Eintrags lesen »

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