Strange SUA installation error solved (.NET Framework disabled)

(imported topic written by dazman)

Installing TEM SUA v1.3.1.57 on a new TEM 8.2 server. During the install, it threw up the following error: “Execution of user code in the .NET Framework is disabled. Enable “clr enabled” configuration option”

We downloaded SQL Server Management Studio and ran the following query on BESReporting and BFEnterprise, as suggested for another product here here http://eufuckingreka.wordpress.com/2011/11/17/execution-of-user-code-in-the-net-framework-is-disabled-enable-clr-enabled-configuration-option/

sp_configure ‘clr enabled’, 1

go

RECONFIGURE

GO

We then deleted the database, removed SUA and importantly restarted the server.

After the restart the SUA install worked aok.

Daz