Processing the cube SEP Agent Behavior Events fails while processing the Agent Behavior Events Description dimension.
Release : 2.9.0, 2.9.1
Component :
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_AgentBehaviorEventDescriptionDim 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