Hi all,
I'm trying to import a basic custom table I created in AX 2009 into AX 2012 R3. I've recreated the table with the identical fields in the AOT in 2012, now I want to get the data there. I followed the steps in an MS video to create the custom entity and map the fields, everything seems to go well. I connected directly to the table through SQL (since the 2009 version of the table is there) and I can preview all the data just fine. I can also stage the data, however, when I try to copy to target I get the stack trace error below:
SysDictIndex object not initialized.
Stack trace
(C)\Classes\DMFEntityWriter\write - line 135
(S)\Classes\DMFEntityWriter\runOnServerWriter - line 47
(C)\Classes\DMFEntityWriter\run - line 110
(C)\Classes\DMFEntityWriter\main - line 24
(C)\Classes\xMenuFunction\run
(C)\Classes\MenuFunction\run - line 85
(C)\Forms\DMFWriteData\Designs\DesignList\DMFEntityWriterBatch\Methods\Clicked
Line 135 in the DMFEntityWriter\write method is:
noOfFields = keyIndexTable.numberOfFields();
I also get errors when I try to validate the fields in Staging in the validateFields methods. I couldn't find much on this error, so any help or pointers would be great!
Thanks!
*This post is locked for comments
I have the same question (0)