This error maybe occurred because of  "Common Criteria Compliance"  feature was enabled on the server.
To resolve this error:
1-Disable "Common Criteria Compliance":
sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'common criteria...