NM7.1: Regarding Software Package Silent Installation Issue

Dear Experts,
I am working on NM7.1, & I tried of creating a Software Package which will include MI client installation, JRE, MaxDB, MCD all in one. For this I zipped MaxDB folder which I downloaded from SMP & uploaded it to NWA, created a software package from NWA 7.1, downloaded it & tried installing it. It executed properly.
Now I wish to create a Software Package which can be installed in Silent mode.
For this, I went through NM71 help documentation & maintained JRE components  Silent Command Line Parameter field value as - /qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=<Drive:>\java\jre.
Other components like MaxDB doesn't allow to maintain this parameter field value in NWA, neither MCD nor SETUP_WIN32.
So I downloaded this Software package & clicked on MassDeviceSetup_Silent.bat file for silent installation.
It started of & installed JRE but later it didn't proceeded further. I kept it running for almost 2 days, but then too nothing happened further.
I have attached the StandardMDSLog file at below link for your reference, please analyze it.
http://www.4shared.com/file/258992320/317aef7c/StandardMDSLog.html
I feel that I am missing something.
Please guide me further....
Thanks in advance.
Regards,
Saptak

Hi Stephan,
Thank you very much for your notes.
This issue has already been fixed in AccAD 2.2.
Best regards,
Yael

Similar Messages

  • Oracle 11g R2 Client Silent Installation Issue (PATH) Windows 7 x86

    Hi All,
    I'm hoping somebody can shed some light on this issue.
    I created a Response file using the 'Save Response File' method during an interactive installation on a Windows 7 Enterprise x86 client. (file enclosed)
    I have installed it multiple times now with multiple permutations of the command line (got caught out by the old lower case F in responseFile) but now I'm getting the same error each time (a critical error with the PATH according to the installation log). There is nothing wrong with the path length as the installation works fine in GUI mode and passes the Prereq check.
    I launch the command line to install (with Run As Administrator) - "[location of setup.exe]\setup.exe" -nowait -silent -responseFile "[location of response file]\Oracle11gv2.rsp"
    RESPONSE FILE:
    ## Copyright(c) Oracle Corporation 1998,2008. All rights reserved. ##
    ## Specify values for the variables listed below to customize ##
    ## your installation. ##
    ## Each variable is associated with a comment. The comment ##
    ## can help to populate the variables with the appropriate ##
    ## values.                                   ##
    # Do not change the following system generated value.
    oracle.install.responseFileVersion=/oracle/install/rspfmt_clientinstall_response_schema_v11_2_0
    # This variable holds the hostname of the system as set by the user.
    # It can be used to force the installation to use an alternative
    # hostname rather than using the first hostname found on the system
    # (e.g., for systems with multiple hostnames and network interfaces).
    ORACLE_HOSTNAME=
    # Unix group to be set for the inventory directory.
    UNIX_GROUP_NAME=
    # Inventory location.
    INVENTORY_LOCATION=C:\Program Files\Oracle\Inventory
    # Specify the languages in which the components will be installed.
    # en : English ja : Japanese
    # fr : French ko : Korean
    # ar : Arabic es : Latin American Spanish
    # bn : Bengali lv : Latvian
    # pt_BR: Brazilian Portuguese lt : Lithuanian
    # bg : Bulgarian ms : Malay
    # fr_CA: Canadian French es_MX: Mexican Spanish
    # ca : Catalan no : Norwegian
    # hr : Croatian pl : Polish
    # cs : Czech pt : Portuguese
    # da : Danish ro : Romanian
    # nl : Dutch ru : Russian
    # ar_EG: Egyptian zh_CN: Simplified Chinese
    # en_GB: English (Great Britain) sk : Slovak
    # et : Estonian sl : Slovenian
    # fi : Finnish es_ES: Spanish
    # de : German sv : Swedish
    # el : Greek th : Thai
    # iw : Hebrew zh_TW: Traditional Chinese
    # hu : Hungarian tr : Turkish
    # is : Icelandic uk : Ukrainian
    # in : Indonesian vi : Vietnamese
    # it : Italian
    # Example : SELECTED_LANGUAGES=en,fr,ja
    SELECTED_LANGUAGES=en,en_GB
    # Complete path of the Oracle Home
    ORACLE_HOME=C:\Oracle\product\11.2.0\client_1
    # Complete path of the Oracle Base.
    ORACLE_BASE=C:\Oracle
    #Name : INSTALL_TYPE
    #Datatype : String
    #Description: Installation type of the component.
    # The following choices are available. The value should contain
    # only one of these choices.
    # InstantClient : InstantClient
    # Administrator : Administrator
    # Runtime : Runtime
    # Custom : Custom
    #Example : INSTALL_TYPE = "Administrator"
    oracle.install.client.installType=Custom
    # Name : oracle.install.client.customComponents
    # Datatype : StringList
    # This property is considered only if INSTALL_TYPE is set to "Custom"
    # Description: List of Client Components you would like to install
    # The following choices are available. You may specify any
    # combination of these choices. The components you choose should
    # be specified in the form "internal-component-name:version"
    # Below is a list of components you may specify to install.
    # oracle.sqlj:11.2.0.1.0 -- "Oracle SQLJ"
    # oracle.rdbms.util:11.2.0.1.0 -- "Oracle Database Utilities"
    # oracle.javavm.client:11.2.0.1.0 -- "Oracle Java Client"
    # oracle.sqlplus:11.2.0.1.0 -- "SQL*Plus"
    # oracle.dbjava.jdbc:11.2.0.1.0 -- "Oracle JDBC/THIN Interfaces"
    # oracle.ldap.client:11.2.0.1.0 -- "Oracle Internet Directory Client"
    # oracle.rdbms.oci:11.2.0.1.0 -- "Oracle Call Interface (OCI)"
    # oracle.precomp:11.2.0.1.0 -- "Oracle Programmer"
    # oracle.xdk:11.2.0.1.0 -- "Oracle XML Development Kit"
    # oracle.network.aso:11.2.0.1.0 -- "Oracle Advanced Security"
    # oracle.assistants.oemlt:11.2.0.1.0 -- "Enterprise Manager Minimal Integration"
    # oracle.oraolap.mgmt:11.2.0.1.0 -- "OLAP Analytic Workspace Manager and Worksheet"
    # oracle.network.client:11.2.0.1.0 -- "Oracle Net"
    # oracle.ordim.client:11.2.0.1.0 -- "Oracle Multimedia Client Option"
    # oracle.ons:11.2.0.0.0 -- "Oracle Notification Service"
    # oracle.odbc:11.2.0.1.0 -- "Oracle ODBC Driver"
    # oracle.has.client:11.2.0.1.0 -- "Oracle Clusterware High Availability API"
    # oracle.dbdev:11.2.0.1.0 -- "Oracle SQL Developer"
    # oracle.rdbms.scheduler:11.2.0.1.0 -- "Oracle Scheduler Agent"
    # Example : oracle.install.client.customComponents="oracle.precomp:11.2.0.1.0","oracle.ons:11.2.0.0.0","oracle.oraolap.mgmt:11.2.0.1.0","oracle.rdbms.scheduler:11.2.0.1.0"
    oracle.install.client.customComponents=oracle.rdbms.util:11.2.0.1.0,oracle.sqlplus:11.2.0.1.0,oracle.dbjava.jdbc:11.2.0.1.0,oracle.rdbms.oci:11.2.0.1.0,oracle.network.client:11.2.0.1.0,oracle.odbc:11.2.0.1.0,oracle.oo4o:11.2.0.1.0,oracle.ntoledb:11.2.0.1.0,oracle.ntoledb.odp_net_2:11.2.0.1.0,oracle.aspnet_2:11.2.0.1.0
    #Name : MTS_PORT
    #Datatype : int
    #Description: Port number to be used for by the Oracle MTS Recovery Service to listen
    #          for requests. This needs to be entered in case oracle.ntoramts is
    #     selected in the list of custom components in custom install
    #Example : MTS_PORT = 2030
    oracle.install.client.oramtsPortNumber=49152
    # Host name to be used for by the Oracle Scheduler Agent.
    # This needs to be entered in case oracle.rdbms.scheduler is selected in the
    # list of custom components during custom install
    # Example : oracle.install.client.schedulerAgentHostName = acme.domain.com
    oracle.install.client.schedulerAgentHostName=
    # Port number to be used for by the Oracle Scheduler Agent.
    # This needs to be entered in case oracle.rdbms.scheduler is selected in the
    # list of custom components during custom install
    # Example: oracle.install.client.schedulerAgentPortNumber = 1500
    oracle.install.client.schedulerAgentPortNumber=
    LOG FILE TO FOLLOW

    LOG FILE:
    Using paramFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\oraparam.ini
    The commandline for unzip:
    Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.03\1\DataFiles/"*.jar" -d "C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM" INFO: Loading data from: jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Inventory exists: false
    INFO: Registering setup bean
    INFO: Validating Response File Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\response\Oracle11gv2.rsp
    WARNING: Unable to find the namespace URI. Reason: Start of root element expected.
    INFO: Setting Response file data to the Installer
    WARNING: Unable to find the namespace URI. Reason: Start of root element expected.
    INFO: Building Flow
    INFO: Building the flow graph
    INFO: Loaded state init
    INFO: Loaded state clientInstallType
    INFO: Loaded state productLanguage
    INFO: Loaded state getOracleHome
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state checkPrereqs
    INFO: Loaded state postPrereqs
    INFO: Loaded state summary
    INFO: Loaded state clientCustomInstall
    INFO: Loaded state schedulerAgent
    INFO: Loaded state mtsDialog
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[checkPrereqs]: route=success; to=summary
    INFO: State[clientCustomInstall]: route=TO_ENDCUSTOM; to=prereqExecutionDecider
    INFO: State[clientCustomInstall]: route=TO_ORAMTS; to=mtsDialog
    INFO: State[clientCustomInstall]: route=TO_SCHEDULERAGENT; to=schedulerAgent
    INFO: State[clientInstallType]: route=ic_no; to=productLanguage
    INFO: State[clientInstallType]: route=ic_yes; to=getOracleHome
    INFO: State[getOracleHome]: route=INVENTORY_NO; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=INVENTORY_NO_CUSTOM_YES; to=clientCustomInstall
    INFO: State[getOracleHome]: route=INVENTORY_YES; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=INVENTORY_YES_CUSTOM_YES; to=clientCustomInstall
    INFO: State[init]: route=success; to=clientInstallType
    INFO: State[mtsDialog]: route=success; to=prereqExecutionDecider
    INFO: State[postPrereqs]: route=CUSTOM; to=clientCustomInstall
    INFO: State[postPrereqs]: route=NON_CUSTOM; to=summary
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=checkPrereqs
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=summary
    INFO: State[productLanguage]: route=productlanguage_yes; to=getOracleHome
    INFO: State[schedulerAgent]: route=TO_ENDCUSTOM; to=prereqExecutionDecider
    INFO: State[schedulerAgent]: route=TO_ORAMTS; to=mtsDialog
    INFO: State[setup]: route=success; to=finish
    INFO: State[summary]: route=success; to=setup
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Changing the format to extended property file format to merge the flowDataDefaults with the flowDataSource
    INFO: Loading beanstore from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/response/Oracle11gv2.rsp
    INFO: Translating external format into raw format
    INFO: Loaded BeanStore using the flow data source
    INFO: Registering the flow data beans
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentHostName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    INFO: [INS-07001] Value for property 'UNIX_GROUP_NAME' not found in the bean store.
    INFO: [INS-07001] Value for property 'INVENTORY_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'SELECTED_LANGUAGES' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_RESPONSE_FILE' not found in the bean store.
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_USERNAME' not found in the bean store.
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_PASSWORD' not found in the bean store.
    INFO: [INS-07001] Value for property 'DECLINE_SECURITY_UPDATES' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_HOST' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_PORT' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_USER' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_PWD' not found in the bean store.
    INFO: [INS-07001] Value for property 'SECURITY_UPDATES_VIA_MYORACLESUPPORT' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_FAILURES' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_CONFIGURATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOSTNAME' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    WARNING: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    WARNING: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    WARNING: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: [INS-07001] Value for property 'OCMSettings' not found in the bean store.
    INFO: Set value for bean ClientSetupBean
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_WindowsSystemDirectory' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentHostName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_SchedulerAgentPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: Failed to load bean oracle.install.ivw.client.bean.ClientInstallSettings. Reason: [INS-07001] Value for property 'ClientInstallSettings' not found in the bean store.
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.CustomInstallGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.SchedulerAgentGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.OraMTSGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.InstallLocationGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.InstallTypesGUI viewId: null uiType: null]
    INFO: Adding View[type: oracle.install.ivw.client.view.FinishGUI viewId: null uiType: null]
    INFO: Initial values of Setup Properties :
    PROPERTY VALUE
    COLLECTOR_IGNORE_CONFIGURATION false
    COLLECTOR_IGNORE_FAILURES false
    COLLECTOR_RESPONSE_FILE
    DECLINE_SECURITY_UPDATES false
    FROM_LOCATION Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\cl
    ient\install\../stage/products.xml
    INSTALL_TYPE Custom
    INVENTORY_LOCATION C:\Program Files\Oracle\Inventory
    MYORACLESUPPORT_PASSWORD Protected value, not to be logged
    MYORACLESUPPORT_USERNAME
    ORACLE_BASE C:\Oracle
    ORACLE_HOME C:\Oracle\product\11.2.0\client_1
    ORACLE_HOSTNAME GBA-P74444432
    PROXY_HOST
    PROXY_PORT
    PROXY_PWD Protected value, not to be logged
    PROXY_USER
    SECURITY_UPDATES_VIA_MYORACLESUPPORT true
    SELECTED_LANGUAGES {"en","en_GB"}
    oracle_install_LaunchNetCA false
    oracle_install_NoMigration true
    oracle_install_RACInstall false
    oracle_install_WindowsSystemDirectory
    oracle_install_client_CustomComponents {"oracle.rdbms.util:11.2.0.1.0","oracle.sqlplus:11.2.0.1.
    0","oracle.dbjava.jdbc:11.2.0.1.0","oracle.rdbms.oci:11.2
    .0.1.0","oracle.network.client:11.2.0.1.0","oracle.odbc:1
    1.2.0.1.0","oracle.oo4o:11.2.0.1.0","oracle.ntoledb:11.2.
    0.1.0","oracle.ntoledb.odp_net_2:11.2.0.1.0","oracle.aspn
    et_2:11.2.0.1.0"}
    oracle_install_client_OraMTSPortNumber 49152
    oracle_install_db_ConfigurationType
    oracle_install_db_InstallEdition EE
    oracle_install_db_InstallType
    INFO: Launching Oracle Client Installer
    INFO: Started executing the flow in SILENT mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state init
    INFO: Waiting for completion all forked tasks at state init
    INFO: All forked task are completed at state init
    INFO: Completed background operations
    INFO: Executing action at state init
    INFO: Completed executing action at state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <init>
    WARNING: Validation disabled for the state init
    INFO: Completed validating state <init>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientInstallType
    INFO: Completed executing action at state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <clientInstallType>
    WARNING: Validation disabled for the state clientInstallType
    INFO: Completed validating state <clientInstallType>
    INFO: In Transition of InstallTypesAction:
    INFO: Verifying route ic_no
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOracleHome
    INFO: Completed executing action at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <getOracleHome>
    INFO: custom prereq file name: oracle.client_Custom.xml
    INFO: refDataFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\stage\cvu\oracle.client_Custom.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: InstallAreaControl exists: false
    INFO: Checking:NEW_HOME
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:ORCA_HOME
    INFO: Reading shiphome metadata from Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/Z:/Source Media/KM0399 - Oracle 11g/win32_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: size estimation for Administratorinstall is 1046.229476928711
    INFO: PATH has :==>C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\jdk\jre\bin;.;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\AdminStudio\11.5\Common\
    INFO: Completed validating state <getOracleHome>
    INFO: InstallLocationAction to INVENTORY_NO_CUSTOM_YES
    INFO: Verifying route INVENTORY_NO_CUSTOM_YES
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientCustomInstall
    INFO: Re-loading component config bean
    INFO: Loading beanstore from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/instclient.jar!/oracle/install/ivw/client/resource/custom_components.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.commons.base.util.ComponentConfig from jar:file:/C:/Users/DesktopAdmin/AppData/Local/Temp/OraInstall2013-02-26_08-36-31AM/ext/jlib/instclient.jar!/oracle/install/ivw/client/resource/custom_components.xml
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    INFO: Resolving dependencies
    INFO: Completed executing action at state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <clientCustomInstall>
    INFO: Completed validating state <clientCustomInstall>
    INFO: Verifying route TO_ENDCUSTOM
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state prereqExecutionDecider
    INFO: Completed executing action at state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <prereqExecutionDecider>
    WARNING: Validation disabled for the state prereqExecutionDecider
    INFO: Completed validating state <prereqExecutionDecider>
    INFO: Verifying route executeprereqs
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state checkPrereqs
    INFO: custom prereq file name: oracle.client_Custom.xml
    INFO: refDataFile: Z:\Source Media\KM0399 - Oracle 11g\win32_11gR2_client\client\stage\cvu\oracle.client_Custom.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: Completed executing action at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state checkPrereqs
    INFO: Waiting for completion all forked tasks at state checkPrereqs
    INFO: Creating PrereqChecker Job for leaf task Physical Memory
    INFO: Creating CompositePrereqChecker Job for container task Free Space
    INFO: Creating PrereqChecker Job for leaf task Free Space: GBA-P74444432:C:\Users\DESKTO~1\AppData\Local\Temp
    INFO: Creating PrereqChecker Job for leaf task Architecture
    INFO: Creating PrereqChecker Job for leaf task Environment variable: "PATH"
    INFO: CVU tracingEnabled = false
    INFO: Nodes are prepared for verification.
    INFO: *********************************************
    INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 128MB (131072.0KB) of total physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:128MB (131072.0KB)
    INFO: Actual Value:1023.5547MB (1048120.0KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Free Space: GBA-P74444432:C:\Users\DESKTO~1\AppData\Local\Temp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:130MB
    INFO: Actual Value:21.3053GB
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    INFO: Expected Value:32-bit
    INFO: Actual Value:32-bit
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:OPERATION_FAILED
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:GBA-P74444432
    WARNING: Result values are not available for this verification task
    INFO: All forked task are completed at state checkPrereqs
    INFO: Completed background operations
    INFO: Moved to state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating state <checkPrereqs>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.client.action.PrereqAction
    INFO: Adding ExitStatus PREREQUISITES_NOT_MET to the exit status set
    SEVERE: [FATAL] [INS-13013] Target environment do not meet some mandatory requirements.
    CAUSE: Some of the mandatory prerequisites are not met. See logs for details. C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log
    ACTION: Identify the list of failed prerequisite checks from the log: C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log. Then either from the log file or from installation manual find the appropriate configuration to meet the prerequisites and fix it manually.
    INFO: Advice is ABORT
    INFO: Adding ExitStatus INVALID_USER_INPUT to the exit status set
    INFO: Completed validating state <checkPrereqs>
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    WARNING: A log of this session is currently saved as: C:\Users\DESKTO~1\AppData\Local\Temp\OraInstall2013-02-26_08-36-31AM\installActions2013-02-26_08-36-31AM.log. Oracle recommends that if you want to keep this log, you should move it from the temporary location to a more permanent location.
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -3
    INFO: Shutdown Oracle Client Installer
    INFO: Unloading Setup Driver

  • Demantra Silent Installer Issue

    Hi all,
    We are on Demantra 7.3.1, Oracle 11g and we have the following problem:
    When trying to launch from Collaborator Workbench any of the applications from the Planning Application tab (ie: Member Management, Business Modeler..) it results in the following error:
    "Can't connect to database ora - 12504: TNS: listener was not given the SERVICE_NAME in CONNECT_DATA".
    I investigated and found that from 11g onwards, the way of using the Hostname adapter has changed.Refer ID 556996.1
    The TNSNAMES.ora file has the following entry
    patvcpdb01.am.abc-solutions.com= (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=patvcpdb01.am.abc-solutions.com)(PORT=1522))
    (CONNECT_DATA=
    (SID=pao75)
    Any input will be helpful.
    Thank You

    Please see these docs.
    Common issues or problems encountered when running the Oracle Demantra Installation [ID 430913.1]
    Starting Demantra Applications. Hardware. Upgrade. Clone. Performance. System. Compatibility. Java. Engine. Integration [ID 1372253.1]
    Demantra Engine on Linux has ORA-12154: TNS:could not resolve the connect identifier error [ID 1323534.1]
    Oracle Demantra Analytical Engine fails with the following Database Error: Oracle error occurred, but error message could not be retrieved from Oracle [ID 452409.1]
    ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA while installing Demantra Patch [ID 1401744.1]
    Thanks,
    Hussein

  • Registration of Dreamweaver CS3 during silent installation

    Hi  All,
    I need to do packaging of Dreamweaver CS3 and i have to deploy in 100 of machine...
    and i need a silent installation.
    so first i created two xml file by --record=1 option. install.xml and remove.xml
    and i created application.xml.override and put it into driver folder as it is mentioned in the document...
    Now installation and uninstallation is working fine...
    //setup.exe --mode=silent deploymentFile=//install.xml
    but peoblem is after deploying in 100 nachine it is asking for registaration...although i mentioned the serial key in the application.xml.override file
    How to register this software during silent installation....
    so that it will not ask for every machine....

    http://alt-web.com/Please_Dont_shout.html
    "ABK54" <[email protected]> wrote in message
    news:foiibg$a0c$[email protected]..
    > I RUN THE ADBEDRWVCSE_WWE.EXE 292.289 KB (FOR TRIAL
    VERSION OF
    DREAMWEAVERCS3)
    > AND AFTER I HAVE TRY TO RUN THE SETUP.EXE FILE.
    > AFTER 2 SEC OPEN A WINDOW - PREPARETION OF DREAMWCS3-,
    TRANSFER SOME
    FILES
    > AND AFTER OPEN A WINDOW LOADING SETUP... IN 2 SEC CLOSE
    THIS WINDOW AND
    > AFTER NOTHING!!!
    >
    > I NEED YOUR HELP PLEASE
    > TKS
    >
    >

  • Oracle Software Packager (OSP) Latest Software & Documentation

    Hi,
    I am looking for latest version of OSP, when I google I got only Oracle Software Packager and Installer, Release 2.2.0.16.0 to download but I need latest version.
    Where can I get the latest version of software and documentation. Please provide if anybody has any documentation on how to setup and usage etc.
    Thanks a lot in advance.
    - cdhar

    Apparently what you found is the most current version. I contacted internal OTN support, and got this answer: "I am not aware of a more current version that what is listed."

  • Installation issues Adobe Pro X as a AAME package

    Hi there,
    We have some installation issues with a created Adobe Pro X package.
    This is a new problem, the same package was installed 4 months ago on a similar system (Windows 7 enterprise edition x64) and even on a Windows Server 2008 (terminal server).
    The symptoms of this problem are:
    When starting the .msi (in the "build" directory) the installer starts and disappears after a couple of minutes without a warning or error. You can see in the task manager that the installation was going on but then it stops.
    There is no new directory "Adobe Pro X" in the "C:\Program Files (x86)\Adobe" directory.
    I tested this on a new installed "fresh" installation of the Windows environment.
    Do you guys know what to do?
    Thanks in advance!

    Hi d.kieviet,
    If the same package installed fine on another computer then we have to check the install logs to determine what might have gone wrong.
    To collect the logs:
    Please install Acrobat via following command line: msiexec /i AcroPRO.msi /L*v c:\logs\acrobat.log
    make sure there is ‘logs’ folder created under C:/ drive
    Regards,
    Rave

  • Oracle Software Package & Oracle Universal Installer

    Some question:
    - Which is the suite where Oracle Software Packager is distributed?
    - Does Oracle Software Packager works fine with Oracle Universal Installer 2.1?
    - Can Oracle Software Configuration Manager be a good replacement of Oracle
    Software Packager?

    If I understand the problem, it's a login issue. Oracle 9i, when connecting as the user sys or system, requires the role SYSDBA or SYSOPER. The problem when using the GUI tools is there's no place to enter "AS SYSDBA". You may want to try putting it in the connection (alias) field as "alias AS SYSDBA". Using the command line, it looks like: SQLPLUS "sys/pwd@alias as sysdba".

  • 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

  • Can an ADT-packaged native installer install the AIR runtime in silent mode?

    Silent installation of my app works fine when the runtime is installed, as follows:
    <path>\MyApp.exe -silent -location "\"C:\Program Files\MyApp\"" -desktopShortcut -programMenu
    However, if the runtime is not installed, the invocation does nothing. I've also tried -eulaAccepted.
    Is it possible to silently install the app, yet if the runtime is not installed, initiate the runtime install automatically from adobe, preferably with a eula prompt for the user?
    Worst case, if the runtime must be bundled in the package, is a sidecar install supported for native installers?
    I should note, I cannot package the app as .air. The app uses NativeProcess and bundles an exe.
    Thanks.

    chris.campbell wrote:
    Dmitry Svetlakov wrote:
    I try use silent mode under Mac OS - doesn't work in this situation: Adobe AIR not installed on system.
    Because isntaller needs in access from administrator.
    Log:
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Could not create directory at /Applications/Adobe/Flash Player/AddIns/airappinstaller
    Jul 18 15:36:01 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Error occurred during copy and set resource fork operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Rollback complete
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: Could not create directory /Applications/Adobe/Flash Player/AddIns/airappinstaller" errorID=3001]
    Jul 18 15:36:09 user-macbook-pro /var/folders/f+/f+YgX8A8EzyL0WM6aZ2rT++++TI/-Tmp-/airNEZFRK/Adobe AIR Installer.app/Contents/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app/Contents/MacOS/Adobe AIR Application Installer[8694]: Application Installer end with exit code 7
    Hi Dmitry,
    Are you trying to sub launch AIR silently through your installer?  If so, and you haven't already, please fill out the AIR distribution agreement form and you'll receive documentation that discusses silent installs and uninstall's.
    If you are just trying this out, you are correct that the runtime needs admin access.  You can achieve this by prefixing your command line with sudo.
    Thanks,
    Chris
    Yes, but that not decide our task: create custom installer from air app native installer. I hope you understand that i mean. This installer should work for anyone user - and have to install Adobe AIR Runtime.

  • Adobe Air installation status issue via silent installation

    I installed adobe air silently, then installed an adobe air applicaiton silently.  Everything works, and I can launch the application.  However, if I use the status check via air.swf file it has the "available but not installed" and it can't retrieve the version of my air application.  Once I double click on "any" .air file, it launches the non-silent installer, and I don't have to even install or update the app, just lanching the iapp nstaller non-silently seemed to correct something.  From then on air.swf statu now returns "installed" and it can read the version of my app.  Can anyone tell me what's going on and how can I correct this?

    Ok, I understand.  So before we continue, we really need to figure out what the exact error is.  Can you, on at least 2 systems, generate the MSI logs we'll need?  Here's a document that explains how to enable logging and where to find the logs once they've been created:
    How to enable Windows logging
    Once you've enabled logging, try installing again.  Grab the newly created msi logs and either post here or email me at [email protected]  I'll examine the logs and see if we can find a common issue between the systems.
    Thanks,
    Chris

  • Trouble adding CC software to current installation with CC Packager.

    I have done 3 packages. 
    First I did Photoshop, Acrobat, InDesign and Bridges.
    Then without restarting CC Packager I did Dreamweaver.
    I restarted the computer and after that I did Premiere Pro.
    Then I tried installing them, package 1 and 2 went fine but with package 3 I get the following error:
    11/11/13 07:41:07:170 | [INFO] |  | OOBE | DE |  | |  | 5904 | DEVersion: 5.0.0.0
    11/11/13 07:41:07:173 | [INFO] |  | OOBE | DE |  | |  | 5904 | Loading library from C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE5\Setup.dll
    [    5904] Mon Nov 11 07:41:07 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [    5904] Mon Nov 11 07:41:07 2013 ERROR
    DW040: The product "{893B3B44-0A1E-404B-8FE8-0A74509102A9}" is not installed. Cannot proceed with the uninstall
    [    5904] Mon Nov 11 07:41:07 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 10.6607 milliseconds (0.0106607 seconds) DTR = 375.211 KBPS (0.366417 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{893B3B44-0A1E-404B-8FE8-0A74509102A9}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    11/11/13 07:41:46:365 | [INFO] |  | OOBE | DE |  | |  | 6088 | DEVersion: 5.0.0.0
    11/11/13 07:41:46:366 | [INFO] |  | OOBE | DE |  | |  | 6088 | Loading library from C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE5\Setup.dll
    [    6088] Mon Nov 11 07:41:46 2013  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [    6088] Mon Nov 11 07:41:46 2013 ERROR
    DW040: The product "{505FF1AC-E7F5-4462-BBA7-08900E7E9EEF}" is not installed. Cannot proceed with the uninstall
    [    6088] Mon Nov 11 07:41:46 2013  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 4.27642 milliseconds (0.00427642 seconds) DTR = 935.363 KBPS (0.91344 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{505FF1AC-E7F5-4462-BBA7-08900E7E9EEF}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    Please see specific errors and warnings for troubleshooting. For example, ERROR: DW040 ...
    I have tried doing different packages several times and it seems like if I do all packages in the same CC Packager session they work fine, but if I restart CC Packager and create a new msi file they won’t accept previous packages/msi installations and I get the error above.
    What am I doing wrong? I must be able so do packages gradually when I need them?
    Is it possible to get a 1:1 Expert Support session with a CC Packages expert?
    I’m using a Win 7 x64 btw…

    Hi Mange...,
    When you created the third individual package did you select disable CC desktop within CCP.
    Regards,
    Romit SInha

  • PDQ - Create Silent installation for EXE install package

    The first question is: Do you have the free version or paid for version of PDQ Deploy? This will make a little difference in your approach for deployment.For the .net part, just download the off line installer for the version you want to deploy. This will be in a .exe form just append the /quite /norestart options to the command line. No need to check if .net is already installed, the installer will just exit if there is nothing to do.For your application, you need to find out if there is a silent install option.For the registry you can just export the registry keys in question with regedit. then in your installer action/script just run the following command regedit.exe /s .regYou can add this all to the install sequence if you have the paid for version or in a .cmd file in the same location as the other install files in your packages...

    Hi,
    I got EXE file for installation
    want to create it a silent installation for deplying it to 100 computers.
    needs to check if Dot.Net 4.5 already install and if not install it before installing the EXE
    after Installing the EXE need to Activate it using Reg file
    how to create all this procces to be installed Silent mode
    Thanks.
    This topic first appeared in the Spiceworks Community

  • Silent installation / Installer.properties issues

    1)In regards to Windows 2000 server when performing a silent installation of WebLogic
    6.0 how can I specify the Path for the start menu (Short cuts for launching)
    I can recall being able to do this prior to SP1 being bundled. Below is a copy
    of the installer.properties file Example of cmd string C:\Weblogic600sp1_win.exe
    -f installer.properties. Exe and properties file both reside in same directory
    when being launched. I noticed when installing a second instance using a silent
    properties it does not provide a second entry labeled as
    (2) in the start menu like I does when installing not using the properties file
    for a silent install.
    INSTALLER_UI=silent
    USER_LOCALE=en
    BEAHOME=c:\\bea
    USER_INSTALL_DIR=c:\\bea\\wlserver6.0sp1
    C_domainName=mydomain
    C_serverName=myserver
    C_serverListenPort=7001
    C_serverSSLListenPort=7002
    C_password=changeme
    CHOSEN_INSTALL_SET=Server
    2)When performing a manual installation it will ask if you want it to start as
    a service. How can you do this using the silent install to avoid running installntservice.cmd
    as a post step? I have scripted it to run the cmd file once silent install completed
    but what to know if it can be in the installer.properties file.
    3)Once silent install has completed service starts you unable to access http://localhost:7001
    from the same server in which Weblogic was installed.
    In addition if you were to stop the service and launch the start menu version
    cmd provided during the installation all seems to function as intended. To make
    matter worst when I perform the installation (not using silent method) server
    seems to be fine.
    All seems to be straight forward what am I missing, I have read the documentation

    Rick wrote:
    1)In regards to Windows 2000 server when performing a silent installation of WebLogic
    6.0 how can I specify the Path for the start menu (Short cuts for launching)
    I can recall being able to do this prior to SP1 being bundled. Below is a copy
    No you can NOT specify your program group in 6.0sp1. It would be installed to:
    BEA WebLogic E-Business Platform (BEAHOME?)
    where ? is zero or one integer number.
    This is true for both silent and GUI installation.
    of the installer.properties file Example of cmd string C:\Weblogic600sp1_win.exe
    -f installer.properties. Exe and properties file both reside in same directory
    when being launched. I noticed when installing a second instance using a silent
    properties it does not provide a second entry labeled as
    (2) in the start menu like I does when installing not using the properties file
    for a silent install.
    INSTALLER_UI=silent
    USER_LOCALE=en
    BEAHOME=c:\\bea
    USER_INSTALL_DIR=c:\\bea\\wlserver6.0sp1
    C_domainName=mydomain
    C_serverName=myserver
    C_serverListenPort=7001
    C_serverSSLListenPort=7002
    C_password=changeme
    CHOSEN_INSTALL_SET=Server
    2)When performing a manual installation it will ask if you want it to start as
    a service. How can you do this using the silent install to avoid running installntservice.cmd
    as a post step? I have scripted it to run the cmd file once silent install completed
    but what to know if it can be in the installer.properties file.
    You can do this by using
    INSTALL_ NT_SERVICE=yes
    in your installer.properties file. The default is no.
    3)Once silent install has completed service starts you unable to access http://localhost:7001
    from the same server in which Weblogic was installed.
    In addition if you were to stop the service and launch the start menu version
    cmd provided during the installation all seems to function as intended. To make
    matter worst when I perform the installation (not using silent method) server
    seems to be fine.
    I don't quite understand the problem here. Do you mean this:
    1. you finished silent install
    2. you run installntservice.cmd to install the service
    3. you started the service from control panel
    4. you tried to access http://localhost:7001 and it failed.
    is this what you mean?
    >
    All seems to be straight forward what am I missing, I have read the documentation
    -Dan

  • Installation/Launch error Oracle Software Packager

    Hi. Has anyone ever run into problems launching Oracle Software Packager after the install? I'm getting the following error log generated each time I try to run it.
    "Cannot run application. Please confirm that java 1.3.1 is in the PATH. If you are running on Windows ME/95/98, you may need to increase the environment memory in order to start OSP."
    "Java version used is"
    java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    I messed around the windows path and memory variables, but to no avail. I currently have j2sdk_nb installed and have been trying to run OSP 2.2.0.16.0 I'm running W2k.

    hi.
    This is a OUI problem.
    Plase, check the Note: 131299.1 in Oracle Metalink and apply the workaround.
    good luck
    Mario

  • 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]$

