Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

1、检查下是否输入了其他版本数据库的实例名,ERP低版本仅支持2008数据库,15.0开始增加支持2016数据库。

2、确认是2008数据库:

在SQL 2008 R2 master表 数据库中执行一下语句:
exec sp_configure 'show advanced options',1
reconfigure
exec sp_configure 'Ad Hoc Distributed Queries',1
reconfigure
执行后最好重启一下IIS
开始——运行——cmd输入iisreset /RESTART回车,停止然后重新启动所有 Internet 服务

  • No labels