“不支持的操作”在 Windows 2008 上调用 RPC 时
该应用程序使用 Microsoft RPC 进行进程间通信。该应用程序在 Windows Server 2003(服务器 WS2003 或 WS 2008 --- 客户端 WS2003)上完美运行。但是当客户端在 Windows Server 2008 上时应用程序失败。
的流程
这是客户端部分RpcStringBindingCompose(.....) RpcBindingFromStringBinding(.....) RpcMgmtIsServerListening(....) //此方法即使在 WS2008 上也返回成功
此后每当我调用 IDL 文件中定义的方法 rpcMethod(...) (使用 MIDL 编译器 6.00.0366 生成的代码)时,它都会抛出异常(错误代码 1764)“不支持该操作”。 MIDL 生成的存根重定向到 NdrClientCall2(),后者抛出此异常。
此处报告了类似的问题:不支持操作< /a>
The application uses Microsoft RPC for interprocess communications. The application works flawlessly on Windows Server 2003 (Server WS2003 or WS 2008 --- Client WS2003). But the application fails when the client is on Windows Server 2008.
Here is the flow of client part
RpcStringBindingCompose(.....)
RpcBindingFromStringBinding(.....)
RpcMgmtIsServerListening(....) //This method returns success even on WS2008
After this whenever i call a method rpcMethod(...) defined in IDL file (code generated using MIDL compiler 6.00.0366), it thorws an exception (Error Code 1764) "Operation is not Supported".
The MIDL-generated stub redirects to NdrClientCall2() which throws this exception.
Similar issue reported here: Operation is not supported
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论