“Failed to lock variable” SSIS error

前端 未结 8 1158
[愿得一人]
[愿得一人] 2021-01-18 12:58

I am getting an error randomly for a scheduled SSIS package which runs hourly. The funniest thing is that if I delete the checkpoint file and run the package again it works

8条回答
  •  日久生厌
    2021-01-18 13:12

    It seems there is a variable is missing to the sequence container in the package may it needs to get from either other jobs or parent package. I think its the problem of either scope of the variable or the generation of variable values at run time.

    thanks prav

提交回复
热议问题