The McAfee Agent (MA) extension isn't checked into ePO.
To verify the cause, look for the missing view
EPOProdPropsView_EPOAGENT:
- Open SQL Server Management Studio (SSMS).
- Connect to the SQL Server and instance that hosts the ePO database.
- Expand Databases in Object Explorer.
- Right-click on the database name for your ePO server, and select New Query.
- Paste the script below into the query window.
Select * from EPOProdPropsView_EPOAGENT
- Click Execute.
Output:
The results state that the
'EPOProdPropsView_EPOAGENT' view is missing. The view belongs to the MA extension.