Getting error while configuring OIM11gR2 on windows 64 bit machiine

Hi,
I am getting below error while configuring OIM 11gR2: INST-6193: The attribute JpsContextName in MBean com.oracle.sdp.messaging:Location=soa_server1, name=ServerConfig, type=SDPMessagingServerConfig,Application=usermessagingserver not found. Check the SOA version comparability.
My system details are: Windows 7 64 bit
Installables downloaded from Oracle cloud:
Oracle WebLogic Server 11gR1 (10.3.6) Generic and Coherence
Oracle SOA Suite 11g Patch Set 5 (11.1.1.6.0) (Part 1 of 2)
Oracle SOA Suite 11g Patch Set 5 (11.1.1.6.0) (Part 2 of 2)
Oracle Fusion Middleware Repository Creation Utility 11g (11.1.1.6.0) for Microsoft Windows
Oracle Identity and Access Management 11g (11.1.2.1.0) (Part 1 of 2)
Oracle Identity and Access Management 11g (11.1.2.1.0) (Part 2 of 2)
Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows x64 (64-bit) (Part 1 of 2)
Oracle Database 11g Release 2 (11.2.0.1.0) for Microsoft Windows x64 (64-bit) (Part 2 of 2)
Please let me know if I have to apply some patches.
Regards,
Kalpana

you might want to look at this:
Installation and Configuration Issues for Oracle Identity and Access Management - 11g Release 2 (11.1.2.1)

