I tried to update analysis project by using "SQL server analysis service project wizard". After confirming changes and getting to the next step, it always get error like "File C:\Users\administrator\AppData\Local\Temp\2\ovhsmsuz\Test.dwproj does not exist.". "Test" is the name of my analysis project in AOT. The related code is in "\Forms\BIAnalysisServicesWizard\Methods\updateProject". It use managed class Microsoft.Dynamics.AX.Framework.Analytics.CubeUpdater to do the real work. First the tool generate a analysis project as "C:\Users\administrator\AppData\Local\Temp\2\Test" and then try to update it and save it to "C:\Users\administrator\AppData\Local\Temp\2\ovhsmsuz\". "ovhsmsuz" is a random folder to save the update project files. But this folder was never created. Certainly there is no updated project produced.
What's wrong with Microsoft.Dynamics.AX.Framework.Analytics.CubeUpdater.UpdateProject? It's .net DLL method and i cannot debug it.
My AX version is AX2012 with SQL server 2008 R2. Any help appreciated.