Dear community,
after synchronization of my AX 2009 with the TFS I get the following error:
The AX Debugger pops up with the message: "QueryBuildDataSource not initialized". After clicking OK and F5 the message is gone and the synchronization is run to the end without any errors.
Thats the snippet from the debugger where that funny stuff starts:
[c] \Classes\QueryBuildDataSource\table
[c] \Classes\AfDataContainerDescriptor\createDataItemsFromAxdDataSource 38
[c] \Classes\AfDataContainerDescriptor\constructFromMetadata 121
[c] \Classes\AfDataContainerDescriptors\createDataContainerDescriptor 72
[c] \Classes\AfDataContainerDescriptors\getDataContainerDescriptor 47
[c] \Classes\AfDataContainer\new 23
[c] \Classes\AfStronglyTypedDataContainer\new 20
[c] \Classes\VendVendTable_VendTable\new 3
After I compile AND compile forward the class VendVendTable_VendTable I get the same behaviour with the pop up debugger. After I compile forward the class AfStronglyTypedDataContainer I get the error: "Invalid data container type". I tried the following: update AIF services with the name vend*, compile forward the classes AfDataContainer*, restart AOS, delete .aoi file and restart AOS.
All the classes I am dealing with are in SYS Layer.
What am I missing?