博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
AX2012 R3 Data upgrade checklist sync database step, failed to create a session;
阅读量:6821 次
发布时间:2019-06-26

本文共 543 字,大约阅读时间需要 1 分钟。

最近在做AX2012 R3 CU9 到CU11的upgrade时 (用的Admin帐号), 在Date upgrade 的 synchronize database 这步 跑了一半,报出错误

说“failed to create a session; confirm that the user has the proper privileges to log on to the Microsoft Dynamics.”。

Bing了一圈,找到了有用信息http://community.dynamics.com/ax/f/33/t/128614。

在我们的AX数据库的Partitions表里有四条记录,即这里的AX多设了三个partitions.  但是在UserInfo表里Admin对应的partition只有一个。

 

 

所以我就在SSMS中Edit UserInfo 表,copy Admin那条记录,插入三份,并修改partition, recid 使用partitions表中其它三个partition的recid.

然后继续做sync database 就成功完成了。

 

转载于:https://www.cnblogs.com/alan-zhou/p/5952837.html

你可能感兴趣的文章