Error Message (10:55:14 am)
System.IO.FileNotFoundException: Could not load file or assembly
'Microsoft.SqlServer.DTSRuntimeWrap, 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.DTSRuntimeWrap, 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].
This error is because of unavailable components of MS SSIS in AOS system. If you look at AOT references:
It has a dependency on SSIS component. To get rid of this error, do the following steps:
1. Stop AOS service
2. Install SSIS components
3. Run the DMF setup wizard (Client and Server) again.
4. Start AOS service.
5. Run full CIL
No comments:
Post a Comment