January 14, 2016 at 7:18 am
I've downloaded an SSIS package from our own internal STASH/GIT source-control in order to add some functionality. The package is currently running successfully in production and obviously built successfully previously.
When I try to build the package and even before I've made any changes, I get the following build-failure error:
Error4Cannot create the output file "c:\ <filePath > \ <CurrentPackageName>.dtsx": The process cannot access the file 'c:\ <filePath > \ <CurrentPackageName>.dtsx because it is being used by another process..00
VS2008 (BIDS)
Windows 7 PC
I can rename the file, detach it from the solution, re-attach it, new name, none of this helps.
I've also investigated this error through this forum and MS:
Has anybody seen this before?
January 14, 2016 at 7:24 am
Are you opening a VS solution which includes the package? Or attempting to open the dtsx directly?
The absence of evidence is not evidence of absence
- Martin Rees
The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
- Phil Parkin
January 14, 2016 at 7:25 am
literally, download from Source, open VS Solution, click on Build package.
Update:
Moved the entire solution close to the root of C: drive in case the path was too long. No joy.
Exported a copy of the package from a pre-prod server and imported locally into my VS Solution. Same build error.
January 15, 2016 at 5:52 am
This problem seems to only relate to my Windows account. My colleague does not have this problem on his PC, I still have the same problem on a different PC.
Weird.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply