Home Forums Data Warehousing Integration Services Error: ForEach Variable Mapping number 0 to variable "ᶈ珈" cannot be applied RE: Error: ForEach Variable Mapping number 0 to variable "??" cannot be applied

  • convert the datatype in the Execute Sql Task to match enumerator type. See the below statement

    SELECT CAST(<columname> AS INT)

    FROM <talename>