Installationsprobleme bei SBS2011
1. Exchange ist nicht lizensiert und hat keine Verbindung mit SBS-Server. Interneteinrichtung schlägt fehl mit Fehler: Mailadresse nicht überprüfbar oder so ähnlich.
Dann Patch einspielen.
2. Pop3Connector holt keine Mails ab.
Prüfen, ob im Exchange Empfangsconnector ein Connector mit Namen "Windows SBS Fax Sharepoint Receiver %Servername%" existiert. Wenn nicht anlegen Benutzerdefiniert. Die Eckdaten sind 127.0.0.1 225 und 127.0.0.1-127.0.0.1
dann %servername%.%domänenname%.local
Hacken bei Standard sonst nirgends und
Haken bei Anonym und bei Exchange.
3. Vergrößern der Sende und Empfangsgrenzen
man muss die connectoren auch noch erweitern - standardmässig kann man nur 10 mb empfangen und 10 mb senden.
geht mit dem befehl ->
um nachzuschauen:
get-receiveconnecor "receive Connector Name" | Format-List
um es zu ändern:
Set-receiveConnector "receive Connector Name" -MaxMessageSize 100MB
und für den sender:
Get-SendConnector "Send Connector Name" | Format-List
und
Set-SendConnector "Send Connector Name" -MaxMessageSize 100MB
Und evtl. noch in jedem Benutzerkonto.
UND NOCH WICHTIG! Exchange Shell starten:
get-transportconfig
set-transportconfig -maxreceivesize 30MB
set-transportconfig -maxsendsize 30MB
4. Code deaktivieren
In Exchange 2007 - müsst ihr in die Exchange Verwaltungskonsole.
Im Reiter Organisationskonfiguration geht ihr auf Clientzugriff.
Hier findet ihr dann die Windows Mobile MAilbox Policy.
In dieser Policy müsst ihr dann unter "Kennwort"
den Punkt Zeitraum ohne Benutzereingabe in dem das Kennwort erneut eingegeben werden muss (den Haken entfernen).
5. IPV6 auf Automatisch beziehen stellen, damit nslookup richtig auflöst!
Nach Sharepoint Update kann Fehler in Datensicherung auftreten. Dann nach FAQ Sharepointfehler vorgehen. Im Update steht dann VolumeSchatenKopie Fehler.
6. Fehlerprotokolleinträge vermeiden:
a) Source: Microsoft-Windows-DistributedCOM
EventID: 10016
Message: The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID {61738644-F196-11D0-9953-00C04FD919C1} and APPID {61738644-F196-11D0-9953-00C04FD919C1} to the user CONTOSO\spfarm SID (S-1-5-21-1860903272-1458820992-1399837422-1157) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
Cause: This issue occurs because the account that is configured as the Windows SharePoint Services service account does not have the Local Activation permission to the IIS Wamreg Admin Service. The event ID error message 10016 does not affect the functionality of Windows SharePoint Services.
Resolution: You can safely ignore the event ID error message 10016 that is logged in the System log. If you want to prevent the event ID error message from being logged in the System log, use the Component Services snap-in to enable the Local Activation permission to the IIS Wamreg Admin Service for the spfarm account. On Windows Small Business Server 2011 Standard, the administrator account doesn't have permissions by default to modify the IIS Wamreg Admin Service.
You must first use the following steps to modify the permissions:
Important This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base:
322756 How to back up and restore the registry in Windows
Click Start, click Run, type Regedit on the Open box, and then click OK.
Navigate to the following registry key: HKEY_CLASSES_ROOT\AppID\{61738644-F196-11D0-9953-00C04FD919C1}
Right click on the key {61738644-F196-11D0-9953-00C04FD919C1} and choose permissions
Click Advanced button
Change to the Owner Tab
Change the Owner to the Administrators Group be sure to check the box labeled “Replace owner on subcontainers and objects”
Once the Owner is changed, go back to the security tab and Grant the Administrators group Full Control
Close Regedit
Use the following steps to grant the SPFARM account the local activation right.
Click Start, click Run, type dcomcnfg in the Open box, and then click OK.
Expand Component Services, expand Computers, expand My Computer, and then click DCOM Config.
Right-click IIS WAMREG admin Service, and then click Properties.
Click the Security tab.
Under Launch and Activation Permissions, click Edit.
Click on the SharePoint Farm Account and check the box for Local Activation.
Click OK and close out of the Component Services Utility.
0 Kommentare