Hi All,
I'm having issue for one of my clients. They need to use DMF for export data to CSV from AX.
But they getting error:
The thing is that client use SQL Server 2008 R2 and AX 2012 R2 CU7.
Googled a little and find out that SQL Server 2008 R2 gives DTS version 10.5, but from error I see it should be 11. (I believe it is one of the main issue)
https://sqlstudies.com/2015/04/27/what-sql-version-is-my-ssis-package/
And second thing is that on the path i find out that there is only 32 bit DLL of DTS:
C:\Windows\Microsoft.NET\assembly\GAC_32\Microsoft.SqlServer.DTSRuntimeWrap
There is missing for 64 bits, where I think it should be.
My questions would be:
1. Is it possible to install 11 version DLL in the server?
2. Why I see dll only in 32 bit but not 64? Client said he used 64 bit SQL setup.
Best Regards,
Mantas