Dynamic CRM 数据密钥 忘记 解决方案

 

在相应组织数据库 执行如下 sql语句

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

 

 

 

SELECT [ColumnName],[BitColumn]
FROM [MSCRM_CONFIG].[dbo].[DeploymentProperties]
WHERE ColumnName='DisableSSLCheckForEncryption'

UPDATE [MSCRM_CONFIG].[dbo].[DeploymentProperties]
SET [BitColumn]=1
WHERE ColumnName='DisableSSLCheckForEncryption'

 

posted @ 2020-03-27 16:20  木子易  Views(400)  Comments(0Edit  收藏  举报