Getting SSIS Runtime Error

I get the following error in the SSIS log "Output column" XXXXXXX "(624) without error output does not have a corresponding output column in error output." I really made sure that the column exists in the database, also entered the advanced editor of this step (the first time I get the "Index is invalid" error, repeat the step a second time and can enter the editor, went into the column mappings and made sure that the column mapped.I also tried to remove this column from the mapping and still get the same error. Can anyone recommend a way to get this error?

+3
source share
1 answer

I had this problem and work around it by removing the source and target components and adding them again.

-This has something to do with schema caching

+3
source

Source: https://habr.com/ru/post/1752499/


All Articles