Hi Experts,
I got stuck with some issue....please help me resolve
1.I created job -> calling SSIS package
2. In SSIS package ->
(I) firstly i have zip file container
(II)second i have Execute process taskk editor - here i am doing unzip - in side On query cancel i have package failure if correpted file comes.
(III) loading into table using bulk insert
Problem:
When i run the job it's working fine most of the times.
But some time job executing still Execute Process taskk editor and after that job is getting canceld as follows"The job was stoped prior to completion by (unknown)" even through i have proper file(which is gettng unzip manualy).
Please help me to resolve this issue...