Processing the cube SEP Agent Behavior Events fails while processing the Agent Behavior Event Fact partition of the Agent Behavior Events measure group.
IT Analytics for SEP 2.9.0
This error is caused by the string length of a description value for an endpoint in the Symantec Endpoint Protection (SEP) data source exceeding 256 characters. The dimension expects a string value of 256 characters or less.
This issue is resolved by altering the IT Analytics database view vITAnalytics_SEP_AgentBehaviorEventFact to truncate description values that exceed 256 characters in length.
To make this change, follow this procedure:
, DESCRIPTION
, CAST(DESCRIPTION as VARCHAR (256)) AS DESCRIPTION