Hi, I'm seeking assistance regarding an issue I encountered during the creation process in Thinkwise Software Factory (SF) while executing source code. The error message I received is as follows:
An unknown error occurred while executing '
/* Rename changed datatype image */
exec sp_rename 'image', '__image__', 'userdatatype'
'.
Error: 'This action cannot be performed on a system type.'.
It seems that the error is related to attempting to rename a system-defined datatype, which isn't allowed in SQL Server. This occurred specifically in the "Creation Process" under "Execute Source Code."
Could you please provide guidance on how to resolve this issue and ensure that the creation process can be completed successfully?
Thank you for your support and assistance.