Deploying Adobe Creative Cloud via GPO

A few months ago my long and lasting journey with Adobe CC started and I was pretty eager to deploy the software in our enterprise. As it comes out, with a little help from Adobe, that just made me crazy and a few pretty pointless and sensless tests I finally managed it somehow to get Adobe CC deployment via GPO. None of our users have local admin rights due to restrictive policy in our enterprise. All testing and configuration was made on Windows 7 Enterprise (x86 and x64) machines.
As we don't use SCCM in our environment it was critical to use "simple" GPO rollout for software. As there are MSI's with all the packages I started my journey...
To start it all of:
As it seems, you cannot buy licenses any more permanent and you can buy them via subscription. OK, that's one way to go and since we need all these products in future we went in evaluating it. Since we cannot buy licenses in a big order like adobe wants us to we were only left to buy the creative cloud for teams and not for enterprise. Still, this was fine to, since adobe offered the cloud packager and a lot of documentation, i thought at least.
To test and make sure that we can deploy all of the wanted features of creative cloud we bought 2 licenses for the IT-staff. During testing, late semptember/october 2014, with the cloud packager in version 1.6 I was able to deploy the packages and software as we wanted. Just as information, we wanted our users to have Bridge, Photoshop, InDesign, Illustrator, Dreamveawer, Prelude and the most important thing, we did NOT want the creative cloud desktop application due to company restrictions. Well as mentioned before everything worked as charm and I was just happy to start ordering the licenses for all of our users and get things done
Well, as a lot surely know, the process of ordering the licenses and getting things rolling in a enterprise sometimes takes a little (more) time. After about one or two months later everything was ready and set and I was feeling like this is going to be a piece of cake. Make new packages with the cloud packager, create the gpo's, test the deployment, invite the users and I'm the king of the jungle.
That was what I thought...
Adobe was so nice to release the newer and more improved version (I think 1.7 or 1.8) of the cloud packager, that suddenly hasn't been able to deactivate the creative cloud desktop application. Well, not a problem I thought to myself, I'll just uninstall it later on and it's fine. Since there are about 20 users that were getting the software it would be a not so nice job, but once done it's done and it shouldn't happen again.
Then i was hit by Adobe with a colossal fist right in the face! Why are you asking? Well as I mentioned above, the deployment via GPO worked fine and now? Not anymore, since the exception deployer couldn't install the applications it just broke everything and didn't even try to install the other applications that don't need the exception deployer. After a few e-mails and further testing, run as local admin, run installation after being copied to local, I lost fate that this is ever going to work.
Adobe gave me the best help they could and I even had a deployment expert in on a web session and he gave me a short commandlet (exception deployer) and said that it has to work this way but surprise, it didn't. As I was getting more and more frustrated by this situation and the exception deployer I started to shrink down the packages as much as possible so that there are no applications that needed to be deployed with the exception deployer. I run tests and guess what? It worked! Man, was I happy that after almost a month things started getting in the right shape. As I couldn't sleep because of this mess I started testing the applications that Adobe techs said needed the exception deployer. I created a new package just for Lightroom 5 (yeah, I know there is a newer version out now, but not at that moment) and saw that it landed in this exception folder that is made during packaging with the cloud packager. I was just curious to test it and made a new GPO for just Lightroom, as a MSI was also within the package I figured, why not give it a try? It worked again!?! I was pretty surprised due to the information that it shouldn't be working, as Adobe techs stated.
The simpler problem was the creative cloud desktop application. After having the Adobe techs in on a websession they stated, that it should work if I choose enterprise licensing to get rid of this software. But due to Adobe's updating policy of the creative cloud packager, there has been a newer version released (1.9) that opted out this feature to deactivate the installation of the creative cloud desktop application. I thought myself, why? Just please tell us why Adobe do we need this? But OK, there was also a solutions for this problem, the adobe creative cloud cleaning tool. If you create and XML file that is being read from the cleaning tool you can run this and "almost silently" uninstall the software via GPO. I gave it a shot and it works like a charm.
To be honest I thought, that Adobe due to it's status as THE software company when it comes to creating/editing multimedia content they would know about the problems some of their customers across the globe could be having. As it seems, they don't care enough or haven't ever had somebody with a similar problem(what I cannot believe, but all right) to share some more detailed information about a case like this.
I know, why have we bought it, if we don't need any cloud space? Well it's simple, Adobe creative products are needed and the CS6 products won't be here forever so it's better to start sooner than later with migration to a newer release. Still I was hoping to get more help from Adobe....
Just to share the packages with you:
"Complete 32Bit" package includes: Audition CS6+Updates, Bridge CC, Dreamweaver CC 2014.1, Edge Animate CC 2014, Fireworks CS6, Illustrator CC 2014, Incopy CC 2014, InDesign CC 2014, Photoshop CC 2014, Prelude CS6
"Complete 64Bit" package includes: Audition CS6+Updates, Bridge CC, Dreamweaver CC 2014.1, Edge Animate CC 2014, Fireworks CS6, Illustrator CC 2014, Incopy CC 2014, InDesign CC 2014, Photoshop CC 2014, Prelude CS6, Premiere Pro CC 2014, SpeedGrade CC 2014
"InDesign 32Bit" package includes: InDesign CC 2014
"InDesign 64Bit" package includes: InDesign CC 2014
"Lightroom 5 32Bit" package: Lightroom 5
"Lightroom  5 64Bit" package: Lightroom 5
None of these packages needed the exception deployer to be run. It was all tested on different (also different machine specs) 32bit and 64bit machines. The OS was always Windows 7 Enterprise.
To uninstall the creative cloud desktop application i wrote a batch file:
@ECHO OFF
IF EXIST C:\log_adobe_cc_cleaner\*.* EXIT ## checks if this folder is existent. If not it continues. If there is the folder it stops and won't run again ##
mkdir C:\temp_adobe_cc_cleaner ## creates a temp folder, as the uinstall tool can only be run locally ##
xcopy \\your_server\your_share$\adobecc\adobecc-cleaner\*.* C:\temp_adobe_cc_cleaner\*.* /Y ## copies the complete content of the folder to the newly created local folder ##
call "C:\temp_adobe_cc_cleaner\AdobeCreativeCloudCleanerTool.exe" --cleanupXML=C:\temp_adobe_cc_cleaner\cleanup_desktop_app.xml
xcopy "%Temp%\Adobe Creative Cloud Cleaner Tool.log" "C:\log_adobe_cc_cleaner\*.*" /Y ## copies the log file to folder, creates the folder itself ##
rmdir /q /s "C:\temp_adobe_cc_cleaner" ## removes the adobe creative cloud unintaller from local machine, leaves the log file folder for further check if the creative cloud uninstall tool needs to be rerun ##
The XML file has following written:
<?xml version="1.0" encoding="UTF-8"?>
<Products>
<Properties>
  <Property name="eulaAccepted">1</Property>
  <!--<Property name="removeFlashPlayer">1</Property>-->