Maybe you are looking for

  • Instalment payment terms and Due date

    Hello Can i have some comments on how the due date will be calculated in case of instalment payment terms.what is the configuration needed.Can we get the discount for each instalment if we pay in advance i.e before the due date. with regds RAJA

  • How do you disable AP Isolation

    I know that this may be a simple question for many of you, but I am having some issues with my ATV, and I think it may be related to my AirPort Extreme. I would like to disable AP Isolation on the Airport Extreme, but I don't know how. Can anyone giv

  • Can I install a Bookmarks editor like the one in Firefox version 2 on Firefox 3.6?

    Ever since I have installed Firefox 3.6, I have hated the Bookmarks Organizer/Editor. The old Firefox Version 2 one was really great, and had a toolbar with buttons/icons for "Move" "Delete" "New Folder" and so on, but the new organizer that comes wi

  • Calling servlet from java page flow

    Hi, I need to call servelt class from the <netui:anchor ..> tag of my jpf. i have mapped this servlet class in the web.xml. please tell us how to invoke servlet from the netui:anchor tag from the jpf action method. thanks shashi

  • Problem in CLDC-MIDP build

    Hi all, I downloaded CLDC1.0.4 & MIDP2.0(WINDOWS version) packages and installed as given in the Installation documents in the package. I could successfully build CLDC (No errors with 'make DEBUG=on'). But I am having a problem with the build of MIDP