Post OCM installation script

Hi,
This related to Preparing the Database for Configuration Collections step in OCM installation. We have two node RAC. Should we run the below script :ORACLE_HOME/ccr/admin/scripts/installCCRSQL.sh ebs_collectconfig -u <Oracle_Applications_User> -w <Oracle_Applications_Password>
in both the RAC nodes?
Thanks,
Sunil.

Hi Sunil
It is quite advicable to read the following documentation
http://download.oracle.com/docs/html/E12481_03/ccrqs.htm
In addition on your question about RAC "For RAC databases, the following steps must be run against one database instance only but the Oracle Configuration Manager software must be present in all ORACLE_HOME locations."
Let us know if this helps you out.
thanks.

Similar Messages

  • Post kernel installation script

    Hey
    I have a wireless driver that should be re-compiled whenever I upgrade the system's kernel.
    I wish to automate this task, so that whenever a new kernel is installed using pacman, the driver
    will be automatically re-compiled and installed.
    Can you think of a way to write a script that does exactly that?
    The main problem (as I see it) is to identify when a new kernel is being installed.
    Tnx
    fiod

    Hey
    The driver is rt73 by Ralinktech (www.ralinktech.com).
    The installation is described in the wiki (http://wiki.archlinux.org/index.php/RT73_Wireless).
    I didn't find any package in pacman that contains this driver.
    Tnx for the reply
    Fiod

  • Question on CAPolicy.inf file and post-installation script

    I'm preparing a small PKI implementation with a single Enterprise Root CA on Windows 2008 R2 Enterprise.
    The primary role of this CA is to provide certificates for about 20 laptops that will use the certificates for authentication to a wireless network.
    I have prepared a CAPolicy.inf file and a post installation script (below).
    Renewal period for the root cert should be 10 years, CRL publication every 2 days with Delta publication every 12 hours (details in scripts below).
    I want to make sure the AIA and CRL url commands are correct.
    Does this look correct?
    AIA
    1:%WINDIR%\System32\CertSrv\CertEnroll\%%1_%%3%%4.crt
    This should publish the CA certificate to the local file system "certenroll".
    2:ldap:///CN=%%7,CN=AIA,CN=Public Key Services,CN=Services,%%6%%11
    This places the LDAP url in the AIA extension of issued certs.
    I am not planning to use HTTP, hence its absence.
    CRL
    1:%WINDIR%\System32\CertSrv\CertEnroll\%%3%%8%%9.crl
    This publishes the CRL to the local file system ("certenroll" subfolder).
    10:ldap:///CN=%%7%%8,CN=%%2,CN=CDP,CN=Public Key Services,CN=Services,%%6%%10
    Indicates CDP in AD DS and includes CDP url in issued certificates.
    Complete scripts
    1. CAPolicy.inf - %windir%
    [Version]
    Signature= "$Windows NT$"
    [certsrv_server]
    renewalkeylength=2048
    RenewalValidityPeriodUnits=10
    RenewalValidityPeriod=years
    CRLPeriod = days
    CRLPeriodUnits = 2
    CRLDeltaPeriod = hours
    CRLDeltaPeriodUnits = 12
    LoadDefaultTemplates=0
    2. Install Role
    Follow steps in GUI here
    3. Run post-install script
    certutil -setreg CA\DSConfigDN CN=Configuration,DC=mydomain,DC=local
    certutil -setreg CA\CRLPeriodUnits 2
    certutil -setreg CA\CRLPeriod "days"
    certutil -setreg CA\CRLDeltaPeriodUnits 12
    certutil -setreg CA\CRLDeltaPeriod "hours"
    certutil -setreg CA\ValidityPeriodUnits 10
    certutil -setreg CA\ValidityPeriod "Years"
    certutil –setreg CA\CACertPublicationURLs "1:%WINDIR%\System32\CertSrv\CertEnroll\%%1_%%3%%4.crt\n2:ldap:///CN=%%7,CN=AIA,CN=Public Key Services,CN=Services,%%6%%11"
    certutil –setreg CA\CRLPublicationURLs "1:%WINDIR%\System32\CertSrv\CertEnroll\%%3%%8%%9.crl\n10:ldap:///CN=%%7%%8,CN=%%2,CN=CDP,CN=Public Key Services,CN=Services,%%6%%10"
    certutil -setreg CA\csp\DiscreteSignatureAlgorithm 1
    certutil -setreg CA\AuditFilter 127
    net stop certsvc & net start certsvc
    certutil -crl
    Please mark as helpful if you find my contribution useful or as an answer if it does answer your question. That will encourage me - and others - to take time out to help you.

    A couple of things (just a quick glance)
    1) CAPolicy.inf
    Everything looks fine in this file. You will have a 2 day base crl and 12 hour delta CRLs. No default templates are loaded, so you must manually designate all published certificates
    2) Post install Script
    a. Best practices are to use HTTP only, not to use LDAP, so your whole design does not follow best practices. Furthermore, if you issue a certificate to a single, non-domain joined machine, they will be unable to evaluate your certificates. If you decide
    to do VPN (or use an internal SSL cert on an externally accessible Web server), revocation checking will fail because you do not publish AD to the external world
    b. Will you be issuing 10 year certificates from the CA. These lines:
    certutil -setreg CA\ValidityPeriodUnits 10
    certutil -setreg CA\ValidityPeriod "Years"
    define the maximum validity period of certs issued *by* the CA. For example, if a certificate template states 4 years, then a four year will be issued (less than 10 years). If a template state 12 years, then the max age will be 10 years. Think of it as a
    governor.
    c.CACertPublicationURLs . This should include an HTTP URL, and if you want to still include LDAP, HTTP should be prior to the LDAP URL.
    d. CRLPublicationURLs. This should include an HTTP URL. If you want to still include LDAP, HTTP should be prior to the LDAP URL. Your checkbox value for the LDAP URL is incorrect as well. For a CA that issues both base and delta CRLs, you must have a value
    of 79 (all check boxes enabled). Your current configuration would fail for revocation checking because you do not publish the base or delta CRL to AD. There is another check box missing (I believe the one to include the URL in the base CRL's freshest CRL extension
    (how to find the delta CRL).
    e. Do not include the DiscreteSignatureAlgorithm line in the script. If you have any Windows XP clients, they will not be able to use the certs (BTW, this should have been AlternateSignatureAlgorithm in my book - where you sourced your scripts). This would
    only be used on a CA where you used something like Elliptical Curve as the assymetric algorithm and SHA384 as the signature algorithm).
    f. The restart line should be net stop certsvc && net start certsvc. The double && ensures that the service comes to a complete stop before the start command is executed.
    HTH,
    Brian

  • How to create installation scripts in packaged application

    can u tel me How to create installation scripts for packaged application.
    also tell me , i have to first install scripts and then supporting objects or
    supporting objects first then installation scripts..

    Hi,
    Depending upon your usecase there are different ways to implement this logic.
    Check this for example (Read my answer in this post):
    https://forums.sdn.sap.com/thread.jspa?threadID=349151
    Also check these senarios:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/9ddf20bb211d72e10000000a1553f6/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/42/9ddcc9bb211d72e10000000a1553f6/frameset.htm
    Also the delegation may be interesting for you:
    http://help.sap.com/saphelp_nw70/helpdata/en/a0/44b742cafec96ae10000000a155106/frameset.htm
    Greetings,
    Praveen Gudapati

  • OCMS Installation User Credential Problem

    During OCMS Installation at validating the credentials for the administrator account step i am getting this error;
    "Oracle Administrator Credentials are not valid. Please re-enter credentials and try again"
    but i am giving here UN: oc4jadmin & PW: manager1
    through which i can login AS Control but this failed during OCMS installation
    Please let me know the reason and solution
    Thanks,
    Waheed.

    My intention to reply this thread is just to share my experience with the same error when trying to install OCMS in a Solaris Sparc64 SunOS 5.9 Sun-Fire-480RSystem.
    My first attempt was to install TimesTen and OCMS with a different Unix user than Oracle Application Server and I was getting the Credentials Problem, so I read this thread and tried most of the suggestions here.
    First I re-installed AS and didn´t work; I tried using Silent mode as recommended in OCMS Release Notes, didn´t work.
    With the ocms Unix user I was able to execute succesfully the following commands in the Unix prompt:
    $ opmnctl status -port
    saturn:6003
    $ java -jar /home/oraAS10g/product/10.1.3.1/OracleAS/j2ee/home/admin_client.jar deployer:oc4j:opmn://saturn:6003/home oc4jadmin oc4jadmin1 -validateURI
    URI deployer:oc4j:opmn://saturn:6003/home is valid and connected
    $ java -cp /tmp/validation-4.1.1-756.jar oracle.sdp.config.Oc4jAdminPasswordValidator deployer:oc4j:opmn://saturn:6003/home /home/oraAS10g/product/10.1.3.1/OracleAS oc4jadmin oc4jadmin1
    true
    $ java -version
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
    The results looked OK, then I notice in the file Undefname_Undefpurpose.04140636 that installation script was not getting the correct hostname and port!!
    Take a look at the logs:
    (Apr 14, 2008 6:37:37 PM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, Performing AS Admin Validation - User: oc4jadmin
    (Apr 14, 2008 6:37:37 PM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, /home/oraAS10g/product/10.1.3.1/OracleAS/jdk/jre/bin/java -cp /tmp/validation-4.1.1-756.jar oracle.sdp.config.Oc4jAdminPasswordValidator deployer:oc4j:opmn://localhost:null/home /home/oraAS10g/product/10.1.3.1/OracleAS oc4jadmin XXXXXXXXXX
    (Apr 14, 2008 6:39:27 PM), Install, com.oracle.ocms.is.actions.DisplayUserMessageAction, msg1, Display Message: Oracle Administrator credentials are not valid. Please re-enter credentials and try again.
    If you look carefully, you will see deployer:oc4j:opmn://localhost:null/home ... localhost:null when it should have been saturn:6003
    I haven't installed Oracle AS and OCMS other than Solaris, but you should get a similar log file for the installation for other OS, where you can compare or verify what I saw in my case.
    So, what I finally end up doing was to install TimesTen and OCMS with the same Unix user as Oracle AS which installed succesfully.
    Take a look at the log file:
    (Apr 15, 2008 11:05:28 AM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, Performing AS Admin Validation - User: oc4jadmin
    (Apr 15, 2008 11:05:28 AM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, /home/oraAS10g/product/10.1.3.1/OracleAS/jdk/jre/bin/java -cp /tmp/validation-4.1.1-756.jar oracle.sdp.config.Oc4jAdminPasswordValidator deployer:oc4j:opmn://localhost:6003/home /home/oraAS10g/product/10.1.3.1/OracleAS oc4jadmin XXXXXXXXXX
    (Apr 15, 2008 11:05:34 AM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, OPMN PORT: 6003
    (Apr 15, 2008 11:05:34 AM), Install, com.oracle.ocms.is.actions.CustomWizardLogAction, msg1, AS TTLib Path: /home/oraAS10g/product/10.1.3.1/OracleAS/j2ee/ocms/applib
    If you look carefully again, you will see that now I had deployer:oc4j:opmn://localhost:6003/home ... not saturn:6003 as I expected, but at least the correct port and the installation process continued succesfully!!!
    Hopefully this helps or gives some new ideas!
    Cheers,
    Antonio

  • Solution (not question :-) ): Apex Installation Script

    i´ve asked so may question here, and got (most of the time) fast and helpfull answers, so that´s the time to do something for the community:-)
    i´ve written an installation script for Apex 3.1 / 3.1.1. It has two Parts. First Part ist the main script to install all the necassary scripts (and there are a lot). The second one (installcheck_apex.sql) is a PL/SQL Block that checks all requirements and shows the output, you should consider/change. And the script can change all parameters/ports/accounts ...
    But it is very long (320 Lines of Code) If somebody needs it, i post it also
    Remarks are in German\English
    All comments are welcome :-)
    Kind regards
    Marco Patzwahl
    MuniQSoft GmbH
    REM ##################################################
    REM Oracle APEX Beispiele von Marco Patzwahl
    REM MuniQSoft GmbH 2007/2008 Automatische Installation von Apex 3.1.1
    REM Automatic Installation of all necessary Apex Scripts
    REM Version 2.1 22.07.2008
    REM ##################################################
    @ECHO OFF
    REM ##################################################
    SET APEX_PATH=D:\apex_3.1.1
    SET SERVER_NAME=127.0.0.1
    SET ORACLE_SID=o10g
    SET ORACLE_CONNECT=%SERVER_NAME%:1521/%ORACLE_SID%
    SET ORACLE_SYS_PWD=sys
    SET ORACLE_CTXSYS_PWD=sys
    SET FLOWS_USER=FLOWS_030100
    REM IF HTTP_PORT<>0 the PL/SQL HTTP Gateway is installed !!!!!
    SET HTTP_PORT=8080
    SET ADMIN_PWD=ADMIN
    REM Mögliche Spracheinstellungen/Possible Langues: de, es, fr,it,ja,ko,pt-br,zh-cn,zh-tw
    SET APEX_LANGUAGE=de
    SET NLS_LANG=GERMAN_GERMANY.AL32UTF8
    SET APEX_RUNTIME_ONLY_INSTALL=TRUE
    REM ##################################################
    IF NOT exist %apex_path%\apex goto dir_problem
    cd %APEX_PATH%\apex
    dir
    echo "Starte Installationsskript ..... / Starting script"
    REM Prüfung der Installationsvoraussetzungen / Check Prerequisites (Possible Parameters: 'CHECK','INSTALL:<pwd>:<port>:<flows_user>','DROP','RECOMPILE')
    REM This Option drops the APEX User with all Apex Applications !!!!!
    REM sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\installcheck_apex.sql DROP
    REM Installationsvoraussetzungen prüfen / Check requirements
    sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\installcheck_apex.sql CHECK
    REM Oracle DataMining installieren / Install Oracle Datamining (if you like):
    REM sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @?\dm\admin\dminst.sql SYSAUX TEMP;
    REM Oracle Text installieren / Install Oracle Text (if you like):
    REM sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @?\ctx\admin\catctx %ORACLE_CTXSYS_PWD% SYSAUX TEMP NOLOCK;
    REM sqlplus "ctxsys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @?\ctx\admin\defaults\dr0defin.sql "GERMAN";
    REM Oracle Lock Views installieren / Install Oracle Lock Views (if you like):
    REM sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @?\RDBMS\ADMIN\catblock.sql
    REM Hauptskript für die Installation / Basic Skript for Install (3.1 and 3.1.1)
    sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\apex\apexins SYSAUX SYSAUX TEMP /i/
    REM Zusaetzliche Schritte nach einer Installation / Misc Additional Steps
    sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\installcheck_apex.sql INSTALL:%ADMIN_PWD%:%HTTP_PORT%:%FLOWS_USER%
    REM Installation des WEB-Gateway ( Bei Frage nach dem Wert für imgupg / If asked for value of imgupg =>Return )
    REM Das Skript muss mit EXIT beendet werden => grmpf / Script needs a exit command at the end =>%?!$§/&%$§"
    IF "%HTTP_PORT%"=="0" GOTO no_epg
    sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\apex\apex_epg_config %apex_path%
    :no_epg
    REM Wird nur eine Runtime Installation gewünscht? / Only Runtime Installtion of APEX
    IF "%APEX_RUNTIME_ONLY_INSTALL%" == "FALSE" GOTO firefox
    sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\apex\apxdevrm
    :firefox
    "C:\Programme\Mozilla Firefox\firefox.exe" 127.0.0.1:8080/apex
    REM "C:\Programm Files\Mozilla Firefox\firefox.exe" 127.0.0.1:8080/apex
    REM Änderungen der Menue-Sprache von APEX / Language File
    IF "%APEX_LANGUAGE%" == "us" GOTO end_of_apex
    sqlplus "sys/%ORACLE_SYS_PWD%@%ORACLE_CONNECT% as sysdba" @%apex_path%\apex\builder\%APEX_LANGUAGE%\load_%APEX_LANGUAGE%.sql
    :dir_problem
    echo "## Fehler: Verzeichnis APEX existiert nicht unter / Error: Directory not available"
    echo %apex_path%
    :end_of_install
    EXIT
    Message was edited by:
    mpatzwah

    You don't really have to, but if you want to use APEX with those multiple instances, it'll make
    life much easier - you don't want to keep the data in one database instance and your (APEX) application code in another and get the data over a link.
    But you only need one Instance of Oracle HTTP Server with multiple dads configured, not one
    HTTP Server per Instance.
    Regards
    Holger

  • How to install when I keep getting the following massage  on windows 7 64 bit with or with firewall on and vwith or with virus protection on  here is post  This installation package could net be opened verify that the package exist and that you can access

    how to install when I keep getting the following massage  on windows 7 64 bit with or with firewall on and with or with virus protection on  here is post           " This installation package could net be opened verify that the package exist and that you can access"  same when trying to install quicktime

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/quicktime/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • Post Creation/Installation Document.

    Hello,
    Is there any formal template for a document, Post Creation/Installation of Oracle Database? As in Control File Locations, Log File location, Environment settings, etc. etc. that is required to be maintained after installing the Oracle Server or post creation of a new database.
    Luckys.

    Take a look at the Optimal Flexible Architecture guidelines. They are document in the installation guides. Below is the link the Windows installation guide.
    http://download-east.oracle.com/docs/cd/B19306_01/install.102/b14316/ofa.htm#CBBEDHEB

  • MariaDB, PHP, and mysql_connect() issue on Installation scripts

    I searched for this issue and turned out nothing..
    I am using an installation script on my web server and i get this error:
    function mysql_connect() not found:
    Your system does not appear to have mysql available within php
    I followed the wiki and have uncommented the following lines
    extension=pdo_mysql.so
    extension=mysqli.so
    extension=mysql.so
    I have also restarted the httpd daemon several times. I am using MariaDB because I know arch is dropping mysql. I followed the MariaDB wiki too and have it set-up properly.
    Here is my "mysqli" section of phpinfo()
    MysqlI Support    enabled
    Client API library version     mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
    Active Persistent Links     0
    Inactive Persistent Links     0
    Active Links     0
    Directive    Local Value    Master Value
    mysqli.allow_local_infile    On    On
    mysqli.allow_persistent    On    On
    mysqli.default_host    no value    no value
    mysqli.default_port    3306    3306
    mysqli.default_pw    no value    no value
    mysqli.default_socket    /var/run/mysqld/mysqld.sock    /var/run/mysqld/mysqld.sock
    mysqli.default_user    no value    no value
    mysqli.max_links    Unlimited    Unlimited
    mysqli.max_persistent    Unlimited    Unlimited
    mysqli.reconnect    Off    Off
    and here is "mysqlnd" in phpinfo()
    mysqlnd
    mysqlnd    enabled
    Version     mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
    Compression     supported
    SSL     supported
    Command buffer size     4096
    Read buffer size     32768
    Read timeout     31536000
    Collecting statistics     Yes
    Collecting memory statistics     No
    Tracing     n/a
    Loaded plugins     mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
    API Extensions     mysqli
    MySQL is running as I have set-up a database and user for this installation script.

    I dropped to the command line and tried to run php and realized that mysql.so was named mssql.so..
    so for anyone that has this issue, when you install php, unless they change it next release, that's a typo you have to fix when uncommented the mysql extension
    Last edited by evil (2013-03-31 19:34:12)

  • How to edit the installation scripts in the supporting objects

    I wanted to update one of the installation scripts in the supporting objects. I clicked into that script and use the "script editor" tab. After editing the script, I clicked "Apply Changes" button. It redirected me to the upper level of the page. When I reopen the script, the content of this script is messed up and has the content of another script, not what I have changed. What could happen with it? There is one case that the script was all wiped out!
    One general question, how can I easily update the install scripts and reload it without export and import the whole application? or Can I?
    Thanks
    Fengting

    Fengting,
    I am not sure what causes this, but I have had the same issue with shared components >> report queries. Sometimes if you have multiple report queries it becomes impossible to edit any of them. If I remember correctly I tried using a different browser and everything seemed to work ok. I was using Firefox when I was having the issue.
    Sorry this is not an answer, but I feel your pain!
    Cheers,
    Tyson Jouglet

  • Trying to update iTunes, the installer keeps freezing at 'Running iTunes Installer Scripts'.  i've tried several different versions of iTunes and can't install any of them.  I'm stuck with Version 4!!  Help!

    I'm trying to update iTunes on my mac (Power Mac G5 running tiger), but it always freezes at 'Running itunes installer script'.  I have tried a few different versions of iTunes, but I have the same problem with all of them.  I'm stuck on version 4 (which came with my os discs)!  Help?! 

    Ok, First this link should solve the windows scripting host error. I used "Download windows script host" in a google search and it was the first hyperlink.
    http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB -95A22B832CAA&displaylang=en
    I'm assuming you are trying to run the installer from apple. What I would suggest is you download the installer manually to your desktop then launch the installer. If try to run the installer over the intertubes you may run into a problem like you did.
    Then I would uninstall itunes 8 and any software associated with it like the apple update software, quicktime, apple mobile device support. However uninstalling itunes should remove any additional software it installs. Then clean out your temp folder:
    6. Clean out your temp folders,
    a. C:\windows\temp (if one exists)
    b. C:\Documents and Settings\{username}\Local Settings\Temp
    Sometimes installers will pick up old files or won’t delete their temporary files.
    Then with a newly download installer on your desktop try launching it. Let me know if that helps.
    Here is an apple doc that help.
    http://support.apple.com/kb/TS1331
    Message was edited by: CoJeff

  • Xcode Installation Hangs on "Running Installer Scripts"

    Hi, I'm trying to install Xcode to take advantage of their gcc and make files. However, no matter what I do, Xcode installation hangs on "Running Installer Scripts". Searching on Google did not give me any help. I can't quit the process either. Here's a screen shot:
    http://lh4.ggpht.com/_id4E4GFQud0/SfvsNwDdDaI/AAAAAAAACnI/23tE3vWw3vk/Snapshot%2 02009-05-02%2001-44-41.png
    Could you please advice on what can possibly go wrong?
    I'm running OS 10.5.6, and installing Xcode directly from the Mac OS X Disc 1 CD. In the CD document, it says Xcode Developer Tools 3.0 for Mac OS 10.5.
    Thanks!

    Thanks for the details of what you've tried. Every detail you can remember increases the chance that someone can spot the problem.
    My read is that you've documented beyond much doubt that a clean install is what you need. Restoring your system was a good try, but I don't think that would change much outside of the /system folder. Even if we think it did, the evidence you provided tells me that some files from the first Xcode installation remain. I would be looking for files created on that date and checking perms in places like the root directory, /tmp, /usr/share/sandbox, etc. I would also advise renaming /Developer as written in the +Book of the Dead+. I didn't invent that instruction; it was distilled from dozens of case histories in this forum.
    You might also try one of the 3rd party tools that's out there for cleaning Macs. I've never tried any of them though, so can't make a recommendation.
    Oh... erm... You did restart your Mac at some point since the problems started, right?
    Re installing only gcc, have you been to the Developer Tools page at the connect.apple.com site? Select Downloads on the home page, and in the next page select Developer Tools from the lower right panel. I found 2 downloads that appear to be full gcc installers: Xcode Legacy Tools and GCC 4.2 Developer Preview 1. The other gcc downloads seem to be updates. I might try gcc 3.1 in the legacy tools. It's probably all you need, and if not you'd be good to go for an update.
    Of course, you could always download directly from the gnu site, just you might need to be a rocket scientist to install one of those packages. I'm guessing it would be a learning experience. There's also something to be said for using a 3rd party installer, since it probably wouldn't be affected by whatever is stopping the Apple installer(s).
    Sure hope some small part of the above turns out to be useful. But in any case, please let us know how you resolve the problem.

  • Oracle installer scripts in Delivery wizard is disabled in Project builder

    Hi,
    I have oracle forms 6i installed on my system. However, I was trying to builld installer scripts for my project. So I open the deliver wizard in Project builder. Select all the parameters, like project name/directory etc.and then when I reach the option of creating installer scripts, it is disabled while the others like,
    Deliver to local staging, Deliver to a remote staging etc is enabled.
    Any ideas, why I the installer scripts are disabled.?
    thnx
    S

    Soe more.
    I read in the Oracle manual under the Guidelines for Building Applications
    in the section Managing Your Application the following statement about project builder:
    "Remember that you can automate the running of test scripts just as you can automate actions associated with the modules in your application.
    How would one do this???
    Thanks!
    Liza

  • Data Quality Services Installer script - Where is the 64 bit version

    Hi.
    I have Microsoft SQL Server 2012 - 11.0.2218.0 Enterprise Edition on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (WOW64) installed on my laptop. The Data Quality Services feature has been installed. When I try and run the DQS client it says I
    must run the DQS installer script. I therefore run the Data Quality Server Installer, which is the other option in the DQS menu, and it errors saying 'You are running 32-bit version of DQS installer on 64-bit OS'. I've looked for the 64-bit version but I can't
    find it. Any ideas where I can get it from?
    Thanks in advance for any help.

    iTunes 64bit version for Windows is somewhere in the future. Nice to see Apple is obviously doing something to remedy the issue.

  • Execution of gi installation script failed windows

    I have windows 2012, i tried install Oracle grid but in 83% , it get an error : INS-32123 execution of gi installation script failed . How can i solve?

    Estado de ejecución del nodo con fallos:rac1
    Errores  : Using configuration parameter file: C:\app\12.1.0\grid\crs\install\crsconfig_params|2015/02/17 12:09:24 CLSRSC-363: User ignored prerequisites during installation| [0m|02/17/15 12:10:40  OracleOHService service stopped|02/17/15 12:10:40  OracleOHService service removed|02/17/15 12:10:40  OracleOHService service installed|OhasdConfigureRegistry:  started|OhasdConfigureRegistry:  completed with 0|02/17/15 12:11:02  OracleOHService service started|ohasd is starting|CRS-4133: Se ha parado Servicios de Alta Disponibilidad de Oracle.|CRS-4123: Se ha iniciado Servicios de Alta Disponibilidad de Oracle.|CRS-4133: Se ha parado Servicios de Alta Disponibilidad de Oracle.|CRS-4123: Se ha iniciado Servicios de Alta Disponibilidad de Oracle.|CRS-2672: Intentando iniciar ''ora.evmd'' en ''rac1''|CRS-2672: Intentando iniciar ''ora.mdnsd'' en ''rac1''|CRS-2676: El inicio de ''ora.mdnsd'' en ''rac1'' se ha realizado correctamente|CRS-2676: El inicio de ''ora.evmd'' en ''rac1'' se ha realizado correctamente|CRS-2672: Intentando iniciar ''ora.gpnpd'' en ''rac1''|CRS-2676: El inicio de ''ora.gpnpd'' en ''rac1'' se ha realizado correctamente|CRS-2672: Intentando iniciar ''ora.cssdmonitor'' en ''rac1''|CRS-2672: Intentando iniciar ''ora.gipcd'' en ''rac1''|CRS-2676: El inicio de ''ora.cssdmonitor'' en ''rac1'' se ha realizado correctamente|CRS-2676: El inicio de ''ora.gipcd'' en ''rac1'' se ha realizado correctamente|CRS-2672: Intentando iniciar ''ora.cssd'' en ''rac1''|CRS-2676: El inicio de ''ora.cssd'' en ''rac1'' se ha realizado correctamente||Fallo al crear el archivo spfile de ASM en el grupo de discos. Se ha producido el siguiente error: ORA-29783: GPnP attribute SET failed with error [CLSGPNP_ERR]|||2015/02/17 12:30:57 CLSRSC-184: Configuration of ASM failed| [0m|2015/02/17 12:30:57 CLSRSC-258: Failed to configure and start ASM| [0m
    Salida Estándar  : Using configuration parameter file: C:\app\12.1.0\grid\crs\install\crsconfig_params2015/02/17 12:09:24 CLSRSC-363: User ignored prerequisites during installation [0m02/17/15 12:10:40  OracleOHService service stopped02/17/15 12:10:40  OracleOHService service removed02/17/15 12:10:40  OracleOHService service installedOhasdConfigureRegistry:  startedOhasdConfigureRegistry:  completed with 002/17/15 12:11:02  OracleOHService service startedohasd is startingCRS-4133: Se ha parado Servicios de Alta Disponibilidad de Oracle.CRS-4123: Se ha iniciado Servicios de Alta Disponibilidad de Oracle.CRS-4133: Se ha parado Servicios de Alta Disponibilidad de Oracle.CRS-4123: Se ha iniciado Servicios de Alta Disponibilidad de Oracle.CRS-2672: Intentando iniciar ''ora.evmd'' en ''rac1''CRS-2672: Intentando iniciar ''ora.mdnsd'' en ''rac1''CRS-2676: El inicio de ''ora.mdnsd'' en ''rac1'' se ha realizado correctamenteCRS-2676: El inicio de ''ora.evmd'' en ''rac1'' se ha realizado correctamenteCRS-2672: Intentando iniciar ''ora.gpnpd'' en ''rac1''CRS-2676: El inicio de ''ora.gpnpd'' en ''rac1'' se ha realizado correctamenteCRS-2672: Intentando iniciar ''ora.cssdmonitor'' en ''rac1''CRS-2672: Intentando iniciar ''ora.gipcd'' en ''rac1''CRS-2676: El inicio de ''ora.cssdmonitor'' en ''rac1'' se ha realizado correctamenteCRS-2676: El inicio de ''ora.gipcd'' en ''rac1'' se ha realizado correctamenteCRS-2672: Intentando iniciar ''ora.cssd'' en ''rac1''CRS-2676: El inicio de ''ora.cssd'' en ''rac1'' se ha realizado correctamenteFallo al crear el archivo spfile de ASM en el grupo de discos. Se ha producido el siguiente error: ORA-29783: GPnP attribute SET failed with error [CLSGPNP_ERR]2015/02/17 12:30:57 CLSRSC-184: Configuration of ASM failed [0m2015/02/17 12:30:57 CLSRSC-258: Failed to configure and start ASM [0m

Maybe you are looking for

  • After upgrade to IOS 7.1 car multimedia no longer loads list on connect

    On my Toyota Prius before upgrading to 7.1 when I started my car it would detect my iPhone and the audio screen on the car would show either what was currently playing or if nothing was playing it would still show a browse button to let me choose som

  • Creating attachments

    I have created an attachment to a custom program using  Generic Object Services class CL_GOS_MANAGER  and method 'start_service_direct' as shown in the below code. I need information as to where the attached data is internally being stored. I have a

  • Chart - problem with realize one of the function under CR XI

    Post Author: mrowa CA Forum: Charts and Graphs Hello, I have problem with realize one of the function under CR XI. I would be persuade if any of us would like to help me. 1)    1) From database (basically from one table), I take data to make report.

  • When does java deallocate memory for objects;

    um i'm working on a midp application that is very memory consuming. i would like to optimise it and make it just the oposite of what it is. now i would like to know when does java dellocate memory for an object, is it when it can find no more referen

  • Material for Object Oriented Concepts in ABAP

    Hi,       Please provide me the material for Object Oriented Concepts in ABAP.