Hello,
When I run a package with dtexec on the server hosting the package it works
When I use the same dtexec command from a remote machine it fails with error
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
The package's connections uses Windows Integrated Security
DT Exec command is like that
DTExec /ISSERVER "\SSISDB\Customer\Customers\Lc Address.dtsx" /SERVER "XR-SQL-SERV01" /Envreference 1 /Par "$ServerOption::SYNCHRONIZED(Boolean)";True
I cannot specify an execution account and this may be why it does not work remotely
Thanks/Regards, Philippe Cand