OWA Exchange 2003 / 2007 Problem

Ich hatte heute eine lustige Fehlermeldung:

Request
Url: https://URL:443/owa/lang.owa
User host address: IP
Exception
Exception type: Microsoft.Exchange.Data.Storage.StoragePermanentException
Exception message: There was a problem accessing Active Directory.
Inner Exception
Exception type: Microsoft.Exchange.Data.Directory.InvalidADObjectOperationException
Exception message: Property Languages cannot be set on this object because it requires the object to have version 0.1 (8.0.535.0) or later. Current version of the object is 0.0 (6.5.6500.0).

Call stack
bei Microsoft.Exchange.Data.Directory.PropertyBag.set_Item(PropertyDefinition key, Object value) bei Microsoft.Exchange.Data.Directory.ADObject.set_Item(PropertyDefinition propertyDefinition, Object value) bei Microsoft.Exchange.Data.Directory.ADObject.StampCachedCaculatedProperties(Boolean retireCachedValue) bei Microsoft.Exchange.Data.Directory.ADObject.ValidateWrite(List`1 errors) bei Microsoft.Exchange.Data.Directory.Recipient.ADRecipient.ValidateWrite(List`1 errors) bei Microsoft.Exchange.Data.Directory.Recipient.ADUser.ValidateWrite(List`1 errors) bei Microsoft.Exchange.Data.Directory.ADSession.Save(ADObject instanceToSave, IEnumerable`1

Die Lösung fand sich hier:
Das Problem scheint aufzutreten wenn man die Mailbox mit den Exchange 2003 Tools anlegt.
In der Exchange 2007 Konsole wird das Postfach auch nicht als Legacy angezeigt, obwohl es sich auf einem 2k7 Exchange befindet.

Die Lösung in meine Fall war ein kurzer Powershell Befehl:
Exchange 2007 PowerShell öffnen

[PS] set-mailbox Alias -applymandatoryproperties

Sollte das nicht helfen hier nochmal ein paar weiter Tipps die helfen könnten:

You may also get other similar stack errors if so try the following:

1. Move the mailbox

2. Verify that inheritance is checked for the user in the security tab, advanced in Active Directory Users and Computers.

3. Try granting full mailbox rights for the user itself.

4. Remove any delegates or send on behalf rights. (you can later add back and should still work)

Danke an James Chong.

No votes yet.
Please wait...

Tags:

Hinterlasse eine Antwort