I have my ETL SSIS project which is deployed in 2014 Integration service catalog. I am running through SQL Job.
Whenever I try to execute the master package it will call staging load packages which is multiple packages in parallel.
Sometimes it is getting fail by saying Unexpected error. If I try to see the execution details some time error details has nothing. sometimes it is giving below error.
Error:Failed to lock variable "RunId" for read access with error 0xC0010001....
When I rerun the job it is executing fine. Sometimes I am getting this error 4 or 5 times for one time data load. I didn't face this issue while loading dimension / fact.
Please let me know the reason and fix for this