Hello,
We've just installed a recent hotfix Kernel version 6.3.6000.8144 KB4492767 (only Kernel update, not Application).
Now, when we use the tool AxBuild to compile full Application it always finishes with these errors, but before installing the hotfix we've been doing the same compilation with AxBuild for about 50 times during a year without any compilation problems:
!!! X++ execution error: Error executing code: Application (object) has no valid runable code in method 'syncApplTables'
!!! X++ execution error: Error executing code: AfDataContainerDescriptors (object) has no valid runable code in method 'createAxdDataContainerMetadata'
We've tried compilation with 8 workers and 2 workers, but we get the same results. If we try compile Application with command "Ax32.exe -startupcmd=kernelcompileall" or with AX Client, it finishes correct with 0 errors, and the same if we do a Full CIL compile.
If we try compiling from AOT the two classes that are mentioned (Application and AfDataContainerDescriptors), 0 errors result also.
It has been also tested on DEV and TEST environments, which have only 1 AOS each, and compilation works fine with AxBuild. It only fails on production environment which has 3 total AOS.
Has anybody found this situation or a similar situation before?
Thanks in advance.
*This post is locked for comments