Fast Load Variable Preventing Load to BIMetadata
description
Issue 1:
Some of my SSIS 2008R2 packages are being read from the file system and loaded to the SQL 2008R2 BIMetadata database with no issues. However, some packages return an error:
Loading file package SSIS_CLAIMS_DEV\bin\SrcFileStgBillHdr_Extr.dtsx'... Error occurred: 'FastLoad variable not yet supported'
Issue 2: 3 branches of a data flow task in one of the packages use and OLEDB Command transform and appears to have caused this error during the same 2008 analyzer process:
Unhandled Statement Type in findIdentifiers(InsertStatement insertStatement) Microsoft.Data.Schema.ScriptDom.Sql.InsertStatement
was raised against query
INSERT FactErrorEvent
VALUES (?,?,?,?,?,0)
Please report to http://sqlmetadata.codeplex.com/WorkItem/List.aspx
The exception
Unhandled Statement Type in findIdentifiers(InsertStatement insertStatement) Microsoft.Data.Schema.ScriptDom.Sql.InsertStatement
was raised against query
INSERT FactErrorEvent
VALUES (?,?,?,?,?,0)
Please report to http://sqlmetadata.codeplex.com/WorkItem/List.aspx
The exception
Unhandled Statement Type in findIdentifiers(InsertStatement insertStatement) Microsoft.Data.Schema.ScriptDom.Sql.InsertStatement
was raised against query
INSERT FactErrorEvent
VALUES (?,?,?,?,?,0)
Please report to http://sqlmetadata.codeplex.com/WorkItem/List.aspx
Any idea of the root cause or how I can prevent these errors from occurring? Thanks.