I've seen issues with being unable to build PDFs and getting the following error:
The process cannot access the file .... because it is being used by another process. Compiler (Internal Error)
After trial and error, I found that killing the Adobe Collaboration Synchronizer process resolves this issue. I haven't tried disabling it permanently yet.
P.
"Build failed" & Adobe Collaboration Synchronizer
-
- Propeller Head
- Posts: 11
- Joined: Mon Jul 13, 2015 2:36 pm
Re: "Build failed" & Adobe Collaboration Synchronizer
I had this same problem. And so I kept Windows Task Manager always available to delete the Adobe PS items. After a dozen or so instances, the problem stopped.
-- David A. McMurrey
www.prismnet.com/~hcexres/
-- David A. McMurrey
www.prismnet.com/~hcexres/
Re: "Build failed" & Adobe Collaboration Synchronizer
I ended up creating a BAT file with the following lines that I run if my Flare builds are failing due to Adobe:
P.
Code: Select all
taskkill /F /IM AcroTray.exe
taskkill /F /IM Acrobat.exe
taskkill /F /IM AcrobatNotificationClient.exe
taskkill /F /IM AcroCEF.exe
taskkill /F /IM AcroServicesUpdater.exe
taskkill /f /IM AdobeCollabSync.exe