IOS8 OTA SCEP enrollment fails on second install

I have a profile and SCEP server that have been working fine for several years now. However on devices running IOS8 or higher the SCEP enrollment fails if it is done a second time (different certificate).  The OTA Certificate enrollment process works on IOS7 devices as many times as needed.
relevant IOS7 log for a second certificate installation based on the same config/ca/signing cert etc.:
profiled[1397] <Notice>: (Note ) MC: Retrieving profile from OTA Profile service...
     profiled[1397] <Notice>: (Note ) MC: Received final profile: com.myConfig.profile
     profiled[1397] <Notice>: (Note ) MC: Beginning profile installation...
     <Notice>: (Note ) MC: Profile “com.myConfig.profile” is replacing an existing profile having the same identifier.
     securityd[1349] <Error>:  SecDbItemInsertOrReplace INSERT failed: The operation couldn’t be completed. (com.apple.utilities.sqlite3 error 19 - reset: [19] columns ctyp, issr, slnr, agrp, sync are not unique sql: INSERT INTO cert(rowid,cdat,mdat,ctyp,cenc,labl,alis,subj,issr,slnr,skid,pkhh,data,agrp,pdm n,sync,tomb,sha1)VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?))
     securityd[1349] <Error>:  securityd_xpc_dictionary_handler profiled[1397] add The operation couldn’t be completed. (OSStatus error -25299 - duplicate item O,cert,85233947,L,dku,apple,0,ctyp,cenc,labl,subj,issr,slnr,pkhh,v_Data,2015030 3054909.447036Z,CF75A17F)
     profiled[1397] <Error>:  SecOSStatusWith error:[-25299] The operation couldn’t be completed. (OSStatus error -25299 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -25299 - duplicate item O,cert,85233947,L,dku,apple,0,ctyp,cenc,labl,subj,issr,slnr,pkhh,v_Data,2015030 3054909.447036Z,CF75A17F))
     profiled[1397] <Notice>: (Note ) MC: Attempting to retrieve issued certificate...
     securityd[1349] <Error>:  CFPropertyListReadFromFile file file:///Users/Library/Developer/CoreSimulator/Devices/9B6A7852-9C11-4FCC-8327-E 1BD33EA7CF5/data/Library/Keychains/accountStatus.plist: The operation couldn’t be completed. (Cocoa error 260.)
     <Notice>: (Note ) MC: Issued certificate received.
     securityd[1349] <Error>:  SecDbItemInsertOrReplace INSERT failed: The operation couldn’t be completed. (com.apple.utilities.sqlite3 error 19 - reset: [19] columns kcls, klbl, atag, crtr, type, bsiz, esiz, sdat, edat, agrp, sync are not unique sql: INSERT INTO keys(rowid,cdat,mdat,kcls,labl,alis,perm,priv,modi,klbl,atag,crtr,type,bsiz,esi z,sdat,edat,sens,asen,extr,next,encr,decr,drve,sign,vrfy,snrc,vyrc,wrap,unwp,dat a,agrp,pdmn,sync,tomb,sha1)VALUES(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?,?,?,?))
     securityd[1349] <Error>:  securityd_xpc_dictionary_handler profiled[1397] add The operation couldn’t be completed. (OSStatus error -25299 - duplicate item O,keys,0CC69ECD,L,dku,apple,0,kcls,labl,perm,priv,modi,klbl,atag,crtr,type,bsiz ,esiz,sdat,edat,sens,asen,extr,next,encr,decr,drve,sign,vrfy,snrc,vyrc,wrap,unwp ,v_Data,20150303054921.112843Z,344A0836)
     <Error>:  SecOSStatusWith error:[-25299] The operation couldn’t be completed. (OSStatus error -25299 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -25299 - duplicate item O,keys,0CC69ECD,L,dku,apple,0,kcls,labl,perm,priv,modi,klbl,atag,crtr,type,bsiz ,esiz,sdat,edat,sens,asen,extr,next,encr,decr,drve,sign,vrfy,snrc,vyrc,wrap,unwp ,v_Data,20150303054921.112843Z,344A0836))
     profiled[1397] <Notice>: (Note ) MC: Profile “com.myConfig.profile” installed.
     profiled[1397] <Notice>: (Note ) MC: Removing certificate with persistent ID 636572740000000000000005
     securityd[1349] <Error>:  CFPropertyListReadFromFile file file:///Users/Library/Developer/CoreSimulator/Devices/9B6A7852-9C11-4FCC-8327-E 1BD33EA7CF5/data/Library/Keychains/accountStatus.plist: The operation couldn’t be completed. (Cocoa error 260.)
     <Notice>: (Note ) MC: Removing certificate with persistent ID 69646e740000000000000006
     profiled[1397] <Notice>: (Note ) MC: Removing certificate with persistent ID 69646e740000000000000007
     profiled[1397] <Notice>: (Note ) MC: Removing certificate with persistent ID 69646e740000000000000001
     profiled[1397] <Notice>: (Note ) MC: Removing certificate with persistent ID 69646e740000000000000004
