Error: "[1000010] A connection to the database is not possible, the database has not yet been compiled." with AutoUpdate when database is installed in an AlwaysOn group (4266600)
Error: "[1000010] A connection to the database is not possible, the database has not yet been compiled." with AutoUpdate when database is installed in an AlwaysOn group
说明
Error: "[1000010] A connection to the database is not possible, the database has not yet been compiled." with AutoUpdate when database is installed in an AlwaysOn group
原因
The message appears if no entry for "Scripts_ <DB-ID>" was found in DialogScriptAssembly. However, this is available, but with a different suffix than the one expected.
解决办法
WORKAROUND
Generate the entry in DialogScriptAssembly with the old suffix via SQL. This can be determined from the SQL log.
A statement "select count (*) from DialogScriptAssembly where Name = N'Scripts_ <DB-ID> '" is executed.
STATUS
Defect 33068/32956 is fixed in One Identity Version 8.1.3 and later.