</Properties>
<CreativeCloud>
  <Product productName="Adobe Creative Cloud" version="2.0"/>
  <!--<Product productName="Adobe ID CC2014 x32 AppBase" version="10.0"/>-->
</CreativeCloud>
<AdobeIdCredentials>
  <!--<Product productName="Adobe Id Credentials" version="1.0"/>-->
</AdobeIdCredentials>
</Products>
Updating of the Adobe products is done with Secunia CSI in our enterprise, but there is also the posibility to remotely run the updatemanager.exe or via logon/logoff script.
What I also found out, was the dependency of vcredist for adobe products. You need the 2010, 2012 of them and most importantly in the x86 and x64 version! In case you get a .DLL missing error.
I hope this here helps someone who has lost a lot of nerves and a lot of time due to the deployment of Adobe creative cloud applications. I stil hope that there is going to be a better and easier way to deploy this.
Excuse me for the bad english, good luck with your deployment and maybe we can get Adobe a bit smarter from our all experience to make us a good deployment method.
Toni

Slim.nl is an indirect seller of Adobe products whose policies are not known to us. In our server we do not see any purchase from Adobe.com.
Please try to purchase from https://store2.adobe.com/cfusion/store/html/index.cfm?store=OLS-NL&event=displayProduct&ca tegoryPath=/Applications/AcrobatProX
You do have an Adobe ID with the Email provided here.
Regards
Rajshree

