CU7 installation powershell compilation

Hi all

i installed cu7 binary and full package on my instance,

whn i try to run via powershell

am getting error msg as

"axbuild.exe the term ‘axbuild.exe’ is not recognized as the name of cmdlet etc…"

can anyone pls help me

thanx in advance

anyone help me

In Powershell , you have to specify the folder of the application to run. If it’s in the current folder, use it as .\axbuild.exe.

open power shell from start->administrative tools->microsoftdynamicsax 2012 management shell and run as admin

after that paste the below command and change acoding to your environment

cd \Program Files\Microsoft Dynamics AX\60\Server<YOUR AOS NAME>\bin
axbuild.exe xppcompileall /aos=01 /altbin=“C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin” /workers=4