The following error is shown in the logs when scanning files with the Symantec Protection Engine (SPE):
Failed with scan error hex code 0x80800217
SPE 9.x
The URL Insight portion of the license is no longer valid.
Disable URL Insight using the following steps:
cd /opt/SYMCScan/bin
cd "c:\Program Files\Symantec\Scan Engine"
xmlmodifier –s //policies/ThreatPolicies/URLInsight/@enabled false policy.xml
XMLModifier.exe –s //policies/ThreatPolicies/URLInsight/@enabled false policy.xml
/etc/init.d/symcscan restart
net stop symcscan
net start symcscan