ODP Silent installation.....   TOPLEVEL_COMPONENT????

Hello everybody,
I'm performing a silent installation of ODP.NET 10.2.0.2.20. I've generated the response file using the -Record flag.
The problem is that an entry in the response file is missing:
the value for TOPLEVEL_COMPONENT.
I tried this:
TOPLEVEL_COMPONENT={"oracle.odac","10.2.0.2.20"}
And it seemed to work, but the ODP wasn't actually installed. My application is not able to connect to the database because the dll oracle.dataaccess.dll is not available. This doesn't happen if I install it using the interactive mode of the OUI.
Does anybody know which value should I specify for the TOPLEVEL_COMPONENT variable?
Thanks in advance.
Regards,
Gonzalo

AFAIK, there are no smaller ODAC distribution and there are many developers waiting for instant client to support ODP.NET.
There are two options:
<ol>
<li>Try deleting soe component folders, and give us some report if your experiment succeed.</li>
<li>If your application does not need "advance" feature and performance of ODP.NET, you can use MS Oracle provider supplied with .NET framework because it can be deployed using instant client</li>
</ol>
Cheers, <br>
Nur Hidayat

Similar Messages

  • Oracle 10g db Silent installation error

    Hi All,
    I am getting this error while going for silent installation :
    SEVERE:Values for the following variables could not be obtained from the command line or response file(s):
    DEP_MODE(InstallType),
    TLDepModes(TopLevelInstallType)
    Here is response file and execution summary :
    =============================================================
    $ ./runInstaller -silent -responseFile /dumps/oracle4linux/dvd/database/responsevenf
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-11-14_03-07-37AM. Please wait ...[oracle@hrmodev database]$ Oracle Universal Installer, Version 10.2.0.1.0 Production
    Copyright (C) 1999, 2005, Oracle. All rights reserved.
    You can find a log of this install session at:
    /arch/ptchdb/db/tech_st/10.2.0/admin/oui/PTCH_hrmodev/oraInventory/logs/installActions2008-11-14_03-07-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.
    =============================================================
    Here is my response file :
    [General]
    RESPONSEFILE_VERSION=1.0.0.0.0
    [Session]
    #This entry is not used on Windows platforms
    #UNIX_GROUP_NAME;String;Used in Dialog
    #Group that the current user is part of, for ownership of the install files.
    UNIX_GROUP_NAME="dba"
    #FROM_LOCATION;String;Used in Dialog
    #Full path for the products.jar file.
    #Replace the X: with the drive letter of your CD-ROM device.
    FROM_LOCATION="/dumps/oracle4linux/dvd/database/stage/products.xml"
    #FROM_LOCATION_CD_LABEL;String:Used in multi-CD installations.
    #It includes the label of the Compact Disk where the file "products.jar" exists.
    #The label can be found in the file "disk.label" in the same directory as
    #"products.jar".
    #ORACLE_HOME;String;Used in Dialog
    #Enter the path to your oracle home. Replace the drive letter and optionally
    #alter the home path.
    ORACLE_HOME="/visapp/venforth/app/oracle/"
    #ORACLE_HOME_NAME;String;Used in Dialog
    #Enter the name of this oracle home. The name will be used to identify this
    #home.
    ORACLE_HOME_NAME="VENF"
    #TOPLEVEL_COMPONENT;StringList;Used in Dialog
    #Choices: "oracle.server", "8.1.5.0.0"
    #TOPLEVEL_COMPONENT={"oracle.server", "8.1.5.0.0"}
    #TOPLEVEL_COMPONENT={"oracle.rdbms","9.2.0.4.0"}
    TOPLEVEL_COMPONENT={"oracle.swd","2.2.1.2.0"}
    #SHOW_COMPONENT_LOCATIONS_PAGE;Boolean;Used in Dialog
    #Some components are flexible in where they are installed, although all have
    # default locations. Set this to FALSE if you want to accept the default locations
    # and not show this page.
    SHOW_COMPONENT_LOCATIONS_PAGE=false
    #SHOW_SUMMARY_PAGE;Boolean;Used in Dialog <---------------
    #MUST be <false> for "silent" install
    SHOW_SUMMARY_PAGE=false
    #SHOW_INSTALL_PROGRESS_PAGE;Boolean;Used in Dialog <---------------
    #MUST be <false> for "silent" install
    SHOW_INSTALL_PROGRESS_PAGE=false
    #SHOW_REQUIRED_CONFIG_TOOL_PAGE;Boolean;Used in Dialog
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
    #SHOW_OPTIONAL_CONFIG_TOOL_PAGE;Boolean;Used in Dialog
    SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
    #SHOW_END_SESSION_PAGE;Boolean;Used in Dialog <---------------
    #MUST be <false> for "silent" install
    SHOW_END_SESSION_PAGE=false
    #Parameter : LOCATION_FOR_DISK2
    #Type : String
    #Description : Complete path to the other disks.
    #Example : LOCATION_FOR_DISK2 = "..\..\Disk2"
    #LOCATION_FOR_DISK2="F:\teststage\cd\Disk3"
    #Parameter : NEXT_SESSION
    #Type : Boolean
    #Description : Set to true if the installer needs to go to the File Locations page for another installation.
    #Example : NEXT_SESSION = true
    NEXT_SESSION=false
    #Parameter : SHOW_SPLASH_SCREEN
    #Type : Boolean
    #Description : Set to true if the initial splash screen in the installer needs to be shown.
    #Example : SHOW_SPLASH_SCREEN = true
    SHOW_SPLASH_SCREEN=false
    #Parameter : SHOW_WELCOME_PAGE
    #Type : Boolean
    #Description : Set to true if the Welcome page in the installer needs to
    be shown.
    #Example : SHOW_WELCOME_PAGE = false
    SHOW_WELCOME_PAGE=false
    #Parameter : SHOW_ROOTSH_CONFIRMATION
    #Type : Boolean
    #Description : Set to true if the Confirmation dialog asking to run the root.sh script in the installer needs to be shown.
    #Valid only in Unix platforms.
    #Example : SHOW_ROOTSH_CONFIRMATION = true
    SHOW_ROOTSH_CONFIRMATION=false
    #Parameter : SHOW_EXIT_CONFIRMATION
    #Type : Boolean
    #Description : Set to true if the confirmation when exiting the installer needs to be shown.
    #Example : SHOW_EXIT_CONFIRMATION = true
    SHOW_EXIT_CONFIRMATION=false
    [oracle.server_8.1.5.0.0]
    #INSTALL_TYPE;String;Used in Dialog
    # Minimal - Optional pre-configured DB (b_createDB), Networking services, Server utilities
    # Typical - Pre-configured starter DB, Licensable options and Cartridges,
    # Networking services, Server utilities
    INSTALL_TYPE="Typical"
    DEP_MODE = Custom
    TLDepModes = Custom
    [oracle.rdbms_8.1.5.0.0]
    #OPTIONAL_CONFIG_TOOLS;StringList
    #OPTIONAL_CONFIG_TOOLS={"dbassist"} OR OPTIONAL_CONFIG_TOOLS={"Oracle Database Configuration Assistant"}
    #s_GlobalDBName;String;Used in Dialog
    #This is the name of the database which will be created as part of the typical install.
    #You should modify this string to use an appropriate name.
    s_GlobalDBName="VENF"
    #This entry not needed for Windows installation.
    #s_mountPoint;String;Used in Dialog
    #Database file location: directory for datafiles, control files, redo logs
    #s_mountPoint="/visapp/venforth/oradata/"
    #s_dbSid;String;Used in Dialog
    #Value for ORACLE_SID. Change this to an appropriate SID.
    s_dbSid="VENF"
    #b_createDB;Boolean
    #Relevant only in MINIMAL, set to TRUE if you want a starter database, set to FALSE if not.
    b_createDB=true
    Edited by: Kishore KVR on Nov 14, 2008 2:56 PM

    Hi,
    Have you checked for any errors in log file....????
    Can you connect via SQL*PLUS ... , for example...????
    Regards,
    Simon

  • Oracle Client Silent Installation

    I tried to do A Silent Installation with an Oracle Client CD Release 10.1.02
    I record the installation with the command line
    setup.exe -record -destinationFile c:\client.rsp
    then I am installing a custom Installation. every thing seems to be alright.
    then I am installing an Oracle Client with the this responsefile
    setup.exe -silent responseFile c:\client.rsp
    the Installation runs automatically but
    many components are missing such as
    networking; ODBC; OLE DB .....
    Is this a bug in the record of the destinationFile or is there a speciell way to record a custopm installation with all the selected features?
    here the recorded responseFile:
    ## Copyright (c) 1999, 2004 Oracle. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## identifies the variable type. ##
    ## Please specify the values in the following format: ##
    ## Type Example ##
    ## String "Sample Value" ##
    ## Boolean True or False ##
    ## Number 1000 ##
    ## StringList {"String value 1","String Value 2"} ##
    ## The values that are given as <Value Required> need to be ##
    ## specified for a silent installation to be successful. ##
    ## This response file is generated by Oracle Software ##
    ## Packager. ##
    RESPONSEFILE_VERSION=2.2.1.0.0
    #Name : UNIX_GROUP_NAME
    #Datatype : String
    #Description: Unix-Gruppe, die in dem Bestandsverzeichnis festgelegt werden soll. Nur auf Unix-Plattformen gültig.
    #Beispiel: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME=" "
    #Name : FROM_LOCATION
    #Datatype : String
    #Description: Vollständiger Pfad zu products.xml.
    #Beispiel: FROM_LOCATION = "..\stage\products.xml"
    FROM_LOCATION="C:\orainst\stage\products.xml"
    #Name : FROM_LOCATION_CD_LABEL
    #Datatype : String
    #Description: Diese Variable sollte nur in Installationen mit mehreren CDs benutzt werden. Sie umfasst die Beschriftung der CD, auf der die Datei "products.xml" gespeichert ist. Die Beschriftung ist in der Datei "disk.label" in demselben Verzeichnis wie products.xml gespeichert.
    #Beispiel: FROM_LOCATION_CD_LABEL = "CD Label"
    FROM_LOCATION_CD_LABEL=<Nicht festgelegter Wert>
    #Name : ORACLE_HOME
    #Datatype : String
    #Description: Vollständiger Pfad des Oracle-Standardverzeichnisses.
    #Beispiel: ORACLE_HOME = "C:\OHOME1"
    ORACLE_HOME="C:\Oracle\product\10.1.0\Client_1"
    #Name : ORACLE_HOME_NAME
    #Datatype : String
    #Description: Name des Oracle-Standardverzeichnisses. Wird beim Erstellen von Ordnern und Diensten verwendet.
    #Beispiel: ORACLE_HOME_NAME = "OHOME1"
    ORACLE_HOME_NAME="test"
    #Name : TOPLEVEL_COMPONENT
    #Datatype : StringList
    #Description: Die Komponente der obersten Ebene, die während der aktuellen Session installiert werden muss.
    #Beispiel: TOPLEVEL_COMPONENT = {"oracle.client","10.1.0.2.0"}
    TOPLEVEL_COMPONENT={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_SPLASH_SCREEN
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn der anfängliche Splash-Screen in OUI angezeigt werden soll.
    #Beispiel: SHOW_SPLASH_SCREEN = true
    SHOW_SPLASH_SCREEN=true
    #Name : SHOW_WELCOME_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Willkommen-Seite in OUI angezeigt werden soll.
    #Beispiel: SHOW_WELCOME_PAGE = false
    SHOW_WELCOME_PAGE=true
    #Name : SHOW_CUSTOM_TREE_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit der benutzerdefinierten Verzeichnisbaumstruktur in OUI angezeigt werden soll.
    #Auf dieser Seite können Abhängigkeiten markiert bzw. Markierungen entfernt werden. Diese Seite wird nur bei benutzerdefinierter Installationsart angezeigt.
    #Beispiel: SHOW_CUSTOM_TREE_PAGE = false
    SHOW_CUSTOM_TREE_PAGE=true
    #Name : SHOW_COMPONENT_LOCATIONS_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über das Verzeichnis der Komponente in OUI angezeigt werden soll.
    #Diese Seite wird nur angezeigt, wenn Produkte vorhanden sind, deren installiertes Verzeichnis geändert werden kann.
    #Wenn Sie diesen Wert auf False festlegen, kann der Benutzer keine alternativen Verzeichnisse angeben.
    #Beispiel: SHOW_COMPONENT_LOCATIONS_PAGE = false
    SHOW_COMPONENT_LOCATIONS_PAGE=true
    #Name : SHOW_SUMMARY_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Übersichtsseite in OUI angezeigt werden soll.
    # Auf dieser Seite wird eine Liste aller während dieser Session zu installierenden Komponenten angezeigt.
    #Beispiel: SHOW_SUMMARY_PAGE = true
    SHOW_SUMMARY_PAGE=true
    #Name : SHOW_INSTALL_PROGRESS_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über den Installationsstatus in OUI angezeigt werden soll.
    #Auf dieser Seite wird der aktuelle Installationsstatus angezeigt. Sie werden dabei darüber informiert, welches Produkt installiert und welche Datei gegenwärtig kopiert wird.
    #Beispiel: SHOW_INSTALL_PROGRESS_PAGE = true
    SHOW_INSTALL_PROGRESS_PAGE=true
    #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit den erforderlichen Konfigurationsassistenten in OUI angezeigt werden soll.
    #Auf dieser Seite wird eine Liste aller erforderlichen Konfigurationsassistenten angezeigt, die Bestandteil der Installation sind.
    #Sie erhalten Informationen über den Status jedes Assistenten, einschließlich Fehlermeldungen mit detaillierten Informationen über die Ursache des Fehlers.
    #Beispiel: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
    #Name : SHOW_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit den Konfigurationsassistenten in OUI angezeigt werden soll.
    #Auf dieser Seite wird eine Liste der Konfigurationsassistenten angezeigt, die Bestandteil der Installation und so konfiguriert sind, dass sie automatisch gestartet werden.
    #Sie erhalten Informationen über den Status jedes Assistenten, einschließlich Fehlermeldungen mit detaillierten Informationen über die Ursache des Fehlers.
    #Beispiel: SHOW_CONFIG_TOOL_PAGE = true
    SHOW_CONFIG_TOOL_PAGE=true
    #Name : SHOW_RELEASE_NOTES
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Versionshinweise dieser Installation am Ende der Installation angezeigt werden sollen.
    #Dieses Dialogfeld kann aus dem Register Ende der Installation gestartet werden und enthält die Liste mit Versionshinweisen, die für die gerade installierten Produkte zur Verfügung stehen.
    # In diesem Fall muss auch die Variable SHOW_END_SESSION_PAGE auf True festgelegt werden.
    #Beispiel: SHOW_RELEASE_NOTES = true
    SHOW_RELEASE_NOTES=true
    #Name : SHOW_ROOTSH_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn das Dialogfeld "Bestätigung", in dem die Ausführung des Skripts root.sh gefordert wird, in OUI angezeigt werden soll.
    #Nur auf UNIX-Plattformen gültig.
    #Beispiel: SHOW_ROOTSH_CONFIRMATION = true
    SHOW_ROOTSH_CONFIRMATION=true
    #Name : SHOW_END_SESSION_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über das Ende der Session in OUI angezeigt werden soll.
    #Auf dieser Seite wird angezeigt, ob die Installation erfolgreich abgeschlossen wurde.
    #Beispiel: SHOW_END_SESSION_PAGE = true
    SHOW_END_SESSION_PAGE=true
    #Name : SHOW_EXIT_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Bestätigung beim Beenden von OUI angezeigt werden soll.
    #Beispiel: SHOW_EXIT_CONFIRMATION = true
    SHOW_EXIT_CONFIRMATION=true
    #Name : NEXT_SESSION
    #Datatype : Boolean
    #Description: Auf True festlegen, damit Benutzer zu dem Register Dateiverzeichnisse zurückgehen können, um eine weitere Installation vorzunehmen. Dieses Flag muss außerdem auf True festgelegt werden, um eine weitere Antwortdatei zu verarbeiten (siehe NEXT_SESSION_RESPONSE).
    #Beispiel: NEXT_SESSION = true
    NEXT_SESSION=false
    #Name : NEXT_SESSION_ON_FAIL
    #Datatype : Boolean
    #Description: Auf True festlegen, damit Benutzer eine andere Session aufrufen können, auch wenn die aktuelle Installations-Session nicht erfolgreich war. Dieses Flag ist nur relevant, wenn NEXT_SESSION auf True festgelegt wurde.
    #Beispiel: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name : NEXT_SESSION_RESPONSE
    #Datatype : String
    #Description: Gibt optional den vollständigen Pfad der Antwortdatei der nächsten Session an. Wenn nur ein Dateiname angegeben wird, wird die Antwortdatei aus dem Verzeichnis <TEMP>/oraInstall abgerufen. Diese Variable ist nur aktiv, wenn NEXT_SESSION auf True festgelegt ist.
    #Beispiel: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
    NEXT_SESSION_RESPONSE=<Nicht festgelegter Wert>
    #Name : DEINSTALL_LIST
    #Datatype : StringList
    #Description: Liste der Komponenten, die während einer Deinstallations-Session deinstalliert werden sollen.
    #Beispiel: DEINSTALL_LIST = {"oracle.client","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_DEINSTALL_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Deinstallationsbestätigung während einer Deinstallations-Session benötigt wird.
    #Beispiel: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name : SHOW_DEINSTALL_PROGRESS
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn der Deinstallationsfortschritt während einer Deinstallations-Session benötigt wird.
    #Beispiel: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name : ACCEPT_LICENSE_AGREEMENT
    #Datatype : Boolean
    #Description: Wenn Sie für diese Variable True festlegen, stimmen Sie dem Lizenzvertrag zu. Diese Variable wird nur für vollautomatische Installationen verwendet.
    #Beispiel: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=false
    #Name : SELECTED_LANGUAGES
    #Datatype : StringList
    #Description: Sprachen, in denen die Komponenten installiert werden.
    #Component : oracle.client
    SELECTED_LANGUAGES={"de","en"}
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installationsart der Komponente.
    #Component : oracle.client
    INSTALL_TYPE="Benutzerdefiniert"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # netca, : Oracle Net-Konfigurationasssistent
    # netca_deinst, : Oracle Net-Konfigurationsassistent - Skript deinstallieren
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"netca"}
    #Component : oracle.networking.netca
    oracle.networking.netca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # vipca, : Virtual Private IP-Konfigurationsassistent
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"vipca"}
    #Component : oracle.options.ops.vipca
    oracle.options.ops.vipca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # LocalConfig, : Oracle Cluster Synchronization Service deinstallieren
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"LocalConfig"}
    #Component : oracle.options.ops.csscommon
    oracle.options.ops.csscommon:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : s_recodHTTPPort
    #Datatype : String
    #Description: HTTP listener port for the recod service
    #Component : oracle.cartridges.ordmts
    s_recodHTTPPort="2030"

    I tried to do A Silent Installation with an Oracle Client CD Release 10.1.02
    I record the installation with the command line
    setup.exe -record -destinationFile c:\client.rsp
    then I am installing a custom Installation. every thing seems to be alright.
    then I am installing an Oracle Client with the this responsefile
    setup.exe -silent responseFile c:\client.rsp
    the Installation runs automatically but
    many components are missing such as
    networking; ODBC; OLE DB .....
    Is this a bug in the record of the destinationFile or is there a speciell way to record a custopm installation with all the selected features?
    here the recorded responseFile:
    ## Copyright (c) 1999, 2004 Oracle. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## identifies the variable type. ##
    ## Please specify the values in the following format: ##
    ## Type Example ##
    ## String "Sample Value" ##
    ## Boolean True or False ##
    ## Number 1000 ##
    ## StringList {"String value 1","String Value 2"} ##
    ## The values that are given as <Value Required> need to be ##
    ## specified for a silent installation to be successful. ##
    ## This response file is generated by Oracle Software ##
    ## Packager. ##
    RESPONSEFILE_VERSION=2.2.1.0.0
    #Name : UNIX_GROUP_NAME
    #Datatype : String
    #Description: Unix-Gruppe, die in dem Bestandsverzeichnis festgelegt werden soll. Nur auf Unix-Plattformen gültig.
    #Beispiel: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME=" "
    #Name : FROM_LOCATION
    #Datatype : String
    #Description: Vollständiger Pfad zu products.xml.
    #Beispiel: FROM_LOCATION = "..\stage\products.xml"
    FROM_LOCATION="C:\orainst\stage\products.xml"
    #Name : FROM_LOCATION_CD_LABEL
    #Datatype : String
    #Description: Diese Variable sollte nur in Installationen mit mehreren CDs benutzt werden. Sie umfasst die Beschriftung der CD, auf der die Datei "products.xml" gespeichert ist. Die Beschriftung ist in der Datei "disk.label" in demselben Verzeichnis wie products.xml gespeichert.
    #Beispiel: FROM_LOCATION_CD_LABEL = "CD Label"
    FROM_LOCATION_CD_LABEL=<Nicht festgelegter Wert>
    #Name : ORACLE_HOME
    #Datatype : String
    #Description: Vollständiger Pfad des Oracle-Standardverzeichnisses.
    #Beispiel: ORACLE_HOME = "C:\OHOME1"
    ORACLE_HOME="C:\Oracle\product\10.1.0\Client_1"
    #Name : ORACLE_HOME_NAME
    #Datatype : String
    #Description: Name des Oracle-Standardverzeichnisses. Wird beim Erstellen von Ordnern und Diensten verwendet.
    #Beispiel: ORACLE_HOME_NAME = "OHOME1"
    ORACLE_HOME_NAME="test"
    #Name : TOPLEVEL_COMPONENT
    #Datatype : StringList
    #Description: Die Komponente der obersten Ebene, die während der aktuellen Session installiert werden muss.
    #Beispiel: TOPLEVEL_COMPONENT = {"oracle.client","10.1.0.2.0"}
    TOPLEVEL_COMPONENT={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_SPLASH_SCREEN
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn der anfängliche Splash-Screen in OUI angezeigt werden soll.
    #Beispiel: SHOW_SPLASH_SCREEN = true
    SHOW_SPLASH_SCREEN=true
    #Name : SHOW_WELCOME_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Willkommen-Seite in OUI angezeigt werden soll.
    #Beispiel: SHOW_WELCOME_PAGE = false
    SHOW_WELCOME_PAGE=true
    #Name : SHOW_CUSTOM_TREE_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit der benutzerdefinierten Verzeichnisbaumstruktur in OUI angezeigt werden soll.
    #Auf dieser Seite können Abhängigkeiten markiert bzw. Markierungen entfernt werden. Diese Seite wird nur bei benutzerdefinierter Installationsart angezeigt.
    #Beispiel: SHOW_CUSTOM_TREE_PAGE = false
    SHOW_CUSTOM_TREE_PAGE=true
    #Name : SHOW_COMPONENT_LOCATIONS_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über das Verzeichnis der Komponente in OUI angezeigt werden soll.
    #Diese Seite wird nur angezeigt, wenn Produkte vorhanden sind, deren installiertes Verzeichnis geändert werden kann.
    #Wenn Sie diesen Wert auf False festlegen, kann der Benutzer keine alternativen Verzeichnisse angeben.
    #Beispiel: SHOW_COMPONENT_LOCATIONS_PAGE = false
    SHOW_COMPONENT_LOCATIONS_PAGE=true
    #Name : SHOW_SUMMARY_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Übersichtsseite in OUI angezeigt werden soll.
    # Auf dieser Seite wird eine Liste aller während dieser Session zu installierenden Komponenten angezeigt.
    #Beispiel: SHOW_SUMMARY_PAGE = true
    SHOW_SUMMARY_PAGE=true
    #Name : SHOW_INSTALL_PROGRESS_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über den Installationsstatus in OUI angezeigt werden soll.
    #Auf dieser Seite wird der aktuelle Installationsstatus angezeigt. Sie werden dabei darüber informiert, welches Produkt installiert und welche Datei gegenwärtig kopiert wird.
    #Beispiel: SHOW_INSTALL_PROGRESS_PAGE = true
    SHOW_INSTALL_PROGRESS_PAGE=true
    #Name : SHOW_REQUIRED_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit den erforderlichen Konfigurationsassistenten in OUI angezeigt werden soll.
    #Auf dieser Seite wird eine Liste aller erforderlichen Konfigurationsassistenten angezeigt, die Bestandteil der Installation sind.
    #Sie erhalten Informationen über den Status jedes Assistenten, einschließlich Fehlermeldungen mit detaillierten Informationen über die Ursache des Fehlers.
    #Beispiel: SHOW_REQUIRED_CONFIG_TOOL_PAGE = true
    SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
    #Name : SHOW_CONFIG_TOOL_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite mit den Konfigurationsassistenten in OUI angezeigt werden soll.
    #Auf dieser Seite wird eine Liste der Konfigurationsassistenten angezeigt, die Bestandteil der Installation und so konfiguriert sind, dass sie automatisch gestartet werden.
    #Sie erhalten Informationen über den Status jedes Assistenten, einschließlich Fehlermeldungen mit detaillierten Informationen über die Ursache des Fehlers.
    #Beispiel: SHOW_CONFIG_TOOL_PAGE = true
    SHOW_CONFIG_TOOL_PAGE=true
    #Name : SHOW_RELEASE_NOTES
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Versionshinweise dieser Installation am Ende der Installation angezeigt werden sollen.
    #Dieses Dialogfeld kann aus dem Register Ende der Installation gestartet werden und enthält die Liste mit Versionshinweisen, die für die gerade installierten Produkte zur Verfügung stehen.
    # In diesem Fall muss auch die Variable SHOW_END_SESSION_PAGE auf True festgelegt werden.
    #Beispiel: SHOW_RELEASE_NOTES = true
    SHOW_RELEASE_NOTES=true
    #Name : SHOW_ROOTSH_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn das Dialogfeld "Bestätigung", in dem die Ausführung des Skripts root.sh gefordert wird, in OUI angezeigt werden soll.
    #Nur auf UNIX-Plattformen gültig.
    #Beispiel: SHOW_ROOTSH_CONFIRMATION = true
    SHOW_ROOTSH_CONFIRMATION=true
    #Name : SHOW_END_SESSION_PAGE
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Seite über das Ende der Session in OUI angezeigt werden soll.
    #Auf dieser Seite wird angezeigt, ob die Installation erfolgreich abgeschlossen wurde.
    #Beispiel: SHOW_END_SESSION_PAGE = true
    SHOW_END_SESSION_PAGE=true
    #Name : SHOW_EXIT_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Bestätigung beim Beenden von OUI angezeigt werden soll.
    #Beispiel: SHOW_EXIT_CONFIRMATION = true
    SHOW_EXIT_CONFIRMATION=true
    #Name : NEXT_SESSION
    #Datatype : Boolean
    #Description: Auf True festlegen, damit Benutzer zu dem Register Dateiverzeichnisse zurückgehen können, um eine weitere Installation vorzunehmen. Dieses Flag muss außerdem auf True festgelegt werden, um eine weitere Antwortdatei zu verarbeiten (siehe NEXT_SESSION_RESPONSE).
    #Beispiel: NEXT_SESSION = true
    NEXT_SESSION=false
    #Name : NEXT_SESSION_ON_FAIL
    #Datatype : Boolean
    #Description: Auf True festlegen, damit Benutzer eine andere Session aufrufen können, auch wenn die aktuelle Installations-Session nicht erfolgreich war. Dieses Flag ist nur relevant, wenn NEXT_SESSION auf True festgelegt wurde.
    #Beispiel: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name : NEXT_SESSION_RESPONSE
    #Datatype : String
    #Description: Gibt optional den vollständigen Pfad der Antwortdatei der nächsten Session an. Wenn nur ein Dateiname angegeben wird, wird die Antwortdatei aus dem Verzeichnis <TEMP>/oraInstall abgerufen. Diese Variable ist nur aktiv, wenn NEXT_SESSION auf True festgelegt ist.
    #Beispiel: NEXT_SESSION_RESPONSE = "nextinstall.rsp"
    NEXT_SESSION_RESPONSE=<Nicht festgelegter Wert>
    #Name : DEINSTALL_LIST
    #Datatype : StringList
    #Description: Liste der Komponenten, die während einer Deinstallations-Session deinstalliert werden sollen.
    #Beispiel: DEINSTALL_LIST = {"oracle.client","10.1.0.2.0"}
    DEINSTALL_LIST={"oracle.client","10.1.0.2.0"}
    #Name : SHOW_DEINSTALL_CONFIRMATION
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn die Deinstallationsbestätigung während einer Deinstallations-Session benötigt wird.
    #Beispiel: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name : SHOW_DEINSTALL_PROGRESS
    #Datatype : Boolean
    #Description: Auf True festlegen, wenn der Deinstallationsfortschritt während einer Deinstallations-Session benötigt wird.
    #Beispiel: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name : ACCEPT_LICENSE_AGREEMENT
    #Datatype : Boolean
    #Description: Wenn Sie für diese Variable True festlegen, stimmen Sie dem Lizenzvertrag zu. Diese Variable wird nur für vollautomatische Installationen verwendet.
    #Beispiel: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=false
    #Name : SELECTED_LANGUAGES
    #Datatype : StringList
    #Description: Sprachen, in denen die Komponenten installiert werden.
    #Component : oracle.client
    SELECTED_LANGUAGES={"de","en"}
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installationsart der Komponente.
    #Component : oracle.client
    INSTALL_TYPE="Benutzerdefiniert"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # netca, : Oracle Net-Konfigurationasssistent
    # netca_deinst, : Oracle Net-Konfigurationsassistent - Skript deinstallieren
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"netca"}
    #Component : oracle.networking.netca
    oracle.networking.netca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # vipca, : Virtual Private IP-Konfigurationsassistent
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"vipca"}
    #Component : oracle.options.ops.vipca
    oracle.options.ops.vipca:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : OPTIONAL_CONFIG_TOOLS
    #Datatype : String
    #Description: #Sie haben folgende Auswahlmöglichkeiten. Der Wert sollte nur eine dieser Auswahlmöglichkeiten enthalten.
    #Die Auswahl sollte folgende Form aufweisen: Interner Name : Externer Name. Geben Sie für die Festlegung des Wertes den internen Namen an.Liste optionaler Konfigurationsassistenten, die gestartet werden müssen.
    # LocalConfig, : Oracle Cluster Synchronization Service deinstallieren
    #Beispiel: OPTIONAL_CONFIG_TOOLS = {"LocalConfig"}
    #Component : oracle.options.ops.csscommon
    oracle.options.ops.csscommon:OPTIONAL_CONFIG_TOOLS="{}"
    #Name : s_recodHTTPPort
    #Datatype : String
    #Description: HTTP listener port for the recod service
    #Component : oracle.cartridges.ordmts
    s_recodHTTPPort="2030"

  • Grid Control 10.2.0.1.1 Silent Installation Problem

    I seem to be having issue installing Grid Control 10.2.0.1.1; I am using the silent install with existing database method and for some reason, the installation process is not using some variable I have specified in the response file.
    My operating environment is as follows
    Redhat Enterprise Linux 5.2 [Tikanga] - 32bit
    Repository: Oracle Database 11gR2Variables that I have specifed in the response file and are not being used are below.
    >
    s_mgmtTbsName="/u02/oradata/emrep/oradata/mgmt.dbf"
    s_ecmTbsName="/u02/oradata/emrep/oradata/mgmt_ecm_depot1.dbf"
    >
    slientInstall log has the following entries
    silentInstall2010-08-18_01-15-29-PM.log
    *** Error Dialog: OUI-10150:Error: The file system location /u01/app/oracle/product/oms10g/oradata does not exist. Please enter the path of an existing directory. in component Oracle Enterprise Manager Grid Console 10.2.0.1.1 . Installation cannot continue for this component. ***
    User Selected: S&top installation of this component only.
    The file system location /u01/app/oracle/product/oms10g/oradata does not exist. Please enter the path of an existing directory.
    This silent installation was unsuccessful.installActions log file has the following entries
    INFO: Setting variable 's_mgmtTbsName' to '/u01/app/oracle/product/oms10g/oradata/mgmt.dbf'. Received the value from the variable calculation.
    INFO: Calling Query fileQueries10.1.0.3.0  exists
    filename = /u01/app/oracle/product/oms10g/oradata
    INFO: Query Returned: false
    User Selected: S&top installation of this component only.
    The file system location /u01/app/oracle/product/oms10g/oradata does not exist. Please enter the path of an existing directory.
    This silent installation was unsuccessful.Regard,
    Phiri

    [oracle@oracledba Disk1]$ cat response/em_using_existing_db.rsp
    ## copyright (c) 1999, 2004 Oracle. All rights reserved.          ##
    ## Specify values for the variables listed below to customize     ##
    ## your installation.                                             ##
    ## Each variable is associated with a comment. The comment        ##
    ## identifies the variable type.                                  ##
    ## Please specify the values in the following format:             ##
    ##         Type         Example                                   ##
    ##         String       "Sample Value"                            ##
    ##         Boolean      True or False                             ##
    ##         Number       1000                                      ##
    ##         StringList   {"String value 1","String Value 2"}       ##
    ## The values that are given as <Value Required> need to be       ##
    ## specified for a silent installation to be successful.          ##
    ## This response file is generated by Oracle Software             ##
    ## Packager.                                                      ##
    RESPONSEFILE_VERSION=2.2.1.0.0
    #Name       : UNIX_GROUP_NAME
    #Datatype   : String
    #Description: Unix group to be set for the inventory directory. Valid only in Unix platforms.
    #Example: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME="oinstall"
    #Name       : FROM_LOCATION
    #Datatype   : String
    #Description: Complete path to the products.xml.
    #Example: FROM_LOCATION = "../stage/products.xml"
    FROM_LOCATION="/u02/orasoft/gc_10201/Disk1/rdbms/Disk1/stage/products.xml"
    #Name       : FROM_LOCATION_CD_LABEL
    #Datatype   : String
    #Description: This variable should only be used in multi-CD installations. It includes the label of the compact disk where the file "products.xml" exists. The label can be found in the file "disk.label" in the same directory as products.xml.
    #Example: FROM_LOCATION_CD_LABEL = "CD Label"
    #FROM_LOCATION_CD_LABEL="EM10g"
    #Name       : BASEDIR
    #Datatype   : String
    #Description: Directory where the ORACLE_HOMES gets created
    #Example: BASEDIR = "C:\OHOME1" or BASEDIR = "/scratch/OracleHomes"
    BASEDIR="/u01/app/oracle/product"
    #Name       : INSTALLATION_NAME
    #Datatype   : String
    #Description: Oracle Home Name. Used in creating folders and services.
    #Example: INSTALLATION_NAME = "OHOME1"
    INSTALLATION_NAME="oms10g"
    #Name       : NEXT_SESSION
    #Datatype   : Boolean
    #Description: Set to true to allow users to go back to the File Locations page for another installation. This flag also needs to be set to true in order to process another response file (see NEXT_SESSION_RESPONSE).
    #Example: NEXT_SESSION = true
    NEXT_SESSION=true
    #Name       : NEXT_SESSION_ON_FAIL
    #Datatype   : Boolean
    #Description: Set to true to allow users to invoke another session even if current install session has failed. This flag is only relevant if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name       : DEINSTALL_LIST
    #Datatype   : StringList
    #Description: List of components to be deinstalled during a deinstall session.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name, Version : External name. Please use the internal name and version while specifying the value.
    #    oracle.sysman.top.agent, 10.2.0.0.0 : Oracle Management Agent 10.2.0.0.0
    #    oracle.sysman.top.em_seed, 10.2.0.0.0 : Oracle Enterprise Manager Repository Database 10.2.0.0.0
    #    oracle.sysman.top.oms, 10.2.0.0.0 : Oracle Enterprise Manager Grid Console 10.2.0.0.0
    #Example: DEINSTALL_LIST = {"oracle.sysman.top.agent","10.2.0.0.0"}
    DEINSTALL_LIST={"oracle.sysman.top.oms","10.2.0.1.1"}
    #Name       : SHOW_DEINSTALL_CONFIRMATION
    #Datatype   : Boolean
    #Description: Set to true if deinstall confimation is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name       : SHOW_DEINSTALL_PROGRESS
    #Datatype   : Boolean
    #Description: Set to true if deinstall progress is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name       : REMOVE_HOMES
    #Datatype   : StringList
    #Description: List of the homes to be removed during a deinstall session. Each home is represented by its full path.
    #Example: REMOVE_HOMES = {<full_path_of_home1>,<full_path_of_home2>, ...}
    REMOVE_HOMES=<Value Unspecified>
    #Name       : ACCEPT_LICENSE_AGREEMENT
    #Datatype   : Boolean
    #Description: By setting this variable to true, you are accepting the license agreement. This variable is used only for silent installations.
    #Example: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=true
    #Name       : TOPLEVEL_COMPONENT
    #Datatype   : StringList
    #Description: The top level component to be installed in the current session.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name, Version : External name. Please use the internal name and version while specifying the value.
    #    oracle.sysman.top.agent, 10.2.0.0.0 : Oracle Management Agent 10.2.0.0.0
    #    oracle.sysman.top.em_seed, 10.2.0.0.0 : Oracle Enterprise Manager Repository Database 10.2.0.0.0
    #    oracle.sysman.top.oms, 10.2.0.0.0 : Oracle Enterprise Manager Grid Console 10.2.0.0.0
    #Example: TOPLEVEL_COMPONENT = {"oracle.sysman.top.agent","10.2.0.0.0"}
    TOPLEVEL_COMPONENT={"oracle.sysman.top.oms","10.2.0.1.1"}
    #Name       : SELECTED_LANGUAGES
    #Datatype   : StringList
    #Description: Languages in which the components will be installed.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    #    en,   : English
    #    de,   : German
    #    es,   : Latin American Spanish
    #    es_MX,   : Mexican Spanish
    #    es_ES,   : Spanish
    #    fr,   : French
    #    fr_CA,   : Canadian French
    #    it,   : Italian
    #    iw,   : Hebrew
    #    ja,   : Japanese
    #    ko,   : Korean
    #    pt_BR,   : Brazilian Portuguese
    #    zh_CN,   : Simplified Chinese
    #    zh_TW,   : Traditional Chinese
    #Example: SELECTED_LANGUAGES = {"en"}
    #SELECTED_LANGUAGES={"en"}
    #Name       : COMPONENT_LANGUAGES
    #Datatype   : StringList
    #Description: Languages in which the components will be installed.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    #    en,   : English
    #    de,   : German
    #    es,   : Latin American Spanish
    #    es_MX,   : Mexican Spanish
    #    es_ES,   : Spanish
    #    fr,   : French
    #    fr_CA,   : Canadian French
    #    it,   : Italian
    #    iw,   : Hebrew
    #    ja,   : Japanese
    #    ko,   : Korean
    #    pt_BR,   : Brazilian Portuguese
    #    zh_CN,   : Simplified Chinese
    #    zh_TW,   : Traditional Chinese
    #Example: COMPONENT_LANGUAGES = {"en"}
    #Component  : oracle.sysman.top.oms
    COMPONENT_LANGUAGES={"en"}
    #Name       : s_reposHost
    #Datatype   : String
    #Description: Hostname of the Repository database
    #Component  : oracle.sysman.top.oms
    #Example    :s_reposHost="stadv26.us.oracle.com"
    s_reposHost="oracledba"
    #Name       : s_reposPort
    #Datatype   : String
    #Description: Port on which the Repository database is running
    #Component  : oracle.sysman.top.oms
    #Example    :s_reposPort="1521"
    s_reposPort="1521"
    #Name       : s_reposSID
    #Datatype   : String
    #Description: SID or Service name  of the Repository database
    #Component  : oracle.sysman.top.oms
    #Example    :s_reposSID="emrep"
    s_reposSID="emrep"
    #Name       : s_reposDBAPwd
    #Datatype   : String
    #Description: Password of DBA user used to create repository schema
    #Component  : oracle.sysman.top.oms
    # Example   : s_reposDBAPwd="password"
    s_reposDBAPwd="emgc10g"
    #Name       : s_mgmtTbsName
    #Datatype   : String
    #Description: Mgmt tablespace name
    #Component  : oracle.sysman.top.oms
    #This will get created on the machine where the database is present
    #So make sure that the directory given here is present in the machine where the database exists
    #ORACLE_HOME/oradata/mgmt.dbf
    #Example   : s_mgmtTbsName=/scratch/OracleHomes/oradata/mgmt.dbf
    s_mgmtTbsName="/u02/oradata/emrep/oradata/mgmt.dbf"
    #Name       : s_ecmTbsName
    #Datatype   : String
    #Description: ECM tablespace name
    #Component  : oracle.sysman.top.oms
    #This will get created on the machine where the database is present
    #So make sure that the directory given here is present in the machine where the database exists
    #ORACLE_HOME/oradata/mgmt_ecm_depot1.dbf
    #Example    : s_ecmTbsName=/scratch/OracleHomes/oradata/mgmt_ecm_depot1.dbf
    s_ecmTbsName="/u02/oradata/emrep/oradata/mgmt_ecm_depot1.dbf"
    #Name       : b_emailSelected
    #Datatype   : Boolean
    #Description: Whether to receive automatic threshold notification email
    #Component  : oracle.sysman.top.oms
    #Example    : b_emailSelected=false/true
    b_emailSelected=<Value Unspecified>
    #Name       : s_emailAddress
    #Datatype   : String
    #Description: Address to receive threshold notification email, this will be effected only when b_emailSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_emailAddress=<Value Unspecified>
    #Name       : s_emailServer
    #Datatype   : String
    #Description: SMTP gateway used to send threshold notification email, this will be effected only when b_emailSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_emailServer=<Value Unspecified>
    #Name       : b_metalinkSelected
    #Datatype   : Boolean
    #Description: Whether MetaLink connection was configured
    #Component  : oracle.sysman.top.em_seed
    #Example    : b_metalinkSelected=false/true
    b_metalinkSelected=<Value Unspecified>
    #Name       : s_metalinkUser
    #Datatype   : String
    #Description: user name for MetaLink access, this will be effected only when b_metalinkSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_metalinkUser=<Value Unspecified>
    #Name       : s_metalinkPassword
    #Datatype   : String
    #Description: password for MetaLink access, this will be effected only when b_metalinkSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_metalinkPassword=<Value Unspecified>
    #Name       : b_proxySelected
    #Datatype   : Boolean
    #Description: Whether proxy connection was configured
    #Component  : oracle.sysman.top.em_seed
    #Example: b_proxySelected=false/true
    b_proxySelected=<Value Unspecified>
    #Name       : EM_PROXYUSER
    #Datatype   : String
    #Description: User name for proxy access,this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYUSER=<Value Unspecified>
    #Name       : EM_PROXYREALM
    #Datatype   : String
    #Description: Server providing proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYREALM=<Value Unspecified>
    #Name       : EM_PROXYPASSWORD
    #Datatype   : String
    #Description: Password for proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYPASSWORD=<Value Unspecified>
    #Name       : EM_PROXYHOST
    #Datatype   : String
    #Description: Server providing proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYHOST=<Value Unspecified>
    #Name       : EM_DONTPROXYFOR
    #Datatype   : String
    #Description: Domains which should not use proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_DONTPROXYFOR=<Value Unspecified>
    #Name       : EM_PROXYPORT
    #Datatype   : String
    #Description: Port for proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYPORT=<Value Unspecified>
    #Name       : s_securePassword
    #Datatype   : String
    #Description: Password for secure communication with Management Server
    #Component  : oracle.sysman.top.oms
    #Example    : s_securePassword="password"
    s_securePassword="emgc10g"
    #Name       : s_securePasswordConfirm
    #Datatype   : String
    #Description: Confirmation of password for secure communication with Management Server
    #Component  : oracle.sysman.top.oms
    #Example    : s_securePasswordConfirm="password"
    s_securePasswordConfirm="emgc10g"
    #Name       : b_lockedSelected
    #Datatype   : Boolean
    #Description: Whether agent communication should be locked
    #Component  : oracle.sysman.top.oms
    #Example    : b_lockedSelected=true/false
    b_lockedSelected=false
    #Name       : s_reposPwd
    #Datatype   : String
    #Description: Password of repository schema owner
    #Component  : oracle.sysman.top.oms
    #Example    : s_reposPwd="password"
    s_reposPwd="emgc10g"
    #Name       : s_reposPwdConfirm
    #Datatype   : String
    #Description: Password for repository schema owner
    #Component  : oracle.sysman.top.oms
    #Example    : s_reposPwdConfirm="password"
    s_reposPwdConfirm="emgc10g"
    #Please Don't change the values of these variables
    n_firstInstanceValidation=2
    n_firstReposValidation=1
    n_firstReposPwdValidation=2
    n_firstSecureValidation=2
    n_firstVldnEmailSer=2
    #Name       : b_upgrade
    #Datatype   : Boolean
    #Description: To Specify whether it is Normal Install or Upgrade
    #Component  : oracle.sysman.top.oms
    #PLEASE DON'T CHANGE THIS VALUE
    b_upgrade=false
    #Name       : b_showOptConfigPage
    #Datatype   : Boolean
    #Description: whether to perform optional configuration
    #Component  : oracle.sysman.top.oms
    #PLEASE DON'T CHANGE THIS VALUE
    b_showOptConfigPage=TRUE
    #Name       : s_installType
    #Datatype   : String
    #Description: Type of Grid Control install being performed
    #Component  : oracle.sysman.top.oms
    #PLEASE DON'T CHANGE THIS VALUE
    s_installType="NOSEED"
    [oracle@oracledba Disk1]$

  • Error in Silent Installation of Oracle Database 10g R2

    Hi All,
    I want to install oracle DB10gR2 through silent installation(through command) and got the following error druing the prerequesties checks...
    Anyone can pl. let me know how to ignore tis error or continue with this installation as we normally do in GUI instllation.
    chk d below log for silent installation ...
    =================================================================
    Performing check for Kernel
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=250. Passed
    Checking for semmns=32000; found semmns=32000. Passed
    Checking for semopm=100; found semopm=32. Failed <<<<
    Checking for semmni=128; found semmni=128. Passed
    Checking for shmmax=536870912; found shmmax=33554432. Failed <<<<
    Checking for shmmni=4096; found shmmni=4096. Passed
    Checking for shmall=2097152; found shmall=2097152. Passed
    Checking for file-max=65536; found file-max=52371. Failed <<<<
    Checking for VERSION=2.4.21; found VERSION=2.4.21-4.ELsmp. Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=32768 - 61000. Failed <<<<
    Checking for rmem_default=262144; found rmem_default=65535. Failed <<<<
    Checking for rmem_max=262144; found rmem_max=65535. Failed <<<<
    Checking for wmem_default=262144; found wmem_default=65535. Failed <<<<
    Checking for wmem_max=262144; found wmem_max=65535. Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to update the kernel parameters.
    =======================================================================
    Performing check for GLIBC
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.2-95.27
    Actual Result: 2.3.2-95.3
    Check complete. The overall result of this check is: Failed <<<<
    Performing check for TotalMemory
    ===============================================================
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 496MB
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: The system does not have sufficient physical memory to perform the install.
    Recommendation: Increase the amount of physical memory available to your system before continuing with the installation.
    ===============================================================

    Hi Pierre,
    thats fine that I should nt contuinue the installation if the prerequisties isnt match
    but my question is "if we are doing the same installation in GUI based then we have to select that failed components and verify it again, i.e. I select that failed component and retry it (that the same thing done by me) and its working perfectly..." and my installation is successfully completed with any errors.
    So, how can I do the same thing through command line, IF I want to retry for the failed components?
    FYI ...Log for kernel parameters, RPM and Memory...
    ==========================================================
    Performing check for Kernel
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=250. Passed
    Checking for semmns=32000; found semmns=32000. Passed
    Checking for semopm=100; found semopm=100. Passed
    Checking for semmni=128; found semmni=128. Passed
    Checking for shmmax=536870912; found shmmax=536870912. Passed
    Checking for shmmni=4096; found shmmni=4096. Passed
    Checking for shmall=2097152; found shmall=2097152. Passed
    Checking for file-max=65536; found file-max=65536. Passed
    Checking for VERSION=2.4.21; found VERSION=2.4.21-4.ELsmp. Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=1024 - 65000. Passed
    Checking for rmem_default=262144; found rmem_default=262144. Passed
    Checking for rmem_max=262144; found rmem_max=262144. Passed
    Checking for wmem_default=262144; found wmem_default=262144. Passed
    Checking for wmem_max=262144; found wmem_max=262144. Passed
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =====================================================
    2) also the GLIBC is already higher version with me..then why it shown me as fail
    Performing check for GLIBC
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.2-95.27
    Actual Result: 2.3.2-95.3
    Check complete. The overall result of this check is: Failed <<<<
    =====================================================
    3) Memory error
    Performing check for TotalMemory
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 496MB
    Check complete. The overall result of this check is: Failed <<<<

  • Silent Installation of Additional OMS 10.2.0.4 with 11.1.0.7 repo fails...

    Followed instructions from the OEM Installation and Basic Configuration guide E10953-04 - Software Only Installation...
    In the section 'Temporary update of the Repository Core Version' I changed the version to 10.2.0.1.0
    When trying to install additional OMS on Linux x86-64 using silent installation... The installer fails with the below message...
    connectString = xxxxx:xxxx:emdb1
    INFO: 1/17/09 1:09:42 AM EST: Query Returned: 11.1.0.7.0
    1/17/09 1:09:43 AM EST: User Selected: S&top installation of this component only.
    1/17/09 1:09:43 AM EST: Invalid version: To be used for the Management Repository, the database must be version 9.2.0.6.0, or version 10.1.0.3.0 or higher.
    1/17/09 1:09:43 AM EST: This silent installation was unsuccessful.
    Any Ideas...

    Directly pointy to 11G database is not supported, you have to go by note 467677.1

  • Issue with oracle11g weblogic server(10.3.6) silent installation

    Hello Everyone,
    I am trying to install WL server through silent mode.
    The silent.xml that i am using is as follows
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Silent installer option -mode=silent -silent_xml="/u01/app/wlogic/sil/silent.xml" -->
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="/u01/app/wlogic/sil" />
    <data-value name="WLS_INSTALL_DIR" value="/u01/app/wlogic/sil/wlserver_10.3" />
    <data-value name="COMPONENT_PATHS"
    value="WebLogic Server/Core Application Server|WebLogic Server
    /Administration Console|WebLogic Server/Configuration Wizard and Upgrade
    Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic
    JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server
    /WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins
    |WebLogic Server/UDDI and Xquery Support|WebLogic Server/Server Examples" />
    <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no" />
    <data-value name="INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER" value="yes"/>
         <!--
                   <data-value name="LOCAL_JVMS" value="/usr/java/jdk1.7.0_07" />
              -->
    </input-fields>
    </bea-installer>
    The installation returns a failure code "null".
    I am using the generic installer and have successfully installed through the GUI and console mode.
    The OS is Red Hat Enterprise Linux 5.4(32bit on VWare machine).
    I have also tried it on Windows 7.
    I am at my wits end and any help would be appreciated.
    thanks in advance
    Jitendra
    PS:- i am new here and hence any forum policies that may have been violated by me is un-intentional.

    Thanks Fabian for taking out your time for helping me.
    This solution is not working completely though.
    The log has more information now but still does not make much sense.
    Hope it does for you.
    Here is a part of log for your perusal
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Evaluation Database=false
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Workshop Code Completion Support=true
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl - Oracle Configuration Manager=true
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Data Collector=true
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl - Oracle Coherence=false
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Coherence Product Files=false
    2012-10-19 16:00:54,606 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Coherence Examples=false
    2012-10-19 16:00:54,606 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl - -----------COMPONENT SELECTIONS DUMP END-----------
    2012-10-19 16:00:54,606 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
    com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server" and component "WebLogic Web Server Plugins "
         at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:347)
         at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:158)
         at com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask.execute(SilentBEAHomeTask.java:33)
         at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:722)
    2012-10-19 16:00:54,607 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.common.cleanup.CleanupTaskManager - Preparing cleanup task: com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.common.cleanup.tasks.AbstractCleanupTask - com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask.doBefore()
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.common.cleanup.CleanupTaskManager - Executing cleanup task: com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask - Deleting file/directory '/tmp/bea2028415609744706723.tmp'
    2012-10-19 16:00:54,618 DEBUG [WizardController] com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask - command=/usr/java/jdk1.7.0_07/bin/java -cp . com.bea.plateng.common.util.Delete /tmp/bea2028415609744706723.tmp 30
    2012-10-19 16:00:54,641 DEBUG [WizardController] com.bea.plateng.wizard.WizardController - Terminating..
    Hope it helps.
    regards,
    Jitendra

  • Photoshop Elements 13 Silent Installation

    Hi.
    I am trying to do a silent installation of Photoshop Elements 13.
    We can rollout single installations to specific computers with Enteo DSM (Client Management System).
    When i assign an installation to a client, i have the possibility to give the serialnumber with the installationpackage as an variable.
    This worked well with PSE10, PSE11 and PSE12.
    But with Version 13 the installation routine changed completly. Are there any instructions to do an silent installation with PSE 13 ?
    Cheers
    Tobi

    Shikha,
    Silent install worked great but I cant get the adobeID to serialize. I used this for PSE 12 but it's not working on 13.
    adobe_prtk --tool=Serialize --leid=V7{}PhotoshopElements-EMT13-Win-GM  --serial="xxxx-xx...." --adobeid="[email protected]"
    Do I have the right leid? I couldn't find any information on how to get the Adobe ID working.

  • Need help with a Silent Installer for Photoshop Elements 10

    I can't seem to get the silent installer working. I've used the Elements 9 instructions for 10 but I still get pop-ups requesting info:
    http://helpx.adobe.com/photoshop-elements/kb/silent-install-volume-license-photoshop.html
    I cannot find any info at all relating specifically to Elements 10. Before I go digging into the msi with ORCA (preferable to have something I can deploy in Active Directory through GPO) I tought I'd ask here

    @mtarggart
    Delete the blank between /UL and 1033, and it will work. :-)
    @Davide M, thanks a lot for your helpful article!
    mtarggart wrote:
    I've tried the above command and I keep getting prompted to select an Install Language. I'm trying to install this on Windows 7 x64 Enterprise. From an elevated command prompt pointed to the directory of the Elements install files (C:\PSE 10), this is what I am typing: start /wait setup.exe /UL 1033 /V"SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx".
    For the ones who want to use installation from a server share,
    change "Setup.exe" by using \\Servername\Share\Setup.exe
    and set \\Servername\Share to your Servershare.
    The last thing I've been searching for was setting the right country
    and stopping PSE from asking me which country I am living in.
    Seems as if there was an additional switch e.g. "Country=244" for US.

  • 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

  • Silent Installation Adobe Acrobat 9 Win 2008 R2

    Hi,
    I have a problem with the silent installation of Adobe 9 under Win 2008 R2. I have created an admin installation with all hotfixes including 9.3.2 german.
    When I install. The installation fails with 1603. In the log i found the following errors:
    Property(S): UnsupportedOS_DotNet = The installation of [BrandName] on a 64-bit Windows operating system requires that you first install the following package from the location indicated below:
    - Package: Microsoft .NET framework 2.0 x64
    - Location: http://www.microsoft.com/downloads/details.aspx?FamilyID=
    b44a0000-acf8-4fa1-affb-40e78d788b00&&displaylang=en
    Property(S): HotFix64_Link = http://www.adobe.com/go/ms_kb930627
    Property(S): ADOBE_ACROBAT_DOCUMENT = Adobe Acrobat Document
    Property(S): UnsupportedOS_HotFix = Acrobat requires an update for this 64-Bit operating system.  The update can be found at http://www.adobe.com/go/ms_kb930627.  Please update your system and run setup again. Setup will now terminate.
    Both Hotfixes are not available under win 2008r2. Dotnet 3.5sp1 is already installed and the other hotfix is not for R2.
    What can I do?
    thanks in forward!

    Hi John,
    Acrobat 9.3.2 is certified for W2008R2

  • How to rollback the oracle silent installation

    Hello Guys!
    i have one simple question related to the Oracle silent installation.
    I implemented embedded installation of Oracle in silent mode for my product.
    But i want to implement the rollback feature, i mean it should be possible to interrupt silent installation of Oracle s\w and it should be implemented in correct way. All installed files services should be removed, cleared all registry keys, cleared the inventory information etc.
    So if someone knows anything how to perform this functionality it will be great help for me. I see only two ways:
    1. To write something into the input stream of the process, like "stop", "cancel" ...
    Maybe it is funny idea
    2. The second way to perform termination of process and clear all information in scripts, but this is waste of time and may cause some addional errors at execution.
    3. So if you can help me thanks in advance
    Alex

    Hello Nicolas!
    yes you are very close to the theme. I used this codes but it is not what i am looking for now. I'll try to explain:
    ---------------------------------------- xx% ---------------------------------------
    | Oracle Installer is strated | ---------------> | Oracle istallation is done |
    ---------------------------------------- | ---------------------------------------
    | |
    | |
    | to interrupt installation
    | |
    |______________|
    go to the same state as before installation
    Thus do you know the best way how to implement this process:
    1. To interrupt silent installation of Oracle
    2. Rollback all changes made by interrupted setup program(some files are installed etc, but i don't need them since i had interrupted the installation process)
    So thanks for your answer
    Alex

  • Error 1719 during Office 2010 Silent installation

    Hi, 
    I have created a logoff vbs script enforced through GPO for a silent installation of office 2010 SP. The main part of the script run the following command: 
    SetupCommand = ShareDir & "\x86\setup.exe /config " & ShareDir & "\x86\ProPlus.WW\config.xml"
    ReturnValue = oShell.run(SetupCommand, 1, True)
    installation files are located on a network share (permissions: full control for everyone)
    The installation seems to work correctly until installation of updates when I get error 1719 Windows Installer service could not be accessed preceded by a warning event 1530: 
    Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards.  
    DETAIL - 
    2 user registry handles leaked from \Registry\User\S-1-5-21-682003330-507921405-725345543-4463:
    Process 2760 (\Device\HarddiskVolume2\Windows\System32\msiexec.exe) has opened key \REGISTRY\USER\S-1-5-21-682003330-507921405-725345543-4463
    Process 2760 (\Device\HarddiskVolume2\Windows\System32\msiexec.exe) has opened key \REGISTRY\USER\S-1-5-21-682003330-507921405-725345543-4463\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
    I've tried the script on 5 different hosts and I always get the same error. I've tried once to use the same script at logon and it worked.
    If I run the command manually it works. Do you have any idea why the script is not working at logoff? do you have any workaround to suggest? 

    Hi Michele,
    à
    get error 1719 Windows Installer service could not be accessed
    Please refer to following KB and check if it help you to troubleshoot Windows installer service issue.
    How to troubleshoot issues with Windows installer service
    Based on your description, I understand that you had configure logoff script via Group Policy to install office
    2010. Meanwhile, you had confirmed that logon script will work fine if use same script. So, I guess the script should be correct, there seems to have some issues in Group Policy settings. Please refer to following articles and check relevant log files if find
    more clues.
    Fixing Group Policy problems by using log
    files
    Fixing Scripts policy settings problems
    If anything I misunderstand or any update, please don't hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Calendar desktop client silent installation OCal_win_10.1.2exe v8.2.160.0

    Hi,
    I am having trouble executing the Oracle silent installation instructions for this app.
    http://download-uk.oracle.com/docs/cd/B25553_01/install.1012/b25463/clientinstallation.htm#CHDEJIIB
    I am unable to extract the package contents using the setup.exe /a command as suggested. The /s /v"qn" switch will not install the package correctly.
    I can grab the Oracle Calendar.msi file from the temp directory during an interactive install but cannot find the files that the instructions suggest most importantly the handy unison.ini configuration file is not there :-( .
    Can someone help please.

    Dear all,
    I've managed to work this one out for myself. Bit of a nightmare but here we go...
    The nub of the problem is that a default value of the variable that sets the installation directory is not being declared in the msi.
    As a result of this when you perform an installation without the GUI for some files only the installation path defaults to "" or the root directory of the PC.
    Fortunately this path is covered by a Public parameter in the msi file :-) . You can pass public parameters into the msi when you install it. Like this:
    msiexec.exe /i "mymsi.msi" MYPUBLICPARAMETER="myvalue"
    I used the msitoxml application available on sourceforge to have a look at the parameters inside the msi which I grabbed from the temporary. The public parameters always have capital letters.
    So for a silent install of the msi I ended up with this:
    msiexec.exe /i "Oracle Calendar.msi" /qn INSTALLDIR="%programfiles%\Oracle\Calendar"
    Having got the msi install working I thought I would try to find a way to pass the msi switches into the original installshield setup file so that it doesn't need extracting which Oracle might not want us to do.
    We already know that the /v switch passes parameters to msiexec.exe when used on the setup exe. But what syntax do we need for this complex set of parameters? The Installshield setup executable expects any string containing spaces after the /v switch to wrapped in quotes. So we have the classic quotes within quotes problem.... After some experimentation it turns out that the \ character will escape quotes in this case.
    So escaping the extra quotes we have:
    OCal_win_10.1.2exe /s /v"/qn INSTALLDIR=\"%programfiles%\Oracle\Calendar\""
    No idea whether this will help anyone else, but I had to write it up somewhere!
    Chris

  • How to install Excell client using Silent Installation

    Hi,
    We are planning to do the 'client install' using silent installation. I followed the BPC 7.5 installation giude but it just gives the option to do the both ADMIN and EXCEL client installation.
    For example:bpcclient75.exe /s /zu201Cc:\test&c:\installshield\xceedzip.dll&FR&ALL"
    Can anyone please provide me the code as above for EXCEL only silent installation.
    Thanks

    Hello,
    Could you give me that solution?
    Thank you very much!
    Danny

Maybe you are looking for

  • "Fan error" on Thinkpad X201s

    Hello, My X201s surprisingly overheated and soft-shut down. Upon rebooting the BIOS interrupted startup just to say "Fan Error" and shut down again. Has anyone seen this issue before? Up until now the fan has been working! I took the keyboard off, an

  • Image not printing on whole paper! please help!

    Hey guys, I am trying to print an image that is exactly 8.5x11 for a letter size paper. I need it to fit on the whole paper but photoshop is only printing in the middle with a white border around it. Why is this happening? I have a pic of my print pr

  • Unable to view the contents in NQS Config file

    Hi Forum, After I successfully install the OBI EE 10.1.3 Application, I am unable to view the contents in NQS Config file. It is opening in Notepad with error showing as "The filename, directory name or volume label syntax is incorrect." So please gu

  • BW Authorizations/Report. Auth Object/KF's vs. Calc. KF's

    We implemented a custom/reporting auth. object to protect key figures (1KYFNM) and it works well. The issue is that our user community never ceases to come up with new and even more creative requirements. Let me illustrate the latest requirement: I h

  • CONDITION BASE VALUE / ALT CALCULATION TYPE Pricing

    Dear All, I have a scenario where in I want the condition base value for calculating the value for a condition type to be based on Gross weight -  Net weight value of a material. Is it possible and if yse how do I acheive the same. Deepak