Infor ERP SyteLine 如果应用MS SQL Server 2008 R2 64bit的话,需要启用 CLR(Common Language Runtime)。
此动作只需要Infor SyteLine DataBase Server设置即可。启用方法如下:
Open SQL Server Management Tools, New Query,拷贝下面语法到Query窗口,然后执行:
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'clr enabled', 1;
GO
RECONFIGURE;
GO
GO
RECONFIGURE;
GO
sp_configure 'clr enabled', 1;
GO
RECONFIGURE;
GO
如下截图: