Hello all,
I've been having a really rough time with the Data Migration Framework (DMF) Beta 2. I've worked through every issue so far on the troubleshooting list found at http://technet.microsoft.com/en-us/library/jj225595.aspx, including the installer errors and dll files not being registered, to the CIL compile errors. I've gotten to the point where I'm trying to preview a source file, and I'm getting the following error:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SqlServer.DTSRuntimeWrap, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.SqlServer.DTSRuntimeWrap, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' at Microsoft.Dynamics.AX.DMF.ServiceProxy.DmfEntityProxy.ShowPreview(DMFEntity entity)
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].
It's being thrown at line 162 of DMFStagingWriter.showPreview(), the line returnRec = dmfEntityProxy.ShowPreview(dMFEntity);
I'm not sure what the problem is, since the indicated assembly does exist on the AOS machine. For reference I'm running the client on the aos server, and SSIS and the service is installed on the database server. Any ideas or leads would be much appreciated