Issue: You may run across an error when starting the SSLIP if you have reverted from the Control 6.1 version to a previous release. The error reads: Error installing SQL Bridge: DROP ASSEMBLY failed because 'SQLBridge' is referenced by object 'SQLBridge.Config.InstallFunctions'. If you see this error, you will need to run the SQL below on your database.

Note: As always, perform a backup of your database before running any SQL statements that will make alterations.

code_formatsql

EXEC [SQLBridge.Config.UninstallFunctions];

DROP PROCEDURE [SQLBridge.Config.InstallFunctions];

DROP PROCEDURE [SQLBridge.Config.UninstallFunctions];

DROP PROCEDURE [SQLBridge.Install];

DROP PROCEDURE [SQLBridge.InstallEx];

DROP TABLE [SQLBridge.Log];

code

See Also

You could leave a comment if you were logged in.