Under IOS8 the initial enrollment and profile installation works. However on any subsequent enrollments the following error is thrown:
  profiled[2253]: (Note ) MC: Checking for MDM installation...
    profiled[2253]: (Note ) MC: ...finished checking for MDM installation.
    profiled[2253]: (Note ) MC: Enrolling in OTA Profile service...
    profiled[2253]:  SecTrustEvaluate  [leaf AnchorTrusted]
    securityd[1617]:  securityd_xpc_dictionary_handler profiled[2253] add The operation couldn’t be completed. (OSStatus error -25299 - duplicate item O,cert,688B8CB6,L,dku,com.apple.certificates,0,ctyp,cenc,labl,subj,issr,slnr,pk hh,v_Data,20150303080953.465563Z,6CDCA2CB)
    profiled[2253]:  SecOSStatusWith error:[-25299] The operation couldn’t be completed. (OSStatus error -25299 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -25299 - duplicate item O,cert,688B8CB6,L,dku,com.apple.certificates,0,ctyp,cenc,labl,subj,issr,slnr,pk hh,v_Data,20150303080953.465563Z,6CDCA2CB))
    profiled[2253]:  SecTrustEvaluate  [leaf AnchorTrusted]
    profiled[2253]: (Note ) MC: Attempting to retrieve issued certificate...
    profiled[2253]:  SecTrustEvaluate  [leaf AnchorTrusted ValidLeaf ValidRoot]
    profiled[2253]: (Note ) MC: Issued certificate received.
    securityd[1617]:  securityd_xpc_dictionary_handler profiled[2253] add The operation couldn’t be completed. (OSStatus error -25299 - duplicate item O,cert,B7CCBFFA,L,dku,com.apple.identities,0,ctyp,cenc,labl,subj,issr,slnr,pkhh ,v_Data,20150303080954.973098Z,0A162218)
    profiled[2253]:  SecOSStatusWith error:[-25299] The operation couldn’t be completed. (OSStatus error -25299 - Remote error : The operation couldn‚Äôt be completed. (OSStatus error -25299 - duplicate item O,cert,B7CCBFFA,L,dku,com.apple.identities,0,ctyp,cenc,labl,subj,issr,slnr,pkhh ,v_Data,20150303080954.973098Z,0A162218))
    profiled[2253]: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** setObjectForKey: key cannot be nil'
    *** First throw call stack:
    0   CoreFoundation                      0x00000001057cff35 __exceptionPreprocess + 165
    1   libobjc.A.dylib                     0x0000000107deebb7 objc_exception_throw + 45
    2   CoreFoundation                      0x00000001056d6998 -[__NSDictionaryM setObject:forKey:] + 968
    3   profiled                            0x0000000105222227 profiled + 209447
    4   profiled                            0x000000010522297a profiled + 211322
    5   libdispatch.dylib                   0x0000000108554af4 _dispatch_client_callout + 8
    6   libdispatch.dylib                   0x000000010853eabb _dispatch_barrier_sync_f_invoke + 76
    7   profiled                            0x00000001052228f7 profiled + 211191
    8   profiled                            0x00000001052360e0 profiled + 291040
    9   profiled                            0x0000000105236a4d profiled + 293453
    10  profiled                            0x000000010523c60b profiled + 316939
    11  profiled                            0x00000001051f29ef profiled + 14831
    12  libdispatch.dylib                   0x000000010853aaf6 _dispatch_call_block_and_release + 12
    13  libdispatch.dylib                   0x0000000108554af4 _dispatch_client_callout + 8
    14  libdispatch.dylib                   0x000000010853f8cf _dispatch_queue_drain + 733
    15  libdispatch.dylib                   0x000000010853f494 _dispatch_queue_invoke + 217
    16  libdispatch.dylib                   0x00000001085413fa _dispatch_root_queue_drain + 479
    17  libdispatch.dylib                   0x00000001085422c9 _dispatch_worker_thread3 + 98
    18  libsystem_pthread.dylib             0x00000001088d4637 _pthread_wqthread + 729
    19  libsystem_pthread.dylib             0x00000001088d240d start_wqthread + 13
