If I set "CreateDeploymentUtility" to false, there are no errors since it doesn't try copying the file. Any reason why this happens?
Error 1 System.ApplicationException: Could not copy file "C:\test\Source\ETLProcessing\PackageProject\test.dtsconfig" to the deployment utility output directory "C:\test\Source\ETLProcessing\PackageProject\bin\Deployment". > System.IO.IOException: The file 'C:\test\Source\ETLProcessing\PackageProject\bin\Deployment\test.dtsconfig' already exists. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.CopyFiles(ICollection fileNames, String outputPath) End of inner exception stack trace at Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.CopyFiles(ICollection fileNames, String outputPath) at Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.CreateDeploymentUtility(IOutputWindow outputWindow) 0 0
Ignore the message above. The issue was related to having config file referenced in misc. folder within the project so when the project tries to rebuild it will try to copy config file twice. BIDS should add config file to project instead of just having it in file sytem. It's becomes an issue when you try to use source safe and the file is not part of the project.
|||I have had the same problem recently, and although the packages and configs are fine, the deployment manifest file is not created....at least in my case. This prevents easy deployment. Any reason for this? Workarounds?Thanks,
Adrian Crawford
|||The problem I had was relating to adding Config to a Misc folder. To solve the problem, I removed the config reference from Misc folder and rebuild the solution. I would suggest, deleting bin folder, making sure the config is not referenced within the project, and try rebuilding. This should solve your problem. Also make sure the config file is not locked, readonly, or opened by another process.
|||
What do you mean by "make sure the config file is not referenced within the project"? I have created configurations and need to use them, but the manifest file isn't created...
Pedro Martins
No comments:
Post a Comment