English 中文(简体)
与SSIS 2008年调查改革相吻合
原标题:Trouble with SSIS 2008 lookup transformations
  • 时间:2010-12-03 22:10:03
  •  标签:
  • ssis
  • lookup

I have two lookup transformations in my package. The first one executes fine though. The second one is a trouble maker.

I am having an error ‘Row yielded no match’, in the 2nd lookup while loading the final table in my database. It does not reoccur in the same rows every run. That is it gives me a different number of error result rows every run. Even when everything is exactly (input data, process...) the same through 2 different runs.

I re-directed the rows and checked for case- sensitivity and leading and trailing spaces, they were all ok, but the error still exists.

I checked (the redirected rows) manually for match (random 10 out of list), match exists, but SSIS still throws the same error.

I tried using all the three caching options (Full/Partial/No Cache) but in vain, the same error still appears.

I am not sure why this happens. It is driving me crazy, I am at a lost for thinking. Can you please help me know how I can fix this? Did any of you encounter such an error while doing the earlier SSIS executions?

问题回答

我对你的眼光处理情况并不十分肯定,但这一增长问题是由于我们正在像处理一样建立起来的财产。

  1. 我们正在如何处理不匹配的记录,即没有相应的产出或拿到缺省记录。

  2. Properties on the component when the no matching records i.e. fail the package when no match or parent package.

感谢

页: 1





相关问题
Transform date represented as String to Date in Visual Basic

I am using SSIS and I need to transform a date. How can I transform a date in String format (e.g. 14/09/1980) to the same but in date format in VB.NET? I would like the datetime format to insert it ...

SSIS Script Task connecting to AD

I have written a SSIS 2005 script task that connects to Active Directory and reads user accountnames to store in database. I was able to successfully test this on my local system by executing dtexec....

ssis sql server 2008 for access .mdb database

I want to know how to import .mdb (MS Office 07) file into Sql server 2008 by SSIS. I need to run this ETL packet in such a way that it checks for duplicates, and if any doesnt re-insert them, but ...

parent package in SSIS

I need to execute 29 ssis packages. So planning to create one master package which will execute all these packages. I don t know how to implement this. Can you please explain in brief. Thanks in ...

SQL Agent not kicking off an SSIS package

I have a server that has a SQL Agent job setup to run a two part datawarehouse build and Analysis Services cube build. The job ran successfully until there was a problem with Management Studio and ....

Can SSIS ScriptTask References resolve to a non GAC location?

In SSIS 2008, the ability to reference other class libraries has been added. Is there anyway to resolve the references to a non-GAC location when deployed to a non-developer environment? For instance, ...

Importing from excel "applications" using SSIS

I am looking for any tips or resources on importing from excel into a SQL database, but specifically when the information is NOT in column and row format. I am currently doing some pre-development ...

热门标签