Installation issue - on Windows 7 - Require a "Token Provider Service"

Attempting to install on Windows 7 (Development/trialling)
Getting error:
Starting
Endpoint=sb://DavidT-7L.syncsoft.com.au/WorkflowDefaultNamespace;StsEndpoint=https://DavidT-7L.syncsoft.com.au:9355/WorkflowDefaultNamespace;RuntimePort=9354;ManagementPort=9355
Processing completed
Installing auto-generated certificate.
Granting 'Log on as Service' privilege to the RunAs account.
Workflow Manager configuration starting.
Configuring Workflow Manager runtime settings.
Could not successfully create management Service Bus entity 'WF_Management/WFTOPIC' with multiple retries within a timespan of 00:02:05.7892585.. The exception of the last retry is: The token provider service was not avaliable when obtaining a token
for 'https://davidt-7l:9355/WorkflowDefaultNamespace/$STS/Windows/'..
Do I need an STS?  Do i have to install sharepoint (Foundation 2012) as well (for its STS)?
Any ideas?
Thanks
david tuke

I'm having a similar issue now. I have noticed that when i navigate to the URL in the error message, if you keep it at $STS it throws a 400 error. If you change it to $sts (lower case) it navigates fine (but throws an error regarding to not having the
credentials properly, which should be expected). I am waiting on a solution, but if this helps you, then good.

