I'm trying to run an SSIS job daily using the SQL Server Agent. In my job step I have:
Type - Operating System (CmdExec)
Run as: Sql Server Agent Service Account
Command: "C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\DTExec.exe"/F"C:\Users\Administrator\Documents\SourceToTarget\SourceToTarget\TestSqlServerAgent\TestSqlServerAgent\GoogleGeocode.dtsx"
When I run this I get an error saying: "At least one of the DTS, SQL, ISServer or File options must be specified. Process Exit Code 6"
Does anyone know how to fix this?