When i launch my script from this stored procedure, it fails on the first script task.
EXEC SSISDB.catalog.start_execution @execution_id
I've got the following error:
The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.
I've done this multiple times without results, i have a feeling that the problem must be somewhere else because when i launch it from Integration Services Catalogs it works.
I use SQL 2012 on local development computer and SQL 2016 on server.