Symantec 扫描引擎 .NET API 错误

发布于 2024-12-05 07:57:33 字数 151 浏览 6 评论 0原文

我目前正在使用 Symantec Scan 引擎 .NET api 进行防病毒扫描。我收到此错误“ERR_INITIALIZING_STREAM_REQUEST” - 初始化对 Symantec Scan Engine 的流请求时遇到问题。但没有提供太多细节。异常部分仅存在对象引用错误。

I am currently using Symantec Scan engine .NET api for anti virus scanning. I am getting this error "ERR_INITIALIZING_STREAM_REQUEST" - Problem encountered while initializing a stream request to Symantec Scan Engine. But not much details are present. Just object reference error is present in the exception part.

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

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

发布评论

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

评论(1

玉环 2024-12-12 07:57:33

找到了答案。
问题出在 Windows 防火墙上。
解决方案:
转到服务器(在我的例子中是Win 2008R2。)。
访问具有高级安全性的 Windows 防火墙。
在入站规则中,为端口(在我的例子中为 1344)创建一个新规则,您将通过该端口访问 symantec 扫描引擎
同样,为同一端口创建出站规则。
运行应用程序...Viola...它正在工作!!!!!!

Found the answer.
The problem was with Windows firewall.
Solution:
Go the server (Win 2008R2 in my case.).
Access Windows Firewall with advanced security.
In the InBound Rule, create a new rule for the port(1344 in my case) through which you are gonna access the symantec scan engine
Similarly create an OutBound Rule for the same port.
Run the application... Viola..... it was working!!!!!

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