Similar Messages

  • Deploy Adobe Creative Cloud Enterprise

    Anyone deploying Adobe CC ENT in a Windows environment have a script to share that will deploy the exceptions and the build file correctly? I'm using Win7 clients and Server 2008 R2 GPO to deploy.
    I have a deploy.bat file in the Adobe Creative Cloud\Exceptions directory with the following script. I realize this isn't correct, but am I somewhat close? What do I need to add or change to this process to get this deployed? School starts in a couple weeks and I need this deployed to 200 machines.
    ExceptionDeployer --workflow=install --mode=pre --installLanguage=en_US
    \\servername\Adobe Creative Cloud\Build\setup.exe
    ExceptionDeployer --workflow=install --mode=post

    I'm not a CC expert, but I think normally admins configure Acrobat and then deploy everything via the Creative Cloud Packager. Acrobat certainly needs to be licensed, so when you only have a CC license, it's best to deploy in a standard way so that Acrobat get serialized with the license you have.
    19   Creative Cloud Packager Installs — Enterprise Administration Guide
    hth,
    Ben

  • Deploy Adobe Creative Cloud Issue

    Hi, 
    I am creating application of Adobe Creative Cloud in SCCM 2012 R2. In the User Experience I selected "Install for System" like other applications. When I install it from Software Center, Software Center closes itself in the end of installation
    (all Adobe application is installed and work properly). If I try to open Software Center, it shows error "Loading software center returned error code 0x80041001(-2147217407)." But, it is back to normally after a reboot. I added it
    into Windows 8.1 task sequence, task sequence hangs at installing this application. 
    When I select "Install for User" in User Experience, then it works perfect in Software Center, however, I cannot use it in any task sequence. 
    Any suggestion to solve this?
    Thanks!
    Andy

    Hi,
    Have you tried to reinstall the client?
    You could have a look on the links below.
    Software Center on Win7 Client - ErrorCode within the
    first 2 Minutes after logon
    Software Center Error (0x80041001)
    (Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.)
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • 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.

  • Je ne peux pas télécharger Acrobat Pro XI via mon Adobe Creativ Cloud : message "l'adresse n'a pas été reconnue" ? Why ?

    quelle procédure pour installer Acrobat pro XI à partir de son adobe creativ cloud
    chez moi cela ne fonctionne pas

    nanette01
    Premiere Elements 13 does not support Windows XP, Windows Vista, and Mac OSX 10.7.
    I have tried to push the Adobe ReadMe directive, using Windows XP as my test case. I could download
    Premiere Elements 13 tryout from Adobe to my Windows XP SP3 32 bit computer, but I could not install it.
    Please review and consider. Do you have Windows 7, 8, or 8.1 64 bit computer available to you for Premiere Elements 13?
    ATR

  • Can't sign in to Adobe Creative Cloud

    Two days ago I received notification via the Creative Cloud that some apps were ready to update.
    On opening the updater I was asked to login, despite having entered my credentials previously which should have been saved. On entering my credentials again I immediately got logged out with message "You've been signed out".
    Thinking that Adobe might have force reset user passwords post Heartbleed patching (http://heartbleed.com/) but not sent users a notification email, I then followed the link to the Account/Password FAQ (http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html). I then requested a password reset, followed the link from the automated email and created a new password.
    The new password works on the Forums but I am still not able to log into Adobe Creative Cloud. I still get logged out immediately with the message "You've been signed out".
    Adobe's management of user accounts/passwords is historially woeful so it's understandable that users are seriously concerned about this latest issue.
    Can you please advise:
    * Has Adobe been affected by the Heartbleed bug?
    * If yes, have you patched your OpenSSL, acquired new certificates, generated and deployed new SSL keys, and revoked old keys and certs?
    * When do you expect the Creative Cloud login bug to be resolved?
    Thanks,
    Blake

    Hello wmiami,  kcdaisley, Blakeyg
    Can you please share the PDApp.log file.
    It could be found in
    %temp% on Windows and
    ~/Library/Logs on Mac

  • 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.

  • 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 crashes immediately on launch, won't run on a new iMac 5K / Yosemite.

    Adobe Creative Cloud installer (/Applications/Utilities/Adobe Creative Cloud/ACC/Creative Cloud.app) crashes immediately on launch, so I can't install CC on a new iMac 5K running Yosemite. Launching the app to fetch the rest of the CC programs crashes, saying "Creative Cloud quit unexpectedly."
    I have an old CS3 Photoshop install, a newish Lightroom install, and now I need to install Premiere from my work Adobe ID. I think this may be the crux of the problem. If the CC Cleaner app worked as advertised, I could wipe the old Photoshop install and just use the new CC Photoshop and everything would be cool, but the CC Cleaner doesn't work. It looks like it works, but the problem persists. In fact, Adobe support told me via twitter that Adobe's installer basically doesn't work on migrated Macs (new Macs where old data has been set up from backups). They called it an OS conflict, but I pointed out that everything else works, so it's pretty much Adobe's conflict.
    It seems like a permissions issue, and Adobe thinks it's a permissions issue blocking the ACC applet, yet I've repaired HD permissions and did Disk Repair, run Adobe's CC Cleaner multiple times, attempted to install CC in another admin account on the machine, attempted to install CC from Root, and repeated all this after reinstalling OS X via rebooting with Cmd+R, always end with the same result: Creative Cloud quit unexpectedly.
    They also suggested I install on a clean disk, one that hasn't been migrated. To do that, I supposed I have to bring it back to Apple, since I have neither a Yosemite install disc, nor a drive to put one in.
    I found an article called "CC applications close immediately after launch" but this tip doesn't work because Creative Cloud applet is the app I can't launch.
    https://helpx.adobe.com/photoshop/kb/cc-applications-crash-immediately-launch.html
    They sound like they're trying to help, but the responses sound like utter BS, and, like the support website, i'm going around in circles. I'm sure I'm not the only person who's had this problem, right? RIGHT?? I'm sure the answer is buried here someplace...
    Thanks in advance!

    There doesn't seem to be an uninstaller for CS3, and I've tried the CC Cleaner tool several times. It doesn't work and it is not correctly documented anywhere. For example, there is no log file at "/Users/[user name]/Adobe Creative Cloud Cleaner Tool.log" as one of the Adobe pages states. For example, there is no log file at "/Users/[user name]/Adobe Creative Cloud Cleaner Tool.log" so I can't find any success or error states of the tool.
    There is a log file at "/Users/[me]/Library/Logs/ACC.log." Would there be anything in there that could shine light on install issues vs. uninstall issues?
    Regardless, running Cleaner and then attempting to install ACC repeatedly leads to the error "Creative Cloud quit unexpectedly" upon launching it or rebooting (which launches it automatically). I've been trying various things for weeks to no avail yet.

  • Adobe Creative Cloud Desktop Panel Issues

    First, let me say that I've been an Adobe user for more than 18 years.
    A while back (about two weeks ago) I went as usual to launch the little Adobe Creative Cloud desktop panel that shows what's installed, updated, available apps and available updates. Instead of it launching as normally, I was told that I had to LOG IN.  I'm pretty sure I did just that with my Adobe user name and pwd, but suddenly found myself no longer within the little app management panel, but instead on a screen that told me I could drag and drop files into the cloud there. I did not want to drag and drop any files at all! What I wanted was to use my CC desktop apps management panel so I could INSTALL Dreamweaver CC using the CC desktop apps management panel.
    So I dismissed (exited out of) that "drag your files to here" screen. And now every time I launch the desktop panel, it asks me to log in, and every time I try, it comes back with "You've been signed out / Please sign in to continue." 
    I have been around that loop of changing the password several times over now, with no change to the behavior of the CC desktop apps management panel.  I simply CANNOT log in there any more ... What's perplexing is that I never HAD to log in to it before, either!  I had been using it for MONTHS since I first installed Adobe CC, and it showed me my apps list and available updates and all that just fine for quite a while, but now it has its head stuck in a corner.
    Now when I launch it, I cannot get the panel to display my apps list as it should, but instead it keeps asking me to log in.  I have "changed the password" multiple times now.
    Thing is, I can log in with that same user id and pwd to my CC account online through the Adobe web site, but the little desktop apps management panel is no longer usable.
    Can/should I uninstall and reinstall the apps management panel?  Can I do that with the management panel ALONE and NOT cause problems with the CC programs that I DO have installed already (such as Illustrator CC, InDesign CC, and Photoshop CC?)
    And why does Adobe support keep closing my case at the same time that I'm pleading with them to HELP me resolve this problem?
    Should I simply uninstall the desktop apps management panel and forget about trying to use that and instead control all my CC apps directly from my account via the Adobe website instead?  CAN I do this?
    Two weeks now and still not resolved.

    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html

  • Adobe Creative Cloud nothing but problems so far...

    First of all. I am asked to sign in and accept agreements multiple times a day, almost everytime I open a program. The creative cloud application sign me out constantly.
    Second, my programs all hang when they open. Illustrator may take up to a minute to actually open. It's only the Adobe programs that hang, all other programs on my computer respond quickly as they should.
    Third, Bridge starts quickly but takes forever to populate the folder panel and show anything. It's just maddening!
    So are these bugs that will be fixed or am I stuck with this behavior?

    Just bought and installed PS and LR via CC both apps installed and are in the correct win dir. Neither app will launch (tho PS does very quickly flash the splash screen before closing). I have tried the fix at http://helpx.adobe.com/photoshop/kb/cc-applications-crash-immediately-launch.html, it did not work. I done a system restore and went trough the whole CC install process again, but still LR nor PS will open.I have tried disconnecting from the internet before launch but also with no success. Have updated graphic the card driver and have all the latest windows drivers installed. Have spent many hours now trying to find a fix. Any ideas?
    Sony VAIO (laptop)
    Windows 8.1 Pro (genuine)
    i7-3632, 16GB RAM, AMD Radon HD 7600, 1TB SSD
    Have now done a clean re-install of Windows 8.1 Pro from CD. Still having same problems, tho LR will now open but is in some sort of limited mode eg; Develop and Map module disabled. Please renew your membership to reactivate. Photoshop no change Splash Screen and then nothing.
    I have tried signing out and in of Adobe Creative Cloud (no change), also under Apps when signed in, it says Photoshop CC (2014) and Lightroom 5 are both Up to date with a green tick. My online account says it is paid and current.
    side note; have also disabled all firewalls and AV still no change.
    Getting very close to being over CC... Many hours wasted and still not working!!!
    Someone said "use pirated software, at least it works"...

  • Adobe creative cloud cc downloading issues

    Hi,
    I signed up for and am paying for the Adobe Creative Cloud but for some insane reason it has never really worked on my Mac home computer as it's never really given me the option to download the CC versions only the CC (2014) or the trials and has just been an utter pain so I uninstalled all creative cloud stuff and just stuck with my CS6 programs with no problems even while still paying for the Creative Cloud but the other day I had a go at installing the CC software via Creative Cloud on my Mum's laptop and there were no problems whatsoever and I can't understand whats going on, I have been had 2 separate online chats with Adobe personal that both lasted over an hour or 2 and it has never been resolved. My friend has all the exact software (CS6 and now Adobe Creative Cloud) and she has never had a problem and the same Mac and iMac laptop so I don't get what's going on and am getting very frustrated for paying for a service I can't even use!!
    Hope someone can help,
    Ali

    We can't know. You have not provided any exact system info or other technical details such as Internet connection, drive configuration, language settings and whatnot. That and of course nobody can tell you anything about your specific issues without some log files or similar info.
    Troubleshoot Creative Cloud download and install issues
    Mylenium

  • Adobe Creative Cloud Package on MAC - programs do not install

    We have a iMac (Late 2013) with OS X 10.9.5 and we are taking the following situation:
    After creating the Adobe Creative Cloud Package, we try to perform the installation and after the process fully and correctly occur and give success message at the end of installation, the programs simply are nowhere to be found. Even after several attempts.
    We have had an installed TRIAL , but has been removed ;
    We've tried to use the CC CLEANER ;
    We've tried to replace/delete the files in the folder " OOBE " ;
    We restart the machine and test again several times after each of the above processes.
    What can I do now?

    Here are some errors found in my user Library/AdobeDownload/LBS.log file:
    04/22/15 18:55:36:267 | [INFO] |  | ACC | LBS | ApplicationFacade |  |  | 13739 | ****************Starting LBS workflow*******************
    04/22/15 18:55:36:279 | [INFO] |  | Download | LBS | ProductInfo |  |  | 13739 | Product locale not specified in the product information file
    04/22/15 18:55:36:279 | [INFO] |  | Download | LBS | ProductInfo |  |  | 13739 | Product name not specified in the product information file
    04/22/15 18:55:36:279 | [INFO] |  | Download | LBS | LBSUtils |  |  | 13739 | Launching LBS in elevated mode
    04/22/15 18:55:41:081 | [INFO] |  | ACC | LBS | ApplicationFacade |  |  | 15734 | ****************Starting LBS workflow*******************
    04/22/15 18:55:41:085 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15734 | LBS launched in LEGACY mode
    04/22/15 18:55:41:288 | [INFO] |  | Download | LBS | SystemCheck |  |  | 15749 | System OS Version - major = 10, minor = 10, bugFix = 2
    04/22/15 18:55:41:288 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | ACCC System requirements check passed
    04/22/15 18:55:41:316 | [INFO] |  | Download | LBS | ProductInfo |  |  | 15749 | Product locale not specified in the product information file
    04/22/15 18:55:41:316 | [INFO] |  | Download | LBS | ProductInfo |  |  | 15749 | Product name not specified in the product information file
    04/22/15 18:55:41:316 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | Bootstrap LBS is successful
    04/22/15 18:55:41:338 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | Bootstrapper Lock acquired
    04/22/15 18:55:41:359 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | LBS Lock acquired
    04/22/15 18:55:41:380 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | Deployment lock check passed
    04/22/15 18:55:41:398 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | The resolved URL for package service is https://prod-rel-ffc.oobesaas.adobe.com/adobe-ffc-external/core/v1/applications?name=Creat iveCloud&name=CCLBS&osVersion=10.10.2&platform=osx10
    04/22/15 18:55:43:260 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | Successfully downloaded application xml at path /tmp/B9C86EF9-74D2-4DA1-898A-3AA96104C102/applications.xml
    04/22/15 18:55:43:321 | [ERROR] |  | ACC | LBS | WorkflowManager |  | FileUtils | 15749 | Error Failed open the dylib /Library/Application Support/Adobe/Adobe Desktop Common/Core/AdobePIM.dylib while getting its version
    04/22/15 18:55:43:321 | [ERROR] |  | ACC | LBS | WorkflowManager |  |  | 15749 | Failed to get the PIM version from location: /Library/Application Support/Adobe/Adobe Desktop Common/Core/AdobePIM.dylib
    04/22/15 18:55:48:152 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | PDM completed with error in downloading PIM with error 0
    04/22/15 18:55:48:258 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | Successfully downloaded pim at path /tmp/B9C86EF9-74D2-4DA1-898A-3AA96104C102/CCLBS/PDIM/AdobePIM.dylib
    04/22/15 18:55:48:347 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | pim validation successful
    04/22/15 18:55:48:384 | [INFO] |  | ACC | LBS | WorkflowManager |  |  | 15749 | PIM loading is successful
    04/22/15 18:55:48:403 | [INFO] |  | ACC | LBS | InstallThreadProc |  |  | 15949 | Installing latest Adobe Creative Cloud
    04/22/15 18:55:48:661 | [INFO] |  | Download | LBS | ETS |  |  | 15949 | Event Guid generated is: 'aa505e66-84b5-4969-ae6c-f68a74ddfc25'
    04/22/15 18:55:48:661 | [INFO] |  | Download | LBS | ETS |  |  | 15811 | Event with guid 'aa505e66-84b5-4969-ae6c-f68a74ddfc25' is being sent
    04/22/15 18:59:46:387 | [INFO] |  | Download | LBS | ETS |  |  | 15949 | Event Guid generated is: '8e87f4aa-c14a-47ce-aa45-5257773673fd'
    04/22/15 18:59:46:387 | [INFO] |  | Download | LBS | ETS |  |  | 15811 | Event with guid '8e87f4aa-c14a-47ce-aa45-5257773673fd' is being sent
    04/22/15 18:59:47:194 | [INFO] |  | Download | LBS | SystemCheck |  |  | 13739 | System OS Version inside isAcccSupported- major = 10, minor = 10, bugFix = -1597681608
    04/22/15 18:59:47:194 | [INFO] |  | Download | LBS | SystemCheck |  |  | 13739 | System OS Version inside isAcccSupported- major = 10, minor = 10, bugFix = -1805102062
    04/22/15 18:59:47:195 | [INFO] |  | Download | LBS | SystemCheck |  |  | 13739 | System OS Version inside isAcccSupported- major = 10, minor = 10, bugFix = -1805102062
    04/22/15 18:59:47:195 | [INFO] |  | Download | LBS | SystemCheck |  |  | 13739 | System OS Version inside isAcccSupported- major = 10, minor = 10, bugFix = -1805102062
    04/22/15 18:59:47:195 | [INFO] |  | Download | LBS | SystemCheck |  |  | 13739 | System OS Version inside isAcccSupported- major = 10, minor = 10, bugFix = -1805102062
    04/22/15 18:59:47:195 | [INFO] |  | Download | LBS | SystemCheck |  |  | 13739 | System OS Version inside isAcccSupported- major = 10, minor = 10, bugFix = -1805102062
    04/22/15 18:59:47:195 | [ERROR] |  | Download | LBS | LBSUtils |  |  | 13739 | Failed to launch ACC
    04/22/15 18:59:47:195 | [INFO] |  | ACC | LBS | ApplicationFacade |  |  | 13739 | ****************Closing LBS workflow*******************

  • 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.

  • Problems with syncing  Adobe Ideas with Adobe Creative Cloud

    Dear Sir/Madam,
    Since yesterday (22.04.2014) I have problems with syncing Adobe Ideas (in my iPad) with Adobe Creative Cloud.
    Could you please help me with this issue?
    Thanks in advance

    Hello,
    I do not understand why there is no professional communication about the problem. I get the impression that Adobe doesn't know that many people use their App as advertised: As a quick professional sketching tool that syncs with Creative Cloud. Not to fix the problem means more people not trusting the cloud idea. I am actually a big fan of the CC, mostly because of regular updates. But the mobile apps seem to fall out of the normal update scheme. Are they not as important as the 'main software'?
    When will the bug be fixed? Just to make clear: As there - up to now - is no other way to get the original idea files on the computer the adobe idea app is useless unless you fix the problem and/ or include the possibility to sync files via USB.
    Meanwhile my Workaround:
    You need Phoneview or another software that shows the files on your mobile device.
    Open it - choose "Apps" - click on "Show all Apps" - click on "Adobe Ideas"
    Than go to:
    Library/Private Documents/documents/data/files/
    there you find folders with cryptic names
    Download one of the folders
    Open the Folder
    select all files in the folder and zip them
    Change the extension from .zip to .idea
    and voila
    you can open it with Adobe Illustrator!
    A long way, but for now the only solution to get the editable vector file on your computer.
    Best regards
    Jo Jacobs

Maybe you are looking for