App-V 5 SP1 Creative Cloud Enterprise Illustrator 213:19 Error

Hello, I'm currently working on creating an App-V 5 sequence for Adobe Creative Cloud Enterprise. Firstly I'm trying to create a sequence for CC Illustrator, however I'm running into what appear to be licensing errors.
From what I understand in Adobe Create Cloud Enterprise, the licensing restrictions which tie the license to the machine have now been removed so that packages can be created with serial numbers included for deployment and imaging purposes.
I've created a package for Illustrator using the Creative Cloud Packager and included the serial number and then sequenced this in App-V 5.
When I deploy this app-v sequence, Illustrator loads but I end up with a 213:19 error. Looking in the amt3.log the full error is
09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | error deleting bad mkey:
09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | Could not load machine key
09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | License store synchronization took 14.6 ms and return "License Store Access Failure: Machine key cannot be deleted (213:19)".
09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _time_: (func: ALM_License_SilentValidate, duration: 0.078 sec)
09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
09/24/13 16:58:35:539 | [ERROR] |  |  |  | ALMService |  |  | 5624 | ERROR: License_Check error 213:19. (Errno = 2)
I've also tried creating a package using a trial licence and then using the adobe_prtk.exe tool to serialize the product at launch with no success.
I've read the support statemnt at http://helpx.adobe.com/creative-suite/kb/technical-support-boundaries-virtualized-or.html, but would appreciate direction from adobe as to what would be causing the above error.

Hello, thanks for the reply.
I have read those articles (multiple times :-)) I've installed the required c++ redistributables on the sequencer and also on the test machines.
I'm not getting any errors being reported in the App-V eventlogs.
I initially used the adobe_prtk.exe tool to serialize the app-v application at launch via startprocess in the userconfig file as shown. This runs but it doesn't work around this issue.
<UserScripts>
      <StartProcess  RunInVirtualEnvironment="true">
        <Path>[{AppVPackageRoot}]\..\Scripts\adobe_prtk.exe</Path>
        <Arguments>--tool=VolumeSerialize --provfile=[{AppVPackageRoot}]\..\Scripts\prov.xml</Arguments>
        <Wait RollbackOnError="true"/>
 <ApplicationId>[{AppVPackageRoot}]\Support Files\Contents\Windows\Illustrator.exe</ApplicationId>
      </StartProcess>
    </UserScripts>
