Getting error while exporting data using Data Management
<?xml version=/1.0/?><Errors><Error><ErrorCode>0</ErrorCode><SubComponent>Copy Error Component</SubComponent><Description>Index was outside the bounds of the array.</Description></Error><Error><ErrorCode>0</ErrorCode><SubComponent>Copy Error Component</SubComponent><Description> at Microsoft.Dynamics.AX.Framework.Tools.DMF.DMFErrorDescription.ErrorOutputDescription.ProcessInput(Int32 inputID, PipelineBuffer buffer)</Description></Error><Error><ErrorCode>-1073450910</ErrorCode><SubComponent>Copy Error Component [255]</SubComponent><Description>System.ApplicationException: Could Not Process Input
at Microsoft.Dynamics.AX.Framework.Tools.DMF.DMFErrorDescription.ErrorOutputDescription.ProcessInput(Int32 inputID, PipelineBuffer buffer)
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProcessInput(IDTSManagedComponentWrapper100 wrapper, Int32 inputID, IDTSBuffer100 pDTSBuffer, IntPtr bufferWirePacket)</Description></Error><Error><ErrorCode>-1073450974</ErrorCode><SubComponent>SSIS.Pipeline</SubComponent><Description>SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component /Copy Error Component/ (255) failed with error code 0x80131600 while processing input /Error Input 257/ (257). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
</Description></Error></Errors>
Package execution failed please check event log in DMF service box
at Microsoft.Dynamics.AX.Framework.Tools.DMF.DMFErrorDescription.ErrorOutputDescription.ProcessInput(Int32 inputID, PipelineBuffer buffer)
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProcessInput(IDTSManagedComponentWrapper100 wrapper, Int32 inputID, IDTSBuffer100 pDTSBuffer, IntPtr bufferWirePacket)</Description></Error><Error><ErrorCode>-1073450974</ErrorCode><SubComponent>SSIS.Pipeline</SubComponent><Description>SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component /Copy Error Component/ (255) failed with error code 0x80131600 while processing input /Error Input 257/ (257). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
</Description></Error></Errors>
Package execution failed please check event log in DMF service box
1. It is a custom data entity, yes I have tried to do a full Sync.
2. This Error was encountered while exporting.
3. This error is now solved, the root cause for this error was one of the fields that i was trying to export contained data in below format:
"Sample String 示例字符串"
"Sample String 示例字符串"
The Text in English was also translated to chinese and added in the field.
To Solve this Issue I removed the chinese text from the field and only imported the Englist text and now import happens Successfully.
To Solve this Issue I removed the chinese text from the field and only imported the Englist text and now import happens Successfully.