摘要:
SQL Server 数据库还原失败,数据库在使用中(database is in use) 的解决方案 设置数据库离线 use masteralter database DB_NAME set offline with rollback immediate;恢复数据库设置数据库在线use mast 阅读全文
摘要:
用代码创建CRM账号,域用户创建后,创建CRM账号时某种原因报错,再次创建相同账号的时候,就会报错:The specified Active Directory user already exists as a Dynamics 365 user 日志下载下来之后,详细信息显示如下:The spec 阅读全文
摘要:
对于本地部署的Dynamics CRM,可有办法更改这个超时设置?答案是有的。主要参考 Microsoft Dynamics CRM Timeout settings 和 A time-out occurs when you import large customization files into 阅读全文
摘要:
C# 接口的Get、Post、WebService请求方法一览,值得收藏 public static class HttpHelper { const string DEFAULT_USER_AGENT = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 阅读全文
摘要:
现象: 1.启用用户的时候报错:The selected object could not be found. Verify that the object exists in both the database and Active Directory. 2.更新systemuser的时候报错:S 阅读全文