How do I know that I will like InDesign CS6 IF I CAN'T TRY IT FIRST??????

For the past two weeks, I have been trying to download the free trial for InDesign CS6 without success.
Every single time - no matter what time it is, day or night - I open the Creative Cloud, I get the "Unknown Server Error. Sign in is currently unavailable. We are unable to access your account. Please try again later." message. This is really frustrating especially after I got an email from Adobe on 02 JUL stating that "your 30-day trials are ready" and when I tried to download them, I got the same exact "Unknown Server Error..." message.
Is this a set-up to make me BUY Creative Cloud before I TRY InDesign? If it is, cancel my free trial of Creative Cloud and I will use Microsoft Publisher instead.

Please perform the solution provided in the given article:
http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launchin g-cc.html

Similar Messages

  • How do we know that which processing Class doing what functionality ?

    Hi SAP HR Experts .
    Q:-1 How do we know that which processing Class doing what functionality ?
    Like : Processing class 1 , 2 ,... etc .
    Similerly Simulation Class is On (Check Box is Ticked) then what impact we occur ?
    Kind Regards : rajneesh

    Hi Rajneesh,
    The best way to understand the processing class is to go thru each and every class in table T512W_D ( Go to SM30 -> t512w_d ).Here in this table you will have the wagetypes ,just double click on the wagetypes and you will find the screen with processing classes. Just go thru each and every class by f1 . Each class is having its own importance and implication.
    Same with Cumulation class. Go to SM30 -> enter T54C3. Follow the same logic here too, and try to analyse the max thru f1.
    This is how we can understand the logic.
    Regards,
    Sri..

  • HT2101 i got an iphone 5c last saturday. i noticed that after merely 5minutes of using facebook, my phone got warmer than the usual. i know that phones will get warm if being used but getting a warm phone after just 5minutes of surfing with 3G seems not n

    i got an iphone 5c last saturday. i noticed that after merely 5minutes of using facebook, my phone got warmer than the usual. i know that phones will get warm if being used but getting a warm phone after just 5minutes of surfing with 3G seems not normal. compared it with iphone 5 and 5s and they are not getting warm like that. is it a software or hadware issue?

    My eyes just glazed over...Please in the future break down each of your issues with paragraphs separated by two carriage returns. It would be much easier when trying to address your issues.
    Go to Apple menu -> System Preferences -> Keyboard and Mouse -> Mouse
    And edit your mouse settings to do what you want it to do.
    Secondly, this is not the place to vent. If you have a complaint, there is:
    http://www.apple.com/feedback/
    or http://www.apple.com/contact/
    We are just end users here helping other end users.
    Third, from my understanding, it would appear you are concerned about the noise the hard drive makes when it falls asleep? Why not put your machine in screen saver mode instead? Apple menu -> System Preferences -> Energy Saver turn off all Energy Saver settings, or set them to run Never.
    Fourth, if your machine was purchased just a few days ago, you may still be able to get an exchange from the store, quicker than you can get a repair done. You may want to look into that possibility.
    Fifth, it does appear you found the Logic forum. I would persist in asking there how to solve your technical issue with Logic regarding the audio. It may be you don't have to do anything special to the hard drive. Remember audio can be transmitted by wire, avoiding ambient sounds.
    Good luck!

  • How should i know that i have or already installed these in my database?

    my question regarding the steps in Post Installation Actions in installing patchset Oracle 9i Data Server 9.0.1 Patch Set 4 for Sun SPARC Solaris (32 bit Database)
    I'm not very sure about the instruction..
    How should i know that i have or already installed these in my database?
    Should i run all even if i don't know whether i use them or not?
    Or should i do nothing, and continue to my next patch installation?
    -Execute the following step only if you have JAVA enabled in your database:
    -Execute the following steps only if you have installed the Oracle Label
    Security option in the database you are attempting to modify:
    -Execute the following steps only if you have JAVA enabled in your database:
    -Execute the following steps only if you have installed UltraSearch in the
    database you are attempting to modify:
    -Execute the following steps only if you have installed Oracle Spatial or
    Oracle Locator in the database you are attempting to modify:
    -Execute the following steps only is you are using the RMAN catalog.:
    Plz advise..
    Regards,
    Rushdan Md Saad.

    It all depends. You don't NEED anything, Firefox runs just fine with it's default setup, and you don't need to install anything to fully experience the best of the web. But lets say you don't like ads. Install Adblock plus. Lets say you want to change themes, there are dozens of them. It's all personal preference.

  • How do we know that some of the jobs have been held up in the BW system.And

    How do we know that some of the jobs have been held up in the BW system.And after we know that some of the jobs have been held up, how do we restart it?Please provide me an answer.It is very important.I will assign points
    Regards,
    Poonam

    Hi,
    Tcode sm37 is the place where you can see the background job status.
    Jobs have been help up
    as per my understanding
    1) job has been triggered and kept it in hold
    Now when a job has been triggered, and is kept in hold for its associated process, then you have to wait, becuse the target on which the job has been run is currently used by other and because of this the present job is kept in hold.
    Also see the st22 for any shortdumps.
    2) Job itself has not yet triggered
    The jobs will be in released state and will not trigger, normally this occurs when that particular job is waiting for the event to trigger it, and probably the even has not yet triggered or even if triggered the communication mightnot have been made to the job to trigger. These situations can be attributed to many things lyk system performance, or some internal comm failure, some DB dead locks etc.,.
    Now for the first one, start the job immediately with high priority ( if required ) and once completed reschedule it again as normally it is running
    for the second , you can trigger the particular event in sm64 and c has the job came to active state or not.
    or else you can copy the job and schedule is immediately.
    Hope this helps
    Janardhan Kumar

  • How do I know that there are double-byte characters in s String?

    Hi!
    If I have a String that contain English and Chinese words,
    How do I know that the String contain double-byte characters(Chinese words)?
    Following is my method and the problem I suffered...
    String A = "test(double-byte chinese)test";
    byte B[] = A.getBytes();
    if(A.length() != B.length)
    System.out.print("String contains double-byte words");
    else
    System.out.print("String does not contain double-byte words");
    If the String contains Chinese words,then A.length() will be smaller than B.length...
    I run the program on Window NT workstation(Tradtional Chinese version) and it works...
    Then I run the same program on Redhat 6.0(English version),
    but the result was not the same as running on NT...
    because A.length() always equal to B.length...
    I guess that's because of Charset of OS...
    But I don't know how to set the Charset of Linux...
    Does anybody have other solution to my problem?
    Any suggestion will be very appreciate!

    A String is always in Unicode. You cannot see what kind of character is in the string unless you compare with the Unicode range of charcters. E.g. 3400-4DB5 is CJKUnified Ideographs extension A. Then you at least know that is is not Latin-1 or other.
    Klint

  • Hi, for Iphone tips page "see when a message was sent " , then how do I know that the message has been read?

    Hi,
    for Iphone tips page "see when a message was sent " , then how do I know that the message has been read? Thanks  

    Hi Bhavesh,
    Please see my replies inline:
    > 1. If i remember your ealier thread correct also, I
    > would suggest that you drill down in Where Did the
    > Error Occur. Instead of no restriction, select
    > Adapter Engine and also your Corresponding Adapter
    > and then trigger the error message and check if the
    > alert is triggered.
    When I click on "Where did the error occur" -> "Adapter Engine", I do not have a choice of errors from the dropdown. I only see one option "*".
    Is this right?
    > 2. ><i>When I click on "Alert Inbox" ->
    > "Subscription", I get a message "The table does not
    > contain any entries". Is this correct?</i>
    >
    > Yes this is correct. You have defined in your alerts
    > as the option as FIED RECIPIENTS. You also have
    > options like Reciepients via User Role and
    > Subscription Authorization in ALRTCADTDEF.
    >
    I see.
    I've also managed to overcome this problem by selecting "Subscription Authorization" in the Alert Category Definition page, and entering SAP_XI_MONITOR as one of the roles.
    After that, I am able to see a the alert category defined. By default it's already subscribed, because I'm using the same user - PISUPER.
    I saw in another post that the option "Suppress Multiple Alerts of this Rule" should be left unchecked. I tried that, but I still do not see any alerts raised in ALRTDISP.
    What did I miss?
    Please help.
    Thanks.
    Ron

  • How do i know that my macbook is full of charged?

    I am a new user for Macbook pro.
    When i charge my Mac for the first time, how do i know that it is already full of charged?

    charging light will turn from amber to green.
    If you have your battery set to show the menulet in upper right corner, you can click it to see percentage.

  • I purchased extra icloud space to store my photos, videos etc in a process to switch my phone, as my current one is broken. How do I know that my photos have gotten to "the cloud"?? Forgive me, I'm new to this process.

    I purchased extra icloud space to store my photos, videos etc in a process to switch my phone, as my current one is broken. How do I know that my photos have gotten to "the cloud"?? Forgive me, I'm new to this process. and did I do this correctly?

    Photos and videos in the camera roll are included in your iCloud backup.  Restoring the backup to your new phone will recover them.

  • How do I know that Homesharing is working - without waiting for hours to check destination device?

    How do I know or can tell that Homesharing is working between iTune devices without having to wait some time to check the destination device?

    1. How does the client device know which Airport to connect to?
    The Mac computer will automatically connect to the wireless access point with the strongest signal...which is probably the closest AirPort. An iPhone or iPad may not do this and will tend to stay connected to one AirPort.
    2. How can I tell which of the Airports the attached client device is using?
    On a Mac, open Macintosh HD > Applications > Utilities > AirPort Utility. Click on one of AirPorts. In the area to the right, locate the AirPort ID and jot that down. Then do the same for your other AirPort.
    Move your Mac near one of the AirPorts and log on to the wireless. Hold down the option key on the Mac while you click the fan shaped AirPort icon at the top of the screen. Look for the BSSID. That is the AirPort ID of the device to which you are connected.
    If you are close to the "remote" AirPort, and you see the AIrPort ID of the "main" router when you are testing, then you know that the network is not configured correctly.
    Can I use this second Airport Express to extend the wireless network via "Extended Wireless Network" while the other two are in "Roaming Netowrk" configuration? Without bogging down??
    There will be a modest 10-15% bandwidth loss with the "extend" setup, assuming that the Express is located where it can receive a strong wireless signal from the AirPort to which it is associated. You can avoid the bandwidth loss if the Express is also connected via Ethernet as part of the roaming configuration.

  • How do I know if it will fit on one DVD?

    So I am working on a DVD project (My first one) and I have about 12 movies that are about 20-25 minutes each in .avi format. The total size for all of these movies is about 3.07 GB.
    How do I know if iDVD will be able to fit all of these movies on one DVD? Does it go by the 60min rule regardless of file size, or will all twelve movies be able to fit on one DVD? a DVD golds 4.7Gb of information right? So it should fit theoretically, but it is almost 3.5 hours of video.
    Is there a fill bar or something within iDVD that can estimate how much space I have left for a DVD based upon the images, menus and movies I add to a project? I dont seem to find one in the iDVD project window and the Help file did not turn anything up.

    The size (MB or GB) of the input files doesn't matter to iDVD. What matters is the length (in time).
    iDVD renders/compresses/multiplexes your video into MPEG2 format which is the format of a playable DVD. With a single-layer DVD you can fit up to 2 hours of content (video, titles, etc.); with a dual-layer DVD you can fit up to 4 hours of material. iDVD will make choices of how to render your video depending on your quality choices in iDVD Preferences.

  • How could i know that my iphone 4 s r unlocked completed

    How could i know that my iphone 4s are unlocked completed?

    If you requested an unlock from the carrier the device is locked to, they advised you they had approved an unlock, then generally the method to complete the unlock is to restore the device as new through iTunes, at which point you will see a message on iTunes when complete that says, Congratulations, you iPhone is now unlocked.

  • How would i know that i have bought a genuine product of sony?

    incase i tried to buy from third party store like ebay how would i know that its a genuine sony product?

    Get the Previous interval value that is 1 day minus of current interval starting day.
    and get value from the table
    E.G you have current value like this.
    current value
    start date : '01.02.2006'
    end   date " '31.12.9999'
    Previous value
    start date : '01.11.2005'
    end   date " '31.12.2006'
    Regards,
    Wasim Ahmed

  • How do u know that your zen micro suffer from headjack proble

    I went to change my black zen micro on 7/6/2005 (b'cos of headjack problem) and again i think it happening again...awh :angry: i didnt really used my mp3 and i didnt really know how it suffer from this probelm,
    .What are the effects or How do you know that your zen micro suffer from headjack problem ?
    2.Can we change colour when we sent the Zen micro to repair ?
    awh somebody help mi...

    you know u've been hit with the headphone jack problem when the music channels out of the left and right ears and if you wiggle your jack (depending on which way) you music will fade in and out and become distorted, its happened to me twice already, although my new micro seems much more firm thent he last three.

  • How would I know that my phone is not fake?

    My iphone4 have a different regulatory logo printed at the back than the usual iPhones here in my country, how would I know that my phone is not fake? i bought it from Thailand but its regolatory logo seems to be 'South Korea'.

    These days it is pretty difficult to spot fake ones. You can always compare your specs to the ones listed on Apple's official iPhone page and see if it matches up.
    A few things fake iPhones can have that real ones dont: FM Radio, Expandable storage, colors other than black or white, Dual-Sim, stylus use (not compatible with a real iPhone), removable battery, lack of wi-fi or bluetooth. And of course if you can't use it in iTunes, that's a giveaway.

Maybe you are looking for

  • Animated Gif on problems when published

    Hi, Can anyone help? I've imported an animated gif and used it on my stage but when I publish it it doesn't work on a webpage and says that the Gif is missing. Does anyone know how to solve this problem? Thanks

  • Layer Opacity shortcuts not working on mac OSX 10.9.5

    Hello, I work on a macbook pro retina (OSX 10.9.5.) with photoshop CC and the shortcuts to change the layers' opacity don't work. When I press a number (with a tool other than the brush tool), I know it should change the layer's opacity depending on

  • Class.forname("").newInstance();   =   Problem!!  ;)

    I am distributing the application I am developping as a Jar file... In my application, there is a tool which interacts with a Database.. As there is more than 1 existing database, and that they all require different drivers, I do not want to have to

  • How do I download music bought on other devices?

    My brother and I share an account, and he has bought songs that I want on his iPod and computer. These songs don't automatically show up in my library, although I know they can. So how do I go about doing that? Also, how can I do an immediate search

  • Change items' order in a list by drag-drop

    Hi, Is it possible to allow the user to change the items displayed in a List by just drag-&-drop? Thanks.