I am running a number of SSIS packages through a windows agent. For older SSIS packages there would be now issue getting a report in the job showing results. I am running packages through an ISServer and get no results, the job ends almost immediately despite the package running for several hours.
An example of Old command that shows report: DTEXEC /DTS "&sp_EOB#" /SERVER "&dbserv#" /CONFIGFILE "\\&dbserv#\&c_EOB#" /CHECKPOINTING OFF /REPORTING V
An example of a new command that does not get reporting: DTexec /ISServer "\SSISDB\folder_path\package.dtsx" /SERVER "&ssisserv#" /CHECKPOINTING OFF /REPORTING V
This is the best I get and ideally would be able to correlate the job runtime with the package runtime:
To view the details for the execution, right-click on the Integration Services Catalog, and open the [All Executions] report
Thanks!