• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Can't execute sp_configure to enable clr option on plesk

hamid

New Pleskian
Hi.
I need to add a dll assembly file to my website in plesk, so i have to introduce this assembly to SQL Server. But first i should enable CLR in SQL Server by executing the sp_configure store procedure. In webadmin of plesk, i wrote this query on query manager.
//
exec sp_configure 'clr enabled', '1'
go
reconfigure
//
but nothing happens after running the query.when check the sys.configuration table using (select * from sys.configuration where name='clr enabled'), i see that the value field of retrieved record is still remained 0. I guess i need to have the execution grant on this store procedure.please help and guide me what should i do.
By regards
 
Back
Top