KOD: A3187
CREATE or ALTER ASSEMBLY for assembly 'Wolvox7Udf_mssql' Çözümü
Veritabanı oluşturma sırasında hata meydana geldi.
[AnyDAC][Phys][ODBC][Microsoft][SQL Server Native Client 11.0][SQL Server]CREATE or ALTER ASSEMBLY for assembly 'Wolvox7Udf_mssql' with the SAFE or EXTERNAL_ACCESS option failed because the 'clr strict security' option of sp_configure is set to 1. Microsoft recommends that you sign the assembly with a certificate or asymmetric key that has a corresponding login with UNSAFE ASSEMBLY permission. Alternatively, you can trust the assembly using sp_add_trusted_assembly.
Çevrimdışı iken mesaj aldınız
MSSQL veritabanı kullanan AKINSOFT kullanıcıları bu hata ile karşılaştıklarında aşağıdaki işlemleri yapmalıdır,
AKINSOFT programlarını kapattıktan sonra Sql Management stüdyosunda her bir veritabanı için aşağıdaki kodları yazın.
Çözüm;
Hem ana makineye hemde client de bu updateleri çekmeniz, daha sonra msql yeniden başlatmanız gerekmektedir.
EXEC sys.sp_configure N'clr strict security', N'0';RECONFIGURE WITH OVERRIDE;
EXEC sys.sp_configure N'show advanced options', N'1';RECONFIGURE WITH OVERRIDE;
GO
Müşteri hizmetleri ekibimiz sizin için burada!
Bizimle İletişime geçin