Similar Messages

  • Getting error while configuring WAS 7 Fix Pack 37 with Oracle Application Development Framework (Oracle JDeveloper 11.1.1.7.0)

    Hi,
    I have installed Oracle Unified Directory 11.1.2.2.0 and WebSphere Application Server 7 with Fix Pack 37.
    I am getting error while configuring WAS 7 Fix Pack 37 (7.0.0.37) with Oracle Application Development Framework (Oracle JDeveloper 11.1.1.7.0). While adding products to cell (Oracle Directory Services Manager for WebSphere - 11.1.2.2.0), I am getting below error:
    CFGFWK-64069: The following prerequisites were found to be missing: Oracle WebCenter Composer Extension - 11.1.1.0
    Also attached the screenshot of the error.
    Please help.
    Thanks,
    Himanshu Verma

    Hello,
    ODSM has the following dependencies apart from ADF (both components depend also on ADF):
    - UIShell (oracle.idm.uishell.war)
    - Webcenter Composer (oracle.webcenter.composer.war).
    Apparently the composer is missing.
    Important points to check when using ODSM with WAS:
    - To install and configure Oracle Fusion Middleware with IBM WebSphere, you must first install (but not configure) IBM WebSphere
    - You must install the Oracle Application Development Framework as the same user who installed Oracle Unified Directory.
    - appdev must be installed under the same ORACLE_HOME as OUD
    Sylvain
    Please mark this response as correct or helpful when appropriate to make it easier for others to find it

  • Getting Error while doing Control Panel - Windows Update Error code is 80070103

    Getting Error while doing Control Panel -> Windows Update Error code is 80070103. The optional Windows 7 update is
    Microsoft - Other hardware - WinUsb Device
    Please provide your email ID to send the Error screen shot.

    Hi!
    Check the following link to see if it solves your problem:
    http://support.microsoft.com/kb/952032
    Best regards
    Andreas Molin
    Andreas Molin | Site: www.guidestomicrosoft.com | Twitter: andreas_molin

  • Getting error while configuring Oracle CEP server in Eclipse

    Hi,
    While Configuring OCEP Server in eclipse, and specifying the Oracle Middleware Home Directory as "C:/Oracle/Middleware/user_projects/domains/ocep_domain/defaultserver"; I am getting the below error:
    The location "C:/Oracle/Middleware/user_projects/domains/ocep_domain/defaultserver" contains the BEA home definition file "C:/Oracle/Middleware/user_projects/domains/ocep_domain/defaultserver/registry.xml," but that file does not contain an Oracle CEP component entry with an "InstallDir" attribute.
    I tried re-installing OCEP server, but still the problem persists. Please help me on this.
    Regards,
    Swati
    Edited by: 999706 on Apr 30, 2013 1:08 AM

    Hi Swati,
    Please make sure you installed:
    1) Eclipse Indigo SR2 for Linux: http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/indigo/SR2/eclipse-jee-indigo-SR2-linux-gtk.tar.gz
    2) Plugin in from the installation, the path like: Oracle/Middleware/ocep_11.1/eclipse-update-site/cep-tools=11.1.1.20130109-2314/. Note the plugin download site is not updated. So you can't use the install Plugin via URL
    I assume you are using PS6. For other version, please check the document accordingly.
    Thanks
    Junger

  • Getting error while configuring LDAP with OEG

    Hi All,
    I am trying to authenticate web service using LDAP at the time of loading and invoking. I am able to configure LDAP and connection is successful, But when authentication i am getting error.
    ERROR 08/Mar/2013:11:46:14.240 [4287d940] Failed to authenticate user [soaUser]
    ERROR 08/Mar/2013:11:46:14.242 [4287d940] java exception:
    com.vordel.circuit.authn.VordelAuthNException: Original Message - type=javax.naming.NamingException msg=failed to authenticate exactly one user (got 0)
         at com.vordel.security.auth.repository.LDAPRepository.checkCredentials(LDAPRepository.java:199)
         at com.vordel.security.auth.repository.RepositoryBase.checkCredentials(RepositoryBase.java:58)
         at com.vordel.security.auth.HttpBasicAuthN.authenticate(HttpBasicAuthN.java:51)
         at com.vordel.circuit.authn.HttpProcessor.performAuthentication(HttpProcessor.java:61)
         at com.vordel.circuit.authn.HttpBasicProcessor.invoke(HttpBasicProcessor.java:41)
         at com.vordel.circuit.InvocationEngine.invokeFilter(InvocationEngine.java:154)
         at com.vordel.circuit.InvocationEngine.invokeCircuit(InvocationEngine.java:43)
         at com.vordel.circuit.InvocationEngine.processMessage(InvocationEngine.java:229)
         at com.vordel.circuit.SyntheticCircuitChainProcessor.invoke(SyntheticCircuitChainProcessor.java:36)
         at com.vordel.dwe.http.HTTPPlugin.invokeDispose(HTTPPlugin.java:290)
         at com.vordel.dwe.http.WebServicePlugin.invokeDispose(WebServicePlugin.java:102)
         at com.vordel.dwe.http.HTTPPlugin.invoke(HTTPPlugin.java:131)
    Caused by: javax.naming.NamingException: failed to authenticate exactly one user (got 0)
         at com.vordel.common.ldap.LdapLookup.loginUser(LdapLookup.java:674)
         at com.vordel.common.ldap.LdapLookup.checkUserExists(LdapLookup.java:605)
         at com.vordel.security.auth.repository.LDAPRepository.checkCredentials(LDAPRepository.java:166)
         ... 11 more
    Thanks,

    Looks like that there is something wrong with the authentication repository that you created with your LDAP connection.
    Connection might be successful but for authentication, you need to create an authentication repository with that connection.
    Follow the OEG user guide for this and reply v=back in case you get further issues.

  • Getting error while Configuring NWA for PI 7.1

    Hello All,
    I'm presently working on PI 7.1, trying to configure /nwapi and for that purpose, implementing note # Note 1160261 - NWA for PI: Incomplete Component Tree.
    I'm presently in step # 5 for running Template Installer step -Configuring the Central NWA and getting error "Validation Error: Failed to retrieve CCMS Agents."
    To sort out, i did install CCMS agents for both ABAP & Java stack keeping Solution manager as my central system, although my both agents are running fine, still i'm getting this error, due to which i'm not able to proceed ahead. Please help me, if anyone has come across the same & wat should be the path forward for it.
    Eagerly waiting for some inputs...
    Thanks,
    Anand.

    Hi Anand,
    When configuring NWA for PI, it wants the PI system as CEN. So you have to register the CCMS agents at the PI system.
    With kind regards,
    Henk.
    Sorry for the same remark twice. The Expert Forums were experiencing a little hickup, I suppose...
    Edited by: H. Steenwijk on May 28, 2009 12:22 PM

  • Getting error while installing update for Windows 10

    Hi,
    I am getting below error message while installing window 10 preview using window update option. Please help me how to address this issue to install window 10 preview
    OS : Windows 7 Enterprise SP1 64 bit
    Upgrade to Windows Technical Preview for Enterprise
    Installation date: ‎10/‎3/‎2014 10:50 PM
    Installation status: Failed
    Error details: Code 80004005
    Update type: Recommended
    Install a preview of the next version of Windows.
    More information: 
    http://go.microsoft.com/fwlink/?LinkID=507415
    Help and Support: 
    http://go.microsoft.com/fwlink/?LinkId=507417
    Regards
    Selva

    Hi Selva,
    Can you download the ISO file from this site?
    Download Windows Technical Preview
    http://technet.microsoft.com/en-us/windows/dn783436
    If so, please download the installer and make a DVD or bootable USB, then try to perform the installation from there.
    Check following things first:
    1.Disconnect any devices connected to the PC.
    2.Disable/uninstall all anti-virus software (be sure to enable/reinstall later)
    3.Install all important updates from Windows Update before updating.
    If you still fail to install Windows, you will find $Windows.~BT under C drive (the system drive), please make sure to show up the Hidden file.
    Then, locate to the $Windows.~BT folder and find \Sources\Panther\setuperr.log and setupact.log, please upload them to a file sharing service like Onedrive or "Rapidshare" and put a link to them in your reply.
    Kate Li
    TechNet Community Support

  • Getting error while configuring SharePoint 2013 that "SocketException was thrown with SocketError ConnectionRefused"

    Hi,
    I am installing the SharePoint-2013 on development virtual machine. and i have the following environment.
    Windows server : 2012
    SQL server 2012(enterprise edition)
    Active directory(domain) is configured on same server.
    for SharePoint configuration purpose i had  created SP_farm account with SQL server DB_creator,security admin etc rights.
    even though m facing this issue related with socket exception.
    Error in log file :
    04/08/2014 12:26:33  1  INF            Trying to see if port 35513 is free on machine SHAREPOINT2013.  Min port we will try is
     1024, Max port we will try is 49151
    04/08/2014 12:26:35  1  INF            A SocketException was thrown with SocketError ConnectionRefused
    04/08/2014 12:26:35  1  INF            Connect has been refused for port 35513, so we will consider this a free port
    04/08/2014 12:26:35  1  INF            Have not found a free port yet.  Number of tries is 1.  Min port we will try is 1024, Max
     port we will try is 49151
    04/08/2014 12:26:35  1  INF            Adding port 35513 to the exclusion list so it is not chosen again during this run
    So m bit confuse about is this error related to network issue or something else that i have to configure on server.
     any suggestion or reply will be appreciated..!:-) 
    Shiv

    Is the firewall turned on?
    Regards, Matthew
    MCPD | MCITP
    My Blog
    View
    Matthew Yarlett's profile
    See my webpart on the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
    Upload and Crop User Profile Photos

  • Getting error while Configure WS policies in JDeveloper 11.1.1.6

    Hi All,
    I am getting this error in JDeveloper IDE for SOA. In the SOA composite I have Web Services--->mediator--->DB Adapter. Next I try and right on the web service component in the composite.xml and select 'Configure WS Policies', I get this below error.
    SEVERE: The policy manager repository path "C:\Documents%20and%20Settings\jack\Application%20Data\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\oracle\store\gmds" does not contain any valid directories.
    java.lang.IllegalArgumentException: WSM-04694 : An invalid directory was provided to connect to a file-base MDS repository.
    I am using JDeveloper 11.1.1.6 on Windows XP. I google it in one blog it suggest it's due to space in folder name, but still waiting for a resolution. Did anyone have similiar issues and managed to resolve it.
    Thanks

    Terry,
    It seems like a SSL issue related to the certificate. Can you make sure that certificate being presented by the server (hosting URL https://ip address:port no/integration/services/b2b/B2BMetadataWSPort) is valid and you have complete cert chain in the keystore of SOA server?
    Regards,
    Anuj

  • Shell Script Adapter - getting errors while configuring

    Hi,
    I am trying to configure a shell script adapter for one of my AIX resource.
    the following are the values I gave to test the configuration
    1. host
    2. tcp port (22)
    3. login user
    4. password
    5. login shell prompt (#)
    6. connection type SSH
    with these values, I tried to test the configuration, I get the following errors,
    Test connection failed for resource(s):
    Shell Script: Failed to find 'useradd' in the path '/usr/bin /etc /usr/sbin /usr/ucb /home/eumusr/bin /usr/bin/X11 /sbin . /usr/local/bin' Shell Script: Failed to find 'usermod' in the path '/usr/bin /etc /usr/sbin /usr/ucb /home/eumusr/bin /usr/bin/X11 /sbin . /usr/local/bin' Shell Script: Failed to find 'userdel' in the path '/usr/bin /etc /usr/sbin /usr/ucb /home/eumusr/bin /usr/bin/X11 /sbin . /usr/local/bin' Shell Script: Failed to find 'groupadd' in the path '/usr/bin /etc /usr/sbin /usr/ucb /home/eumusr/bin /usr/bin/X11 /sbin . /usr/local/bin' Shell Script: Failed to find 'groupmod' in the path '/usr/bin /etc /usr/sbin /usr/ucb /home/eumusr/bin /usr/bin/X11 /sbin . /usr/local/bin' Shell Script: Failed to find 'groupdel' in the path '/usr/bin /etc /usr/sbin /usr/ucb /home/eumusr/bin /usr/bin/X11 /sbin . /usr/local/bin'
    is this a privilege issue?
    please let me know so that I can get the appropriate privilege from my sysadm to proceed further.
    thanks.

    Hi, thanks for your response.
    I got sudo access as root to the AIX resource.
    Initially, NOPASSWD was set for my sudo privilege. using that I tried configuring the adapter, but I got errors like "Script failed waiting for "ASSWORD:" in response ",)#+(:" . I looked at the forums and was informed that I would need to 'UN-SET' the NOPASSWD attribute. I got that attribute un-set . but now I get the error
    WLP_SmartScript_Original: Failed to find 'groupadd' in the path '/usr/bin /etc /usr/sbin /usr/ucb /home/eumusr/bin /usr/bin/X11 /sbin . /usr/local/bin' WLP_SmartScript_Original: Failed to find 'groupmod' in the path '/usr/bin /etc /usr/sbin /usr/ucb /home/eumusr/bin /usr/bin/X11 /sbin . /usr/local/bin' WLP_SmartScript_Original: Failed to find 'groupdel' in the path '/usr/bin /etc /usr/sbin /usr/ucb /home/eumusr/bin /usr/bin/X11 /sbin . /usr/local/bin'
    Not sure why Sun should check this. these commands are not part of AIX. right? can you please tell me where I am going wrong?

  • Getting Error while configuring thirdparty adaptor on weblogic server.

    Hi,
    I am using Oracle SOA Suite 11g & weblogic server 10.1.3. We have requirement in which SAP need to call BPEL webservice. So i came to know that this i can achive through oracle thirdparty adaptor. I have installed this as per oracle document. Now for SAP, i am going to deploy J2CA into weblogic server. I am getting following error. Could you please help me on this?
    java.lang.IllegalArgumentException: </resourceadapter> </connector> icrosystems, Inc.//DTD Connector 1.0//EN' 'http://java.sun.com/dtd/connector_1_0.dtd'> <connector> <display-name>IWAFJCA10</display-name> <vendor-name>IWAY Software</vendor-name> <spec-version>1.0</spec-version> <eis-type>IWAF</eis-type> <version>1.0</version> <license> <license-required>false</license-required> </license> <resourceadapter> <managedconnectionfactory-class>com.ibi.afjca.spi.IWAFManagedConnectionFactory</managedconnectionfactory-class> <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface> <connectionfactory-impl-class>com.ibi.afjca.cci.IWAFConnectionFactory</connectionfactory-impl-class> <connection-interface>javax.resource.cci.Connection</connection-interface> <connection-impl-class>com.ibi.afjca.cci.IWAFConnection</connection-impl-class> <transaction-support>LocalTransaction</transaction-support> <config-property> <config-property-name>AdapterName</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>SAP</config-property-value> </config-property> <config-property> <config-property-name>Config</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value></config-property-value> </config-property> <config-property> <config-property-name>IWayHome</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>D:\Oracle\ora11g\fmw11gHome\Oracle_SOA1\soa\thirdparty\ApplicationAdapters</config-property-value> </config-property> <config-property> <config-property-name>IWayConfig</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>J2CA_SampleConfig</config-property-value> </config-property> <config-property> <config-property-name>IWayRepoDriver</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value></config-property-value> </config-property> <config-property> <config-property-name>IWayRepoURL</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value></config-property-value> </config-property> <config-property> <config-property-name>IWayRepoUser</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>weblogic</config-property-value> </config-property> <config-property> <config-property-name>IWayRepoPassword</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>weblogic1</config-property-value> </config-property> <config-property> <config-property-name>LogLevel</config-property-name> <config-property-type>java.lang.String</config-property-type> <config-property-value>DEBUG</config-property-value> </config-property> <config-property> <config-property-name>LogSize</config-property-name> <config-property-type>java.lang.Integer</config-property-type> <config-property-value>100000</config-property-value> </config-property> <config-property> <config-property-name>LogCount</config-property-name> <config-property-type>java.lang.Integer</config-property-type> <config-property-value>10</config-property-value> </config-property> <authentication-mechanism> <authentication-mechanism-type>BasicPassword</authentication-mechanism-type> <credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface> </authentication-mechanism> <reauthentication-support>false</reauthentication-support> is not a legal value for TransactionSupport. The value must be one of the following: [NoTransaction, LocalTransaction, XATransaction]
    Thanks

    Hi,
    anybody has any idea on this??
    i am also facing one issue in which after installing Oracle Application Adaptor. i am not able see adaptors detail like SAP, peoplesoft, JDEdwards, Siebel.
    Please help me onthis issue.
    Thanks
    Amit

  • Getting error while configuring WebSphere application server in JDeveloper

    Hi all,
    I have installed Oracle Jdeveloper 11g(11.1.1.5.1) and WebSphere application server 7
    I am trying to create New Application server as "WebSphere" and entered following information.
    Host Name : wkstn90
    SOAP Connector port: 8880
    Server Name: server1
    Target Node: wkstn90Node01
    TargetCell: wkstn90Node01Cell
    wsadmin script file location: C:\Program Files\IBM\WebSphere\AppServer\bin\wsadmin.bat
    So once click on test connection it will comes up with following error,
    Testing WsAdmin ... failed.
    Could not connect to SOAP port 8880 using script C:\Program Files\IBM\WebSphere\AppServer\bin\wsadmin.bat.
    Testing DeploymentConfig ... failed.
    Cell wkstn90Node01Cell was not found on the WebSphere server.
    Please help me how to resolve this issue. Any extra configuration am i need to carry out in WebSphere server.
    Please let me know. Waiting for positive response.
    By,
    sk

    Hi,
    Use the Deployment Manager Soap port not the Application Server port
    Maddy

  • Getting error while configuring DbAdapter connection pool

    I have SOA Suite 11g (11.1.1.5.0) installed.
    I have created a Data Source (soademoDatabase) in WLS Admin console, as per instructions in Oracle Tutorial.
    Then I created a connection pool for DbAdapter.
    However when I tried to update the DbAdapter to 'Redeploy this application', I got following error:
    weblogic.descriptor.BeanAlreadyExistsException: Bean already exists: "weblogic.j2ee.descriptor.wl.ConnectionInstanceBeanImpl@a0965ff7(//
    [javax.resource.cci.ConnectionFactory]/ConnectionInstances[eis/DB/soademoDatabase])"
    After this, when I restarted Admin and Managed servers, DbAdapter is failing to start. Following error is shown in the log:
    [4] The ra.xml <connectionfactory-impl-class> class 'oracle.tip.adapter.apps.AppsConnectionFactory' could not be loaded from the resource adapter archive/application because of the following error: java.lang.NoClassDefFoundError: oracle/tip/adapter/db/DBConnectionFactory
    at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:230)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    Any help/suggestion in this regard is really appreciated.
    Thanks in advance

    Thanks Anuj.
    I checked DBAdapter deployment plan..not sure which entries to remove.."eis/DB/soademoDatabase" is referenced 3-4 times in it.
    Please find below the plan file. If you can advise which entries to remove, that will be really helpful.
    <?xml version='1.0' encoding='UTF-8'?>
    <deployment-plan xmlns="http://xmlns.oracle.com/weblogic/deployment-plan" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/deployment-plan http://xmlns.oracle.com/weblogic/deployment-plan/1.0/deployment-plan.xsd" global-variables="false">
    <application-name>connectors</application-name>
    <variable-definition>
    <variable>
    <name>ConnectionInstance_1.eis/DB/soademoDatabase_JNDIName_13299030406160</name>
    <value>eis/DB/soademoDatabase</value>
    </variable>
    <variable>
    <name>ConfigProperty_xADataSourceName_Value_13299033172170</name>
    <value>jdbc/soademoDatabase</value>
    </variable>
    </variable-definition>
    <module-override>
    <module-name>DbAdapter.rar</module-name>
    <module-type>rar</module-type>
    <module-descriptor external="false">
    <root-element>weblogic-connector</root-element>
    <uri>META-INF/weblogic-ra.xml</uri>
    <variable-assignment>
    <name>ConnectionInstance_1.eis/DB/soademoDatabase_JNDIName_13299030406160</name>
    <xpath>/weblogic-connector/outbound-resource-adapter/connection-definition-group/[connection-factory-interface="javax.resource.cci.ConnectionFactory"]/connection-instance/[jndi-name="1.eis/DB/soademoDatabase"]/jndi-name</xpath>
    <origin>planbased</origin>
    </variable-assignment>
    <variable-assignment>
    <name>ConfigProperty_xADataSourceName_Value_13299033172170</name>
    <xpath>/weblogic-connector/outbound-resource-adapter/connection-definition-group/[connection-factory-interface="javax.resource.cci.ConnectionFactory"]/connection-instance/[jndi-name="eis/DB/soademoDatabase"]/connection-properties/properties/property/[name="xADataSourceName"]/value</xpath>
    </variable-assignment>
    <hash-code>1329903975155</hash-code>
    </module-descriptor>
    <module-descriptor external="false">
    <root-element>connector</root-element>
    <uri>META-INF/ra.xml</uri>
    </module-descriptor>
    <module-descriptor external="true">
    <root-element>wldf-resource</root-element>
    <uri>META-INF/weblogic-diagnostics.xml</uri>
    </module-descriptor>
    </module-override>
    <config-root>C:\Middleware\SOASuite11gR1PS4\Oracle_SOA1\soa\connectors\plan</config-root>
    </deployment-plan>
    Thanks

  • Error while Configuring  environment parameters

    Hi,
    I am installling Oracle Utilities Business Intelligence 2.3.2 version . I am getting error while configuring Environment Paramameters
    Database- Oracle 11g R2
    OS- Windows Server 2008
    1. Environment Description
    Environment Description: DEV01
    2. Business Application Server Configuration
    Business Server Host: 01HW342889
    WebLogic Server Name: myserver
    Business Server Application Name: SPLService
    MPL Admin Port Number: 6502
    MPL Automatic startup: false
    3. Web Application Server Configuration
    Web Server Host: 01HW342889
    Web Server Port Number: 6500
    WebLogic SSL Port Number: 6501
    Web Context Root: ouaf
    WebLogic JNDI User ID: systemjndi
    WebLogic JNDI Password: ENC(tEky0TX65m0nDNIlnX
    CcwlbnXl2b1kMnvE8DD0wfI1Y=)
    WebLogic Admin System User ID: {3DES}gg8gG+5N+gwJBPWG
    IhRRuQ==
    WebLogic Admin System Password: {3DES}gg8gG+5N+gwJBPWG
    IhRRuQ==
    WebLogic Server Name: myserver
    Web Server Application Name: SPLWeb
    Application Admin User ID: appladmin
    Application Admin Password: ENC(OrIg4HyDLxi2kQ6uSs
    cBz4cubUr2U5BbRl75SY2pP6Q=)
    Expanded Directories: false
    Application Viewer Module: true
    4. Database Configuration
    JDBC Name: oubi-jdbc
    MPL Database User ID: SPLADMV2
    MPL Database Password: ENC(mfG7quacTagw5qEvov
    oaQIRpnogRvroY4NcXp6WZCZo=)
    XAI Database User ID: SPLADMV2
    XAI Database Password: ENC(tNfRJUthvYQR990TzW
    314nXU+5jWBuYBDs5AgT5qG7g=)
    Batch Database User ID: SPLADMV2
    Batch Database Password: ENC(L5BXr/lXp/riShr9Lp
    kFDsgUIjDm5I6TJU5Suz0Wy/k=)
    JDBC Database User ID: SPLADMV2
    JDBC Database Password: {3DES}L43JfrbOrCtupkwm
    4I/Adw==
    Database Name: DEV1
    Database Server: 01HW342889
    Database Port: 1701
    ONS Server Configuration:
    Database Override Connection String:
    Oracle Client Character Set NLS_LANG: AMERICAN_AMERICA.UTF8
    5. General Configuration Options
    Batch RMI Port: 6509
    Batch Mode: CLUSTERED
    Coherence Cluster Name: OUBICLUSTER1
    Coherence Cluster Address: 172.25.138.45
    Coherence Cluster PORT: 6508
    Coherence Cluster Mode: dev
    Each item in the above list should be configured for a successful install.
    Choose option (1,2,3,4,5, <P> Process, <X> Exit): P
    --> Calculating additional variables ... done.
    --> Writing variables to E:\OUBI2\ouaf\temp\FW.V4.0.2\tmp\2011-06-10-0954\ENVIRO
    N.INI ... done.
    Can't open E:\OUBI2\ouaf\temp\FW.V4.0.2\install_FW_E:\OUBI2\ouaf\DEV01.log for o
    utput at E:\OUBI2\ouaf\temp\FW.V4.0.2\data\bin\perllib/SPL/splLog.pm line 190.
    "ERROR - Detected while running install.plx."
    Thks,
    Mohan

    This is a common error people get when configuring Repository Service in Admin Console...
    Main reason for this is that there is an incompatible bit versions of Oracle Database and Informatica Server and windows. Try to reinstall Oracle DB or Infa Server and tryconfiguring the same it will work
    Or it could be parameter issues if it is linux...
    Please mark helpful this post

  • Error while Configuring Repository INS0017: Installation of the seeded data

    I am getting error while configuring repository at 36%
    Error:
    Seeding Failed:
    The warehouse builder workspace owner installation failed on user OWBSYS.
    INS0017:Installation of the seeded data failed java.io.FileNotFoundException:
    xmlClasses.xml (Access is denied)
    Operating system: Windows 2008 server 64 bit
    Database: Oracle 11g Release 11.2.0.1.0 64 bit
    Log file is not created in given location(Unified repos)

    Hi David,
    But we have successfully Created the Repository(Using Repository Assistance) using OWB 10.2.0.4 on Oracle 11.1.0.7 Db on Solaris OS.
    and i also checked the Metalink it say the OWB 10.2.0.4 can be used with Oracle 11.1.0.7 Db.
    Nawneet

Maybe you are looking for

  • Is there any way of getting iChat without creating a new account?

    I have recently bought a macbook pro and are having difficulties with setting up an iChat account. When I go add an account it gives me options of AIM, me.com, mac.com, google or yahoo however i do not have any of those accounts. Is there a way of se

  • How to schedule an appointment with a contact that does not have an e-mail address

    I want to use MS Office Outlook to schedule appointments with clients that may not have an e-mail address. They way appointments are made at our office is that a clients calls to ask for an appointment, the appointment book is consulted for the open

  • F110 - Auto Schedule

    Hello gurus, i wanted to know how we can save the settings in F110 and schedule it to run at a fixed time and date. what is the procedure for the same, will i be able to do or will i have to get in touch with an ABAPer. any info on this will be appre

  • Scenarios for Generic extraction

    Hello experts , Please give me some scenarios where we will go for the extraction using function module, infoset query, View. Thanks in advance, pragya.

  • Changes in Source Database.

    Hi All, OWB Config Details is as follows. OWB ver 9.2 with Windows NT Oracle 9i. In near future we are expecting changes in source database i.e. source database from existing will change to a new database which may be same or different. The level of