문제

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.

도움이 되었습니까?

해결책

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!!!!!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top