Sie befinden sich in den Archiven der Kategorie MOSS 2007.
| M | D | M | D | F | S | S |
|---|---|---|---|---|---|---|
| « Jan | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | ||||
- .NET (4)
- Administration (14)
- Allgemein (7)
- C# (4)
- CRM (1)
- MOSS 2007 (33)
- Office (2)
- Programming (5)
- Project-Server (3)
- Projektmanagement (5)
- SharePoint (46)
- SharePoint 2010 (11)
- Uncategorized (1)
- VB.NET (2)
- Web (8)
- WIN 2008 (3)
- Workflow (9)
- 23.1.2012: Datenimport-Überlegungen (MS-CRM)
- 20.12.2011: Vorhandene Projekte in Project Server hochladen
- 18.12.2011: Project-Server Pro und Contra
- 17.12.2011: Project-Server 2010 Project Web Application (PWA)
- 25.9.2011: Migration MOSS 2007 nach Sharepoint 2010 Schrittweise (Step by Step)
- 16.9.2011: Backup-Script (Powershell) für Sp2010 aller SiteCollections und Websites einer Web-Application
- 31.3.2011: Ändern der Sprache in der SharePoint Zentraladministration (2010/2007)
- 28.1.2011: Was ist neu in SharePoint 2010 Foundation (Serie) - Teil 3
- 25.1.2011: Was ist neu in SharePoint 2010 Foundation (Serie) - Teil 2
- 25.1.2011: Was ist neu in SharePoint 2010 Foundation (Serie) - Teil 1
Archiv der Kategorie MOSS 2007
Migration MOSS 2007 nach Sharepoint 2010 Schrittweise (Step by Step)
25.9.2011 von cbrix.
Die Migration von MOSS 2007 nach Sharepoint 2010 habe ich im folgenden als kleine “Checkliste” sowohl als Mindmap, als auch als Word- und OpenOffice Dokument bereitgestellt.
Anhand der MindMap-Grafik kann die Migration schrittweise abgearbeitet werden. Die beigefügten Dokumente können sowohl als Checkliste, als auch als Dokumentationsgrundlage für eine Migration verwendet werden.
Mindmap Migration MOSS 2007 -> SP 2010
Die beiden Dokumente liegen als ZIP-Dateien vor.
Die Bilddatei im Browser öffnen und mit der Zoom-Funktion (STRG-Mausrad) auf die gewünschte Ansichtsgröße skalieren.
Geschrieben in SharePoint 2010, Administration, MOSS 2007, SharePoint | Drucken | Keine Kommentare »
Ändern der Sprache in der SharePoint Zentraladministration (2010/2007)
31.3.2011 von cbrix.
Um die Spracheinstellungen für die SharePoint Zentraladministration zu ändern, kann man einen einfachen Trick benutzen.
Vorab sei jedoch erwähnt, dass dieses Vorgehen nicht von Microsoft unterstützt wird, da es eine direkte Manipulation der Datenbank beinhaltet. Ich empfehle dies auch in Produktivumgebungen nicht zu tun, da eventuelle Support-Ansprüche an Microsoft verloren gehen könnten.
Leider ist es nicht möglich die SharePoint-Zentraladministration (SP2010 und MOSS 2007) nachträglich mit unterstützter Funktionalität auf eine andere Sprache umzustellen. Dennoch ist dies mit Hilfe einer kleinen Manipulation machbar.
Geschrieben in SharePoint 2010, MOSS 2007, SharePoint | Drucken | Keine Kommentare »
Access denied while joining an existing MOSS 2007 farm
27.4.2010 von cbrix.
if you get an “access denied” error message while joining an existing SharePoint farm with another server (i.e. adding another web front end) it is likely that your server runs a different SharePoint Version that the existing config database.
Check your patchlevel and service packs
Geschrieben in SharePoint 2010, Administration, MOSS 2007, SharePoint | Drucken | Keine Kommentare »
Timerjobs für Policies laufen nicht
14.4.2010 von cbrix.
Sollte man feststellen, dass die eingestellten Policies (z.B. Löschen von Dokumenten, die älter als Zeitraum x sind) nicht abgearbeitet werden und man in der Zentraladministration unter Timer job definitions feststellt, dass diese Jobs noch nie gelaufen sind, dann hilft folgendes Vorgehen:
Record Center / Information Management Policy Jobs Not Running
Interesting enough, we noticed after installing “something” (it could have been Project Server, Service Pack 1 or even the Infrastructure Update) that none of the time jobs managed by the PolicyConfig service were running. If fact, they were all list as have never run, which I knew is a lie since they used to work at some point in time. These jobs include:
Expiration Policy
Hold Processing and Reporting
Information Management Policy
Records Center Processing
In trying to troubleshoot this issue, I was messing around with one of the stsadm commands that can be used to set the when these four polices run. However, when I tried to run the following command:
Stsadm -o setpolicyschedule -schedule “daily at 23:50:00″
I would get an error saying “The Information Management Policy feature is not active.” After a little bit more research, I found out that the “feature” that it is complaining about is the RecordsManagment feature. Granted, this feature is scope at the Farm level and thereby is automatically activate, I took the liberty and ran
stsadm -o activatefeature -name RecordsManagement -force.
After running the re-activate command, I was then able to run the setpolicyschedule command (which I didn’t need to do to resolve the issue) and volia my Information Management Policy’s timer jobs are running again!
-> Aus “Team Eli´s blog” http://vspug.com/teameli/2008/10/13/record-center-information-management-policy-jobs-not-running/
Geschrieben in Administration, MOSS 2007, SharePoint | Drucken | Keine Kommentare »
CAML query nested too deep
10.12.2009 von cbrix.
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-”.
Geschrieben in MOSS 2007, SharePoint, C#, Programming, .NET | Drucken | Keine Kommentare »
SharePoint Fehlermeldung bei Verwendung der Suche / Search error
6.10.2009 von cbrix.
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
Geschrieben in Administration, MOSS 2007, SharePoint | Drucken | Keine Kommentare »
MOSS große Listeneintrag Anlage wird nicht hochgeladen / MOSS large list item attachment not uploading
25.9.2009 von cbrix.
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.
Geschrieben in WIN 2008, Administration, MOSS 2007, SharePoint | Drucken | Keine Kommentare »
stp Vorlage ungültig… / stp template invalid…
20.9.2009 von cbrix.
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……
Geschrieben in Administration, MOSS 2007, SharePoint | Drucken | Keine Kommentare »
STSADM command line parameters / STSAD Kommandozeilen Parameter
11.5.2009 von cbrix.
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
Geschrieben in Administration, MOSS 2007, SharePoint | Drucken | Keine Kommentare »
Fehler beim MOSS Update / MOSS Update fails
6.5.2009 von cbrix.
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
- if this ends up in errors again then
Geschrieben in Administration, MOSS 2007, SharePoint | Drucken | Keine Kommentare »