从 Windows 服务使用时,psexec 失败并返回代码 122

发布于 2024-08-27 03:38:29 字数 353 浏览 6 评论 0原文

我编写了一个 WCF 服务作为我们编写的 C# 实用程序的包装器,该实用程序使用 SysInternals psexec 实用程序在远程系统上运行作业。 psexec 是从 C# 调用的,其命令行参数指定要使用的域、用户和密码。

当我从本地 PowerShell 调用 C# 实用程序时,一切正常。

但是,当我从 WCF 服务运行该实用程序时,我们看到返回代码为 122,它对应于(?)“传递给系统调用的数据区域太小”。

psexec 正在 Windows Server 2008 上运行。我传递的凭据是本地管理员,与托管包装该实用程序的服务的计算机位于同一域中。

I've written a WCF service as a wrapper around a C# utility we've written that uses the SysInternals psexec utility to run jobs on a remote system. psexec is invoked from C# with command-line parameters that specify the domain, user and password to use.

All works fine when I invoke the C# utility from PowerShell locally.

However, when I run the utility from the WCF service we see a return code of 122, which corresponds to (?) "The data area passed to a system call is too small".

psexec is running against Windows Server 2008. The credentials I'm passing are local administrator, in the same domain as the machine that hosts the service wrapping the utility.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小镇女孩 2024-09-03 03:38:29

事实证明,这很可能是 PSExec 1.97 版本修复的错误。这个版本在这种情况下似乎工作得很好。

So it turns out that this was most likely a bug fixed with PSExec version 1.97. This version appears to work just fine in this circumstance.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文