Jan 29, 2016

DMF error " Exception from HRESULT: 0xC0048021 "

When I try to import the excel data by using DMF ..on "Preview source file" button click got the below error .

Exception from HRESULT: 0xC0048021  at Microsoft.Dynamics.AX.Framework.Tools.DMF.SSISHelper.DMFEntity.ShowPreview(Boolean isComposite)  at Microsoft.Dynamics.AX.Framework.Tools.DMF.SSISHelperService.Service.ServiceHelper.ShowPreview(DMFEntity entity)
 
To resolve this we need to modify DMFConfig file like below ...
 
Go to " C:\Program Files\Microsoft Dynamics AX\60\DataImportExportFramework"
 
Replace the values of
 
PipelineComponentInfo_Multicast
as {33D831DE-5DCF-48F0-B431-4D327B9E785D}
 
PipelineComponentInfo_ExcelSource
as  {9F5C585F-2F02-4622-B273-F75D52419D4A}
 
PipelineComponentInfo_ExcelDestination
as  {90E2E609-1207-4CB0-A8CE-CC7B8CFE2510}
 
 
 and save the file. ... :)
 
 
 
 
 

No comments: