Hello!
I have problem with my SSIS Package. I have control
flow with about 30 data flows inside. Every data flow is very simple: one
source table from oracle database and one destination table from Microsoft SQL
database. I generate my flow using BIML language. After generation, every
data flow has error inside (error on destination Microsoft table). The error
is:
The number of input columns for [ my Microsoft,
destination table] cannot be zero
I check this component precisely and I don't see any
mistakes. Funny thing is that when I double click on destination MS table,
go to Mappings and click OK (without any changes), the error disappear.
I assume that I need to do some additional validation
or something like this but I don't know how. Any ideas how to resolve this
problem?
Of course I can go to every data flow, go to
destination table, go to mappings and click ok but I feel that it is extremely inconvenient
(because of large number of data flows) and unprofessional.
Any help would be appreciate!