AX 2012 çoklu CIL derleme

burada Shift+Sağ tuş command penceresi “C:\Program Files\Microsoft Dynamics AX\60\Server\DynamicsAX\bin”

yapıştır, enter
axbuild.exe xppcompileall /s=01 /altbin=”C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin”

multi CIL
multi CIL

bu şekilde hata alırsanız, yeni serverlarda, başlat çubuğundaki windows logosuna sağ tıklayın windows powershell (admin) çalıştırın ve aşağıdaki dizine gidin.
DynamicsAX12Live sizde farklı olacaktır!

compile

number sequence hatası

yeni bir modül yükledikten/oluşturduktan sonra aşağıdaki gibi bir hata alıyorsanız aşağıdaki kodu çalıştırıp AX’ı restart edelim. hatayı burda aldım Organization adm…>NumberSequences>Generate

“The NumberSequenceDatatype record for extended datatype ShippingCharge(sizin enum olacak) contains a reference to area 74 which does not exist. This may be the result of importing data inconsistent with the current build. Please reinitialize or reload the references.”

static void NumberSeqApplicationModule(Args _args)
{
    NumberSeqApplicationModule::loadAll();
    SysGlobalObjectCache::clearAllCaches();
    appl.numberSeqGlobal().buildModulesMap();
}