Reputation: 357
I have ssis package which has execute process task to run the python script, when i execute the package and i am getting below error it was running correctly in the SSDT, now i have migrated to VS 2019
Can you please advise
Upvotes: 0
Views: 111
Reputation: 61249
My guess based on the error message is that you have a mismatch between versions "it was working, now it's not".
I can't say specifically as you have provided no code to debug but given the error message, I found this interesting list of possibilities Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2019.IDTSApplication160'
Upvotes: 0