An error similar to the following is logged in the SQL Server Agent log and in the Log_DataTransformation table for the RiskFabric Processing job step Run Staging Procedures (step 4):
Error Msg: Error converting data type nvarchar to bigint.
This failure may occur either immediately after integrating a new data source or some time after a data source has been integrated and processed successfully.
Release : 6.x
Component : Integration Wizard, Symantec Data Loss Prevention Integration Pack
This error is known to be caused by the following conditions:
DetailXml values for a Symantec Data Loss Prevention (DLP) linked server have been modified in such a way that the XML cannot be parsed properly during processing.If a DLP linked server's DetailXml values have been modified, contact Broadcom support for assistance.
For a mapping between a numeric destination column and a source column that intermittently or consistently contains non-numeric characters, a formula needs to be applied to remove or replace non-numeric characters. If a formula is already in use, it will need to be modified to parse strings in the form that produced this condition. Ideally, this should be corrected in the upstream data source, but it can addressed by either re-writing the integration's data source query or by applying a formula in the Import Rule Mapping for the data source to search for and remove or replace non-numeric characters.