The error occurs as the SCEP server sends the IOS8 device the response to GetCaCert which is a static ca cert that doesn't change. I also tried deleting the installed profile before installing again but this doesn't change the observed behavior. Only a reset will allow the profile installation to succeed.
Does anybody have any ideas?

Rebooting seemed to fix everything ;-)

Similar Messages

  • IOS8 OTA Update problem: developer build being installed in error

    I'm not a developer. Am updating an iPhone 5 over the air but the update screen says I'm downloading iOS 8.1 beta 2 not iOS8. What's going on? Should the update be cancelled?

    Sorry, that should say "Am updating an iPhone 5 over the air but the update screen says I'm downloading iOS 8.1 beta 2 not iOS8.1"

  • Root.sh failed on second node while installing CRS 10g on centos 5.5

    root.sh failed on second node while installing CRS 10g
    Hi all,
    I am able to install Oracle 10g RAC clusterware on first node of the cluster. However, when I run the root.sh script as root
    user on second node of the cluster, it fails with following error message:
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10
    and run cluvfy stage -post hwos -n all -verbose,it show message:
    ERROR:
    Could not find a suitable set of interfaces for VIPs.
    Result: Node connectivity check failed.
    Checking shared storage accessibility...
    Disk Sharing Nodes (2 in count)
    /dev/sda db2 db1
    and run cluvfy stage -pre crsinst -n all -verbose,it show message:
    ERROR:
    Could not find a suitable set of interfaces for VIPs.
    Result: Node connectivity check failed.
    Checking system requirements for 'crs'...
    No checks registered for this product.
    and run cluvfy stage -post crsinst -n all -verbose,it show message:
    Result: Node reachability check passed from node "DB2".
    Result: User equivalence check passed for user "oracle".
    Node Name CRS daemon CSS daemon EVM daemon
    db2 no no no
    db1 yes yes yes
    Check: Health of CRS
    Node Name CRS OK?
    db1 unknown
    Result: CRS health check failed.
    check crsd.log and show message:
    clsc_connect: (0x143ca610) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_db2_crs))
    clsssInitNative: connect failed, rc 9
    Any help would be greatly appreciated.
    Edited by: 868121 on 2011-6-24 上午12:31

    Hello, it took a little searching, but I found this in a note in the GRID installation guide for Linux/UNIX:
    Public IP addresses and virtual IP addresses must be in the same subnet.
    In your case, you are using two different subnets for the VIPs.

  • Install Failed:  The following install step failed: run preflight script

    I'm trying to reinstall Photoshop CS2 on an intel iMac, OS 10.5.5. I ran the install program, after a few seconds I get the following error message: 

