Hi all,
I'm tring to execute a SSIS package from command line. Here's the code:
dtexec.exe /file "E:\TestIS\IntegrationServicesProject1\IntegrationServicesProject1\Package.dtsx" /set \Package.Variables[User::Name].Properties[Value];20150314
and it return a error saying "Argument for option 'set' is not valid". I've configure the package and generated a XML file. And do exactly as the official doc says. However, this line of code just doesn't work. If I delete the set option and run the package alone, it can be ran. So anyone can help me out? Thank you in advance.