After the upgrade the message is present in ucybdbld_log_XX.txt
"sp_rename 'UC_Test_Table', 'UC_Test_Table1'
UCUDB - Status: '01000' Native error: '15477 Msg: 'Caution: Changing any part of an object name could break scripts and procedures.'"
Release : Automation Engine 12.x
During the load utility
we are checking the user rights with
"sp_rename 'UC_Test_Table', 'UC_Test_Table1'
and
"sp_rename 'UC_Test_Table1', 'UC_Test_Table'
This causes the message to appear
Native error: '15477 Msg: 'Caution: Changing any part of an object name could break scripts and procedures.'"
As long as initial data version is correct in Database (Administrator panel) it is ok and message can be ignored.