Has anyone already had any experiences with the DIXF in AX7 RTW local VM?
I tried to configure a migration as I did with AX2012 R3 and failed miserably.
My situation:
I want to import BankGroups from a SQL DB on the machine called StagingDB and created a BankgroupStaging Table identical to the Ax BankgroupStaging Table.
1) I configured an ODBC Datasource which points to that StagingDB.
2) I configured a template BankGroupTemplate which has the BankGroups Entity and validated the template.
3) When I try to import the data I click on "import" , named the job, chose ODBC as SourceDataFormat and then chose the Bank Groups Entity.
4) I saved the Import Project, chose "Apply Template" and chose my BankGroupTemplate -> The template shows in the form
5) I then can input the select statement like it was possible in AX2012 Processing Groups.
"select * From dbo.BankGroupStaging"
Problems:
a) When I save the group and open the project again, all settings are lost (SourceDataFormat,EntityName,ODBC Select)
Is this normal? In AX2012 all settings where saved in the processing group.
Do I really have to input everything again, every time I open the Data Project?
b) Where can I see a preview of my staging data (like in AX2012) so that I can validate my select?
c) I can´t seem to get any data, when i press the Import Button there comes the error "Upload Data File for Entity 'Bank Groups' even if I configured ODBC as a Source. is this a bug ?
Thanks for any hints