- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
由于某些限制,我们必须将服务作为 LocalSystem 运行。我已经生成证书并将它们放在以下商店中:
证书(本地计算机)证书 - 服务(SQL Server (MSSQLSERVER))证书 - 服务(SQL Server (MSSQLSERVER))证书 - 当前用户
我是域管理员。每次我转到 SQL Server 配置管理器 -> SQL Server 2005 网络配置 -> MSSQLServer 协议(protocol),右键单击 -> 属性 -> 证书,下拉列表中没有列出任何证书!
根据 this ,我做的一切都是对的。我也尝试以本地管理员身份运行,没有骰子。
unless the service is running as LocalSystem, NetworkService, or LocalService, in which case you may use an administrative account.
有什么想法吗?
最佳答案
验证您的证书是否满足以下 KB Article 中列出的要求:
After you successfully install the certificate, the certificate does not appear in the Certificate list on the Certificate tab.
Note The Certificate tab is in the Protocols for Properties dialog box that is opened from SQL Server Configuration Manager.
This issue occurs because you may have installed an invalid certificate. If the certificate is invalid, it will not be listed on the Certificate tab. To determine whether the certificate that you installed is valid, follow these steps: Open the Certificates snap-in. To do this, see step 1 in the "How to Configure the MMC Snap-in" section. In the Certificates snap-in, expand Personal, and then expand Certificates. In the right pane, locate the certificate that you installed. Determine whether the certificate meets the following requirements: In the right pane, the value in the Intended Purpose column for this certificate must be Server Authentication. In the right pane, the value in the Issued To column must be the server name. Double-click the certificate, and then determine whether the certificate meets the following requirements: On the General tab, you receive the following message: You have a private key that corresponds to this certificate. On the Details tab, the value for the Subject field must be server name. The value for the Enhanced Key Usage field must be Server Authentication (). On the Certification Path tab, the server name must appear under Certification path. If any one of these requirements is not met, the certificate is invalid.
下一个错误的证书将是我检查您在帖子中列出的症状的地方。
关于sql-server-2005 - 将 SQL Server 2005 的 SSL 设置为 LocalSystem,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1407815/
有没有办法在ServiceDefinition.csdef或其他地方执行此操作,而无需转到IIS并手动调整? 我尝试了 executionContext="elevated" for webrole,
试图解决它,但到目前为止所有的努力都是徒劳的。工作流程如下 作为 LocalSystem 运行的 Windows 服务使用 CreateProcessAsUser(...) 创建子服务带有当前登录用户
我试图通过 NtAllocateUuids 或简单地调用 UuidCreateSequential 获取 Uuid,但 Windows 无法为我的笔记本电脑获取以太网或 token 环硬件地址。因此,
我有一个在 Windows XP 及以下系统上作为 LocalSystem 运行的进程。我正在尝试找到一种方法让它启动另一个进程来模拟另一个用户而不必提供用户密码。 原则上这应该是可能的,因为 Loc
我正在使用 Windows Server v1.0 的服务总线。我有一个在 LocalSystem (NT AUTHORITY\SYSTEM) 帐户或 NetworkService (NT AUTHO
背景 我们需要从 Windows 服务运行 GUI 应用程序,设置为“作为本地系统登录”(并且不启用与桌面交互)。 GUI 应用程序采用一个命令行参数,执行一项特定任务,然后自行终止。它是一个 GUI
我们有一个从命令行安装 SQL Server Express 的应用程序,并通过参数 SQLACCOUNT="NT AUTHORITY\SYSTEM"将服务帐户指定为 LocalSystem 帐户。
我正在尝试配置我的 PostgreSql 数据库(“mydb”)以便为 Windows“LocalSystem”帐户提供登录权限。 我在我的数据库中创建了一个名为 LocalSystem 的用户 SQ
当服务作为本地系统运行时,是否可以从作为 Windows 托管服务托管的 WCF 服务在远程服务器上生成进程? 我需要人们能够在他们自己的帐户上下文下在远程服务器上执行操作(基本上就像 PSExec
我是 Windows 服务编程的新手。在编写 Windows 服务时,我对设置帐户类型的内容感到困惑。 在编写服务时,如何选择或确定我们需要设置的账户类型? 最佳答案 我们通常创建特殊的窗口(本地用于
我在与 Windows 服务相关的问题上苦苦挣扎。 在我的项目中,我想使用 c# 代码更改 sql 服务“LOG ON AS”本地系统。 最佳答案 在 C# 中你可以这样做: var process
我正在尝试使用此代码以 LocalSystem 帐户的身份启动一个进程 ProcessStartInfo _startInfo = new ProcessStartInfo(commandNa
我正在尝试按照 Windows SDK 中的说明编写我的第一个服务应用程序。我使用以下代码安装了该服务: SC_HANDLE schs=CreateService(sch,
如何使用 Win32 API 在与 LocalSystem 帐户不同的帐户下安装服务? 我正在使用以下代码来安装该服务。我想在不同的帐户下安装此服务。最后两个参数采用用户名和密码,但是当我给出时它会抛
我正在用 C 为 Windows 编写一个类似服务器的小程序(使用 MinGW/GCC,在 Windows 7 上测试),它最终应该作为使用 LocalSystem 帐户的服务运行。我正在创建一个套接
我创建了一项服务,仅当该用户登录(信息亭用户)时,该服务才会在特定用户的桌面上显示某种启动屏幕。 一旦输入有效的代码,该启动屏幕就会将该信息告知服务,并且服务将进入休眠状态 x 时间(取决于代码)。
我正在设置 Selenium Grid。每个版本的浏览器都有一台单独的机器。 每个节点都作为系统服务启动,在 LocalSystem 帐户上运行,并启用与用户桌面的交互。 这是必需的,因为当没有与用户
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎与 help center 中定义的范围内的编程无关。 . 关闭 8 年前。 Improve
由于某些限制,我们必须将服务作为 LocalSystem 运行。我已经生成证书并将它们放在以下商店中: 证书(本地计算机)证书 - 服务(SQL Server (MSSQLSERVER))证书 - 服
我有一个 .NET c# 服务在 Windows10 64 位上作为 LocalSystem 运行。它的工作是改变位于 下的“ProxyEnable”和“ProxyServer”值 HKEY_CURR
我是一名优秀的程序员,十分优秀!