14. Januar 2015 14:57
Datenverschlüsselungsfehler
Der neue Schlüssel erfüllt die Anforderungen für starke Schlüssel nicht. Der Schlüssel muss zwischen 10 und 100 Zeichen lang sein und mindestens eine Zahl, mindestens einen Buchstaben und mindestens ein Symbol oder Sonderzeichen enthalten.
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: The new encryption key does not meet the strong encryption key requirements. The key must be between 10 and 100 characters in length, and must have at least one numeral, at least one letter, and one symbol or special character. String is not valid: has the following invalid characters: .Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147187416</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<KeyValuePairOfstringanyType>
<d2p1:key>0</d2p1:key>
<d2p1:value xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string">String is not valid: has the following invalid characters: .</d2p1:value>
</KeyValuePairOfstringanyType>
</ErrorDetails>
<Message>The new encryption key does not meet the strong encryption key requirements. The key must be between 10 and 100 characters in length, and must have at least one numeral, at least one letter, and one symbol or special character. String is not valid: has the following invalid characters: .</Message>
<Timestamp>2015-01-14T12:54:10.9783058Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
26. Januar 2015 10:22
27. Januar 2015 09:18
27. Januar 2015 09:25
28. Januar 2015 14:03
28. Januar 2015 14:30
use ORGANISATION_MSCRM;
Update EmailServerProfileBase set IncomingPassword = null, OutgoingPassword = null;
Update MailBoxBase set Password = null;