I have container that runs 10 Execute Packages in parallel.
Each time I run it in Visual Studio 2015, randomly 1-3 off these packages will fail with the error
Error 0xC0010014 while executing package from project reference package <PackageName> . One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors.
When I click on the actual package, it appears the package never ran, no progress tab, and no more info.
I checked the application logs, that too has no info.
The target server is 2012.
Has anybody experienced something like this?
If I change the MaxConcurrency from -1 to 1, it completes without failure.