Hello @Dynamics365Community I have a logic app which imports data packages which contains csv and its related header package and manifest files. While importing I'm getting the below error.
Anyone knows the solution? Is it a file issue inside the data project ? or Its a technical issue in d365?
{
"DataProjectName": "**********************",
"LegalEntity": "****",
"ExecutionId": "************************",
"ErrorMessage": "[{\"RecordId\":\"\",\"Field\":\"\",\"ErrorMessage\":\"\n<?xml version=\"1.0\"?><Errors><Error><ErrorCode>-1073450823</ErrorCode><SubComponent>SSIS.Pipeline</SubComponent><Description>\"Flat File Source.Outputs[Flat File Source Output]\" contains no output columns. An asynchronous output must contain output columns.\r\n</Description></Error><Error><ErrorCode>-1073450996</ErrorCode><SubComponent>SSIS.Pipeline</SubComponent><Description>One or more component failed validation.\r\n</Description></Error><Error><ErrorCode>-1073594105</ErrorCode><SubComponent></SubComponent><Description>There were errors during task validation.\r\n</Description></Error></Errors>\nSSIS package validation failed. Check execution log for details.\"}]",
"D365ExecutionStatus": "Failed"
}
I can see the error details in MS document -
0xC00470B9
-1073450823
DTS_E_NOOUTPUTCOLUMNS
"%1" contains no output columns. An asynchronous output must contain output columns.
But unable to find the real root cause. Any help is highly appreciated.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.