I used SSIS SharePoint List source and destination to publish a SharePoint list of employees, combining data from a internal database source as well as active directory.
At some point, I noticed that the returned column from a ssis lookup returned null value.
I did notice though the lookup transformation was working at first time and the default options have 'full cache' turned on. this post a reasonable doubt that the issue might be caused by caching. after turned it off, the result is now normal.
Subscribe to:
Post Comments (Atom)
Disable Microsoft Defender for Cloud for Visual Studio Subscription (MSDN)
I use a visual studio pro subscription which comes with $150 azure cloud credit, for some reason Microsoft Defender for Cloud was turned on ...
-
Error 15401: Windows NT user or group '%s' not found. Check the name again. SELECT name FROM syslogins WHERE sid = SUSER_SID ('Y...
-
Finally, it is time. E4SE 811 and eBackoffice 736 will replace our current 810b/735a environment after staying so many years. Just got the n...
-
/etc/ipsec.config conn ios keyexchange=ikev1 authby=xauthrsasig xauth=server lef...
1 comment:
I believe this NULL issue has something more than the cache mode setting of LookUp component.
One reason could be the way we let the LookUp handle the non-matching rows. In "LookUp Transformation Editor", if we set it to "Ignore Failure", then for every Non-Match it dumps/report a NULL into the Destination Adapter. And if we configure it to "Redirect rows to no match output", then such NULL reporting stops.
Do tell me if yours was a different case... for, There lies many matters beyond our normal human comprehension :)
-- In 'thoughts'...
Lonely Rogue.
Post a Comment