Overview
An item failed to be approved and to be whitelisted with one of the following errors:
You will see this following error in the QuarWeb logs:
QuarWeb.log(8714): 2013-03-12,13:19:13,679,1,"#00001D5C","#00000018","error ","QuarWeb","ERROR[P21]: Item <BD9CAF2E-7C93-49E9-97CD-0DEEE3CB42A9> failed to be approved and whitelisted"
You may also see this error:
QuarWeb","ERROR[P12]: System.ArgumentException: The (&(objectclass=User)(|(objectSid=))) search filter is invalid.
Environment
- GFI MailEssentials
- All supported environments
Root Cause
The dynamic-link library cdosys.dll is not registered. Hence, this will cause lookups to the MailEssentials\Antispam\
config.mdb to fail.
Resolution
To resolve the error and register the DLL, follow the steps below:
- Open an administrative command prompt. Choose Start > Run. Type
cmd
and pressCtrl + Shift + Enter
. - Type one of the following commands and press Enter:
- 32 bit: regsvr32 "
C:\Windows\System32\
cdosys.dll" - 64 bit: regsvr32 "
C:\Windows\SysWOW64\
cdosys.dll"
- 32 bit: regsvr32 "