Please I have package that is working in SSDTBI 2012 on the same laptop and I am rebuilding it in 2008r2 . the package simply loop though a folder using foreach loop container, then in the container each EXCEL file content is transferred to another excel file using Data flow task. The Excel connection uses excel file path that is dynamic. but I was not able to get it working in 2008r2, I have delayed validation in the dataflowtask, excel connection and the whole package itself. but I keep getting .
[Excel Source [1]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005.
An OLE DB record is available. Source: "Microsoft Access Database Engine" Hresult: 0x80004005 Description: "The Microsoft Access database engine could not find the object 'Sheet1$A4:DH200000'. Make sure the object exists and
that you spell its name and the path name correctly. If 'Sheet1$A4:DH200000' is not a local object, check your network connection or contact the server administrator.".
[Excel Source [1]] Error: Unable to retrieve column information from the data source. Make sure your target table in the database is available.
[SSIS.Pipeline] Error: "component "Excel Source" (1)" failed validation and returned validation status "VS_ISBROKEN".
I have used breakpoint to watch the variables and the variables are correct. is there any other thing I might be missing please.
Thanks