when i execute dtsx package through command line i am triggered with the following error saying
1.The connection is not found , the error is thrown by connections co
type below text to call SSIS package
dtexec /f /set \package.variables[Variable]; value
Example:- dtexec /f E:\test_package\test_package\Package.dtsx /set \package.variables[id];1
Reference Ways to execute SSIS package