I have a table (table A) with a lookup field from table B (using the default relation between A and B). This works fine.
Table B is then renamed because of a spelling error, deployed and executed. Good.
Table A still seems to be OK: the relationship between A and B looks fine and the data cleansing procedure (Advanced -> Customize Code -> Data Cleansing Procedure) contains table B with its newly updated name.
However, table A won't execute because the deployed version of the data cleansing procedure still references table B's old name.
The simple fix is to force a deployment of table A, but I think TimeXtender should have noticed that a deployment was needed (red table name). Seems like a bug to me.
Legacy version 20.10.50.64
Details:
SQL Server: 'my-mdw-database.example.com'
SQL Procedure: 'MDW_TR.usp_table_A_Clean'
SQL Line Number: 65
SQL Error Number: 208
Invalid object name 'MDW.table_B_old_name'.