Following that I read that AAMEE 3.1 removed the (http://blogs.adobe.com/oobe/2012/09/aamee-3-1or-why-puffer-fish-is-a-delicacy.html) machine to license issue
therefore allowing packages to be created using serial numbers and to be included within build images.
As I'm packaging Creative Cloud (not CS6), I'm assuming this has been carried into the Creative Cloud Packager for Enterprise which now must be used.
Any other ideas appreciated.

Similar Messages

  • Trouble installing the apps after downloading Adobe Creative Cloud

    I am having trouble installing the apps after downloading Adobe Creative Cloud. The following Error messages show up:
    ERROR: Third party payload installer vcredist_x64.exe failed with exit code: 2147942750
    ERROR: Failed to repair Microsoft Visual C++ 2012 Redistributable Package (x64). Please try repairing it by double clicking on the executable at "C:\Users\KATHER~1.CDA\AppData\Local\Temp\{63EDD438-B4D0-424C-B05A-7990C09D955C}\Illustra tor_1

    Third party payload installer vcredist_x64.exe failed with exit code: 2147942750

  • App-V 5 Adobe Creative Cloud (CC) Enterprise Licensing Error 213:19

    Hello, I've posted this on Adobe forums but also posting here to see if anyone else has experienced/overcome this issue.
    I'm attempting to create an App-V 5 sequence for Adobe Creative Cloud Enterprise software, but I appear to be getting licensing errors when launching the App-V sequence.
    From what I understand in Adobe Create Cloud Enterprise, the licensing restrictions which tie the license to the machine have now been removed so that the base packages can be created with serial numbers and can be included within build images etc as opposed
    to creating a trial package and then using a serialization file at install/launch time.
    To start with I've created a package using the Adobe Creative Cloud Packager tool (CCP) for just the Illustrator CC application which includes the serial number. I've  then sequenced this package using App-V 5 SP1.
    When I run this app-v sequence on a test machine , Illustrator loads but I end up with a 213:19 error. Looking in the amt3.log the full error is 
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | error deleting bad mkey:
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | Could not load machine key
    09/24/13 16:58:35:478 | [ERROR] |  |  |  | SLCoreService |  |  | 5624 | License store synchronization took 14.6 ms and return "License Store Access Failure: Machine key cannot be deleted (213:19)".
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _time_: (func: ALM_License_SilentValidate, duration: 0.078 sec)
    09/24/13 16:58:35:539 | [INFO] |  |  |  | ALM |  |  | 5624 | _info_: ALM_License_SilentValidate return license status: Invalid and error: 213 : 19
    09/24/13 16:58:35:539 | [ERROR] |  |  |  | ALMService |  |  | 5624 | ERROR: License_Check error 213:19. (Errno = 2)
    I've tested out modifying permissions on the following folders within the app-v package under root but this has no effect.
    C:\Program Files\Common Files\Adobe\Adobe PCD\
    C:\ProgramData\Adobe\SLStore
    I've also tried creating a package using a trial licence and then using the adobe_prtk.exe tool to serialize the product at launch (startprocess event in userconfig file) with no success.
    Anyone tried this or have any ideas?

    Hello, thanks for the reply.
    I have read those articles (multiple times :-)) I've installed the required c++ redistributables on the sequencer and also on the test machines.
    I'm not getting any errors being reported in the App-V eventlogs.
    I initially used the adobe_prtk.exe tool to serialize the app-v application at launch via startprocess in the userconfig file as shown. This runs but it doesn't work around this issue.
    <UserScripts>
          <StartProcess  RunInVirtualEnvironment="true">
            <Path>[{AppVPackageRoot}]\..\Scripts\adobe_prtk.exe</Path>
            <Arguments>--tool=VolumeSerialize --provfile=[{AppVPackageRoot}]\..\Scripts\prov.xml</Arguments>
            <Wait RollbackOnError="true"/>
     <ApplicationId>[{AppVPackageRoot}]\Support Files\Contents\Windows\Illustrator.exe</ApplicationId>
          </StartProcess>
        </UserScripts>
    Following that I read that AAMEE 3.1 removed the (http://blogs.adobe.com/oobe/2012/09/aamee-3-1or-why-puffer-fish-is-a-delicacy.html) machine to license issue
    therefore allowing packages to be created using serial numbers and to be included within build images.
    As I'm packaging Creative Cloud (not CS6), I'm assuming this has been carried into the Creative Cloud Packager for Enterprise which now must be used.
    Any other ideas appreciated.

  • Problems Downloading: Adobe Creative Cloud Enterprise-Package

    I am a Adobe Creative Cloud Enterprise Administrator. I have gone through the steps of logging in, inputting our serial number, selecting the applications for the package and then downloading the package. The problem is that the download stops at 2%. I even left it running overnight and it is still at 2%. I've tried again this morning, deleted the cache and attempted to create a new package, same result stops at 2%.  Does any one have a clue on how to fix this problem?
    Packager Computer: Clean install from DVD of Windows 7 Enterprise SP1 x64, UAC disabled, Firewall disabled, no other applications installed other than the Adobe Creative Cloud Packager
    Package: Windows 64bit

    Hi JohnBNO,
    Are you on a managed network. Please refer the kb: http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html.
    Regards,
    Romit Sinha

  • Updating Adobe Creative Cloud Enterprise

    I recieved 2 Adobe Creative Cloud Enterprise licenses to fulfill my insurance on Adobe Premiere. I see how to use the packager to deploy applications to end users, but the update option in the help menu is greyed out. Does anyone know the best way to update CC enterprise apps?
    As this is only two licenses I do not need to learn the details of CC deployment, I just want the programs to work like the old versions, or like the "regular" CC versions.
    Andrew

    This forum is really more about individuals and the Cloud, so the only links I have are...
    Packager Links https://forums.adobe.com/thread/1586021
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • Adobe Creative Cloud (Photoshop, Illustrator, etc-) through Citrix XenApp 6 / 6.5.

    We would like to deploy the Adobe Creative Cloud (Photoshop, Illustrator, etc…) through Citrix XenApp 6 / 6.5.  Does anyone know if this is possible – are there any deployment guides.  I haven’t been able to find any so I’m assuming it’s not officially supported.
    Thank you
    Stuart

    We have a few of the products installed. You will find they work okay but nothing replaces working locally.
    We are, however, using the Enterprise version that is not tied to cloud accounts.
    We have had to play with the video setting of Citrix for better Quality. If you ratchet them up to high for someone that is doing high end editing your performance drops significantly. The screen refresh is blocky and no one doing this work would find it usable.
    We have it there fore simple editing and managing our media. I am looking for a much better storage solution that is sharable across platforms and locations.

  • I have crappy internet service... Can touch apps transfer files without creative cloud?

    I live and work mostly from home which is in a rural area with crappy Internet service.  I have a capped plan.  All I'm looking to do is present to clients and do on the fly mockups.  I don't need the cloud.  Will it transfer sans cloud, the old fashioned way, with a cable?

    Hey creatorzkid,
    I wasn't sure how you typically present to clients, in person, from a tablet, or from your home computer etc. The touch apps do have options for saving locally to the tablet itself (native tablet Photo Gallery) or sending a project via email. The options vary from app to app also. The Creative Cloud is the best way if you are planning on starting on the tablet and finishing on the desktop though. Some of the Adobe desktop programs (Photoshop CS5 or Illustrator CS5, etc.)  have a plug-ins which allow you to import the tablet files directly into them for continued editing, something like this
    http://forums.adobe.com/docs/DOC-1336
    The non-Creative Cloud workflows are designed around transferring the files in a more universal viewable format for sending or viewing by others, namely Jpeg.
    Hope that helps,
    -Dave

  • Is the single edition app that comes with creative cloud just for apple publishing or can I publish on both apple and android?

    Is the single edition app that comes with creative cloud just for apple publishing or can I publish on both apple and android? I'm only seeing information on apple intergration.

    You’ll need either a Pro or Enterprise account. And you will have to publish any non-iPad app as multi folio. Single edition, regardless of your plan, is iPad only.

  • Illustrator Creative Cloud vs Illustrator CS6.

    It was my understanding that Ilustrator Creative Cloud and Illustrator CS 6 were compatible.  I received an Illustrator file created in the Creative Cloud version. I have CS6.  I get a message that the file was created in a newer version. I'm having trouble editing it. Any suggestions.

    You'll need to use the Creative CLoud app. Here's how to select the version:
    http://blogs.adobe.com/kevinmonahan/2014/01/29/revert-to-a-previous-version-of-premiere-pr o-cc-or-any-creative-cloud-application/
    The article covers an older version, but you need to install the newer one.
    You might also need to update the CC app. Depends on when you last did that.
    You can have more than one version installed side by side and also use them.

  • Adobe Creative Cloud Enterprise Deployment Issues using SCCM 2012 R2

    Hi,
    I have been trying to deploy Adobe Creative Cloud Enterprise to Windows 8.1 machines that are identical, using SCCM 2012 R2.
    The Adobe package seems fine, because it seems to deploy successfully to some machines. And SCCM 2012 R2 has been configured correctly, as I can deploy other software using it, and again, it deploys Adobe CC successfully to some of the machines.
    I have tried comparing the package that is downloaded on the test machine/client machine, with the original package on the distribution point, using Beyond Compare, and there are no differences.
    I have contacted Adobe Enterprise Support, and they asked me to send to them log files from Event Viewer, the msi installer, and other Adobe logs, from the machine that failed the deployment. However, after Adobe studying them, they told me that they could not identify any problems... Strange, because I could have sworn that I saw error 1603 pop up over 20 times on different machines indicating that the 'Set-up.dat' file had a problem with it.
    After all the testing on over 20 identical machines (same hardware/same software), using different configurations on SCCM 2012 R2 and the client machines, I still can't seem to have a reliable solution to deploying Adobe CC.
    The fact that it deploys successfully on one machine and fails on another, or sometimes deploy to two machines and fail on another (simultaneously), is something that I don't understand.
    Another thing is that, if I retry the deployment 10-15 times after it failed the first time, it might go through...
    Adobe Enterprise Support asked me if they could remote into a machine that failed the deployment to have a look at it and I agreed to that option, but it seems like my issue has been ignored because they never got back to me.
    Has anyone had this kind of problem or anything similar before?
    I need to be able to deploy this remotely to 100+ machines. So installing manually is not an option.
    Any help is appreciated.
    This was posted in the wrong section a few days ago. I'm hoping I can get some help here.
    Case Number: 1862659812
    UPDATE: I spoke to Adobe Customer Support and after 1.5 hours on the phone with a remote session going on, problem was still not solved or identified. Additional log files have been sent and now I'm waiting for a call back.

    Hi Robert,
    We seem to be having a very similar issue.  Our installs would randomly fail with error code 1603 and an error message about a fault in Set-up.dat.  Failure rate was near 95% on our 900 machines.  Adobe Support and Karl having been looking into our issues but so far no solution has been found.
    Having done a lot of investigating we've managed to deploy our package using a schedule task running as a domain admin.  This is a nasty solution and we don't intend on using this permanently, but we needed to get the package out.
    Are you seeing any of the following:
    Entries in PDApp.log:
    [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | The Bootstrapper Process is (5).Stopping the installation process.
    [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | The return code from the Adobe Installer Process is (33).Stopping the uninstallation process.
    [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | Failed to find the pdb database.
    [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 2900 | Failed to get the local payload database handle.
    Event Log:
    Faulting application name: Set-up.dat, version: 2.9.1.474, time stamp: 0x54e11f94
    Faulting module name: Set-up.dat, version: 2.9.1.474, time stamp: 0x54e11f94
    Exception code: 0xc0000005
    Fault offset: 0x000d7c52
    Faulting process id: 0xb40
    Faulting application start time: 0x01d072a073861622
    Faulting application path: \\server.name.path\Adobe CC\FullPackage\Build\ASU\Set-up.dat
    Faulting module path: \\server.name.path\Adobe CC\FullPackage\Build\ASU\Set-up.dat
    Report Id: c86d9216-de93-11e4-8284-782bcb99e284
    Faulting package full name:
    Faulting package-relative application ID:
    Installer Log
    Indicates it can't find the Media_db.  We noticed that the folder C:\Program Files (x86)\Common Files\Adobe\caps doesn't get created on the machines were the install fails, so error message is correct in that there isn't a Media_db.db.  Sysinterals Process Monitor seems to show that the setup tried to create the folder/files but they don't actually get created.  Copying a Media_db into the folder from another machine seems to allow the installation to almost finish, but unsurprisingly you end up with problems later on.

  • Creative Cloud Enterprise - Licensing Restrictions?

    I have Creative Cloud Enterprise installation and I am encountering problems with opening projects and the sound on video files.
    I get two different errors. 
    The first occurs when I am opening up a project, whether it is saved on a different computer or the same computer, the problem still occurs. And I won't be able to open the project.
    Attached is the screenshot of the error message.
    "This project contained a sequence that could not be opened. No sequence preview preset file or codec could be associated with this sequence type."
    This happens regardless of where the project is saved.  I've even created a project imported footage into a sequence, made sure the sequence settings matched and were correct. Saved the project and closed out.  When I try to open the saved project again, it pops up with this error message and will not let me open up the project file.  The only workaround is that I have to create a new project and import the old project, then I import selected sequences.
    The second issue occurs when I'm working in a project with AVCHD files.  I have footage from cameras that record AVCHD (Panasonic AF100) and when I import footage, it does not play any of the camera audio, but the video plays normal.  There's an error message in the bottom right corner that brings up the following error message:
    I made sure the AF100 was recording in LPCM audio also.  This does not happen when working with dSLR footage recording as quicktime movie files as in a Canon dSLR (T3i).  So it might be just an issue with AVCHD (or MTS) files.
    I have my personal subscription to Creative Cloud (non-enterprise version), and I don't have these issues.  The same project file works flawlessly on my personal Premiere, but when I move to my work computers, it has the errors.  We have also tried a fresh install of the Adobe CC Enterprise on a clean install of OSX on a Mac Pro 3,1 but it has the exact same issues.
    I'd like to know if anyone out there who's working with the enterprise/volume licenses that have encountered these issues, or may know what's going on.
    Premiere Pro CC (7.2.2), and we are under the Creative Cloud enterprise edition.  We are using Mac Pro 5,1, 6-core 3.33ghz, 14GB memory and ATI Radeon 5870
    Thanks,
    -Sherwin

    Thanks Kevin,
    I asked the IT guy in our department and he says that we only received one serial number under the Adobe LWS account.  He was the person that dealt directly with the Adobe LWS people to get our Adobe CC Enterprise software and activation.  He's going to check the IT guys for the university to see if those people have some other serial number, too.  Would we see the two different serial numbers in our Adobe LWS account?

  • I have received an error message when trying to install 13 new apps for Creative Cloud. It reads: "Error There was an error with this action. Try again later.  7b1f5f56-79b3-4a0d-8fd2-137b1a3e6b67" I don't know what to do.

    I have received an error message when trying to install 13 new apps for Creative Cloud. It reads: "Error There was an error with this action. Try again later.  7b1f5f56-79b3-4a0d-8fd2-137b1a3e6b67" I don't know what to do.

    AppTrial1 where are you seeing this error exactly?  For information on how to install the Adobe Creative applications included with the Creative Cloud please see Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

  • The Apps panel of my Creative Cloud does not load. How can I get it to load?

    I recently downloaded Creative Cloud to try Dreamweaver, however, the Apps panel of my Creative Cloud does not load.  I've tried restarting the laptop, opening and closing the application, etc. How can I get it to load? I use a MacBook Pro OS X Version 10.9.5.

    Computer died need code can you please post a screen shot of the error message.  The current released version is 1.8.0.447.  The release notes for the Creative Cloud Desktop application can be found at Creative Cloud Help | Creative Cloud app for desktop | Release Notes.

  • Apps tab missing from Creative Cloud Desktop

    Hello and thanks in advance for any help you can provide.
    I'm running Creative Cloud on Mac OS 10.9.5. A couple days ago I updated several of the apps through the Creative Cloud Desktop app in the menu bar. The apps updated and they all seem to run fine, but now the Apps tab is missing altogether from the CC Desktop Window, and it's even missing from the CC Desktop preferences. (Please see the screenshots.) Also, when I click on the "Install Adobe Apps" button in the CC Desktop window, nothing happens.
    I've un-installed -> re-downloaded -> re-installed CC Desktop several times, along with trying some of the other troubleshooting suggestions I've found here on the Adobe site, such as:
    restarting the computer
    logging out of CC Desktop then back in again
    deleting the opm.db file
    deleting the CoreSync folder
    deleting the AdobeAAMDetect plugin
    Nothing seems to fix it. As I mentioned, the applications all seem to running fine, but I'd like to know that CC Desktop is functioning as intended and keeping me up to date. Any other suggestions?
    Thanks again...

    I had this issue. And went through to chat with customer support. I have my apps panel once again. Transcript is below if you want to follow what I did.
    Linci Mary: Hello. Welcome to Adobe Technical Support.
    Linci Mary: Hi Thomas
    Thomas Shambler: Hi there. My 'Apps' tab seems to have disapeared from Adobe CC desktop.
    Linci Mary: As I understand you are unable to access the Apps tab of the Creative cloud as it keeps spinning, Is that right?
    Thomas Shambler: On a windows machine. Have updated the app, re-installed, signed-out, signed in.
    Thomas Shambler: Nope. there is no 'Apps' option even there...
    Linci Mary: Thank you for confirming.
    Linci Mary: I will be glad to check and help you with this issue.
    Thomas Shambler: I put a screenshot up in one of the community forum.
    Thomas Shambler: https://forums.adobe.com/thread/1648803?sr=inbox
    Linci Mary: Okay
    Linci Mary: Thank you for the information
    Linci Mary: Lets try uninstalling and re-installing
    Linci Mary: Please navigate to C:\Program Files (x86)\Common files\Adobe
    Thomas Shambler: Done.
    Linci Mary: Let me know if you can see AAM Updater , OOBE folder, Adobe application manager folder 
    Thomas Shambler: Yup. See all of them.
    Linci Mary: Delete them
    Thomas Shambler: Says OOBE folder is in use. But CC is not open.
    Linci Mary: Open task manager
    Thomas Shambler: Open
    Thomas Shambler: Adobe IPC Broker, Adobe Reader and Acrobat Manager, and Adobe Update Service are the only tasks related to CC.
    Thomas Shambler: Ah. Ended those tasks. OOBE folder is now deleted.
    Linci Mary: End all the Adobe related processes
    Linci Mary: Okay
    Linci Mary: Perfect!
    Linci Mary: Now navigate to C:\Program Files (x86)\Adobe
    Linci Mary: Let me know if you can see Adobe Creative Cloud folder.
    Thomas Shambler: Nope. I do not see a CC folder.
    Linci Mary: Okay
    Linci Mary: Press windows key+ R to open run window
    Linci Mary: Type %localappdata% and hit enter.
    Thomas Shambler: It opened AppData > Local folder
    Linci Mary: Open the Adobe folder
    Linci Mary: Delete the AAM Updater , OOBE folder.
    Thomas Shambler: Deleted.
    Linci Mary: Okay
    Linci Mary: Please click on the below link to run the cleaner tool :
    Linci Mary: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems/_jcr_conte nt/main-pars/accordion_container_1/accordion-par/accordion-item-0/accordion-item-par/proce dure/proc_par/step_0/step_par/download/file.res/AdobeCreativeCloudCleanerTool.exe
    Thomas Shambler: Right. At the "Choose from one of the following options to clean up:" window.
    Thomas Shambler: 1. All, 2 Flash Player, etc.
    Linci Mary: 1.  Please type  E for english and then hit enter.
    Linci Mary: 2.  Please type  Y to confirm and then hit enter.
    Linci Mary: 3.  Please type  3 and then hit enter. (Creative Cloud and CS6)
    Linci Mary: 4.  Please type  1 and then hit enter. (Creative Cloud Desktop app /Adobe Application Manager)
    Thomas Shambler: "Adobe Creative Cloud Cleaner Tool completed successfully"
    Linci Mary: Okay
    info: Your chat transcript will be sent to [email protected] at the end of your chat.
    Linci Mary: Please click on the below link and re-install the creative cloud desktop app:
    Linci Mary:
    Linci Mary: https://creative.adobe.com/products/creative-cloud
    Thomas Shambler: "Initializing Installer"
    Linci Mary: Okay
    Linci Mary: Please let me know the status of installation for every two minutes.
    Thomas Shambler: "Downloading Creative Cloud desktop"
    Thomas Shambler: "Downloading Creative Cloud desktop"
    Linci Mary: Okay
    Thomas Shambler: 'We've encountered the following issues: Creative Cloud desktop failed to install. (Error code: 50)
    Thomas Shambler: Did not work.
    Linci Mary: This issue occurs due to conflicting process running in the background.
    Linci Mary: Please open task manager and check once
    Thomas Shambler: Only think that is open is "Adobe IPC Broker" and Adobe Update Service"
    Linci Mary: Open Task manager, select Show processes from all users.
    Linci Mary: Yes delete them
    Thomas Shambler: Adobe IPC Broker just popped up, after ending the task
    Thomas Shambler: ended task - it started up again
    Linci Mary: Okay .
    Linci Mary: Try installing CC desktop application.
    Thomas Shambler: Downloading.
    Thomas Shambler: Same error.
    Thomas Shambler: Adobe IPC Broker task seems to originate from this folder: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\IPC
    Linci Mary: Navigate to C:\Program Files (x86)\Adobe
    Linci Mary: Let me know if you can see Adobe Creative Cloud folder.
    Thomas Shambler: Yes. I do see it.
    Linci Mary: Delete it
    Thomas Shambler: It says the folder or a file in it is open in another program.
    Thomas Shambler: Only thing I can think of, is that whenever I end the "Adobe IPC Broker" app, it re-starts.
    Linci Mary: In this case I request you to restart the system and try
    Thomas Shambler: Nothing else is open.
    Thomas Shambler: Alright. Will restart.
    Linci Mary: Okay
    Linci Mary: Sure
    Linci Mary: I'll will keep this case as open if you have any further issues please contact us back.
    Linci Mary: Is there anything else I can help you with?
    Thomas Shambler: Ok. Let's see what happens.
    Thomas Shambler: Thanks for all your help. Hope this resolves the issue.
    Linci Mary: Thank you
    Linci Mary: I certainly appreciate your patience in this process.
    Linci Mary: Thank you for contacting Adobe. Good Bye.

  • Hi everyone, i´ve a problem with the app-section of my creative cloud.

    Hi everyone,
    i´ve a problem with the app-section of my creative cloud.
    There is a download-error and i dont know what to do. It asks me to repeat the try but then nothing happens.
    The Internet Connection is stabil. The Cloud is running on a mac.
    Do u know what to do? Thanks a lot.

    Please read https://forums.adobe.com/thread/1499014
    -try some steps such as changing browsers and turning off your firewall
    -also flush your browser cache so you are starting with a fresh browser
    http://myleniumerrors.com/installation-and-licensing-problems/creative-cloud-error-codes-w ip/
    http://helpx.adobe.com/creative-cloud/kb/failed-install-creative-cloud-desktop.html
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

Maybe you are looking for