January 3, 2024 at 3:11 pm
I had Visual studio 2019 installed on windows 10.
I have a SSIS package that has been working when I run it in visual studio. But recently when I open the ssis package, and open the excel data source to edit, it freeze there forever, then visual studio shows busy. I have to hard stop the process from end task manager.
The package works before, I did not change anything.
Any help is appreciated.
January 3, 2024 at 4:09 pm
VS does seem to get its signals crossed from time to time. When things like this happen I close VS entirely and try the following:
If nothing works maybe create a new solution and copy/paste the code 🙂
Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können
January 3, 2024 at 4:24 pm
There's a huge disclaimer and warning associated with each of the items above. Of course backup everything first. There are also reasons NOT to do those things:
Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können
January 3, 2024 at 5:09 pm
Another thing it COULD be is do you have that excel file open in any other tool (Excel for example)? If it is on a shared drive, is the excel file open by anyone else?
Excel will lock the file from being opened by any other tool including SSIS IF it is open already.
If excel is running (even if it doesn't have that file open), may not hurt to close out of Excel just in case something was cached and locking the file.
The above is all just my opinion on what you should do.
As with all advice you find on a random internet forum - you shouldn't blindly follow it. Always test on a test server to see if there is negative side effects before making changes to live!
I recommend you NEVER run "random code" you found online on any system you care about UNLESS you understand and can verify the code OR you don't care if the code trashes your system.
January 3, 2024 at 7:16 pm
Hello, thanks all.
I was suspect VS 2019 or files it used got changed somehow, because it was working before, a few months ago.
We have office 365 keep updated in our environment for windows PCs. I think that changed the excel drives somehow.
I was able to download and install Access database engines and that fixed it.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply