Hi,
I am encountering tough errors when execute fact table in ssis package. The errors are here:
[FactoryLookup [352]] Error: Row yielded no match during lookup.
[FactoryLookup [352]] Error: The "component "FactoryLookup" (352)" failed because error code 0xC020901E occurred, and the error row disposition on "output "Lookup Output" (354)" specifies failure on error. An error occurred on the specified object of the specified component.
[DTS.Pipeline] Error: The ProcessInput method on component "FactoryLookup" (352) failed with error code 0xC0209029. The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.
[DTS.Pipeline] Error: Thread "WorkThread0" has exited with error code 0xC0209029.
I am going to create fact table this way: lookup all the foreign keys from dimension tables and then add to raw data, which finally load to my destination database, fact table. While error occurs when running on the first lookup.
I have no idea how to fix them. Could anyone please help me?
Thanks!
I am looking forward to your replies.