"Install Failed: The following install step failed: run preflight script for Adobe Photoshop CS2. Contact the software manufacturer
for assistance." (I did contact adobe, but they no longer support CS2) Originally, I had installed PS CS2 when I was using OS 10.4.X, then I upgraded to 10.5.x. PS CS2 was working fine on my system. Then I accidentally deleted the program, now I'm having trouble reinstalling. I'd appreciate any help that you can give me.

    I encountered the exact same problem - I had upgraded to CS2 from a previous version of Photoshop, back
    when I was using OSX 10.3.9. Later, I upgraded my OS from 10.3.9, to Leopard (10.5.8.)
    CS2 always ran flawlessly, through all those systems.
    Then I had occasion to reformat my HD and reinstall Leopard 10.5.8.
    That's when the CS2 installer failed, with the same message mentioned above.
    When I called in, they basically said, buzz off....we won't help you.
    First, this shows that their software is flawed. 
    They managed to allow this problem to occur due to inept programming.
    Now they are either incapable, or unwilling, to write a programming fix for this problem.
    It reeks olf ineptitude, plus colossal, inexcusable arrogance and disrespect for their customer base.
    Just my humble opinion of course...and I've been a Photoshop user since 1990.

  • Device Enrollment could not be installed due to an unexpected error

    Hi I just installed OSX LION Server and want to enroll devices but I keep on getting the error : Device Enrollment could not be installed due to an unexpected error :
    The profile “Device Enrollment (com.apple.ota."my-server-name-".private.bootstrap)” could not be installed due to an unexpected error.
    My devices site is running properly, I can install Profiles but I cannot install any device, not even the mini I installed OSX Lion Server upon!
    I already removed all certificates and keys for : ""my-server-name-".private" and recreated self signed certificates for SSL and code signing.
    Any ideas?
    Bert

    So I just wasted half of a day on this, and at least for my own system I figured it out *without* doing a clean install.
    1. First, check that you have opened the ports as suggested by others here.
    2. If you've done that, then the problem may be a rogue entry in your DNS server setting.  What that means is if you initially set up your server app with one name, then later switched it to a new one, the old name is still "hanging around" causing havoc.  This was the problem.  To fix, you can try the steps below. WARNING: this will wipe your open directory. Make a full backup!  I'm not 100% sure that wiping your OD is necessary, but it worked for me.  Turn off any services you're running.
    3. Download the 10.7 server admin tools here: http://support.apple.com/kb/DL1419
    4. Open up the WorkGroup manager, and select any network users you've created, then export them.  You're backing them up because you're going to wipe your open directory.
    5. Open Server Admin.app. Click on the reveal triangle for your server, and it will show an entry for "Open Directory". Click on that.
    6. Click on the Settings gear in the top of the right panel.
    7. Where it says Role: Open Directory Master, hit Change....
    8. In the panel that pops up, hit "set up a standalone directory".  It will warn you that it's going to wipe your server open directory data.
    9. Now, on the left side of the same screen, select DNS, then hit the "zones" button on top.
    10. Look for your old host name(s) there.  Select any extra entries that have your old host names, and remove. DO NOT REMOVE your current name entry (the Primary Zone) or the reverse entry (Reverse Zone).  If you remove those, you'll be totally hosed. Only remove redundant entries.
    11. Back in the Server.app, go to the menu and select Manage -> Manage Network Accounts.  It will ask you for some information as it sets up open directory again for you.  Give it what it needs.
    12. To re-import your saved account info, go to Manage -> Import Accounts From File. (I have not tried this step, but it *should* work. YMMV).
    13. Now, go reactivate your profile manager, turn on device management.  It should "think" for a bit while it churns through the new open directory data.
    14. Now, it should work!!! (at least it does for me).  I speculate that the name lookup was getting conflicting results from DNS, causing problems and confusion.  This seems to have fixed it.
    15. If that doesn't work, one other step I took (but it didn't seem to help by itself) was to wipe the device manager database.  To do that, open a terminal and use
    sudo /usr/share/devicemgr/backend/wipeDB.sh
    WARNING: this will wipe any device info that you've set up.  I don't think this is necessary, but might be used as a last ditch effort.
    Hope that helps!

  • 10.4.9 pooched mini, second install disc never completes

    Like a good Mac owner I tried installing the 10.4.9 update. BIG mistake as it pooched my mini. Update fails to install, forces me to reboot then hangs. Forced a reboot which hangs at Apple logo screen. So I decide to reinstall from CD supplied with Mini. First disc fine, restarts, ejects and asks for second disc. I put the second disc in and it runs all the way until one minute from the end where it hangs. And hangs. So I left it all night and this morning after eight hours it still has one minute remaining.
    So I force restart and try the second disc again, same thing, it hangs with a minute to go. I try to reboot and eject the disc by holding the mouse button down, no luck. Reboot holding the Option key down to see if I can change boot volumes, nothing.
    So if I can't reinstall from the Apple CDs and can't eject the CD what the heck can I do to fix this thing?
    Thanks for any help you might provide!
    1.87Ghz Core Duo Mini   Mac OS X (10.4.8)  

    After much work, rebooting over and over I managed to get the second install disc out of the mini. I then ran Disk Utility's "Repair Disk" which didn't find any problems. So, because I have a really good backup I decided to do a clean install from the discs that came with the mini. After a couple of hours, everything was back to normal. I am SO happy that I had a good backup, I was able to reimport all my setting and applications and get back to where I was before all this mess.
    Heck I even updated to 10.4.9 without a problem

  • Download IOS8 - 23 hours, then fails? What is going on here?

    Download IOS8 - 23 hours, then fails? What is going on here?
                                                                                                 W.W.

    Try it again.....my download took about 15 minutes. The entire install was probably about an hour.
    Some have suggested to update using iTunes as a better alternative to over the air.
    Barry

  • HT1338 I failed to re-install Mac OSX after I removed it while removing my personal info. I forgot my Apple ID & password at the time. I have now recovered them with my windows type spare computer. How can I reinstall OSX on my MacBook Air?

    I failed to re-install the OSX on my MacBook Air after erasing my personal information in preparation to sell the computer. Reason: I forgot my Apple ID and password. I have recovered my ID and password on my wondows computer. There is no software on my MacBook Air right now. How do I re-install OSX?

    Install Mavericks, Lion/Mountain Lion Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    1. Select Disk Utility from the main menu and click on the Continue button.
    2. After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion. Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet
                if possible because it is three times faster than wireless.
    This will install the OS originally installed on your computer. If you plan to sell or give away the computer, then do not upgrade it or the purchaser will not be able to use it.

  • I have a version Adobe pro 7, my old computer hard drive failed tried to install on my Windows 8.1, will not start up error message

    I have a version Adobe pro 7.1, my old computer hard drive failed, tried to install on my Windows 8.1, will not start up get error message? any solutions?  It worked perfectly fine on my old computer which was windows 7.0

    Hey,
    I am sorry but Acrobat 7 is not at all compatible with Windows 8. For this, you will need to upgrade your Adobe Acrobat version.
    For better understanding, please refer this kb file:
    Compatible web browsers and PDFMaker applications
    Regards,
    Anubha

  • Issues solved after a second install of Belle

    Hi.
    I have been advised to reinstall Belle on my Nokia E7.
    I've been told that after a second install of Belle most issues are gone.
    Do you know what specific issues are solved after that reinstall?
    I'm curious because I want to know if it is worthy to reinstall Belle.
    Greetings from Paraguay.
    Claudio Bogado Pompa.
    Greetings from Paraguay.
    Claudio Bogado Pompa.
    Solved!
    Go to Solution.

    Claudio,
    I upgraded from Anna to Belle on the first day that Belle was available.  Yesterday I re-installed Belle.
    Since updating my E7 from Anna to Belle I have had mixed opinions as to whether that was wise to do.
    Though Belle has a lot to like about it in features and speed, there are many things that were really good in Anna but have been degraded or are even missing in Belle.  See this list which many people have contributed to:
    /t5/Software-Updates/List-of-Belle-additions-corrections-needed/td-p/1328167/page/3
    I have customized the home screens (use three) quite a bit and have added a number of free apps for more convenience in use of the phone.
    Before I tell you my experiences and give you my reasoning I should give some background about myself and my Nokia E7-00.  Note that though I am very competent with computer hardware and software I have much less knowledge and skill with cell phones.
    My E7-00 is my second Nokia phone experience.  I also bought an E6-00 for my wife.  I got the E7 for myself because I need the large keyboard for my large fingers and I like the GPS/maps capability.  I got the E6 for my wife because she was unhappy with the touch screen on her Nokia 5230 and is more comfortable with a keyboard.
    I have owned my E7 for less than a year, use it primarily for my small business,  and upgraded to Anna immediately after purchasing it.  Though I tested using a data connection for WEB browsing for a couple of months I don't subscribe to a data service now because I found little use for it and it is (in my opinion) very expensive here in Canada.  I do connect my E7 to the Internet often using WIFI through my home or business routers, and occasionally through WIFI connections at hotels and other locations when I travel.
    Since upgrading to Belle I have had many occasions when my phone would freeze either momentarily or permanently (necessitating powering it off) and a few times it has completely shut off for no reason.  I have had a number of occasions when I have been unable to answer an incoming call because the touch screen was unresponsive.
    In trying to determine the cause of the problems with the phone I have removed apps and done soft resets of the phone.
    I thought about re-installing Belle but was loath to do it because of the bad experience I had when I first upgraded from Anna to Belle.  At that time I did a backup of my phone using the latest version of Nokia Suite.  The download and install of the Belle update went very smoothly.  But once the phone was functional again I found that I lost many things including all my customizations, my WIFI settings, and all the many map favorites (GPS coordinates) I had collected when traveling and calling on customers.  The backup that the Belle installation software performed did not restore these things, and the same was true of the backup I did with Nokia Suite.
    Yesterday my frustration level with the phone was such that I decided I had to try a re-install of Belle.  I did another backup up the phone with Nokia Suite and synced the map favorites with Nokia's on-line service.  But I also had the inspiration to download the latest version of Nokia PC Suite and do a backup with that too - a good thing I did!
    I used Nokia Suite to re-install Belle.  After the reinstall I again had lost all my customization, some installed apps, and all map favorites.  I tried to restore things by using the backup I had done with Nokia Suite, but that did not work.
    Then I restored the backup I made with Nokia PC Suite and EVERYTHING was back.  I could hardly believe my good fortune.  Even my map favorites were back.
    Since it is little more than 24 hours since my re-install of Belle I cannot say whether it was really worth the effort.  But so far the phone does seem to be behaving itself.  It is a little smoother in operation with less delay and I have not had any freezing.  On the other hand it has been a quiet day and the phone has not had a good workout.  Still, I am hopeful.
    This most recent experience makes me wonder if Nokia is making improvements in Belle without giving notification.  I am wondering if the version of Belle that was used for the re-install is different from the original version I installed about a month ago.
    I will not upgrade my wife's E6 to Belle until I know that the problems with Belle have been fixed.
    I hope you find this information useful.

  • TS1538 I have tried everything but I can't connect my iphone to my laptop. It says that apple mobile device failed to be installed. I have read everything on the internet and did everything but still am facing the same problem. Can you please help me.

    I have tried everything but I can't connect my iphone to my laptop. It says that apple mobile device failed to be installed. I have read everything on the internet and did everything but still am facing the same problem. Can you please help me.

    Again without stating the trouble shooting steps you have taken, its hard to direct you with any information.
    Try a different port on the computer.
    Does the iphone beep when u plug it up. ?
    Plug iphone into computer and give it 3 to 4 minutes to see if it connects and is running slow.,
    Delete the apple mobile device from your computer.
    Upgrade itunes to newest version.
    Is you USB cord defective ?
    Any USB 3.0 on your system ? .
    Delete or Disable  any antivirus program on your computer ?
    I will tell u the problem is your computer not the phone.
    We could do this for hours.

  • Second install of Adobe Creative Suite 5

    I now have an imac and am trying to do my second install of the programs.  How do I go about doing this?  I'm assuming it has to be done electronically.  Thank you.

    You will want to install from your installation media.  If you purchased a download then please see http://forums.adobe.com/thread/1006208?tstart=0&promoid=KBHJQ for information on how to locate and download your purchased software.

  • Installation issue in second install on home computer?

    I have a full CC membership on my office lap top, I signed in on my home computer and it ony installed 30 day versions.
    My Windows 7.0 64 bit Microsoft firewall appears to have stopped all Adobe product from working as when I attempt to open the app I am asked to sign in as they sit there unable to connect.
    How do get the advertised second install working correctly?
    How do get the Abobe CC to sign in to function if the Windows security is stopping it from connecting?

    http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    Mylenium

  • My serial number doesn't work for my second install

    why dose't my serial number work for my second install to my laptop. the liecence is for 2 computers??

    I have Adobe Acrobat and I recently changed computers and I can't reload my license key.  This was purchased in 2012 before the Cloud. It is possible to reuse the license key?

  • CC Acrobat Fails to complete install.  Stops at 43%. Attempts 4X.

    CC Acrobat Fails to complete install.  Stops at 43%. Attempts 4X.  Help.

    Jo Elon2,
    Please go through the link below and check.
    Blank EULA screen appears on Acrobat XI launch
    Regards,
    Anand

Maybe you are looking for