HFM Installation help

I have installed in my PC
1. Essbase
2. Planning
3. Reports
4. HFM
While configuring HFM
--> HFM Config utility
Under Application Server Tab :
I gave Dcom User Info : domain user name : Admin
Password : Password
confirm Password : Password
============================================
Application Security :
============================================
Creator Group : Everyone
Admin Group: Blank ( I didnt given any thing).
=================================================
working folder and database Link
=================================================
C:\Hyperion\FinancialManagement\Server Working Folder
Database Link File : UDL:
Provider tab:
============
I have chosen for microsoft OLEDB Provider For SQL Server
Connection Tab:
==============
1. Select Enter User name: admin (System name)
2. Enter info to logon to the server
2.1. use windows NT integrated security
2.2. Use a Specific user name and password
I have chosen 2.1 because, I am unable to chose 2.2. option as
per HFM installation document. I have selected one database from the select database option
After that I am moving to Application server clusters
Am getting this error :
There must be a valid database connection in order to set Application server
clustering. Please check and apply working UDL.
Could you pls suggest me how to come out from this step?

On the connection tab for your .UDL file, have you clicked the Test Connection button to make sure the connection details specified in the .UDL are working?

Similar Messages

  • Itunes says I must update to 11.1, but everytime I try to run it I get an error message saying:  "an error occured while running installation"  Help?

    Itunes says I must update to 11.1, but everytime I try to run it I get an error message saying:  "an error occured while running installation"  Help?

    The full message reads:  "Errors occurred during installation before iTunes could be configured.  Your system has not been modified.  To complete the installation, run the installer again.  Click finish to exit the installer."
    I have run it again and get the same message.  Have rebooted and tried again.  Same results.

  • Planning & HFM installation in 2 seperate servers

    Hi All,
    I would like to install Hyperion EPM 11.1.2. The requirement is to install Planning & Essbase in one machine and HFM, FDQM on other machine. Can you pls. suggest which machine that i've to install shared services and which one i've to opt for Reporting & Analysis. Can i install & configure Shared services, Planning/Essbase, Reporting & Analysis in first server and only HFM, FDQM in the second server ? With this i've to use Workspace, FR, WA in the first server for HFM as well. Can i do that ? Pls. advice
    Thanks,
    PVR
    Edited by: PVR on Mar 25, 2011 1:16 PM

    Hi John,
    I've installed Foundation, Planning, Reporting and Analysis in First server. Now when i launch installTool.cmd in the second server to install HFM and FDQM, under Foundation services "Weblogic Application server" is automatically selected and is not in selectable mode. Is it must ? How about "Oracle HTTP Server" and "Foundation Services Web Applications". Do we need these 2 for HFM installation ?
    From Reporting and Analysis category, what components that i've to select ? Do we need "FrameWork Web Application" and "Framework Services and common Libraries" for HFM installation? What else we've to select from Reporting and Analysis ? my intention is to use workspace and FR and Web Analysis from the first server for HFM. Pls. advice
    Thanks,
    PVR

  • Help "adobe installation helper a cessé de fonctionner"

    Bonjour, je me permet de poster sur ce forum puisque depuis hier je suis confronté à un grave problème.
    En effet, je suis dans l'obligation de réinstaller le logiciel "Adobe reader", sauf que lorsque je lance l'installation, une boite de dialogue s'ouvre et m'indique que "Adobe Installation Helper a cessé de fonctionner (Windows peut rechercher une solution au problème en ligne.)."
    Ainsi, je viens ici dans l'espoir de trouver une réponse à mon problème. Bien sur, vous vous douterez que j'ai déjà exploré les différentes propositions étant dans mes cordes que j'ai pu trouver sur la toile ! Merci d'avance.

    Oups,
    Je suis sous Windows 8.1 et le probleme survient quand je veux imprimer, le clic sur "Imprimer" ferme PSCC après appartion du popup. Seul PSCC est ouvert et j'ai 20 mo de mémoire.

  • Installer help application missing

    Hi,
    I just got a mini mac, and I re-install everything, updates new OS to 10.5.6 from apple and everything works fine.
    However, when I tried to install the "Stuffit Expander 2009", I got the error message saying "Missing Critical Component. Installer help application missing."
    Could somebody help me? I am new to MAC.....
    I'd really appreciate the help.
    Thanks

    I just got the same message. I downloaded an Expander 2009 .dmg from VersionTracker.com and it installed just fine - give that a shot.

  • How do I install CS Production Premium "Content and Installation Help" (disk 3 of 3)?

    Hi,
    How do I install the CS Production Premium "Content and Installation Help" disk (the 3rd of the 3 disk set although it's not labelled as disk "3")? There's an autorun.inf file but no setup.exe. The generic on-disk installation instructions are useless for this disk since they assume a setup.exe file exists.
    The disk contains the following folders: Adobe CS6 Speech Analysis Models, Adobe Encore CS6 Functional Content, Adobe Premiere Pro CS6 Functional Content, and Fonts.
    Thanks!

    There is no installer for the files AudiosBro they are additional content which can be added to those applications.  For specific inquiries about the contents please post in the applicable forum for that application.  You can find a list of available forums at https://forums.adobe.com/welcome.

  • TS3212 im trying to install itunes but a message pops up saying this version is for 32 bit please use 64 bit installer, help?

    im trying to install itunes but a message pops up saying this version is for 32 bit please use 64 bit installer, help?

    Okay ... try seeing if you can download an iTunes64Setup.exe from the following download page:
    http://support.apple.com/kb/DL1577

  • Updated 8i Installation Help Page

    I have updated the 8i Installation Help Page. In particular, I have completed the section on "Configuring Net8".
    http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html
    I have also updated the section "Post Database Creation Procedures" the other day and discussed the bug with the startup and shutdown script provided in the Oracle8i Linux Installation Guide.
    null

    Chris,
    Although I e-mailed you this already, I am reposting it for others:
    The scripts are not meant to be run by the 'oracle' user by the 'root' user, as
    these scripts are executed during startup and reboot. That's why you see in the
    an 'su' command such as:
    su - $ORA_OWNER -c $ORA_HOME/bin/dbstart
    to change from 'root' to 'oracle', and return to 'root'
    You should not be prompted for a password during startup and shutdown, as it
    connects as 'internal'. If the user 'root' is prompted for a password, add the
    linux group 'dba' as a secondary group of linux account 'root'.
    In RedHat 6.0, I get on my screen:
    Starting up listener8i [OK]
    Starting up oracle8i [OK]
    Starting up names8i [OK]
    Also true for shutdown. Your /var/log/messages will show you the output from
    svrmgrl, it it indeed startup and shutdown.
    Also, make sure what are the run levels in RedHat 6.1 for HALT, SHUTDOWN, and
    the default runlevel. These are indicated in /etc/inittab. As I am using RedHat
    6.0, these runlevels may be different with RedHat 6.1 and other distros for that
    matter.
    In RedHat 6.0, HALT is 0, SHUTDOWN is 6, and default is 3. If they are different
    in 6.1, then you need to make the link in the proper directory under /etc/rc.d.
    null

  • Keep getting error installation helper has stopped working for readstep2

    keep getting error installation helper has stopped working for readstep2

    attach a screenshot of that error message, FAQ: How do I capture and post a screen shot or... | Adobe Community

  • Issue with HFM installation

    Hi friends,
    I am using iss 6.0 for web server and tomcat as application server during installation.WE are using 2 systems
    t1-windows xp
    t2- windows 2003 server
    I am aware that iis5.1 in windows xp is not suppoted as per the support matrix.Initially i installed everthing i.e.
    shared services, BI client and services,UI,HFM,EPM,tomcat ,iis(ap server,web server repectively)
    In this scenario everthing was working fine except one problem
    I was able to create an application using HFM win32 client and load data on it.But when i open the same application in workspace it gives me "appcontainer not found" error. I think that was because iis5.1 was unable to host 2 sites - HFM and EPM simultaneously
    Second step:
    To get rid of this issue i took t2 system and installed only HFM and EPM webserver part only and HFM win32 client.
    HFM virtual directory doen't appear on iss6.0 so I manually created the one giving it the path of my "WEB" Folder created inside Financial management.I accessd it from other system and i was getting the default page printing "HFM"
    Third step:
    Nw i configured Financial management in t1 system.In product instance config i gave it the path of t2
    as webserver location and it is scucceded . Then during financial management config., i got 5-6 tabs to be configured
    like appserver,server-cluster registration,web server etc. I am just trying to reconfigure web server tab. I am trying to give UNC path for the HFM web folder installed in t2 server.But it is giving me "an unknown error occurred"
    More questions:
    1) is tomcat supported as app server in windows xp???
    2) I saw iis, Apache HTTP server(web servers for HFM) ,and tomcat(appserver for HFM And EPM) and mod jk module
    I am unable to understand the process flow of HFM.And how all these are used in the entire process of client request and server response.
    3) How these app and web servers can be distributed to different systems
    4)What should be the ideal configuration if we want to install all the above modules + FDQM in multiple systems
    Pls help me out if u know any of the answer

    If it says the host doesn't have enough memory, then you have too little memory available for vbox to use. How much RAM does your host have? I'm currently testing in vbox as well on Debian, I gave it 1GB of RAM and it's more than usable in cli, a little slow once you have a desktop environment up but it works. If you have less than 2GB of ram try giving it 512MB or more. Remember to close anything that you don't need to free used memory.
    Since you haven't installed the base system, just make a new machine and pay attention to the initial settings.
    Also, check your email.
    Last edited by barhi (2014-08-31 20:11:44)

  • HFM config help! PLZ

    Hi friends
    I have installed HFM, shared services, Reporting and Analysis and -reporting and analysis UI IN xp I HAVE 2 GB RAM AND 2.4 GHZ PROCESSOR
    I need help for HFM configuration utility.
    i have hard time and don't understand where exactly i need to link the below sources
    APPLICATION SERVER
    1) C:\Hyperion\FinancialManagement\Server Working Folder
    WEBSERVER tab
    web directories
    1) webservice installation directory
    2) file transfer directory
    3) URL for      1) financial reporting,
              2) web analysis,
              3) planning,
              4) HAL translation manager URL and fianlly
              5) financial data management URL
    PLEASE DO HELP ME TO CONFIGURE THIS APPLICATION.

    APPLICATION SERVER
    1) C:\Hyperion\FinancialManagement\Server Working Folder
    This is the folder where all of your database files for each application will be stored.  You will need to specify a datalink file in the next field down entitled “Database link file.”  This will be a .UDL file if you are using Windows Servers.
    WEBSERVER tab
    web directories
    1) webservice installation directory
    2) file transfer directory
    These are the webroot directories that correspond to your IIS virtual directories (file location for your website)
    3) URL for 1) financial reporting,
    2) web analysis,
    3) planning,
    4) HAL translation manager URL and fianlly
    5) financial data management URL
    Depending on which application and web servers you chose, these URL’s and port numbers should already have been configured in the Configuration Utility after the installation, so unless you are using HAL or FDM, you shouldn’t have to supply a URL here.  If you haven’t configured them, you should do so in the Configuration Utility at Start | Programs | Hyperion | Foundation Services | Configuration Utility and not here.

  • Creative Audigy Platinum Installation Help with Pentium 4 3.2GHz HT Enab

    :mansad:
    Dear Fellows,I have recently upgraded to a new Pentium 4 machine. The config is as follows:Pentium 4 3.2eGHz MB cache HT (Hyper-Threading Enabled)Intel Original 865GBF MainboardGB Kingston DDR 400MHz RAM20GB SATA WD HDDSound Blaster Audigy PlatinumATI RADEON 8500 DV 64MBThe problem I am facing is with Audigy Platinum. Once I install the operating system (Win XP) and move to the installation of Creative Audigy Platinum Sound card. All the applications are installed and the system hangs while updating *drivers*. I restarted but it corrupts the whole operating system conflicting with Display Driver, Mainboard driver as well as Windows. CD/DVD Rom also disappear. I then reinstalled operating system again. I would like to request for help and solving this issue and I dont want to get rid of Creative Audigy. I have heard complaints with Hyper-threading technology but I disabled it and the same problem occured. I tried everything e.g. latest drivers from Creative website, BIOS updates, Driver updates etc etc. The problem starts once the drivers are to be updated for Creative Audigy Platinum.Anticipating your response soon.Regards,

    Hi Jeremy,
    I would like to thank you for your kind assistance with my problem.
    Heres the good news, I finally managed to install and run my Creative Audigy Platinum perfectly.
    Credit goes to your assitance and support.
    For your info, I would like you to know what I really did.
    I have an Intel Genuine 865GBF mainboard. I installed clean copy of Windows XP (SP) and downloaded and installed latest Chipset INF utility from Intel website. I guess this utility tells the mainboard what kind of hardware is configured on the board.
    Please note that I did not add any PCI card except the AGP graphics card.
    After finishing Windows XP, I installed the Creative Audigy Card in a different PCI slot. When windows started, it detected the sound card installed.
    I simply ran the driver and programs from the Creative CD and it installed perfectly. I then updated the drivers downloaded from the Sound Blaster site in correct order.
    After finishing with Creative Audigy Platinum installation. I installed other hardware devices, service packs, AV and applications.
    Its the third day and everything is running well.
    I just wrote the steps if someone else faces the same problem, he/she can sort it out the same way.
    Thanks again for your help.
    Best regards,

  • Oracle 11g SOA-BPM PS3 Installation Help

    I'm not a super techie, so installing the latest release from Oracle was a challenge, but I encountered a number of problems and kept notes of what I did to solve it. Many of these hints came from the Forum, but nothing had all of the relevant info under one thread. So here is what I pieced together. If this is helpful to anybody, I'd love to hear it - either on this thread or at my e-mail address of [email protected]. My thanks to Linus Chow of Oracle for some help and allowing me to think I could do this!
    Comments/Suggestions on Oracle 11g SOA-BPMN PS3 Installation_
    Suggest downloading all files into a common directory. I stuck this folder at the root (C:) drive. At collectively just over 5 GBs, the downloading will take several hours (for me it was a full day, as did the installation). You will need an OTN account to be able to download the software. A good overview of PS3 is at the following link: http://blogs.oracle.com/bpm/2011/01/bpm_suite_11gr1_ps3_released.html.
    General comment/suggestion. Be sure to name the aforementioned folder without any spaces (big problems if this is done because of how unzipped files do/don’t work with a path name with spaces in it). As the installs get started, note that an Oracle directory (under the root) with a default name for the middleware directory, named Middleware, is created as the default.
    The link with the installation is actually helpful, but it is incomplete (http://www.oracle.com/technetwork/middleware/bpm/downloads/index.html). Some of the detail needed is in the quick installation guide (http://download.oracle.com/docs/cd/E17904_01/install.1111/e14318/toc.htm, and I suggest downloading the PDF version), but the order conflicts with the previous information. I resolved this by using the latter for detail, but the former for the sequence. I also had to turn to several blogs/forums (the main one being: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html) to get help on troubleshooting problems with the installation (see below for others).
    I have a Windows 7 Professional 64-bit version, but I ended up following the path for the 32-bit install path (see the main link cited above), mostly because it was unclear to me what the 64-bit path would be. I also already had the 32-bit version of the JRE installed. The following links cover identifying the differences and what you may have installed as well as alternative versions to download: http://www.java.com/en/download/faq/index_general.xml?user_os=Windows%207; http://www.java.com/en/download/faq/java_win64bit.xml; and http://www.java.com/en/download/manual.jsp.
    Another general comment/suggestion. I found it useful to reboot after each step. It shut down services that I would otherwise have to search for and shut down manually. Some of the installations require services activated by previous steps to be turned off, so you’re better off doing something like this rather than encountering such an error in a subsequent step.
    Step 1: Installing the XE database. The file is an .exe file, and will execute upon a double click. However, the instruction regarding RCU is best saved until the 3rd step, doing it just before you install the RCU. More importantly, there are some things to keep in mind about the database install. First, after installation, you should sign on to the DB, using the Go To DB Home Page option under the Express Edition (XE) folder or set of menu options (created as part of the installation), under the SYSTEM user account. During installation, you’ll have to have given a password for this account, so make sure it is one you can remember. After signing on as SYSTEM, give the SYS user account another (or same) password that you can remember. You will use the SYS account in subsequent steps. Second, there is a parameter for the database that must be changed from the default. This is covered in the links below: http://blogs.oracle.com/tridib_samanta/2010/03/rcu-6107db_init_param_prerequisite_failure_for_processes.html and http://cn.forums.oracle.com/forums/thread.jspa?threadID=1004605. To solve this, select SQL button on the DB home page, then SQL Commands button on the next page, paste/enter into the pane at the top the following command, “ALTER SYSTEM SET processes=300 SCOPE=SPFILE;” (but without the quotes), and then click on the Run button. (The parameter must be greater than or equal to 200, but I found references to setting in equal to 300 or 500.) Then you can log out and close the web page.
    At times, the DB might not be started when you are expecting it to be running (e.g., after a reboot), which is covered in this link: Oracle 10g database homepage not working? (You’ll know that it is isn’t running if you try to open the Go To DB Home Page option and it won’t open, displaying an error page instead.) I found that the simplest way to fix this was to go to the Control Panel, Administrative Tools, Services, and then look to see if the OracleServiceXE service is started. If not, then restart by right-clicking on that service listing and choosing the appropriate option to execute.
    Step 2: Installing WebLogic Server. Either before or during this process, you will need to set up an Oracle Support Account. However, you need a customer ID to be able to create a profile. I was thus not able to complete a profile, so the WLS installation defaulted to the Anonymous registration option. This still needed an e-mail address though, the same one with which you would create the Oracle Support profile, so you should have one at the ready. (It would not accept the e-mail address for my OTN account.) As far as I can tell, the consequence of this path is that I cannot automatically get patches and such. I figure this is a problem to be solved another day. The Oracle Support links are: https://support.oracle.com/CSP/ui/faq_en.html#SignIn and https://support.oracle.com/CSP/ui/flash.html.
    If you go with the default, the middleware directory is just Middleware under the Oracle directory. If you select a different name or location, you will need to remember where it is and what the name is. You should also note the folder name for where the JDK was stuck, which for me was JDK160_21 under the Middleware directory.
    Step 3:  Installing RCU. The trickiest of the steps. Unlike with the previous two steps, this installation first happens after the downloaded file is unzipped. You MUST unzip into a directory for which the full path name (and not just the one you create upon extraction) is without any spaces. (You can use the underscore symbol instead of a space to indicate separation.) Unzip the folder/files, and then open the Command Prompt window. Using the cd command, work your way to the full path name to where you just unzipped these files. Next, continue to work your way down to subfolders created during the extraction process. You want to end up at the rcuHome\BIN\ subfolder. THEN do the RCU-related command cited in Step 1. Type in at the prompt the following command and hit enter: set RCU_JDBC_TRIM_BLOCKS = TRUE. Then, type in rcu.bat at the prompt and hit enter, which will run the installation and configuration sequence. This is realized through a series of windows that open for you to input information and make selections. Use the document at the following link of specific guidance as to what the configuration screens should have entered on them: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html. This includes things like the service name (XE) and the host name (localhost) to enter, assuming you are installing this on a laptop or PC for local use only. Some other helpful links for troubleshooting the RCU installation are located at: http://download.oracle.com/docs/cd/E12839_01/doc.1111/e14259/rcu.htm#CIHGHDBG; http://oraclebi.blogspot.com/2010/08/rcu-and-what-it-means-for-you.html ; Re: RCU 11.1.1.4 install fails on Oracle XE and http://cn.forums.oracle.com/forums/thread.jspa?threadID=2162409&tstart=0&messageID=9336791.
    The RCU sets up DB schemas and the like for the BPMN and SOA stuff. The screenshots in the previously mentioned document should be followed exactly. You can also refer to pp. 5-6 of the Quick Installation Guide. You should use the SYS user account (the default, I think), so have the password handy.
    I also found it more comforting to shutdown the RCU installation/configuration via the cancel option than to keep going back a screen to fix something. This may not have been necessary, but it made me feel better. Be prepared for interim screens that pop up to show that the installation/configuration is happening, which will also tell you there are errors. One such screen says that XE isn’t supported for RCU, but you can ignore that (as the supporting guidelines indicate).
    Step 4:  Installing JDev. This is an executable, and you just install with all of the defaults. This process will start the WLS as part of the installation, so you must turn it off before going to the next step. Again, I just rebooted to do this.
    Step 5:  Installing SOA Extensions for JDev. Instructions on the page at the main link are clear and correct. The 2 screen shots must be reviewed and adhered to completely in checking off options. The first selection defines the areas where updates are to be sought out, while the second selection is from the available option(s) from those areas. In this case, you are only installing the SOA Composite Editor, though there are several other updates/extensions from which to select (but don’t, at least for now).
    Step 6: Installing BPM Extensions for JDev. Same comment as for Step 5, except that the option you want to select is not as what is indicate (the BPM Composite Editor) but the BPM Process Studio! I would advise against doing these as part of the same update sequence. In fact, I closed out JDev completely (though I did not reboot) between Step 5 and Step 6.
    Step 7 and 8:  Installing SOA Suite. I suggest unzipping both of the downloaded zip files. Again, it is critical that the full path name into which files are extracted contains no spaces. Once unzipped, you should navigate to the Disk1 folder under the directory into which the first zip file was extracted, but you should do this with the Command Prompt window and the cd command. From this prompt, you should type in “setup.exe -jreLoc {location of JDK}” (without the quotes) and hit enter. The {location of JDK} is where the JDK was installed as part of the WLS installation. For me this was in folder JDK160_21 under the Middleware folder in the Oracle directory. Refer to pp. 12-15 of the Quick Installation Guide. This took me a couple of tries before I actually got the installation screen to show up correctly. Some of what this looks like is also in the following link: http://blogs.oracle.com/SOA/2009/08/installing_oracle_soa_suite_11.html.
    What you may eventually figure out is that 5 installation disks are stretched across two zip files. Once the installation of disks 1 and 2 are done, a popup window will ask you to browse to the folder where each of the next 3 disks are, which is in the folder created by the extraction of files/folders from the second zip file for the SOA Suite. As with previous steps, I rebooted after all of this was done.
    Step 9:  Installing the Business Process Converter. Unzip the downloaded file, and open the Installation Instructions Word file. It will instruct you to point JDev’s update sequence to another zip file extracted during the unzipping of the downloaded zip file for the converter. JDev will install this without much fuss or muss, but this installation is to the Studio and not to BPA. (For installation to BPA, you need to have installed BPA, and followed the other guidance in the instructions.) To get to JDev’s update sequence, follow the same first step as in Step 5, but check the option to browse for and upload from a local file. This local file will be the previously mentioned other zip file.
    -------------------------------------------------

    Create a new user oracle and proceed with the installation
    --> useradd -g oinstall oracle
    If your are forwarding your GUI using xming or vnc you would need to copy the xauth of root user and set it to oracle
    [server1:root] xauth list
    bangvmpllE.com/unix:11 MIT-MAGIC-COOKIE-1 b23d63374fe25a3577751b6b95b2210e
    [server1:root] sudo su - oracle
    [server1:oracle] export DISPLAY=localhost:10.0
    [server1:oracle] xauth add bangvmpllE.com/unix:11 MIT-MAGIC-COOKIE-1 b23d63374fe25a3577751b6b95b2210e

  • Adobe Acrobat 9 Pro Installation help?

    I have the Adobe Creative Suite 3 Design Premium for Mac. I installed InDesign, Photoshop, Illustrator, Flash, and Dreamweaver with no problems about a year ago. I realized that I never installed Acrobat...
    On the front cover it says "Install software from these discs first. Then install Acrobat 9 Pro from the Adobe Creative Suite 3.3 with Adobe Acrobat 9 Pro Upgrade Installer disc provided separately."
    I put in the "Adobe Creative Suite 3.3 with Adobe Acrobat 9 Pro" CD and downloaded Acrobat. When I got to the serial # part, I used the same serial number as I did for the rest of the Creative Suite, but it says the # is not valid?!?!
    I haven't tried calling Adobe yet...my friend tried calling the other day and he was put on hold for 2 hours >.< Any help would be appreciated!

    emilypebbily wrote:
    I have the Adobe Creative Suite 3 Design Premium for Mac. I installed InDesign, Photoshop, Illustrator, Flash, and Dreamweaver with no problems about a year ago. I realized that I never installed Acrobat...
    On the front cover it says "Install software from these discs first. Then install Acrobat 9 Pro from the Adobe Creative Suite 3.3 with Adobe Acrobat 9 Pro Upgrade Installer disc provided separately."
    I put in the "Adobe Creative Suite 3.3 with Adobe Acrobat 9 Pro" CD and downloaded Acrobat. When I got to the serial # part, I used the same serial number as I did for the rest of the Creative Suite, but it says the # is not valid?!?!
    I haven't tried calling Adobe yet...my friend tried calling the other day and he was put on hold for 2 hours >.< Any help would be appreciated!
    Had you installed another version of Acrobat 9 previously? If so try using the serial # from it.
    If not some one else has asked a similar question I have answered today. Try the answer I gave for that question.
    (Please note information is given by an Experienced User of Acrobat. I am not an employee of Adobe.)

  • Creative Cloud windows 8.1 installation help

    I installed creative cloud on my laptop yesterday, however had to do a system restore. When checking back, creative cloud wasn't there, so i went to reinstall the desktop app, upon installing it loads a little and then just disappears. please help =(

    Link for Download & Install & Setup & Activation problems may help
    -Chat http://www.adobe.com/support/download-install/supportinfo/
    OR
    -Comodo Security kills download http://forums.adobe.com/thread/1460361?tstart=0
    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    -http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html
    -http://forums.adobe.com/community/download_install_setup
    -http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html
    -http://helpx.adobe.com/x-productkb/global/errors-or-unexpected-behavior-websites.html
    -http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html
    -Server won't connect https://forums.adobe.com/thread/1233088

Maybe you are looking for

  • HT1657 It says I have rentals that have not expired but I don't have any rentals. What does that mean?

    It says I have rentals that have not expired but I don't have any rentals. What does that mean?

  • Event creation

    I posted this thread on the abap general-forum, but they told me to put it here : Hi everyone, I'm a bit stuck with the events of a bor-object. I'm new to workflows and I have to extend the WF for mm Invoices. So I created a new BOR-object wit bus208

  • Sharpening in ACR 7.1

    I'm reading the part of Martin Evening's "Adobe Photoshop CS6 for Photographers" dealing with sharpening in ACR.  As in his previous edition for CS5, he seems to be saying that putting the Detail slider at 100 is akin to USM in PS, while placing it a

  • Iphone 4s photo stream not transferring to pc

    I believe everything is set up correctly to enable photo stream however just recently it stopped transferring the photos from photo stream on my phone to my pc. It was working great prior to this and now I cannot figure out how to get it back working

  • Phone number with regular expression

    Hi, is it possible to use regular expression for phone numbers? I want to create contacts for companies with several direct dial in numbers. My idea is to make one contact for the company itself with the base telephone number and a regular expression