Servicing Director Database Installation Log File Error: "ExecuteNonQuery failed...ALTER ASSEMBLY...is already registered"
ExecuteNonQuery failed for Database 'Service'.
An exception occurred while executing a Transact-SQL statement or batch.
ALTER ASSEMBLY failed because the source assembly is, according to MVID, identical to an assembly that is already registered under the name "SD_Procedures".
ExecuteNonQuery failed for Database 'Service'.
An exception occurred while executing a Transact-SQL statement or batch.
ALTER ASSEMBLY failed because the source assembly is, according to MVID, identical to an assembly that is already registered under the name "SD_tvFunctions".
Root Cause:
This error text in the DBInstall.Log is normal and does not represent an error. The message simply means the assembly already exists, which is expected as the normal condition. Note the "registered under the name" text in the message may vary from version to version.
Workaround:
Ignore this error text, but any text which follows this text may be an error.
ArticleNumber:
000043281