I have an SSIS package that is using a new table in the DataFlow. The former table has been deleted. The package runs good on it's own; however, when I run it from the MasterPackage, I get the error below. I have tried DelayValidation=True, ValidateExternalMetadata = False, BypassPrepare = false but none of them make a difference. The error message references the deleted table but I do not know where the reference to the table is being held.
Information: 0x4004300A at IMPORT NEW, SSIS.Pipeline: Validation phase is beginning.
Error: 0xC0202009 at IMPORT NEW, BBTA [58]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E37.
An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80040E37 Description: "Invalid object name 'STAGE.EQUIPMENT'.".
Error: 0xC0202040 at IMPORT NEW, BBTA [58]: Failed to open a fastload rowset for "[he object exists in the database.
Error: 0xC004706B at IMPORT NEW, SSIS.Pipeline: "component "EAIODS" (58)" failed validation and returned validation status "VS_ISBROKEN".
Error: 0xC004700C at IMPORT NEW, SSIS.Pipeline: One or more component failed validation.
Error: 0xC0024107 at IMPORT NEW: There were errors during task validation.
Please Vote &/or "Mark As Answer" if this post is helpful to you. Thanks and happy coding :D