Similar Messages

  • Setup Windows Azure Workflow - Add-WFHost error "WF_Management/WFTOPIC" and token provider service

    Hi,
    i want to install the new windows azure workflow manager and service bus on my sharepoint 2013 server.
    All works fine in setup. I got the Powershell-Script from the wizard and configured it to meet my requierments.
    I start it and get to the last point "add-wfhost".
    Here i got following error:
    VERBOSE: [12.12.2012 09:30:13]: Validating input and configuration parameters.
    VERBOSE: [12.12.2012 09:30:14]: Installing auto-generated certificate.
    VERBOSE: [12.12.2012 09:30:16]: Granting 'Log on as Service' privilege to the RunAs account.
    VERBOSE: [12.12.2012 09:30:16]: Workflow Manager configuration starting.
    VERBOSE: [12.12.2012 09:30:19]: Configuring Workflow Manager runtime settings.
    Add-WFHost : Could not successfully create management Service Bus entity 'WF_Management/WFTOPIC' with multiple retries within a timespan of 00:02:05.7914488.. The exception of the last retry is: The
    token provider service was not avaliable when obtaining a token for 'https://myServer.sps2013.local:9355/WorkflowDefaultNamespace/$STS/Windows/'..
    At C:\Users\wawsrv\Documents\workflowconfiguration.ps1:42 char:1
    + Add-WFHost -WFFarmDBConnectionString 'Data Source=myServer.sps2013.local;Initia ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : OperationStopped: (:) [Add-WFHost], TimeoutException
    + FullyQualifiedErrorId : WFRuntimeSettingFailed,Microsoft.Workflow.Deployment.Commands.AddWFHost
    I installed it on a sharepoint 2013 box server (AD, DNS, SQL and SP on one maschin).
    I know this is not supported, but it should work. Im loged in as the service account for the workflow. I've granted the domain admin rights and sql sysadmin /dbowner rights.
    Now my answer is:
    It is not the "normal" error with the wf_management/WFTOPIC. What is this token provider service and why he tries the port 9355. I dont use ssl, so how can i change the request url or how do i have to set it up correct?
    Thx alot on this!

    When you say 'setup gateway correctly' what do you mean?
    How was your gateway setup and what did you change?
    I have the same problem, and despite removing all proxy settings, i am still having this issue. I can navigate fine to the 'WorkflowDefaultNamespace' and get a RSS Feed type of page, but when i add the $STS/Windows Virtual Directories, i get a 400 Bad Request. 

  • 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

  • Forms 10g Installation issue on windows 7 Professional service pack 1

    hi
    I am trying to install oracle forms 10g  64 bit windows 7 Professional service pack 1 ..
    Below are 2 files that i am using ..
    ds_windows_x86_101202_disk1.zip (626,122,752 bytes)
    ds_windows_x86_101202_disk2.zip (236,880,881 bytes)
    But it failed but the error is .. 
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2.    Actual 6.1     Failed <<<<
    just wondering if there are any workaround ..

    Christian is right - Forms 10g R2 (version 10.1.2.0.2) is not certified for installation on Windows 7.  You must apply a Forms 10g R2 patch to bring the version to 10.1.2.3.0 for it to be certified.  You must have a My Oracle Support account to obtain the patch.
    Now, to your question - is there a workaround; the answer is yes.  There are known issues with this installer.  I'll list them and their workaround.
    1.  The Oracle installer checks for a specific set of Windows versions rather than check for a minimum Windows version.
    Workaround:  Right-click the Installer and select Properties.  Click the Compatibility tab and click the checkbox: Run this program in compatibility mode for:  Windows XP SP3).
    2.  The Oracle Installer can't detect Windows Managed Virtual Memory (VM).
    Workaround:  You must temporarily change the Virtual Memory settings and specify specific Initial and Maximum sizes.  See this Microsoft article for more information on changing VM settings.  http://windows.microsoft.com/en-us/windows-vista/change-the-size-of-virtual-memory
    This change will require you to restart your computer.  After you have successfully installed Oracle Forms 10g, you can restore the original VM settings.
    3.  The Oracle installer MUST be installed as an "Administrator". 
    Workaround:  Windows 7 uses "Least privileged user" so you must right-click the Installer and select the Compatibility tab.  Click the "Run this program as an administrator" checkbox.
    4.  Not a Oracle installer issue, but you will have to install the 32-bit version of the Oracle Java Runtime Environment (JRE) (1.6.0 - not 1.7.0) because Oracle Forms is a 32-bit application so it will not be able to use the 64-bit JRE.
    Run the Oracle installer and it should now install succesfully.
    Craig...

  • SAP Netweaver Installation Issue on Windows 7

    Hi,
    I was trying to install Netweaver 7.3 (Java) in my windows 7 and when I was in step 30 of 33 (Java components deployment)
    I got the following error
    Error message is 'undefinednull:ram-PC:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.10.0.10 and port: 50004. Check if the host and port specified are correct and AS Java is up and running.. SOLUTION: Check 'undefined' and '' for more information.).
    I have successfully created loopback adapter and able to ping the IP address of the adapter . But when SAP server is trying to connect to this adapter using port 50004 and Its getting the error message . I don't know how to assign the port number to this loop back adapter.
    I tried to use telnet but it failed . (telnet ram-PC 50004 )
    loopback adapter IP : 10.10.0.10
    Host name : ram-PC
    As I am new to SAP , Please let me know is there any file where I need to define host and port ? Do I need to update service.msc file from  windows\system32\drivers\etc\ ? If so, what would be the service name and port ?
    Steps taken to resolve this issue :
    updated windows host file with IP and host name (10.10.0.10 ram-PC)
    updated windows service file with host and port (ram-PC 50004) - This step might be wrong (Do I need to use hostname or service name ?)
    uninstalled Antivirus
    Turned off windows firewall
    Added loopback adapter IP address to Windows firewall inbound rules .
    None of the above steps resolved the error . Please help me on the above issue.any help would be appreciated .
    Thanks
    Ram

    Here is the detailed error message
    null:ram-PC:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.10.0.10 and port: 50004. Check if the host and port specified are correct and AS Java is up and running.
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.handleConnectionIssue(SessionImpl.java:381)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.parseNamingException(SessionImpl.java:337)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:230)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.<init>(SessionImpl.java:150)
         at com.sap.engine.services.dc.api.session.impl.SessionFactoryImpl.newSession(SessionFactoryImpl.java:27)
         at com.sap.engine.services.dc.api.impl.ClientFactoryImpl.createClient(ClientFactoryImpl.java:117)
         at com.sap.engine.services.dc.api.cmd.AbstractCommand.execute(AbstractCommand.java:180)
         at com.sap.engine.services.dc.api.cmd.Runner.execute(Runner.java:37)
         at com.sap.engine.services.dc.api.cmd.Runner.main(Runner.java:61)
    Caused by: javax.naming.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: Cannot establish connection with any of the available instances:
    null:ram-PC:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.10.0.10 and port: 50004]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:381)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:215)
         ... 6 more
    Caused by: com.sap.engine.interfaces.cross.DestinationException: Cannot establish connection with any of the available instances:
    null:ram-PC:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.10.0.10 and port: 50004
         at com.sap.engine.interfaces.cross.Destination.getNextAvailableBroker(Destination.java:64)
         at com.sap.engine.interfaces.cross.Destination.getRemoteBroker(Destination.java:39)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:297)
         ... 11 more
    [ Error ]
    [ Error ] Cannot connect[ ConnectionException ].Reason: [ERROR CODE DPL.DCAPI.1144] Could not establish connection to AS Java on [ram-PC:50004]. Cannot establish connection with any of the available instances:
    null:ram-PC:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.10.0.10 and port: 50004. Check if the host and port specified are correct and AS Java is up and running.
    ERROR[ BEGIN ]
    Cannot connect[ ConnectionException ].Reason: [ERROR CODE DPL.DCAPI.1144] Could not establish connection to AS Java on [ram-PC:50004]. Cannot establish connection with any of the available instances:
    null:ram-PC:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.10.0.10 and port: 50004. Check if the host and port specified are correct and AS Java is up and running.
    ERROR[ END ]
    108
    Cannot connect[ ConnectionException ].Reason: [ERROR CODE DPL.DCAPI.1144] Could not establish connection to AS Java on [ram-PC:50004]. Cannot establish connection with any of the available instances:
    null:ram-PC:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.10.0.10 and port: 50004. Check if the host and port specified are correct and AS Java is up and running.
    [ Info ] Destroy command:[getParams]
    ERROR      2012-02-29 13:27:56.797
               CJSlibModule::writeError_impl()
    CJS-30181  At least one prerequisite for deployment is not met. DIAGNOSIS: Execution of Deploy Controller Runner tool '"C:\Program Files\sapinst_instdir\NW73\INSTALL\SERVER\sapjvm\sapjvm_6\bin\java.exe" -classpath "C:/Program Files/sapinst_instdir/NW73/INSTALL/SERVER/install/lib;C:/usr/sap/RAM/SYS/global/security/lib/tools/iaik_jce.jar;C:/usr/sap/RAM/SYS/global/security/lib/tools/iaik_jsse.jar;C:/usr/sap/RAM/SYS/global/security/lib/tools/iaik_smime.jar;C:/usr/sap/RAM/SYS/global/security/lib/tools/iaik_ssl.jar;C:/usr/sap/RAM/SYS/global/security/lib/tools/w3c_http.jar;C:/usr/sap/RAM/J00/j2ee/j2eeclient/sap.comtcexceptionimpl.jar;C:/usr/sap/RAM/J00/j2ee/j2eeclient/sap.comtcjeclientlibimpl.jar;C:/usr/sap/RAM/J00/j2ee/j2eeclient/sap.comtcloggingjavaimpl.jar;C:/Program Files/sapinst_instdir/NW73/INSTALL/SERVER/install/lib/tcje~cl_deploy.jar" -Xmx256m -Ddc.api.verbose=false com.sap.engine.services.dc.api.cmd.Runner getParams -o "C:/Program Files/sapinst_instdir/NW73/INSTALL/SERVER/DCRetrievedVars.props" --host ram-PC --port 50004' aborts with return code 108. Error message is <b>'undefinednull:ram-PC:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.10.0.10 and port: 50004. Check if the host and port specified are correct and AS Java is up and running..</b> SOLUTION: Check 'undefined' and '' for more information.
    ERROR      2012-02-29 13:27:56.844 [sixxcstepexecute.cpp:937]
    FCO-00011  The step deploySoftwareComponents with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|usage_enable|0|NW_DeployOptionalSoftware|ind|ind|ind|ind|deploy|0|deploySoftwareComponents was executed with status ERROR ( Last error reported by the step: At least one prerequisite for deployment is not met. DIAGNOSIS: Execution of Deploy Controller Runner tool '"C:\Program Files\sapinst_instdir\NW73\INSTALL\SERVER\sapjvm\sapjvm_6\bin\java.exe" -classpath "C:/Program Files/sapinst_instdir/NW73/INSTALL/SERVER/install/lib;C:/usr/sap/RAM/SYS/global/security/lib/tools/iaik_jce.jar;C:/usr/sap/RAM/SYS/global/security/lib/tools/iaik_jsse.jar;C:/usr/sap/RAM/SYS/global/security/lib/tools/iaik_smime.jar;C:/usr/sap/RAM/SYS/global/security/lib/tools/iaik_ssl.jar;C:/usr/sap/RAM/SYS/global/security/lib/tools/w3c_http.jar;C:/usr/sap/RAM/J00/j2ee/j2eeclient/sap.comtcexceptionimpl.jar;C:/usr/sap/RAM/J00/j2ee/j2eeclient/sap.comtcjeclientlibimpl.jar;C:/usr/sap/RAM/J00/j2ee/j2eeclient/sap.comtcloggingjavaimpl.jar;C:/Program Files/sapinst_instdir/NW73/INSTALL/SERVER/install/lib/tcje~cl_deploy.jar" -Xmx256m -Ddc.api.verbose=false com.sap.engine.services.dc.api.cmd.Runner getParams -o "C:/Program Files/sapinst_instdir/NW73/INSTALL/SERVER/DCRetrievedVars.props" --host ram-PC --port 50004' aborts with return code 108. Error message is <b>'undefinednull:ram-PC:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.10.0.10 and port: 50004. Check if the host and port specified are correct and AS Java is up and running..</b> SOLUTION: Check 'undefined' and '' for more information.).
    INFO       2012-02-29 13:27:57.702 [synxcpath.cpp:814]
               CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\NW73\INSTALL\SERVER\__instana_tmp.xml.
    Edited by: ramkumarsm on Feb 29, 2012 7:37 PM

  • Logististics issue--one vendor code is supplier & provides services too.

    Hi all-
    We are LSP company & have recently implement ECC6.0--an issue has cropped up.
    how can i maintain only one vendor code( his address details,income tax number,service tax number are the same) who provides services and is also my supplier--what account group ,GL,reco AND what partner functions are to be assigned?
    pl send me solution(s) so that I can test and productionise....
    << Moderator message -The answers in the forum are provided by volunteers. Please do not ask for help "promptly". >>.
    warm regards--
    A.VENKAT KRISHNAN
    HEAD (I.T./SAP)
    Edited by: Rob Burbank on Nov 7, 2011 11:40 AM

    Hi Alex,
    Have you checked Industry key (LFA1-BRSCH) in Vendor master data control tab.
    I hope you can use this field as same for your requirement.
    Best Regards,
    Kishore

  • LaserJet M1319f MFP Installation issue on Windows 7

    Dear HP support team and community members,
    I'm currently trying to install HP LaserJet M1319f MFP connected by USB on Lenovo Q190 machine /Intel Core i3 processor/ running freshly installed Windows 7 Enterprise 64 bit with Bulgarian language pack, all current updates, Microsoft Forefront Protection /I also tried to disable the Real-time protection/, UAC disabled, administrator account, IE 11, .NET Framework 4.5.1. 
    The priter was working correctly with Windows XP.
    I downloaded the driver package from here: http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4063&lc=en&cc=bg&dlc=en&sw_lang=&product=3547...
    After the installation process reach the "Copying files to the hard drive" stage the installer return error Printer Software Installer stopped working.
    I tried running with Administrator privileges and/or Windows XP SP3 compatibility mode, but the same error occurs.
    I tried Microsoft Fix It software for install/uninstall drivers too,but with no luck either.
    I cleaned the cashe and temporary files around 10-15 times.
    Windows update is not helping with the drivers too.
    I tried to extract the files from the installer and manually add the printer and got error that the installation was not successful and below it says The file was not found /if I recall it correctly/
    After that I tried HP Print and Scan Doctor software, but it displays that there is no driver installed and redirecting me to the driver download page.
    I tried the Driver Wizard software too, but it returns that this model is no supported.
    I tried to change the windows startup to "Selective startup" with "Load startup items" unchecked and all non-microsoft services disabled, but with no success.
    Under Safe mode the install won't complete because of the Print Spooler service not running, which is running normally otherwise.
    The "ntprint.inf" file is present in the "Windows\inf" folder, the registry HKLM\SYSTEM\CurrentControlSet\Control\Print\Enviroments\Windows NT x86 has only Drivers and Print Processors subkeys and the registry HKLM\SYSTEM\CurrentControlSet\Control\Print\Monitors has only Local Port, Microsoft Shared Fax monitor, Standard TCP/IP Port, USB monitor and WSD port subkeys.
    The folders Windows\System32\spool\PRINTERS and Windows\System32\spool\drivers\W32X86 are empty.
    I ran sfc /scannow in cmd with administrator privileges, but there was no integrity violations.
    I tried to disable the IE component, but no luck either.
    So now I’m out of any ideas how to connect that **bleep** thing… I hope that someone can help me with this issue.
    Currently the devices without installed driver in the Device Manager are "Hewlett-PackardHP LaserJet M1319f MFP" /Hardware IDs USBPRINT\Hewlett-PackardHP_La28A1 and Hewlett-PackardHP_La28A1/ and HP Scan /Hardware IDs USB\VID_03F0&PID_5817&REV_0100&MI_00 and USB\VID_03F0&PID_5817&MI_00/
    I forgot to mention that I tried all kind of variations with these solutions with and without printer plugged in.
    Thank you very much in advance for any kind of guidelines.
    Best regards,
    Ivan
    P.S.: At least I think that I managed to gather all known related solutions in this topic…
    This question was solved.
    View Solution.

    Hello Gemini02,
    First thank you for your assistance! 
    I uninstalled the IE 11 and install IE 10, but with no success related to the driver issues. I just want to mention to those who are trying to do the same that IE 11 should be removed from Add/Remove Windows components and from Installed Updates. 
    As for the solutions from your post:
    Solution 2: The build in troubleshooting is reporting that no driver is installed (obviously...), but is not helping much with the installation. Windows updates are not much of a help too... The device manager is finding the device, but can't install the driver. More detailed information about the devices in the Device manager you can find in the end of my first post.
    I'm posting some screenshots of the issue so that you can get clearer picture of the situation.
    So basically I'm downloading the official drivers from the link in my first post. I'm sure that the drivers are the correct one as I downloaded them several time to clear the possibility of technical mistake.
    But when I try to install them I get the following error:
    The Event viewer information is as follows:
    The reports are:
    Critical error (red mark):
    Faulting application name: ProductInst.exe, version: 1.0.5.3, time stamp: 0x50cedca3
    Faulting module name: ProductInst.exe, version: 1.0.5.3, time stamp: 0x50cedca3
    Exception code: 0xc000000d
    Fault offset: 0x0000000000047bca
    Faulting process id: 0xed8
    Faulting application start time: 0x01cfb2fc6900c47e
    Faulting application path: C:\Users\5BE8~1\AppData\Local\Temp\7zS7BD7\ProductInst.exe
    Faulting module path: C:\Users\5BE8~1\AppData\Local\Temp\7zS7BD7\ProductInst.exe
    Report Id: b73cc226-1eef-11e4-94ed-50af73237b10
    The information above the critical one:
    Fault bucket 3550555182, type 5
    Event Name: PnPDriverImportError
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: x64
    P2: 00000002
    P3: HPM1319.INF
    P4: 327f449ab177b16cf6c33f4effdd0e9ea36383fd
    P5:
    P6:
    P7:
    P8:
    P9:
    P10:
    Attached files:
    These files may be available here:
    C:\Users\Петя Станева\AppData\Local\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_f2e6b151a2c3dd88a551b5bb893b8a7e8417d4_0e78848b
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: b390829e-1eef-11e4-94ed-50af73237b10
    Report Status: 0
    The next in line:
    Fault bucket 3550555182, type 5
    Event Name: PnPDriverImportError
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: x64
    P2: 00000002
    P3: HPM1319.INF
    P4: 327f449ab177b16cf6c33f4effdd0e9ea36383fd
    P5:
    P6:
    P7:
    P8:
    P9:
    P10:
    Attached files:
    These files may be available here:
    C:\Users\Петя Станева\AppData\Local\Microsoft\Windows\WER\ReportArchive\NonCritical_x64_f2e6b151a2c3dd88a551b5bb893b8a7e8417d4_0cd08ac2
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: b390829f-1eef-11e4-94ed-50af73237b10
    Report Status: 0
    And the last one:
    Fault bucket 3413207808, type 5
    Event Name: BEX64
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: ProductInst.exe
    P2: 1.0.5.3
    P3: 50cedca3
    P4: ProductInst.exe
    P5: 1.0.5.3
    P6: 50cedca3
    P7: 0000000000047bca
    P8: c000000d
    P9: 0000000000000000
    P10:
    Attached files:
    C:\Users\Петя Станева\AppData\Local\Temp\WER8314.tmp.WERInternalMetadata.xml
    These files may be available here:
    C:\Users\Петя Станева\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_ProductInst.exe_d56e40a56282daea123243fa1f100faa5e2bf_06a92cda
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: b73cc226-1eef-11e4-94ed-50af73237b10
    Report Status: 0
    Solution 3 can't be applied to the current case as I can't install the software so I don't have what to uninstall/reinstall.
    I cleared the cache and disabled all optionally installed software in msconfig as suggested, but the issue with the installer is still not resolved.
    Solution 4 is not relevant as the device was working fine two days ago.
    Solution 5 is difficult for implementation too as the location of the device is in some kind of rural area and it is vital for the implementation of the daily duties of the employee.
    So after the failure with the solutions provided in the article I tried to extract the installer to use the drivers and manually install the printer using the file HP1319fp.ini  with the "... MFP" driver selected. I set it at new local port named USB. I'm posting the screenshot of the error i get in the end of installation:
    After I press the OK button in gets in a loop by returning to the previous page.
    I tried the same drivers with existing port USB001, but got the same result as with the new port.
    Currently I will try to rename the SoftwareDistribution folder in case that this is kind of windows update cache issue, but don't think so... I begin to think that this device driver is somehow not compatible with the computer hardware... 
    Thank you and I apologize for taking your time with such issues!
    Best regards,
    Ivan

  • Adobe CS4 Design Center Premium Installation issues on Windows 7 Ultimate x64 (RTM)

    I am in the process of moving my systems to Windows 7; as part of that I have attempted to install the Adobe CS 4 Design Center Premium version that I purchased on August 16th.  Thus far my experience with this has been disappointing.
    My previous system (Windows Vista x64 Ultimate) was running Adobe CS 4 Production Premium version without problems.  Upgrading this to Windows 7 worked just fine (so, Win 7 upgrade over Production Premium worked.)  However, for unrelated reasons I decided to reinstall a fresh version of Windows 7. and the Adobe CS 4 Design Center Premium version in question.
    What I observe is a highly repeatable failure during installation, in which as soon as I get to the phase where it displays "Currently installing LangPack(English) for Device Central" and then dies.  Applications are half installed at that point (I can actually use most of the tools, which is why I keep setting this aside to look at it later.)  This was a clean system and Adobe CS 4 Design Center Premium was the first thing I tried to install on the box.
    Since that failure, I have tried to install it on a completely different system (my laptop) running Windows 7 Ultimate x64 and experienced the same error.  The desktop system is a Dell, the laptop is an HP.
    The event log indicates a generic "event ID 1000" error.  The detailed information shows that something returns STATUS_INVALID_PARAMETER (0xC000000D) as an exception, which is not handled and the program then dies.
    Log Name:      Application
    Source:        Application Error
    Date:          9/11/2009 6:56:19 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      wam-mps1730
    Description:
    Faulting application name: Setup.exe_Adobe Setup, version: 2.0.138.0, time stamp: 0x48bf0040
    Faulting module name: Setup.exe, version: 2.0.138.0, time stamp: 0x48bf0040
    Exception code: 0xc000000d
    Fault offset: 0x000ab71f
    Faulting process id: 0xb20
    Faulting application start time: 0x01ca32e6eed97c22
    Faulting application path: C:\Program Files (x86)\Common Files\Adobe\Installers\55230b0b70661df0f212e88f0b655f7\Setup.exe
    Faulting module path: C:\Program Files (x86)\Common Files\Adobe\Installers\55230b0b70661df0f212e88f0b655f7\Setup.exe
    Report Id: e0e73da0-9eda-11de-8e4a-001e4ce53d44
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2009-09-11T13:56:19.000000000Z" />
        <EventRecordID>2221</EventRecordID>
        <Channel>Application</Channel>
        <Computer>wam-mps1730</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Setup.exe_Adobe Setup</Data>
        <Data>2.0.138.0</Data>
        <Data>48bf0040</Data>
        <Data>Setup.exe</Data>
        <Data>2.0.138.0</Data>
        <Data>48bf0040</Data>
        <Data>c000000d</Data>
        <Data>000ab71f</Data>
        <Data>b20</Data>
        <Data>01ca32e6eed97c22</Data>
        <Data>C:\Program Files (x86)\Common Files\Adobe\Installers\55230b0b70661df0f212e88f0b655f7\Setup.exe</Data>
        <Data>C:\Program Files (x86)\Common Files\Adobe\Installers\55230b0b70661df0f212e88f0b655f7\Setup.exe</Data>
        <Data>e0e73da0-9eda-11de-8e4a-001e4ce53d44</Data>
      </EventData>
    </Event>
    In attempting to find a work-around (since I would like to be able to actually use everything here) I have tried to run the installer in compatibility mode - both XPSP2 and Vista SP2 mode.  Both fail in the same fashion.
    At this point I've now installed a post-mortem debugger (WinDBG) and will attempt to capture more information about the specific failure.  I am hoping that someone has seen this issue previously and has found a successful work-around.  I see that others have installed the Master Suite version successfully and I suppose that is one potential solution to the problem that I may explore if i cannot get this package to work properly.

    Additional information that I have collected (the wonders of a post-mortem debugger):
    0:016> kv
    Child-SP          RetAddr           : Args to Child                                                           : Call Site
    00000000`024ce7e8 00000000`74b0a2df : 00000000`0c12faec 00000000`0c12fb04 00000000`04fda3e0 00000000`74b0a74c : ntdll!NtWaitForWorkViaWorkerFactory+0xa
    00000000`024ce7f0 00000000`74aecf87 : 00000000`00000000 00000000`00001000 00000000`0c12fd30 00000000`7efa7000 : wow64!whNtWaitForWorkViaWorkerFactory+0x23
    00000000`024ce840 00000000`74ad276d : 00000000`755d0f09 00000000`00000023 00000000`00000001 00000000`0c12fae4 : wow64!Wow64SystemServiceEx+0xd7
    00000000`024cf100 00000000`74aed07e : 00000000`00000000 00000000`74ad1920 00000000`00000000 00000000`00000000 : wow64cpu!TurboDispatchJumpAddressEnd+0x24
    00000000`024cf1c0 00000000`74aec549 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : wow64!RunCpuSimulation+0xa
    00000000`024cf210 00000000`76f4d177 : 00000000`00000000 00000000`7efdf000 00000000`7efa7000 00000000`00000000 : wow64!Wow64LdrpInitialize+0x429
    00000000`024cf760 00000000`76f0308e : 00000000`024cf820 00000000`00000000 00000000`7efdf000 00000000`00000000 : ntdll! ?? ::FNODOBFM::`string'+0x2bfe4
    00000000`024cf7d0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!LdrInitializeThunk+0xe
    0:016> !analyze -v
    Last event: 770.978: Exit process 0:770, code c000000d
      debugger time: Fri Sep 11 07:33:12.750 2009 (GMT-7)
    0:016> r
    rax=00000000000000c0 rbx=000000000c12fedc rcx=0000000000000000
    rdx=0000000000000000 rsi=000000007efa7000 rdi=000000007efa9000
    rip=0000000076f217ba rsp=00000000024ce7e8 rbp=000000000c12ff88
    r8=0000000000000000  r9=0000000000000000 r10=0000000000000000
    r11=0000000000000000 r12=0000000074b0a2bc r13=00000000024cfd20
    r14=00000000024cf170 r15=0000000074ad2450
    iopl=0         nv up ei pl nz na pe nc
    cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000200
    ntdll!NtWaitForWorkViaWorkerFactory+0xa:
    00000000`76f217ba c3              ret
    Thus, this appears to be related to WoW64 behavior in some fashion.  I am unfamiliar with NtWaitForWorkViaWorkerFactory, so I'm not sure why it would be returning STATUS_INVALID_PARAMETER.
    So, I've collected a mini-dump for the process, but it's 300MB.  In the unlikely event someone is interested in analyzing it, let me know and I'll gladly provide it.
    I'm now wondering if I should re-wipe this drive, install Vista, Adobe CS 4 Design Center Premium and then upgrade to Windows 7.  But that is a lot of effort to work around an app compat issue.

  • Enterprise library 3.1 installation issue on windows 7

    I am trying to install enterprise library 3.1 (May 2007), but it givesme the following error.      the installer requires the .NET framework ver 2.0 which is not present on this computer) i have also installed visual studio ultimate-
    2010 now, what should i do to resolve this error? should i install just .net 2.0? will it create any  issues if i do that.

    You can try to install the .NET Framework 2.0 on your computer:
    http://www.microsoft.com/en-gb/download/details.aspx?id=1639
    http://www.microsoft.com/en-US/download/details.aspx?id=6523 (64-bit)
    ..and then use this installer for the Enterprise Library 3.1:
    http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=9921
    Or you could download a later version of the Enterprise Library that is actually officially supported on Windows 7. The active and supported versions of the Enterprise Library are 5 and 6. The older ones have been retired as stated here:
    https://msdn.microsoft.com/en-us/library/ff648951.aspx
    Enterprise Library 6.0:
    http://www.microsoft.com/en-us/download/details.aspx?id=38789
    Enterprise Library 5.0:
    https://www.microsoft.com/en-us/download/details.aspx?id=15104
    Please remember to close your threads by marking helpful posts as answer and then start a new thread if you have a new question.

  • Oracle 10g Installation issue on Windows 7

    Hi,
    I tried to install Oracle 10g downloaded from the below link on my laptop which runs in Windows 7.
    http://www.oracle.com/technetwork/database/10204-winx64-vista-win2k8-082253.html
    The Oracle version is 10g release 2 for windows 7. I got this DB version no. for Windows 7 from this forum only. But still, I got the error message stated below and unable to install 10g.
    ------------------------------------------------------ Error --------------------------------------------------------------------------
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.0, 5.1, 5.2 or 6.0 . Actual 6.1
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at C:\Program Files (x86)\Oracle\Inventory\logs\installActions2010-10-22_07-37-48AM.log
    Please press Enter to exit...
    ------------------------------------------------------ Error End -------------------------------------------------------------------
    Could you please let me know how I can fix this issue? Or is there any other oracle 10g release/patch to fix this issue? I need to install only Oracle 10g and not 11g.
    Also, I need to install Oracle Forms 10g too.
    It would be great if you could guide me on installing these two softwares in my laptop.
    Your help will be very much appreciated.
    Thanks,
    Arun
    Edited by: 804404 on Oct 22, 2010 7:52 AM

    Welcome to the forums !
    This issue has been discussed many times before. Pl use the search feature. The only versions supported in Win 7 (Professional or higher) are 10.2.0.5 and 11gR2. 10.2.0.5 is only available on My Oracle Support, while 11gR2 can be downloaded for free from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    Re: Oracle for Windows 7
    Re: which version of oracle works on windows 7
    HTH
    Srini

  • Oracle Installation Issue on windows 7 64 bit - database 11.2.0.3

    Hi ,
    I am trying to install 11.2.0.3 database on windows 7 prof 64 bit in lenova lap
    The issue is at the last screen the installer just hangs in the prerequists check.
    this is the installer log out put last portion
    INFO: Verification Result for Node:Laksiri
    INFO: Expected Value:50MB (51200.0KB)
    INFO: Actual Value:664.5859MB (680536.0KB)
    INFO:
    INFO: *********************************************
    INFO: Swap Size: This is a prerequisite condition to test whether sufficient total swap space is available on the system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO:
    INFO: Verification Result for Node:Laksiri
    INFO: Expected Value:2.7944GB (2930184.0KB)
    INFO: Actual Value:3.7259GB (3906912.0KB)
    INFO:
    INFO: *********************************************
    INFO: Free Space: Laksiri:C:\Users\IBM_AD~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:Laksiri
    INFO: Expected Value:500MB
    INFO: Actual Value:93.9114GB
    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:Laksiri
    INFO: Expected Value:64-bit
    INFO: Actual Value:64-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:SUCCESSFUL
    INFO:
    INFO: Verification Result for Node:Laksiri
    INFO: Expected Value:5076
    INFO: Actual Value:561
    INFO:
    INFO: All forked task are completed at state performChecks
    INFO: Completed background operations
    INFO: Moved to state <performChecks>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <performChecks>
    INFO: Completed validating view at state <performChecks>
    INFO: Validating state <performChecks>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.db.action.PrereqAction
    INFO: Completed validating state <performChecks>
    INFO: Verifying route success
    INFO: Get view named [SummaryUI]
    and i found in the windows appliction log
    Log Name: Application
    Source: Application Hang
    Date: 4/17/2012 12:01:24 PM
    Event ID: 1002
    Task Category: (101)
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: Laksiri
    Description:
    The program javaw.exe version 5.0.300.3 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: 6a8
    Start Time: 01cd1c618e421f8e
    Termination Time: 6
    Application Path: C:\Users\IBM_AD~1\AppData\Local\Temp\OraInstall2012-04-17_11-45-50AM\jdk\jre\bin\javaw.exe
    Report Id:
    Can some one tell what is the reason?

    Hi,
    As far as I can find on Google, I only see people solving a similar problem, by totally removing all Java installation and then install the latest Java 6 update.
    Have a look e.g. here: http://www.java-forums.org/awt-swing/34794-java-application-fails-launch-without-error.html
    It is not about installing oracle, but the person does have similar problems
    Success!!
    FJFranken
    Edit: Another link: http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/java-tm-platform-se-binary-is-not-responding/38ea1c33-bd72-46aa-b87c-9172be7c57cc?msgId=1b3c5027-bc10-4425-b55c-038982d24953

  • ATI driver installation issue with Windows Vista on Boot Camp (new iMac)

    I've just purchased a new 20" iMac with Core 2 Duo 2.4GHz.
    Then I installed Windows Vista Ultimate on a Boot Camp partition.
    Vista installation was eventless and worked nicely.
    Now the problem has begun...
    I downloaded the latest ATI graphic card driver (Catalyst 7.7 for Vista 32) from the ATI website. The Catalyst software did not recognize the graphic card and installed nothing. I still have generic Microsoft standard VGA video adapter, which keeps me from playing any recent 3D games...
    Someone please help me on this so that I can start playing Oblivion...
    Message was edited by: Giraku

    Hi and welcome to Discussions,
    I still have to find a verification for this, but:
    Aplle has up to now always used the Mobility versions of the ATI and NVIDIA graphics chips in the iMacs and MacBooks, MacBooks Pro.
    I assume that the in the new imacs, they are also using the Mobility version of the Radeon 2400/2600.
    The ATI drivers you can download from the ATI/AMD website are only suitable for the Desktop Radeons, NOT for the Mobility Radeons.
    ATI/AMD does not provide drivers for the Mobility Radeons, but are refering to the Manufacturer of the Computer for Drivers, which is Apple.
    Sorry to say, but it seems you have to wait for a new BootCamp version which you include Driver support of the new iMacs.
    Sorry
    Stefan

  • Adobe cs5 Production premium installation issues on Windows 7

    Hello
    New Hardisk.
    New Bios,
    New windows 7 Ulitimate
    Up to date windows 7 updates
    Installing  cs5 as administrator
    Installation stops on Disk 2 exactly at 76% . Tried twice and the same case.
    CPU goes up to 100% Memory 29%
    Tested the Hard disk fine. New 300gb 10krpm Velociraptor.
    What is the issue? No errors just installation hangs and freezes the whole system. I had to do a reset the system.
    Any help is appreciated.
    thanks,
    Hari

    I tried installing on my laptop which had Adobe CS4 on Windows 7 64 bit.
    The dvds are good. It installed without a glitch. I didn't have to disable services or cleanup anything.
    Now i can scrub thru my RED footage so fat it feels like knife on a butter.
    But my desktop is still having issues. I cleaned up using CS5 cleanup script. and ran as administrator.
    Now i am going to cleanup again and disable all the services and try once more. If it doesn't work, i am calling the support tomorrow.
    Thank you Bob and Matt for the suggestions.

  • Oracle 11g installation issue on windows 2008 -64 bit

    I have downloaded the Oracle DB Server software from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/111070-win64-2008soft-084715.html:
    Oracle Database 11g Release 1 (11.1.0.7.0)
    for Microsoft Windows Server 2008 x64
    win64_11gR1_database_111070.zip (2,014,141,880 bytes)
    The installer always fails with the following:
    Checking operating system requirements ...
    Expected result: One of 5.0,5.1,5.2,6.0
    Actual Result: 6.1
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 11g is not certified on the current operating system.
    Recommendation: Make sure you are installing the software on the correct platform.
    ========================================================
    Checking service pack requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-18001: The operating system 'Windows Vista Version 6.1' is not supported.
    I am using Windows 2008R2 -64 bit and not Windows Vista. Any idea?

    Hi;
    Oracle Certified versions for 2008R2:
    Oracle 11.2.0.x
    Oracle 10.2.0.5 (See Note 1173433.1 (How to Install Oracle 10.2.0.5 on MS Windows 7 / Windows 2008R2)
    For Oracle 11gR1:
    For MS Windows 2008, you can select either:
    (11.1.0.7.0)
    Microsoft Windows Server 2008 (32-bit) (1.9 GB)
    Microsoft Windows Server 2008 x64 (1.9 GB)
    For details see:
    Where can I find the Database / Client software to download for Microsoft Vista, or Windows 2008R1? [ID 740926.1]
    Statement of Direction: Oracle Database 11g Release 2 – Microsoft Windows 7 and Windows Server 2008 R2 [ID 867040.1]
    Regard
    Helios

  • Tuxedo 10gR3 installation issue on Windows XP

    Hi,
    Am trying to install tuxedo 10gR3(server) on Windows XP Professional. When I try to select C:\Oracle as ORACLE_HOME, it gives an error "Path should be absolute and have write Permissions!" and wont proceed further. I had to cancel the installation. I can confirm that C:\Oracle exist and is not read only. We have oracle database installed at C:\Oracle\<sub-folders>. The installation log was not of much help. These are contents of install log: -
    ======================
    Thu May 28 02:22:14 PDT 2009
    Free Memory: 6301 kB
    Total Memory: 16320 kB
    java.class.path:
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\InstallerData\IAClasses.zip
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jdglue.zip
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\InstallerData\Execute.zip
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\InstallerData\Execute.zip
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\InstallerData\Resource1.zip
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\InstallerData\Resource1.zip
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\InstallerData
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\InstallerData
    ZGUtil.CLASS_PATH:
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\InstallerData\IAClasses.zip
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jdglue.zip
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\InstallerData\Execute.zip
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\InstallerData
    sun.boot.class.path:
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jre\lib\rt.jar
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jre\lib\i18n.jar
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jre\lib\sunrsasign.jar
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jre\lib\jsse.jar
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jre\lib\jce.jar
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jre\lib\charsets.jar
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jre\classes
    java.ext.dirs:
    C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jre\lib\ext
    java.version == 1.5.0_08 (Java 2+)
    java.vm.name == Java HotSpot(TM) Client VM
    java.vm.vendor == Sun Microsystems Inc.
    java.vm.version == 1.5.0_08-b03
    java.vm.specification.name == Java Virtual Machine Specification
    java.vm.specification.vendor == Sun Microsystems Inc.
    java.vm.specification.version == 1.0
    java.specification.name == Java Platform API Specification
    java.specification.vendor == Sun Microsystems Inc.
    java.specification.version == 1.5
    java.vendor == Sun Microsystems Inc.
    java.vendor.url == http://java.sun.com/
    java.class.version == 49.0
    java.compiler == null
    java.home == C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows\resource\jre
    java.io.tmpdir == C:\DOCUME~1\pkarthic\LOCALS~1\Temp\
    os.name == Windows XP
    os.arch == x86
    os.version == 5.1
    path.separator == ;
    file.separator == \
    file.encoding == Cp1252
    user.name == pkarthic
    user.home == C:\Documents and Settings\pkarthic
    user.dir == C:\Documents and Settings\pkarthic\Local Settings\Temp\I1243502280\Windows
    user.language == en
    user.region == null
    Install Begin: Thu May 28 02:18:49 PDT 2009
    Install End: Thu May 28 02:18:53 PDT 2009
    Installed by InstallAnywhere 8.0 Enterprise Build 3063, by Macrovision
    INSTALLATION WAS CANCELLED BY USER DURING PRE-INSTALLATION
    User Interactions
    Summary
    Installation: Cancelledduring pre-install.
    31 Successes
    0 Warnings
    0 NonFatalErrors
    0 FatalErrors
    Action Notes:
    None
    Install Log Detail:
    Custom Action: com.bea.installer.InstallerInit
    Status: SUCCESSFUL
    Install Action: InstallAnywhere Variable
    Status: SUCCESSFUL
    Install Action: InstallAnywhere Variable
    Status: SUCCESSFUL
    Install Action: InstallAnywhere Variable
    Status: SUCCESSFUL
    Install Action: InstallAnywhere Variable
    Status: SUCCESSFUL
    Install Action: InstallAnywhere Variable
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Oracle
    Value Name: BEAHOMELIST
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\Release 6.1
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\Release 6.2
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\6.3
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\6.4
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\6.5
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\7.1
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\8
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\8.1
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\9.0
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\TUXEDO\10.0
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\M3\2.1
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\M3\2.2
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\WebLogic Enterprise (C++)\4.2
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\WebLogic Enterprise\5.0
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\WebLogic Enterprise\5.0.1
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\BEA Systems\WebLogic Enterprise\5.1
    Value Name: Company_Name
    Status: SUCCESSFUL
    Custom Action: com.bea.installer.CheckPrevVersions
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\TUXEDO\10.3.0.0_VS2005
    Value Name: Company_Name
    Status: SUCCESSFUL
    Get Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\TUXEDO\10.3.0.0_VS2005\Environment
    Value Name: TUXDIR
    Status: SUCCESSFUL
    Install Action: InstallAnywhere Variable
    Status: SUCCESSFUL
    Custom Action: com.bea.installer.CheckContinue
    Status: SUCCESSFUL
    Install Action: InstallAnywhere Variable
    Status: SUCCESSFUL
    Custom Action: com.bea.installer.CheckInstallMode
    Status: SUCCESSFUL
    INSTALLATION WAS CANCELLED BY USER DURING PRE-INSTALLATION
    ======================
    Can you help me with debug switches(or command line options) that can be used with the installer.
    Thanks,
    Prem

    Prem,
    In addition to the C:\Oracle directory, the C:\Oracle\tuxedo10gR3_VS2005 directory also must either not exist or be a writable directory. If C:\Oracle\tuxedo10gR3_VS2005 previously exists as an ordinary file or as a read-only directory then you will get the "Path should be absolute and have write Permissions!" erorr.
    If you type "C:\Oracle" manually into the installer you must be sure not to enter any leading spaces. (This will not be an issue if you use the "browse" functionality to select this directory.
    You may also want to investigate if you get the same error if you try to install in Tuxedo in a directory that has not previously been used as an ORACLE_HOME and you should ensure that there is sufficent disk space on the C: drive. (These problems shouldn't cause the error your seeing, but it is worthwhile eliminating these as possible causes.)
    If these suggestions don't resolve the problem, then you'll probably need to enter a support case to determine what is different between your environment and the environment of other customers whose intallations have been successful.
    Regards,
    Ed

Maybe you are looking for