The Server may be running out of resources, or the assembly may not be trusted with PERMISSION_SET = EXTERNAL_ACCESS or UNSAFE

刚配置好一个SyteLine数据库,由于有其他服务还在应用,不想重启服务,导致在设置SyteLine Set Object Metadata Server时出现下面错误信息警示:

The Server may be running out of resources, or the assembly may not be trusted

查看数据库属性,得到相关显示:

The Server may be running out of resources, or the assembly may not be trusted

 

解决方法,只要更改此属性为true即可。

ALTER DATABASE XXX_App_Pilot  SET TRUSTWORTHY ON
EXECUTE sp_changedbowner 'sa'

 

 

相关文章:

  • 2022-01-04
  • 2021-06-29
  • 2022-02-02
  • 2022-12-23
  • 2021-04-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2022-01-12
  • 2021-03-27
  • 2021-12-17
相关资源
相似解决方案