Hello,
I am using DMF to migrate data from AX2009 to AX2012.
I have a few errors :
- Product : When I use the ProductEntity, everything is working fine until I do not try to migrate numeric fields (depth, density, netweigth, ...). The I have an OLE DB Destination error. Fields are not null on the source (it is AX2009). I am using an ODBC source dataformat, and an SQL query from AX2009. I tried to add cast(numeric(36,12),<FieldNAme>> as DENSITY, but it doesn't work.
- InventPosting : When I use the wizard to create a custom entity (afterward I found that link, but it does not solve my issue... http://dynamicsuser.net/forums/p/349187/349187.aspx) I have errors saying the method is declared as private and may only be called from methods in class InventPosting. then I have no class for the project DMFInventPostingEntity
Is there anyone having sames issues? Is there any patch, is it a known bug?
Thanks for your support (if any...)
Regards,