|
OK, here is my problem. Any ideas?
(comments are locked)
|
|
It sounds like the LoadFileToTable step isnt getting the new filename value. Are you using a variable, have you set it to be the new/next value? How did you build this process? If it was from an example have you reviewed the steps they offered to make sure there isnt a tiny bit missing? Pragmatics works have an example on their FAQ
(comments are locked)
|
|
Since there are not much details given, there could only be some guess work. Have you put .xls" (could be something like "File*.xls" for precise search) to search for all the Excel files in the specified folder? Are you sure you have mapped the "Filename" variable correctly in the ForEachLoop container's "Variable Mapping"? Are you supplying the connection string values as Expression? Did you set the property DelayValidation=TRUE on the Data Flow task? Moreover, you should debug your package with the use of Breakpoints preferably OnPreExecute breakpoint. It will help you sorting out the problem.
(comments are locked)
|
|
Instead of using variable,Configure your folder with Enumerator configuration in foreach loop editor and files
(comments are locked)
|

