我有一台运行SharePoint 2010的Windows 2012 Server,使用本地安装的SQL Server Express.不幸的是,我的日志当前充斥着消息"在目标队列中排队消息时发生异常.错误:15404,状态:19.无法获取有关Windows NT组/用户'DOMAIN\user'的信息,错误代码为0x5." 每秒可以发出20条这样的消息!
(...和'DOMAIN\user'恰好是我的个人帐户.)
是否存在缺少权利的工作?"来自https://serverfault.com/questions/277551/mssqlserver-exception-occurred-while-enqueueing-a-message-in-the-target-queue-e的 Qoute "尝试将作业的所有者更改为sa帐户,关于作业的属性."如果我是正确的SQL服务器的快递版本无法运行作业?或者有人/某些东西想要访问我们的AD?为什么该帐户想要获取有关我的帐户的信息20每秒一次?
我确实找到了很多关于这个任务的博客和提示,但我不理解这些解决方案.一个人说:"要修复此问题,请登录其中一个SA帐户,并为需要它的帐户授予SA访问权限." 但是什么帐户需要访问?
我必须处理现有的应用程序,包括许多项目,包括数据库项目.在statup项目中,这是一个Windows应用程序.当调用 Adapter.Fill(dataTable);一个可怕的错误时,会出现这样的说法:
An error occurred in the Microsoft .NET Framework while trying to load assembly id 65675. The server may be running out of resources, or the assembly may not be trusted with PERMISSION_SET = EXTERNAL_ACCESS or UNSAFE. Run the query again, or check documentation to see how to solve the assembly trust issues. For more information about this error:
System.IO.FileLoadException: Could not load file or assembly 'xxxxx.yyyy.database, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The given assembly …Run Code Online (Sandbox Code Playgroud)