hi,
we installed the brand new Data migration Tool as described on the technet document ation on our AX2012 environment, but we are using SQL Server 2012.
When performing the preview (and the same happens when importing into staging tables) the following error comes out:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SqlServer.ManagedDTS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.SqlServer.ManagedDTS, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
at Microsoft.Dynamics.AX.DMF.SSISHelper.DMFEntity.ShowPreview()
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
I checked and can confirm that the required assembly of SSIS is not present.
Is there some workaround the tool can be used with SQL Server 2012?
Thanks in advance