Hi,
I have trubel with my Excel Connection manager. I get error about "VS_ISBROKEN" and "A destination table name has not been provided".
The foreach Loop finds the folder and loops correctly and has DelayValid as True
I have one string variable.
Excel Connection Manager has
DelayValid is True
Expression
Connection String and Expression:
"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + @[User::strExcelFile] + ";Extended Properties=\"" +"Excel 12.0 XML;HDR=YES\"; "
The data flow task has:
DelayValid True
Full Error code:
Error: 0xC0202042 at Data Flow Task, Excel Source [14]: A destination table name has not been provided.Error: 0xC004706B at Data Flow Task, SSIS.Pipeline: "Excel Source" failed validation and returned validation status "VS_ISBROKEN".
Error: 0xC004700C at Data Flow Task, SSIS.Pipeline: One or more component failed validation.
Error: 0xC0024107 at Data Flow Task: There were errors during task validation.
Thanks for any help.