Hi all,
When I run “Merge code automatically” after setup CU7 AX 2012, I got this error:
Method ‘UtilElement()’ is not supported for treenode (Path: )
Could you please help.
Thanks,
Hi all,
When I run “Merge code automatically” after setup CU7 AX 2012, I got this error:
Method ‘UtilElement()’ is not supported for treenode (Path: )
Could you please help.
Thanks,
Dear all,
any have suggestion?
Thanks,
I would try to compile AX with -startupCmd=KernelCompileAll.
Hi Martin,
How to put the startup command like that?
Thanks,
It’s a parameter of the AX client, therefore the command with full path might look like this:
“C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin\Ax32.exe” -startupCmd=KernelCompileAll
Thanks Martin,
This error happens when I did install KB2919062 to solve issue about performance of “merge code automatically” function on check list due to this article:
http://community.dynamics.com/ax/f/33/p/117916/247206.aspx
I found one article to compile AX 2012 CU7 more faster:
http://abdulghani121.blogspot.sg/2013/12/ax-r2-cu7-compilation.html
Can we have use -startupCmd = KernelCompileAll
with command: axbuild.exe xppcompileall /aos=01 /altbin=“C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin” /workers=4
?
Thanks.
You can see yourself in the documentation that no such parameter exists. It’s possible that AxBuild actually works similarly to KernelCompileAll, but I don’t know.