HI
I am new to sql server 2005. Just want to know how you perform this task.
I have to load my fact table from multiple flat files I am trying since last week when I connect multiple flat files to lookup it gives me error.
Any suggestions
Thanks
Don't you think it would help if you supplied the error message?
Do you honestly expect anyone to be able to help you based on the information you've provided here?
-Jamie
|||As Jamie pointed out, a bit more detail would help.You trying to load multiple flat files into your fact table. What are you doing with the lookup? Where is the error happening?
What is the error message.
Ever taken your car to a mechanic and said it makes a funny noise. Did he look at you oddly?|||
Hi
I am really sorry I didnt provided the complete information. What I am doing is that connecting multiple flat files to lookup so that I can load my fact table. When I connect the second flat file it gives me error saying that
"cannot create connector The destination component doesnt have any avaliable inputs for use in creating a path"
Thanks
|||
adnan wali wrote:
Hi
I am really sorry I didnt provided the complete information. What I am doing is that connecting multiple flat files to lookup so that I can load my fact table. When I connect the second flat file it gives me error saying that
"cannot create connector The destination component doesnt have any avaliable inputs for use in creating a path"
Thanks
OK.
The lookup component can only take one input. If you want to pass the contents of many files to it then you will need a Union All component. Pass the output from all of your files to the Union All and then pass the output of the Union All to the Lookup.
Good luck.
-Jamie
No comments:
Post a Comment