When using the DB Change Utility, you need to distinguish which tab the Automic script is on that you want to change in the transport case. Only the Process tab script is changed when SCRIPT is used in the script statement below: REPLACE_PART *, *ETL.DWMSSS*, SCRIPT, 'GAS1', 'GAS_PROD' To replace the script on the Pre-Process and Post-Process tabs, the PSCRIPT and OSCRIPT attributes must be used. So to make a change on the Pre-Process tab, you would use the following: REPLACE_PART *, *ETL.DWMSSS*, PSCRIPT, 'GAS1', 'GAS_PROD' |