Ok Guys!
My Organization was failed!
I wiped it and import new Organization
Now Status is Enable!
But I Lost Data Encryption Key and Mailboxes Failed!
Now I have to active data encryption key, But How?!
Don't Worry, It's so simple.
First, make a backup of your CRM organization database
Next step is to wipe clean all the sensitive data by deleting certain data records:
USE CRMOrg_MSCRM
UPDATE EmailServerProfile SET IncomingPassword=null
UPDATE EmailServerProfile SET OutgoingPassword=null
UPDATE Mailbox SET Password=null
UPDATE Queue SET EmailPassword=null
UPDATE UserSettings SET EmailPassword=null
Now you can activate Data Encryption Key!
and you have to Re-config Mailboxes
Good Lock!