Hi Jose,
You can log the system transaction before you skip it.
sysadmin log_first_tran, DS, DB
go
conenct to RSSD
go
rs_helpexception
go
Find the newly logged transaction ID <xact_id#> to display the DDL commmand
rs_helpexception <xact_id#>, v
go
disconnect
go
Then, you run "RESUME CONNECTION TO DS.DB SKIP TRANSACTION" to clear the error. Later you correct the logged command and apply it to the target database if it is needed.
Regards,
Binh Liu