• I've tried running this command below. It works temporarily ...it changes or reverts back to the old owner immediately once you update the dts package. Do you have an alternative recomendation on how to solve this permenatly

    update sysdtspackages

    set owner_sid = SUSER_SID('domainewowner'),

    owner = 'domainewowner'

    where name = 'dts_name'