sql - Ssis error invalid column reference in package -


i have invalid column reference error in sis package after editing stored procedure case statement added column total sales amount paid. please can this? cannot remap columns in package unless resolve error. thanks

i faced similar problem in ssis package. after adding few new columns source table "ole db source" element not map these new columns correctly either not displaying them @ on mapping list or showing "invalid column" error. turned out connection using had retainsameconnection parameter set true (the package uses temp tables not dropped) - changing false enabled me add new columns mapping. might idea check delayvalidation , validateexternalmetadata parameters on elements connected data flow. these should set true in case.

perhaps runs same problem.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -