I don't find the correct download

I have the creative suite design premium 5.5 education edition. I copy my mac in a new one and some programs don't work. I need to reinstall but I don't find the correct product to download from the website. My activation code fails in every download. I hope someone has some light for me. Thank you.

If the download did not work for you then that might be your problem.  The download link is legitimate, so it might mean you need to adjust things at your end for the download to work.   Make sure you have cookies enabled and clear your cache.  If it continues to fail try using a different browser.  If you are using the wrong serial number that might be the reason.
You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
CS5.5: http://prodesigntools.com/adobe-cs5-5-direct-download-links.html

Similar Messages

  • HT201210 which version of ios 6 beta is the correct download for ipad3 wifi+celluar ... within the uk.

    hello, which version of ios 6 beta is the correct download for ipad3 wifi+celluar ... within the uk.
    many thanks
    stuart

    i do apologise - i am a developer an have succesffuly installed all beta on my current devices... but i live in the uk, and do not have the verizon or att network, so therefore could not find the correct download for my ipad3...
    i have emailed support but no response
    stuart

  • Windows dos not recognize mi apple tv it say it cant find the correct driver and it doesnt work do anybody know how to download the correct driver?

    Does any body can tell me hoy can i find the correct driver, i tried everything, unistall de actual drver, and let windows tu search for the driver and nothing, it seems keep telling me it doesnt find the driver, itunes doesnt recognize mi appletv, what can i do?

    Hi:
    Install the above driver and that will install both the ethernet driver and co-processor driver.
    You have a problem with the wireless card...could be minor, could be major.
    The wireless card is missing from the device manager.
    Install this software, reboot, and see if you can turn on the wireless card by using this software.
    http://h20564.www2.hp.com/hpsc/swd/public/detail?s​p4ts.oid=3357379&swItemId=ob_76368_1&swEnvOid=4052
    If that doesn't get the Network Controller device to show up so that you can post the hardware ID for it, then the motherboard is shot.  Power to the slot that the wireless card is connected to has been cut.
    Very common problem with the Nvidia chipset motherboards with the amd processors.

  • Hello guys i face a problem when i upgrade from iOS 4.2.1 to iOS 5.1.1  .when i upgrade i don' t found the camera app from the built in apps.when i try to install from the app store i don't  found the correct camera app .please help me .

    hello guys i face a problem when i upgrade from iOS 4.2.1 to iOS 5.1.1 on ipad 3 .when i upgrade i don' t found the camera app from the built in apps.when i try to install from the app store i don't  found the correct camera app .please help me .please give any suitable link where i find the correct camera app

    It's a built-in app, so it can't be deleted nor downloaded from the store. If you can't find it on any of your homescreens or app folders, and you can't find it via the spotlight search screen (swipe your first home screen to the right), then is it hidden by Settings > General > Restrictions > Camera being set 'off' ?
    If not then have you tried a reset to see if you can find it after the iPad has restarted ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • I started to update my ipad but I have an old MacBook and it's really old and I don't have the correct software to update anything. But my ipad is stuck on the connect to itunes screen and wont budge. What do I do?!

    I started to update my ipad but I have an old MacBook and it's really old and I don't have the correct software to update anything. But my ipad is stuck on the connect to itunes screen and wont budge. What do I do?!

    Your options depend on which MacBook you have and the version of OS X installed.
    To find out:  > About This Mac

  • Where can I find the a downloaded file by Software update?

    Where can I find the a downloaded file by Software update?
    For example is there any way to find a package which is downloaded but is not installed(because the installation failed) (in this case 10.5.5) and I don't want to download it once again neither manually nor with software update.

    sina_golesorkhi wrote:
    Where can I find the a downloaded file by Software update?
    In ~/Downloads
    For example is there any way to find a package which is downloaded but is not installed(because the installation failed) (in this case 10.5.5)
    Failed installs usually remove the package, just as a proper install removes the package
    All that remains for a proper installation is a Receipt in on of the following directories:
    ~/Library/Receipts (for user-specific installs)
    Macintosh HD/Library/Receipts
    for system-wide installations, including OS-X updates.
    and I don't want to download it once again neither manually nor with software update.
    If it did not install, there is no Receipt and the downloaded file is not on your system
    If you don't want to see it again in automatic updates, put it on ignore.

  • I have the 64bit version of itunes. When I connect my iphone5 it says that I don't have the correct software and that I need to install itunes 64bit! And I can go no further! Help!

    I have the 64bit version of itunes on windows 7. When I connect my iphone5 it says that I don't have the correct software and that I need to install itunes 64bit! And I can go no further! I've uninstalled and reinstalled but it makes no difference. I have no access to other computers so at the moment I don't have a backup for my iphone should anything go wrong.
    Please Help!

    Hello ekbowers,
    It sounds like you have installed the 64 bit version of iTunes, but you continue to the get an error message that suggests to download the 64 bit version any time you connect your iPhone 5.  I understand that you have already uninstalled and reinstalled iTunes, but sometimes you may need to uninstall additional components related to iTunes to completely remove it from your system. 
    I recommend following the steps in this article to completely uninstall iTunes:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Once you have completely uninstalled iTunes, you can download the 65 bit version of iTunes for Windows here:
    iTunes 11.0.4 for Windows 64
    http://support.apple.com/kb/DL1615
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I don't find the mistake :(

    i simply don't find the mistake in that code. it's supposed to browse through a folder you specify and then print out all the files, folders (+ the files in there etc.) into a text file (txt or doc). the output in the eclipse console is correct, but the output to the file is not. if i want to write it to a file (txt or doc) it only browses/writes the top level files and folders. contents of subfolders are not witten into the file? so apparently the recursion doesn't work when i write into a file. but why is that?! below my code...
    void browseFolder(String s){
              File destination = new File(s);
              String entries[] = destination.list();
              int i=0;
              try{
                   File textfile = new File(s+"/file.doc");
                   FileWriter writefile = new FileWriter(textfile);
                   BufferedWriter textbuffer = new BufferedWriter(writefile);
                   if (destination.isDirectory()){     
                        while (i<entries.length){
                             File destinationUnterfile = new File(s+"/"+entries);
                             if (destinationUnterfile.isDirectory()){
                                  //to file
                                  textbuffer.write(s+"/"+entries[i]);
                                  textbuffer.newLine();
                                  textbuffer.write("--------------------------------------");
                                  textbuffer.newLine();
                                  textbuffer.newLine();
                                  //to console
                                  System.out.println(" ");
                                  System.out.println(" ");
                                  System.out.println(s+"/"+entries[i]);
                                  System.out.println("--------------------------------------");
                                  browseFolder(s+"/"+entries[i]);
                             }else{
                                  //to file
                                  textbuffer.write("- "+entries[i]);
                                  textbuffer.newLine();
                                  textbuffer.newLine();
                                  //to console
                                  System.out.println("- "+entries[i]);
                             }//end if/else
                             i++;
                        }//end while
                        textbuffer.close();
                   }else{
                        System.out.println("Please specify a folder to browse.");
                   }//end if/else
              }//end try
              catch (IOException e){
                   System.out.println("Error -- " + e.toString());
              }//end catch
         }//end browseFolder

    hm, does it work if i insert a timestamp into the filename? if tried it like that, but it still doesn't work!
    void browseFolder(String s){
              File destination = new File(s);
              String entries[] = destination.list();
              int i=0;
              try{
                   Date dt = new Date();
                   File textfile = new File(s+"\\file"+dt.getTime()+".doc");
                   System.out.println(s+"\\file"+dt.getTime()+".doc");
                   FileWriter writefile = new FileWriter(textfile);
                   BufferedWriter textbuffer = new BufferedWriter(writefile);
                   if (destination.isDirectory()){     
                        while (i<entries.length){
                             //File destinationUnterfile = s+entries;
                             File destinationUnterfile = new File(s+"\\"+entries[i]);
                             if (destinationUnterfile.isDirectory()){
                                  //to file
                                  textbuffer.write(s+"\\"+entries[i]);
                                  textbuffer.newLine();
                                  textbuffer.write("--------------------------------------");
                                  textbuffer.newLine();
                                  textbuffer.newLine();
                                  //to console
                                  System.out.println(" ");
                                  System.out.println(" ");
                                  System.out.println(s+"\\"+entries[i]);
                                  System.out.println("--------------------------------------");
                                  System.out.println(s+"\\"+entries[i]);
                                  browseFolder(s+"\\"+entries[i]);
                             }else{
                                  //to file
                                  textbuffer.write("- "+entries[i]);
                                  textbuffer.newLine();
                                  textbuffer.newLine();
                                  //to console
                                  System.out.println("- "+entries[i]);
                             }//end if/else
                             i++;
                        }//end while
                        textbuffer.close();
                   }else{
                        System.out.println("Please specify a folder to browse.");
                   }//end if/else
              }//end try
              catch (IOException e){
                   System.out.println("Error -- " + e.toString());
              }//end catch
         }//end browseFolder

  • Adding/Deleting T codes to roles. Finding the correct roles to add/delete T

    Hi Folks
    I would like solutions to 3 questions.
    1) How do you Add/Delete transaction codes to roles (ECC6)
    2) How do you find the correct roles to Add/Delete these T codes
    3) Has anyone any documentation and or screenshots on Versa, the Compliance Calibrator.
    We are using single roles within composite roles.
    Useful answers will be rewarded.
    Thank you very much
    Mark W

    Hi Mark,
    Typically the functional team or organisational design team will specify the roles required and the transaction assignment to those roles.  By working with them, you can understand what part of the business processes the roles represent and get an idea about which transactions go in what roles.  They will also be able to advise if a new role is required id a transaction is missing.
    The allocation of tx to roles should only be approved by role owners or appropriate responsible resource, and they should stipulate exactly which roles those tcodes go into.  If you have not been involved in the role design then it is not appropriate for them to expect you to make those kind of decisions.
    All of the recent compliance calibrator docs are on the service marketplace, I'm sure that the basis team on your current project will either give you their OSS ID to let you download them, or alternatively will download the docs for you if they have concerns about sharing the ID.  From memory, if you have security certification, you should be able to get an individual OSS ID from SAP.
    There is some high level info available from www.sap.com/grc and a brief overview of an install of CC5.1 here: http://www.*********************/sox_sod/sox_sod.htm
    Hope that helps
    Cheers
    Alex

  • Finds the correct route schedule

    Master data  :     Route scheduling    transaction  VL51  and  VL52
    The customer is linked to 2 route schedules with different goods issue dates :
    Every monday at 10  AM 
    Every thursday at 3 PM
    In the sales order, when you enter a first delivery date, R/3 finds the correct route schedule and calculates precisely the goods issue date according to the customer delivery date.
    If you change the delivery date in the sales order item (option: edit/fast change of /delivery date), R/3 does not determine a new route schedule and stays with the first one.

    In my personal opinion, you can have any certifications you want but if you can't/don't pass the "practical exam" that we've set up as part of a candidate's interview process then you're out.  
    In my present job, I've seen so many candidates applying for jobs with CCNA, CCNP and CCIE "certification".  The very minute we informed them that part of the interview process is a "practical exam" involving configuration of some routers and switches ... these so-called "certified" candidates back out.  

  • DB13 can not find the correct controlfile.

    My environment is
    Win2003
    Oracle 10g
    Ecc 6.0
    When I use DB13 for the full offline backup, I get the following message:
    BR0051I BRBACKUP 7.00 (13)
    BR0055I Start of database backup: bdtelngh.afd 2006-08-02 21.01.03
    BR0252W Function remove() failed for 'D:\oracle\DEV\102\database\sap.ora' at location BrInitOraCreate-1
    BR0253W errno 13: Permission denied
    BR0252W Function remove() failed for 'D:\oracle\DEV\102\database\sap.ora' at location BrInitOraCopy-7
    BR0253W errno 13: Permission denied
    BR0166I Parameter 'control_files' not found in file D:\oracle\DEV\102\database\initDEV.ora - default assumed
    BR0274W File 'D:\oracle\DEV\102\database\CTL1DEV.ORA' not found
    BR0101I Parameters
    Name                           Value
    oracle_sid                     DEV
    oracle_home                    D:\oracle\DEV\102
    oracle_profile                 D:\oracle\DEV\102\database\initDEV.ora
    sapdata_home                   D:\oracle\DEV
    sap_profile                    D:\oracle\DEV\102\database\initDEV.sap
    backup_mode                    ALL
    backup_type                    offline_force
    backup_dev_type                disk
    backup_root_dir                D:\oracle\DEV\sapbackup
    compress                       yes
    compress_cmd                   D:\usr\sap\DEV\SYS\exe\nuc\NTI386\mkszip -c $ > $
    uncompress_cmd                 D:\usr\sap\DEV\SYS\exe\nuc\NTI386\uncompress -c $ > $
    exec_parallel                  0
    system_info                    SAPServiceDEV JXCDEV Windows 5.2 Build 3790 Service Pack 1 Intel
    oracle_info                    DEV 10.2.0.2.0 8192 1870 13112942
    sap_info                       700 SAPSR3 DEV U0388471103 R3_BASIS 0002894446
    make_info                      NTintel OCI_10103_SHARE Apr  2 2006
    command_line                   brbackup -u / -jid ALGOF20060802210000 -c force -t offline_force -m all -p initDEV.sap -w use_dbv -a -c force -p initDEV.sap -s -w
    BR0116I ARCHIVE LOG LIST before backup for database instance DEV
    Parameter                      Value
    Database log mode              Archive Mode
    Automatic archival             Enabled
    Archive destination            D:\oracle\DEV\oraarch\DEVarch
    Archive format                 ARC%S_%R.%T
    Oldest online log sequence     1867
    Next log sequence to archive   1870
    Current log sequence           1870       SCN: 13112942
    Database block size            8192       Thread: 1
    BR0118I Tablespaces and data files
    Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize  BlkSize
    PSAPSR3        ONLINE*    ONLINE+   D:\ORACLE\DEV\SAPDATA1\SR3_1\SR3.DATA1
    BR0120I Control files
    File                                                Size   Id.      Device  Link    Type
    D:\oracle\DEV\102\database\CTL1DEV.ORA              8192    0            0  NOLINK  FILE
    BR0280I BRBACKUP time stamp: 2006-08-02 21.01.09
    BR0115I Compression rate for all files 5.8422:1
    BR0056I End of database backup: bdtelngh.afd 2006-08-03 06.07.57
    BR0280I BRBACKUP time stamp: 2006-08-03 06.07.59
    BR0053I BRBACKUP completed successfully with warnings
    BR0280I BRBACKUP time stamp: 2006-08-03 06.07.59
    BR0291I BRARCHIVE will be started with options '-U -jid ALGOF20060802210000 -d disk -c force -p initDEV.sap -s -w'
    BR0280I BRBACKUP time stamp: 2006-08-03 06.08.06
    BR0292I Execution of BRARCHIVE finished with return code 1
    1.It seems the correct control file can not been found.
    I have checked the file "initDEV.ora" and spfile.In them the positions of control file are  "/origlogA/cntrl","/origlogB/cntrl" and "/sapdata1/cntrl".
    So I donot know why the process of DB13 cannot find the correct control file and search the file CTL1DEV.ORA.
    Because the correct control file could not been backuped,I can not restore and recover the database.
    What causes it?
    2.
    BR0252W Function remove() failed for 'D:\oracle\DEV\102\database\sap.ora' at location BrInitOraCreate-1
    BR0253W errno 13: Permission denied
    BR0252W Function remove() failed for 'D:\oracle\DEV\102\database\sap.ora' at location BrInitOraCopy-7
    BR0253W errno 13: Permission denied
    How can I solve this warning? And why it occurs?
    Anyone can help me?
    Thanks!
    Ryan Fung

    Praveen,
    I had the same problem as Ryan and Gary on a new XI \ Oracle 10g installation and your suggestion did solve this.  It seems that when you run the first BRTOOLS based backup, Oracle tries to create a PFILE from the automatically generated SPFILE, but the DB user doesn't have rights to delete the SAP.ORA file.  Once you assign SAP_<SAPSID>_GOBALADMIN full rights to the Oracle folder, an updated INIT<SID>.ORA is generated and the default SAP.ORA is deleted on the next BRTOOLS backup run.
    Thanks for the tip.
    Rgds,
    Andrew

  • Dont find the correct video drivers for my T61 + windows 7 ultimate + intel pm965 video card

    Hi Experts,
    I am keep getting the stop error 0x00000116 failing with a blue screen while im browsing. I have observerd this quite a few times and also I could not find the correct video drivers for my t61 thinkpad in the ibm site. I could see the details as wxp & windows vista but not for win 7. Please find the link below which has all the video drivers fro t61. Please help me find the correct customized video drivers fro my t61 + win 7. Hope you understand my problem.
    By the way i just use for home computing and my win 7 is upto date wiht no extra software and games installed. I dont play games at all on my t61.
    my t61 specificaitons : http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-67883
    If you see the link http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-67853
    if u search in the baove link ,you cannot find the video drivers for t61 + win 7. You have it only for xp & vista in this section. Intel X3100 (940GML, 945GM, GL960, GM965). there are no video drivers for win 7 for t61. my video card info is
    Video chipsets:
    Intel PM965/GM965 graphics. (15.4 inch).
    my video card is Intel PM965 chipset . Please help me to get the correct customized version of the video drivers for my thinkpad as I am getting this problem with video drivers and its getting restarted when I am in the middle of something. But it works find after that. I have tried to install drivers from intel and its saying i have customized version of lenovo drivers and I should contact you guys. I triedcomplete  win 7 update from windows site and installed all patches and still getting the problem intermitently, but after restart it works fine. No hardware or software changes. Its that I need the correct version of video drivers for win 7. Please inform the lenovo about this and ask them to develop the good video drivers for win 7 + t61 model. Hope you understand my situation.
    Please let me know if you need any kind of info so that i can provide.
    thanks for reading the mail.
    Regards,
    Manu

    Are you kidding me ? You dont work for Lenovo and you are an active volunteer here in this forums. I have seen your replied many times and wont get paid by Lenovo, you are really crazy for ur stufee .Anyways thanks a lot for the link and the original lenovo staff were notable to provide the link and you could. Well I have tried that what you have said nd still I could not get the link, here you go..
    http://www-307.ibm.com/pc/support/site.wss/product.do?doccategoryind=50880&template=%2Fproductpage%2...
    Let me install the drivers from your link and I will reply soon, so who ever search in this forum now , there wont be any problems for t61 windows 7 video drivers because of u. You are awsome.wll reply my results soon.

  • How I find the correct iTunes account?

    I just reloaded my pc laptop and when I tried to sync my iPad a message said I was on a different account and if I continued to sync my iPad was going to be erased. How can I find the correct iTunes account?

    By "reloaded my pc laptop" I take it you mean you wiped the PC and restored it back to factory settings? If so did you backup all your documents and data first? Normally your user profile contains a Music folder which in turn holds the iTunes folder. All the important details of your library are in there, with the media below in a folder called iTunes Media. If you lose this information and then connect your device to an empty iTunes library it will want to clean it out and start over.
    You should be able to recover the media with the tips in  this post from forum regular Zevoneer but I'm not sure what the implications are for your application settings. You can probably transfer your purchases into an authorised library, backup the device, recover any other media using third party tools, then restore the device from the backup. That might switch the assocation of the device to the new machine but I couldn't say for sure.
    tt2

  • I Have a Macbook Pro that does not have a disk drive.  How do I install the Adobe Photoshop Elements 11 that came with the Epson scanner I purchased.  I registered the S/N and I can't find the Free download anywhere only trials.

    I Have a Macbook Pro that does not have a disk drive.  How do I install the Adobe Photoshop Elements 11 that came with the Epson scanner I purchased.  I registered the S/N and I can't find the Free download anywhere only trials.

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Can someone please help me find the correct driver for my audio ca

    Hello, it's famke again...Still trying to find drivers.. My sound card is apparently also missing drivers... I've tried many drivers from different sites matching the information i've taken off the card...but for some reason i always get a big red slash through my audigy sound control panel after trying to install the driver and reboot my system... I'm convinced i haven't been able to find the correct driver... The information off the card is...Soundblaster Audigy 2ZS M:SB0350... If anyone can help out i would greatly appreciate this...Famke.

    I'm new to this, but I also had trouble for a while in finding and installing the right drivers. Eventually I got it to work with the link below. Follow the steps and select everything it suggests (I did and it worked for me). You might want to try it and see if it works for you too. Good Luck. http://www.creative.com/language.asp...wnloads/su.asp

Maybe you are looking for