Installation of Oracle 10g on Fedora 9

OK,
I need to install Oracle 10g R2 on fedora 9 OS.
I have already tried 10201_database_linux32.zip, but it seems its not compatible with Fedora 9 as it says
os version must be redhat -3, suse-9, redhat-4, unitedlinux-1,asianux-1 or asian ux-2
Can anyone guide me with the proper installable of Oracle compatible with Fedora 9 and install instructions?
Thanks in Advance

Try using the doris script available here: http://dizwell.com/2008/05/01/doris-redux/
Does the job in one command, and hides your operating system specifics from the Oracle installer while it does it.
There's even a video of it being used here: http://dizwell.com/2008/09/29/proving-a-point/ Even though that's of 11g on Fedora 9, the script says it works for 10g on Fedora 9 in the same way. I haven't done that myself, but the site owner says he has, so you should be OK.

Similar Messages

  • Installation of Oracle 10g over Fedora 8??,

    Hi,
    I am installing Oracle 10g over Fedora 8 running on VMWare .
    Now the problem that I am facing is listed below:-
    --> When i try to run ./runInstaller, it gives me some following error
    Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-17_08-46-12AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    --> When i tried to troubleshoot the same, i found out that i should execute the same using command "./runInstaller -jreLoc /usr/lib/jvm/jre". I don't know why, but the same was given on One Website. Please let me know for the same, as this worked once, and now when I am again trying to do the same, the oracle installer windows open, but with abnormal termination and threw this error
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-17_09-15-17AM/oui/lib/linux/liboraInstaller.so: /tmp/OraInstall2010-01-17_09-15-17AM/oui/lib/linux/liboraInstaller.so: cannot restore segment prot after reloc: Permission denied
    Please try and provide me solution for the same.
    Also, I wanted to ask that the prerequisite packages, which are needed to install. I install them using yum installer, which always downloads and updates the packages,, Isn't there anything which i can download the same well before and install everytime I needed it. Please clear my way for this, as I always wanted to find the solution for the same.
    Thanks..
    Edited by: user12289471 on Jan 16, 2010 11:14 PM

    Hi,
    Post your question in the appropriate Database Installation.
    Thanks,
    Hussein

  • Error while installing Oracle 10g on Fedora Core 1

    Error while installing Oracle 10g on Fedora Core 1. After 40% of the Installation is thru, the progress bar is showing 40%, it gives error "Not connected to Oracle" and the installation has to be terminated.
    We have tried by using the on-line procedure and changing the required script to make believe it as said.

    Are you createing DB also???

  • ORA-12157 when installing Oracle 10g on Fedora 5?

    Hi, Im installing Oracle 10g on Fedora 5, I did it once, but when I tried to set it up again I
    got this error on the last part of the install...
    ORA-12157: TNS: internal network communication error
    Anybody know what might cause this?
    I think I have installed all required RPMs and set environment variables, kernel parameters,
    created oracle users and groups as needed, but still get the above error. I searched the error and some claim it is a problem using newer glibc 2.4.4, so I tried installing on Fedora 4 and had the same error even with glibc 2.3???
    Thanks so much,
    Jon

    Oracle Database 10g Release 2 (10.2.0.1) Installation On Fedora Core 5 (FC5 X86) Step by Step
    This is a Server Installation with a minimum of 2G swap, secure Linux disabled and the following package groups installed:
    Editors
    Graphical Internet
    Administration Tools
    Base
    X Window System
    System Tools
    Server Configuration Tools
    GNOME Desktop Environment
    Development Libraries
    Development Tools
    Legacy Development Support
    Legacy Server Support
    Alternative installations may require more packages to be loaded, in addition to the ones listed below.
    Download Software
    Unpack Files
    Hosts File
    Set Kernel Parameters
    Setup
    Installation
    Post Installation
    Download Software
    Download the following software:
    Oracle Database 10g Release 2 (10.2.0.1) Software
    openmotif21-2.1.30-14.i386.rpm
    Unpack Files
    Unzip the files:
    unzip 10201_database_linux32.zipYou should now have a single directory containing installation files. Depending on the age of the download this may either be named "db/Disk1" or "database".
    Hosts File
    The /etc/hosts file must contain a fully qualified name for the server:
    <IP-address> <fully-qualified-machine-name> <machine-name>Set Kernel Parameters
    Add the following lines to the /etc/sysctl.conf file:
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    # semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default=262144
    net.core.rmem_max=262144
    net.core.wmem_default=262144
    net.core.wmem_max=262144Run the following command to change the current kernel parameters:
    /sbin/sysctl -pAdd the following lines to the /etc/security/limits.conf file:
    * soft nproc 2047
    * hard nproc 16384
    * soft nofile 1024
    * hard nofile 65536Add the following line to the /etc/pam.d/login file, if it does not already exist:
    session required /lib/security/pam_limits.soDisable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows:
    SELINUX=disabledAlternatively, this alteration can be done using the GUI tool (Desktop > System Settings > Security Level). Click on the SELinux tab and disable the feature.
    Setup
    Install the following packages:
    # From Fedora Core 5 DVD
    cd /media/dvd/Fedora/RPMS
    rpm -Uvh setarch-*
    rpm -Uvh --force tcl-*
    rpm -Uvh libXp-*
    rpm -Uvh openmotif-2*
    rpm -Uvh compat-db-*
    rpm -Uvh compat-libstdc++-33*
    rpm -Uvh compat-libf2c-32-*
    rpm -Uvh compat-gcc-32-*
    rpm -Uvh libaio-*
    rpm -Uvh compat-gcc-32-c++-*
    rpm -Uvh compat-libstdc++-296*
    rpm -Uvh compat-libgcc-296*
    # From download
    rpm -Uvh openmotif21-2.1.30-14.i386.rpmCreate the new groups and users:
    groupadd oinstall
    groupadd dba
    groupadd oper
    useradd -g oinstall -G dba oracle
    passwd oracleCreate the directories in which the Oracle software will be installed:
    mkdir -p /u01/app/oracle/product/10.2.0/db_1
    chown -R oracle.oinstall /u01Login as root and issue the following command:
    xhost +<machine-name>Edit the /etc/redhat-release file replacing the current release information (Fedora Core release 5 (Bordeaux)) with the following:
    redhat-4Login as the oracle user and add the following lines at the end of the .bash_profile file:
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=TSH1; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/jre:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fiInstallation
    Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable:
    DISPLAY=<machine-name>:0.0; export DISPLAYStart the Oracle Universal Installer (OUI) by issuing the following command in the database directory:
    ./runInstallerEnter the appropriate ORACLE_HOME and name then continue with the installation.
    During the installation, before the linking phase, edit the contents of the "$ORACLE_HOME/bin/gennttab" file, amending the following entries:
    # Change this...
    LIB=`$ECHO ${TtoLIB} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    # To this...
    LIB=`$ECHO ${TtoLIB} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`If you don't do this the ntcontab will hang indefinitely during the linking phase.
    Post Installation
    Edit the /etc/redhat-release file restoring the original release information:
    Fedora Core release 5 (Bordeaux)Finally edit the /etc/oratab file setting the restart flag for each instance to 'Y':
    TSH1:/u01/app/oracle/product/10.2.0/db_1:Y
    Ref.: http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnFedora5.php

  • Install oracle 10g on fedora 9

    Hi,
    I want to install oracle 10g on fedora 9. is it possible.
    If yes
    I download oracle 10g for linux from
    [form oracle.com|http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linuxsoft.html]
    and when i run it on fedora 9 it give me error like
    Using paramFile: /10201_database_linux32/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                          Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2009-02-17_03-34-41PM/installActions2009-02-17_03-34-41PM.logIf i need to download diff s/w please send me any link or it is not supported.
    Thanks

    Umesh,
    I don't think so it supported but you can download oracle for enterprise linux and try it out.
    http://edelivery.oracle.com/linux
    For platform certification see following link,
    http://www.oracle.com/technology/support/metalink/index.html
    Regards

  • Install Oracle 10g  on Fedora *

    Hi,
    I have fedora 8 on my laptop.
    I am trying to install Oracle 10g on Fedora 8.
    while installing Oracle, I am getting the following error.
    "java: xcb_xlib.c:50: xcb_xlib_unlock: Assertion 'c->xlib.lock' failed "
    How do I resolved this error???
    Can you suggest me what are pre requirement packages for Install Oracle 10g on Fedora 8??
    Otherwise,
    Can you help me What are steps to follow to install on Fedora 8 ??
    Thanks for your time and attention,
    Satish

    Hi, I'm also trying to install Oracle 10g on Fedora 8 but I have the following problem: whenever I run the runInstaller file, I get this message:
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-09-06_03-23-01PM. Please wait ...[oracle@dhcppc0 ~]$ Exception in thread "main" java.lang.UnsatisfiedLinkError
    : /tmp/OraInstall2008-09-06_03-23-01PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    Can anyone please help? Thanks a lot!

  • Installation of Oracle 10g in Solaris 10 zones

    Hi Everybody,
    Is there any Documentation for Installation of Oracle 10g in Solaris 10 Zones.
    I am having multiple zones shared by one common SAN Storage.
    I want to install oracle 10g in one of the particular local zone.
    Regards,
    Prosenjit Mukherjee.

    Last time I looked at metalink the documentation said zones and containers were not supported. That may no longer be true so you should check there first.

  • Silent Installation of Oracle 10g on Windows XP

    Hi,
    I was trying out "SILENT INSTALLATION OF ORACLE 10g ON WINDOWS XP", where I was getting the following error. Can you please help me out.
    COMMAND GIVEN : D:\database>d:/disk1/setup.exe -responsefile d:/disk1/response/custom.rsp -silent -nowelcome
    ERROR THROWN : Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    Preparing to launch Oracle Universal Installer from C:\DOCUME~1\RAVIKA~1\LOCALS~1\Temp\OraInstall2011-04-06_07-54-37AM. Please wait ... Oracle Universal Installer, Version 10.2.0.3.0 Production
    Copyright (C) 1999, 2006, Oracle. All rights reserved.
    You can find a log of this install session at:
    C:\Program Files\Oracle\Inventory\logs\installActions2011-04-06_07-54-37AM.log
    .................................................................................................... 100% Done.
    SEVERE:Values for the following variables could not be obtained from the command line or response file(s):
    DEP_MODE(InstallType),
    TLDepModes(TopLevelInstallType)
    Silent install cannot continue.
    Please press Enter to exit...
    So I changed the "CUSTOM.RSP" response file parameters by adding
    DEP_MODE="EE"
    TLDepModes="EE"
    But it is still throwing me the error.
    REquesting you to help me out in this case.
    Thanks and REgards
    Ravikanth Garimella

    Pl identify exact versions of "10g" and "Windows XP". Pl also post the last 100 lines from the install log.
    Pl note that Home versions of Windows are not supported - http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#CHDHGGFE
    Pl see the Install Guide on how to use response files -
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/advance.htm#i634763
    http://download.oracle.com/docs/cd/B19306_01/em.102/b16227/c_oui_appendix.htm#BABGHAIA
    HTH
    Srini

  • Installation of  oracle 10g rac on open solaris  for X86 Machine

    Hi
    Can you please let me know the advantages of installation of oracle 10g rac on open solaris on x86 machine.And also let me know the detail steps involved in instatllation of oracle 10g rac on open solaris on x86. please suggest the recommdendation for the installation
    Thanks
    Saiprasath

    If by "advantages of installation of oracle 10g rac on open solaris on x86 machine" you mean advantages over RAC on Linux or AIX or HP/UX there aren't any.
    If you want to know the advantages of RAC over stand-alone they generally relate to:
    1. Eliminating the server as a single point of failure
    2. Transparent fail-over
    2. Incremental horizontal scalability

  • Installation of oracle 10g and AS 10G r2 in sun solaris 9.0

    hai,
    can any send me the documents regarding installation of
    oracle 10g and AS 10G r2 in sun solaris 9.0.
    regards
    ashik

    You know you can find the documentation for most products via urls here on OTN, right?
    Docu index:
    http://www.oracle.com/technology/documentation/index.html
    AS 10.1.2:
    http://download.oracle.com/docs/cd/B14099_19/getstart.htm

  • I have completed installation of Oracle 10g but I could not login into the

    Please I have completed installation of Oracle 10g into my laptop but I could not login into the database to create my new tables through SQL*Plus.
    I don't know what to type into these text fields. (1) Name, (2)Password and (3) Host.
    Please can someone help me urgently
    Fola

    There are different things here to know about.
    Did you also create database while installation ?
    If yes then
    C:\> set oracle_sid=yoursid
    C:\> sqlplus username/password
    If not then, please create the database first.
    For "I don't know what to type into these text fields. (1) Name, (2)Password and (3) Host."
    (1) Name : This is user name.
    (2) Password: This is password.
    (3) Host: This is oracle net service name configured in tnsnames.ora. Please refer to http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14212/toc.htm
    -aijaz

  • MakefileException during the installation of Oracle 10g

    Hi,
    During the installation of oracle 10g i get the following error:
    INFO: /
    INFO: usr
    INFO: /bin/ld: crt1.o: No such file: No such file or directory
    collect2:
    INFO: ld returned 1 exit status
    INFO: make: ** [ctxhx] Error 1*
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    What should i do to solve this exception?
    Thanks.

    Hi,
    which distribution you are using ?.
    check if /bin/ld exist.
    On my ubuntu I need to create severel soft links like /bin/rpm.... /bin/awk....
    Find program
    find /usr/bin/ -name id
    Create softlink
    ln -s /usr/bin/id /bin/id
    hope that can help.
    greetings Till
    Edited by: user11146329 on 09.06.2009 12:04

  • Erro during installation of ORACLE 10g

    Dear Sir /Madam,
    During installation o Oracle 10g onlinux i am facing error
    abnormal program termination. An internal error has occured. Please provide the fllowing files to Oracle Support.
    "/u01/app/oracle/orainventory/logs/installAction2009-02-19_09-47-08AM.log"
    "/u01/app/oracle/orainventory/logs/oraInstall2009-02-19_09-47-08AM.err"
    "/u01/app/oracle/orainventory/logs/oraInstall2009-02-19_09-47-08AM.out"
    Thanks
    Adeel Imtiaz
    Netsol Lahore Pakistan

    Take a look at the OS requirements located in the Oracle installation notes. You will need to have the required RPMs and kernel settings before installing Oracle for the correct architecture. For a 64-bit architecture, you will also be required to install both the 32-bit and 64-bit versions of certain packages. It's all in the release notes.

  • Oracle 10g for Fedora Linux 3 with Kernel 2.6.9

    Can any body suggest a link, from where I can download the Oracle database 10g for Fedora Core 3 Linux with Kernel version 2.6.9-1*.
    I went through the oracle site site but i was not able to find a one for Fedora 3 instead i found for Fedora 4.
    Thanks.......
    Suneel

    You will not find one exactly as you require.
    As I suggested in the duplicate link
    Oracle 10g for Fedora Linux 3 with Kernel 2.6.9 you need to take a version of Oracle that seems to close to your Linux and then carefully tinker to make it work.,

  • Reinstallation of oracle 10g on Fedora Core 2

    Dear Oracle community,
    I tried to install Oracle database 10g software (Enterprise-edition) on
    my PC (Fedora Core 2) in two steps. At first the software only
    (as described in
    http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora2.php)
    and then (using dcba) the example data base "sales".
    The first step was succesfully. The second step has led to a "freeze" of
    my computer. Input became impossible - so after running about 30 minutes
    (100% CPU usage) I stopped my computer switching the power off.
    Now I deleted the whole installation of Oracle manually as far as
    possible (as far as I know/found the changes). Afterwards I tried to
    reinstall the software. This was now impossible - the same "freezing"
    effect happened now already in the first step. What are the reasons
    for that? Can you help me to solve the problem?
    I fear that some configuration files might be now corrupted and I have to
    reinstall Fedora2 to be sure that nothing else is damaged.
    Up to now I was only a user of a Oracle data base - it is the first time
    that I try to install Oracle.
    I have read the forum stuff about installation of 10g on Fedora Core 2
    but do not find remarks for my problem.
    Here are further details which could be important:
    My PC has 2 processors and 2GB RAM and 2GB swap space.
    The PC is located in a small Intranet and gets its IP-address by DHCP.
    LINUX is installed (Fedora 2, kernel 2.6.5-1.358smp), as well as
    a Web-server (httpd-2.0.51-2.7.rpm),
    Java (j2sdk-1.4.2_05-fcs.rpm) and
    tomcat (jakarta-tomcat-4.1.30-LE-jdk14.tar.gz)
    (perhaps there is some disturbing interaction between installed
    Java-version and the Java-Version supplied by the Oracle software?)
    I followed the instructions in the installation description given in the
    above mentioned web site but with some minor changes:
    - /etc/hosts:
    127.0.0.1 obox local_host.local_domain
    192.168.2.3 oracle.home obox
    - instead to create a directory in which the Oracle software will be
    installed:
    mkdir -p /u01/app/oracle/product/10.1.0/db_1
    chown -R oracle.oinstall /u01
    I created the following:
    mkdir -p /opt/oracle/10.10
    chown -R oracle.oinstall /opt/oracle
    - The .bash_profile of the oracle user I modified a little bit:
    # Oracle Settings
    TMP=/oracle/tmp
    ORACLE_BASE=/oracle/oradata #
    ORACLE_HOME=/opt/oracle/10.1.0
    ORACLE_SID=Test1
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    # after installation I've seen that I forgot a colon between /lib and
    # /usr/lib in LD_LIBRARY_PATH - perhaps this is a reason for hanging
    # of the computer installing the example database "sales"?
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
    # after software installation I did not found $ORACLE_HOME/JRE but
    # $ORACLE_HOME/jre - and I changed the CLASSPATH
    - the following part I transfered to /etc/profile
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    - In a first step I installed only the Oracle Software without any
    problems (but with the error in the definition of LD_LIBRARY_PATH and
    CLASSPATH respectively)
    - I performed the post installation steps except that I did not change
    the content of /etc/oratab because I did not want to start Oracle
    automatically starting the computer
    - Then I started the dbca to create the data base "sales". I could enter
    all wanted parameters (I named the data base "test1" to be conform
    with ORACLE_SID . Then dcba started the creation of the data base
    but did not end (hanging)
    - I looked for possible errors, corrected the definition of CLASSPATH
    and LD_LIBRARY_PATH respectively and wanted to reinstall Oracle
    - I applied the following commands to delete all (???) data files
    created in the installation process
    rm /etc/oratab
    rm /etc/oraInst.loc
    rm -R /etc/oracle
    rm /usr/local/bin/oraenv
    rm /usr/local/bin/coraenv
    rm /usr/local/bin/dbhome
    rm -R /opt/oracle/10.1.0/*
    rm -R /opt/oracle/oraInventory
    rm -R /oracle/tmp/*
    rm -R /oracle/oradata/*
    - now (after restart of the PC) I wanted to install the Oracle software
    anew. After specifying ORACLE_HOME and running a script as root the
    OUI started to load and unzip files from the installation directory
    Disk1 and runs in an endless loop (about 66% of the work was done).
    - After restart of my PC I made a second trial and already after the
    input of the first parameter the OUI runs in an endless loop
    - the endless loop: 2 java instances were running using 100% CPU
    and input by keyboard was not accepted.
    Many thanks in advance
    Klaus!

    Hi Klaus,
    Have you had any luck in resolving this problem. It sounds like the exact same problem I am having

Maybe you are looking for

  • Can I use a debit card to set up family sharing?

    When setting up my family sharing it will not let me a create Apple id for a child under 13. It says that I have a debit card and to add a credit card. I don't use credit cards. If this is only for age verification why would it matter? I tried both o

  • Error while running report in DocViewer region through OAF .

    I am trying to run a report , on my custom region embedded in seeded page of service request module. I have extended region : "/oracle/apps/xdo/oa/common/webui/DocumentViewerRn.MainRegion" I followed the steps in this thread : http://apps2fusion.com/

  • ITunes Music Store always asking for password

    I upgraded to iTunes 9, and now every time I open it, it asks for my account password. At first, it would say my password wasn't entered correctly. After several instances of that, I logged out of the store and then back in. It still asks for my pass

  • Can't Successfully Click on Many Tools/Options in InDesign CS6

    I am a creative cloud member and I am having trouble with InDesign CS6.  Outwardly, it seems to install fine, but when I start it up I am unable to click on many of the options.  I can create a new document, and I can add a text box.  However, when I

  • How to set width for this modal dialog box?

    Hi All, How to set width to this modal dialog box: <input id="btnVote" onclick="javascript:SP.UI.ModalDialog.showModalDialog({ url: '../Lists/Sports%20Activities%20Voting/NewForm.aspx', title: 'User Survey'}); return false;" type="button" value="Vote