I have a master package which execute 3 packages. All sub-packages has data flow task in which it extract data from excel file which is placed on a SHARED LOCATION, and load it to SQL SERVER database table. Each sub package load different file to different table. No file or table is used in more than one package.
In BIDS we never face this issue, it runs smoothly in BIDS.
But if we execute the package from SQL Server it hang on execution phase and we have to cancel that after long long wait.
The solution we found is if we open the excel files once in edit mode then close them. and re-run the package it runs successfully.
The problem is we have to deploy it on Production server where we don't have access neither package nor file. And we can't ask client to open the file once in edit mode and close it and then execute the package.
First of all i can't understand the error and secondly what is the solution. Please advise. Thank you
Everything is setup on virtual machines.
here is log image where package hang enter image description here