I had created a JOB on My SQL Server YYY-YYY.
I had differenet integration server(XXX-XXX) where i am uploading my SSIS.
And i had created JOB And Getting DTSX from that server(XXX-XXX).
/DTS "\File System\Test Log" /SERVER XXX-XXX /CONFIGFILE "C:\SSIS\Config\Test Log.dtsConfig" /CHECKPOINTING OFF /LOGGER "{94150B25-6AEB-4C0D-996D-D37D1C4FDEDA}";"LOG DATABASE" /REPORTING E
I had configured all the connection in the Config file and using SA account.
Job executed successfully. but it will not log anything in MSDB..sysssislog table.