I have to run packages asynchronously, so I used the ExecuteOutOfProcess property for the first time. As I run into troubles, I decided to make a very basic prototype to reproduce the error in VS 2017/2019:
Slave runs without a problem. Running Master, however, gives these errors:
I tried this on two different machines, so I can exclude weird configurations. I read about 32/64 bit issues, but I do not use any additional components.
Maybe one of you has a clue how to fix this?
I have relatively similar issue.
I'm deploying to 2017 Enterprise server (so I have license to run child packages).
When I leave ExecuteOutOfProcess = False, the child package runs.
When I set ExecuteOutOfProcess = True, the child package fails with this error:
Value does not fall within the expected range.
Maybe it's a SQL Server 2017 bug.
The server was recently patched to CU20.
User contributions licensed under CC BY-SA 3.0