11g install

Anyone actually get it to go?
I've gone through the install about 4 or 5 times now and it's all I can do to not start swearing really loudly. I've done:
built a Win2k3 vm
added the server to the domain
installed 11g R2 (11.2.0.1) for the repository
run the rcu and created the punisher schema's
run the installer using a domain admin user
the installer hangs when it tries to silently install web logic (complains about an inability to launch a process, however when running the same silent installer process myself, as the user, it works fine)
if I run the silent install of weblogic myself it seems to work, however when running post config steps it hangs when trying to restart the admin console
I'm out of ideas. I've been fighting with this for 2 days. Anyone successfully get this heap installed?
dAve
Edited by: Flyboy on Oct 15, 2010 2:22 PM
Note: first crapout occurs during: c:\oracle\fusion\Oracle_BI1\wls10installer\server103_win32.exe -mode=silent -silent_xml=c:\oracle\fusion\Oracle_BI1\wls10installer\silent.xml -log=c:\oracle\fusion\Oracle_BI1\wls10installer\product_silent.log
says that it cannot execute the install command. I then run it manually and it works fine.

It could be NTFS permissions. Did someone else extract files compared to you running the installer? Or right-click Run As...>Admininstrator.

Similar Messages

  • OBIEE 11g installing in Linux. domain creation error

    Hi,
    OBIEE 11g installing in Linux server now. domain creation is in progress for about an hour and in log I can see below error.
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    domain creation is still running and looks like it is struck to start domain no idea how to solve the issue. waiting to see whether domain creation successful.
    Please let me know how to fix this issue.
    Thanks
    Jay.

    Hi,
    Have you try to increase MaxPermSize, it may occure memory issue.
    change the Middleware/ORACLE_BI1/oui/oraparam.ini and fine it like below
    JRE_MEMORY_OPTIONS=" -mx512m -XX:MaxPermSize=512m" then try to change it
    JRE_MEMORY_OPTIONS=" -mx2048m -XX:MaxPermSize=2048m"
    (i.e:It will increase the numbers for allocating more memory) then save it and then try to run config.bat (software only/enterprise) method and configure it.
    Thanks
    Deva

  • DO I NEED TO HAVE ORACLE 11G INSTALLED?

    Hi,
    I have never used Oracle before. I have a very basic doubt. I have a Peoplesoft Id and password. I wish to know if I need to have Oracle 11g installed on my laptop to be able to use Peoplesoft Code to create applications using an online database? Kindly let me know at the earliest and will be of great help.
    I greatly appreciate it.
    Thanks. :)

    You need to have app designer installed if you want to work with peopletools, which will allow you to connect 3-tier to running Oracle/Peoplesoft instance. If you want to connect 2-tier, then you'll need the 11g client installed.

  • 11g install on Redhat, difference between umask 022 & 0022

    For file permissions, Redhat install by default has umask set to 0022, and 11g install steps require 022. What is the difference? why 022?

    The first digit sets special permissions:
    http://perl.bristolbath.org/index.cgi?RedHatLinuxEssentials (scroll down in this article)
    Werner

  • 11g Install on Windows

    Hi all,
    I need some help with the 11g install on windows 2003 database server. We already have 10gR2 software with few development databases running on this server. I am trying to find out the pros and cons if I install 11g on a different drive on the same server. If I will have to change the path for oracle, since both 10g and 11g databases will be in use. And if it will affect the applications(appln server) connecting to both 10g and 11g databases.
    Thank you.

    As you long as you keep the two version installed into different ORACLE_HOME, they shouldn't be interfering with each other.
    If you are going to have 11g instance running on the same server, you might use 11g version listener to serve all instances (10g and 11g).

  • 11g Install Failure, Listener Error.

    11g Install Failure, Listener.
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor.
    I am attempting to install 11g, 11.1.0 onto a stand alone box which has Windows XP SP2 as the OS.
    The box is at present not networked and as is not on a domain. The computer name is homedb.
    I have installed the loopback adapter on 10.10.10.10 and updated my hosts file, the computer can resolve this to the computer name and vice versa.
    Upon installing 11g and the starter database, the install continues normally, succeeding with the Oracle Net Configuration Assistant. However when the Oracle Database Configuration Assistant is run, 89% of the way through an error is thrown as follows:
    Enterprise manager configuration failed due to the following error -
    Listener is not up. Start the listener and run EM configuration again.
    Refer to the log file at C:\Oracle\cfgtoollogs\dbca\emConfig. Log for more details.
    You can retry configuring this database with Enterprise Manager later by manually running C:\Oracle\product\11.1.0\db_1\bin\emca script.
    When I click ok on the error message the install completes as normal.
    I can TNSPING orcl which results in the following:
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 20-JAN-2
    008 12:36:33
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    C:\oracle\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = homedb)(
    PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    OK (20 msec)
    I can connect to the database using sqlplus sys/password as sysdba but when I try to connect using
    sqlplus sys@orcl and typing in the password I get the following error:
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor.
    This is also the error I get when using sql developer to connect to the db.
    The extract from the log file mentioned above is as follows:
    20-Jan-2008 12:14:09 oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    20-Jan-2008 12:14:09 oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeSql(SQLEngine.java:1771)
         at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2708)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:368)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
         at java.lang.Thread.run(Thread.java:595)
    20-Jan-2008 12:14:09 oracle.sysman.emcp.EMConfig perform
    SEVERE: Listener is not up. Start the Listener and run EM Configuration Assistant again .
    Refer to the log file at C:\oracle\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    20-Jan-2008 12:14:09 oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Listener is not up. Start the Listener and run EM Configuration Assistant again .
         at oracle.sysman.emcp.ParamsManager.checkListenerStatusForDBControl(ParamsManager.java:2715)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:368)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:147)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:222)
         at oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:460)
         at java.lang.Thread.run(Thread.java:595)
    20-Jan-2008 12:14:09 oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\oracle\product\11.1.0\db_1\oui
    My listener, tnsnames and sqlnet are as follows:
    listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = homedb)(PORT = 1521))
    sqlnet.ora:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    tnsnames.ora:
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = homedb)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    When logged into the database a SHOW PARAMETER SERVICE results in a service of orcl
    Running the command: lsnrctl service, results in the following:
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 20-JAN-2008 12:46
    :52
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    The listener supports no services
    The command completed successfully.
    Running lsnrctl status results in the following:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
    ction
    Start Date 20-JAN-2008 12:09:10
    Uptime 0 days 0 hr. 40 min. 9 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle\product\11.1.0\db_1\network\admin\listener.o
    ra
    Listener Log File c:\oracle\diag\tnslsnr\homedb\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=homedb)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    I have re run the db configuration again but it would not start because apparently there was no listener, running the Net Configuration Assistant makes no difference.
    All firewalls and anti virus software have been disabled for the purposes of this install.
    Do I need to manually register the listener with the database, if so how do I go about doing this?
    I have installed 10g on a standalone box before with no trouble, what have I missed here?, any help greatly appreciated.

    To answer my own question I fixed this by issuing the command
    netsh winsocks reset
    Winsocks deals with windows networking and can become corrupt through installs of software, virus cleaning, etc.
    Hope that helps,
    Adam

  • OIM 11g install

    On Windows, OIM 11g install stops due to OracleMTSRecoveryService not running. When i try to run the service, its gives an error saying a ssytem could not find the file specified. Not sure what file its talking about. Anyone help with this?

    Hi Gurus,
    I think I found the answer.
    I downloaded wrong version of weblogic
    I had linux 32 , and wanted weblogic 10.3.3, So I went here ( row 3 , column 2)
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html
    file name = wls1033_dev.zip
    well I was wrong it was not 10.3.3 or something was wrong. SOA installer did not recognise it as 10.3.3.
    Who is to blame. I wasted 3 days I hope Oracle keeps right versions in its website for download.
    I got the right one from edelievry
    http://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=11493750
    and download =
    Download      Oracle WebLogic Server 11gR1 (10.3.3) for Linux x86      V21014-01      703M
    Hope this helps some one.
    Thanks!

  • Can oracle 11g installed on solaris 8 ?

    Can oracle 11g installed on solaris 8 ?
    Other what is the minimum solaris supported to install oracle 11g.
    Thank you in advance..

    [email protected] wrote:
    Can oracle 11g installed on solaris 8 ?
    Other what is the minimum solaris supported to install oracle 11g.
    Thank you in advance..In general, each product has an installation manual - found through http://docs.oracle.com and possibly http://tahiti.oracle.com and the install manual clearly identifies the (minimum) support OS and Release information.

  • OBIEE 11g install failed on Windows 7 - 64 bit

    I am trying to install OBIEE 11g in my Windows 7 - 64 bit laptop.
    It is failing during configuration at the step
    Starting Managed Server: bi_server1
    The log file is showing following error ....
    Starting Managed Server : bi_server1
    In public start
    ASWLServer.start ...
    LOADING DLL : C:\FusionMW\Oracle_BI1\install\config\\StartUtil64.dll
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to vikas-PC 7001
    Successfully connected to the Domain Runtime ...
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to vikas-PC 7001
    Successfully connected to the Domain Runtime ...
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.StartStopManagedServer.doExecute(StartStopManagedServer.java:56)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:79)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:110)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException
         at oracle.as.provisioning.weblogic.ASWLServer._start(ASWLServer.java:1196)
         at oracle.as.provisioning.weblogic.ASWLServer.start(ASWLServer.java:999)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startStopServersAndApps(WorkFlowExecutor.java:815)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:484)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 14 more
    Please help
    Thanks in advance,
    Vikas Agarwal

    Greetings Vikas.
    Dou you solve this issue?
    I got the exact same message but setting the second node of a Forms 11.1.2.1 Installation. But the message I got is the same that you have:
    Successfully connected to the Domain Runtime ...
    oracle.as.provisioning.exception.ASProvisioningException
      at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
      at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
      at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
      at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
      at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
      at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
      at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
      at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
      at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
      at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
      at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
      at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
      at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException
      at oracle.as.provisioning.weblogic.ASWLServer._start(ASWLServer.java:1196)
      at oracle.as.provisioning.weblogic.ASWLServer.start(ASWLServer.java:999)
      at oracle.as.provisioning.engine.WorkFlowExecutor._startStopServersAndApps(WorkFlowExecutor.java:814)
      at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:483)
      at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
      ... 13 more

  • Oracle 11g install problem on rhel 4.4

    i was trying to install oracle 11g to rhel 4.4
    during the install process , there are two warning when runing environment check
    one is kernal parameter
    i set four kernal parameter like this:
    net.core.rmem_default = 262144
    net.core.rmem_max = 262144
    net.core.wmem_default = 262144
    net.core.wmem_max = 262144
    but oracle warning me they should be set as 419430
    the other is swap space :
    i set 2G,but oracle needs 4G.
    i neglect them and continue
    but when the install proceed 11percent , it stoped there and the i pose the install log is :
    INFO: Method 'dispose()' Not implemented in class 'CustomConfigurationOptions'
    INFO: config-context initialized
    INFO: *** Install Page***
    INFO: FastCopy : File Version is Compatible
    INFO: Install mode is fastcopy mode for component 'oracle.server' with Install type 'Custom'.
    INFO: Link phase has been specified as needed
    INFO: Setup phase has been specified as needed
    INFO: HomeSetup JRE files in Scratch :0
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/ora11/DB10g/root.sh'. Received the value from a code block.
    INFO: Setting variable 'ROOTSH_LOCATION' to '/home/oracle/ora11/DB10g/root.sh'. Received the value from a code block.
    INFO: Performing fastcopy operations based on the information in the file 'racfiles.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_Custom_exp_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_Custom_dirs.lst'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_Custom_filemap.jar'.
    INFO: Performing fastcopy operations based on the information in the file 'oracle.server_Custom_1.xml'.
    INFO: Performing fastcopy operations based on the information in the file 'setperms1.sh'.
    INFO: Number of threads for fast copy :1
    INFO: FastCopy : The component info is ignored :oracle.network.cman:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.precomp.lang:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.odbc:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.rdbms.dv:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.rdbms.lbac:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.rdbms.dv.oc4j:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.odbc.ic:11.1.0.6.0
    INFO: FastCopy : The component info is ignored :oracle.sysman.ccr:10.2.6.0.0
    i do not know how to make it work ,please help me
    thank you!

    This is the output from my current 11g installation on an OEL4:
    Checking operating system package requirements ...
    Checking for make-3.80; found make-1:3.80-6.EL4-i386. Passed
    Checking for binutils-2.15.92.0.2; found binutils-2.15.92.0.2-21-i386. Passed
    Checking for gcc-3.4.5; found gcc-3.4.6-3.1-i386. Passed
    Checking for libaio-0.3.105; found libaio-0.3.105-2-i386. Passed
    Checking for libaio-devel-0.3.105; found libaio-devel-0.3.105-2-i386. Passed
    Checking for libstdc++-3.4.5; found libstdc++-3.4.6-3.1-i386. Passed
    Checking for elfutils-libelf-devel-0.97; found elfutils-libelf-devel-0.97.1-3-i386. Passed
    Checking for sysstat-5.0.5; found sysstat-5.0.5-11.rhel4-i386. Passed
    Checking for libgcc-3.4.5; found libgcc-3.4.6-3.1-i386. Passed
    Checking for libstdc++-devel-3.4.5; found libstdc++-devel-3.4.6-3.1-i386. Passed
    Checking for unixODBC-2.2.11; found unixODBC-2.2.11-1.RHEL4.1-i386. Passed
    Checking for unixODBC-devel-2.2.11; found unixODBC-devel-2.2.11-1.RHEL4.1-i386.
    ~ Madrid

  • Oracle 11g install for WinXP 64-bit - is 32-bit client needed?

    I just saw that the WinXP 64-bit version of 11g is now available.
    Does anyone know if it is necessary to install both the 64-bit Database and 32-bit Client on the same machine for a development server. This was the procedure for 10gR2 as the 64-bit ODBC drivers would not work with 32-bit ODBC apps.
    Thanks!

    I submitted a TAR/SR on MetaLink...
    Yes... you need both.

  • OBIEE 11g install fails on step 7 (database connect string)

    I've currently spent 2 days trying to install OBIEE 11g on two machines (independently). This first is a Windows XP SP3 test PC running 4GB RAM, whilst the second is a Windows 2003 virtual server with 3GB RAM. The Database is Oracle 10g (10.2.0.4.0) on AIX 5.3.
    The DBA has successfully run the RCU on the Database and the schemas needed for OBIEE have been created. The BIPLATFORM schema has also been granted DBA privileges.
    Now I've tried to run both the simple and the Enterprise install for OBIEE 11g, but it always fails at the same step (step 7 of 13: Database details). I have selected the following:
    Database Type: Oracle Database
    Connect String: hostname:port:instance, where hostname is the full server path eg xxxxx.uk.com and instance name is FFADEV01
    BIPLATFORM Schema Username: As per username defined in RCU
    BIPLATFORM Schema Password: As per password entered in RCU
    If i change the connection string to FFADEV01.WORLD i get a 08031 error, whereas I am normally getting an 08035 error. The annoying thing is that I can connect to the schema using RapidSQL and the usernames and passwords as created in the RCU.
    Any help greatly appreciated. Thanks

    How was he able to install the BIPlATFORM schema using RCU on AIX? I thought RCU was only on Linux and Window platforms? I am about to install OBIEE 11.1.1.5 on AIX with a Oracle 10g DB but from what I read I wont be able to create the needed OBIEE schemas for the install because I won't be able to use the RCU on AIX. Any help would be appreciated.
    Thanks.
    Ryan

  • Can't start the tns Lisenter -oracle xe 11g installed on window 7 64 bit

    Hi
    I have followed the below website's advise installed xe 11g R2 on my window 7 64 bits.
    http://blog.mclaughlinsoftware.com/2011/09/13/oracle-11g-xe-installer/
    It worked at the time when I installed. but the next day, I restart the pc , then I can access to the SQL common line window, I tried to start the tnsLisenter service from the control panel, then there is an error :
    The oracleXETNSListener service on local Computer started and then stopped. Some service stop automatically if they are not in use bu other service programs.
    of course, I am not able to connect to the home page too.
    http://127.0.0.1:8080/apex/f?p=4950 ---- page not found
    Lisnter file:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST =127.0.0.1)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    Can anyone help?
    many thanks

    Lang wrote:
    Hi
    I have followed the below website's advise installed xe 11g R2 on my window 7 64 bits.
    http://blog.mclaughlinsoftware.com/2011/09/13/oracle-11g-xe-installer/
    It worked at the time when I installed. but the next day, I restart the pc , then I can access to the SQL common line window, I tried to start the tnsLisenter service from the control panel, then there is an error :
    The oracleXETNSListener service on local Computer started and then stopped. Some service stop automatically if they are not in use bu other service programs.
    of course, I am not able to connect to the home page too.
    http://127.0.0.1:8080/apex/f?p=4950 ---- page not found
    Lisnter file:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST =127.0.0.1)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    Can anyone help?
    many thanksWhich Windows Edition do you have?
    It is not clear to me what have.
    Are OS Services for both DB & Listener started?
    open Command Window & issue the following OS commands
    lsnrctl start
    lsnrctl status
    lsnrctl service
    COPY commands & results then PASTE all back here

  • OBIEE 11g install - is C drive the only drive that will work?

    Anyone know if the installation needs to be done on the C drive only . i tried to specify the middleware home on the d drive and got stuck with an error at 98%
    Invalid weblogic home specified: D:\app\OBIEE11g\wlserver_10.3
    I havent encountered this when installing on the C drive . Oracle's documentation does not specify this requrement . does anyone know if this is a requirement? Any tips on a clean uninstall for the OBIEE 11g server ?

    Hi Team,
    While installing OBIEE11g with database 11g the installation getting successful at 98% and Post installation steps are executing and getting hanged.
    after verifing the log the below message came across.
    pls. suggest how to resolve this error.
    [2010-10-06T17:18:13.558+05:30] [as] [NOTIFICATION] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Ii1FPUX1ZbS_UDk3yc1Cf5UQ000006,0] Validating node manager service arguments...
    [2010-10-06T17:18:13.558+05:30] [as] [ERROR] [] [oracle.as.install.bi] [tid: 15] [ecid: 0000Ii1FPUX1ZbS_UDk3yc1Cf5UQ000006,0] Invalid weblogic home specified: D:\OBIEE11g\wlserver_10.3
    [2010-10-06T17:18:13.558+05:30] [as] [ERROR] [] [oracle.as.install.engine.modules.install] [tid: 15] [ecid: 0000Ii1FPUX1ZbS_UDk3yc1Cf5UQ000006,0] Error occurred during OUI launch[[
    java.lang.IllegalStateException: Invalid weblogic home specified: D:\OBIEE11g\wlserver_10.3
    at oracle.as.install.bi.installaction.NodeManagerService._validate(NodeManagerService.java:64)
    at oracle.as.install.bi.installaction.NodeManagerService.install(NodeManagerService.java:32)
    at oracle.as.install.bi.installaction.BIInstallAction._installNodeManagerService(BIInstallAction.java:459)
    at oracle.as.install.bi.installaction.BIInstallAction.executeAfterCopy(BIInstallAction.java:216)
    at oracle.as.install.engine.modules.util.installaction.InstallActionProviderUtility.invokeExecuteAfterCopy(InstallActionProviderUtility.java:91)
    at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.executeEvent(ModifiedDWizard.java:2907)
    at oracle.as.install.engine.modules.presentation.PresentationModule.processModuleEvent(PresentationModule.java:655)
    at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
    at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:626)
    at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:584)
    at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
    at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:158)
    at oracle.as.install.engine.modules.install.InstallModule.onSuccess(InstallModule.java:478)
    at oracle.as.install.engine.modules.install.action.InstallManager.notifySuccess(InstallManager.java:321)
    at oracle.as.install.engine.modules.install.command.InstallSuccessCommand.execute(InstallSuccessCommand.java:42)
    at oracle.as.install.engine.modules.install.action.InstallManager.onInstallEvent(InstallManager.java:333)
    at oracle.as.install.engine.modules.install.action.AbstractOUIHandler.fireInstallEvent(AbstractOUIHandler.java:145)
    at oracle.as.install.engine.modules.install.action.OUIInstaller.succeed(OUIInstaller.java:524)
    at oracle.as.install.engine.modules.install.action.OUIInstaller.start(OUIInstaller.java:469)
    at oracle.as.install.engine.modules.install.action.InstallManager.launchOUI(InstallManager.java:211)
    at oracle.as.install.engine.modules.install.InstallModule.launchOUI(InstallModule.java:155)
    at oracle.as.install.engine.modules.install.InstallModule$1.run(InstallModule.java:246)
    pls. let me know how to resolve this issue...
    Thanks in advance
    Regards,
    VSR

  • OBIEE 11g install

    Hi,
    I am trying to install OBIEE 11g on Windows XP with 4 GIG of ram and during Configuration it is failing at "Creating ASInstance" If I continue to configure then it also failed at " Executing: opmnctl start"
    The log file has the following information
    INFO:      PATH = C:\app\akhan\product\11.1.0\db_2\bin;C:\OracleBI\server\Bin;C:\OracleBI\web\bin;C:\OracleBI\web\catalogmanager;
    C:\OracleBI\SQLAnywhere;C:\Program Files\Java\jdk1.6.0_20\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    C:\Program Files\Intel\WiFi\bin\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\Google\Google Apps Sync\;
    C:\Program Files\QuickTime\QTSystem\;C:\app\akhan\rcuHome\bin;c:\Middleware\Oracle_BI1\bin;c:\Middleware\Oracle_BI1\opmn\bin;
    c:\Middleware\Oracle_BI1\opmn\lib;c:\Middleware\Oracle_BI1\perl\bin
    INFO:      CLASSPATH = .;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
    INFO: Username:akhan
    INFO: Saving the install inventory which has the access of 1
    INFO: The flags set for this home (C:\app\akhan\product\11.1.0\db_2) are:clean
    INFO: Home:C:\app\akhan\product\11.1.0\db_2 oraclehomeproperties.xml is not saved because the flags indicate no changes to this file.
    INFO: The flags set for this home (C:\Middleware\oracle_common) are:aruID|aruDesc|guid|additionalOHProps
    INFO: The flags set for this home (C:\Middleware2\oracle_common) are:clean
    INFO: Home:C:\Middleware2\oracle_common oraclehomeproperties.xml is not saved because the flags indicate no changes to this file.
    INFO: The flags set for this home (c:\Middleware\Oracle_BI1) are:aruID|aruDesc|guid|addedToCI|additionalOHProps
    INFO: Updating XML inventory.
    INFO: Current Inventory:
         Oracle Home: OraDb11g_home1
              This Oracle Home has not been changed in this session.
         Oracle Home: OH1023793388
              This Oracle Home has not been changed in this session.
         Oracle Home: OH1494677506
              This Oracle Home has not been changed in this session.
         Oracle Home: OH1929386081
              This Oracle Home has not been changed in this session.
    INFO: Ending the inventory Session
    INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    Can you please tell me how to fix this problem.
    Thanks
    Asghar

    Hi everyone,
    I'm having the same problem on my OBIEE 11g installation on windows 2003 Server SP2 but on the step "Restarting AdminServer"
    the log file has the following info:
    INFO: Variables de entorno:
    INFO:      ORACLE_HOME =
    INFO:      PATH = C:\app\Administrator\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\OBI11\Oracle_BI1\bin;C:\OBI11\Oracle_BI1\opmn\bin;C:\OBI11\Oracle_BI1\opmn\lib;C:\OBI11\Oracle_BI1\perl\bin
    INFO:      CLASSPATH =
    INFO: Nombre de Usuario:Administrator
    INFO: Saving the install inventory which has the access of 1
    INFO: The flags set for this home (C:\app\Administrator\product\11.1.0\db_1) are:clean
    INFO: Home:C:\app\Administrator\product\11.1.0\db_1 oraclehomeproperties.xml is not saved because the flags indicate no changes to this file.
    INFO: The flags set for this home (C:\OBI11\oracle_common) are:aruID|aruDesc|guid|addedToCI|additionalOHProps
    INFO: The flags set for this home (C:\OBI11\Oracle_BI1) are:aruID|aruDesc|guid|addedToCI|additionalOHProps
    INFO: The flags set for this home (C:\oracle\product\10.2.0\db_1) are:clean
    INFO: Home:C:\oracle\product\10.2.0\db_1 oraclehomeproperties.xml is not saved because the flags indicate no changes to this file.
    INFO: Updating XML inventory.
    INFO: Inventario Actual:
         Directorio Raíz de Oracle: OraDb11g_home1
              En esta sesión no se ha cambiado este Directorio Raíz de Oracle
         Directorio Raíz de Oracle: OH1650365751
              En esta sesión no se ha cambiado este Directorio Raíz de Oracle
         Directorio Raíz de Oracle: OH1829599436
              En esta sesión no se ha cambiado este Directorio Raíz de Oracle
    INFO: Ending the inventory Session
    INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    Do I have to reinstall everything again?
    Thanks
    Carlos Hernandez

  • IDM 11G install error??

    Hi,
    I am trying to install IDM 11g 11.1.1.2 on Windows Server 2003 EE. The setup fails at "Create ASInstance". I see the following log in the install logs and out logs. Let me know if you have ever faced this issue. And if you know how to fix this one.:
    OUT LOGS
    opmnctl start: opmn failed to start.
    SND: No such file or directory
    oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance IDMinst_1.
    Cause:
    An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:317)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:1287)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
         at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
         at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:254)
         ... 15 more
    progress in calculate progress2
    INSTALL LOGS
    [2010-11-07T13:57:46.796-07:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [[
    oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
         at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
         at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:254)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:1287)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    [2010-11-07T13:57:46.796-07:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] Exit code from OPMNAdmin : 2
    [2010-11-07T13:57:46.796-07:00] [as] [TRACE:16] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [SRC_CLASS: IdMProvisioningEventListener] [SRC_METHOD: onConfigurationError] ENTRY 6473f20d-dd92-4511-b723-c2dfd9d9191f
    [2010-11-07T13:57:46.875-07:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] ________________________________________________________________________________
    [2010-11-07T13:57:46.875-07:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> configGUID 6473f20d-dd92-4511-b723-c2dfd9d9191f
    [2010-11-07T13:57:46.875-07:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] ErrorID: 35075
    [2010-11-07T13:57:46.875-07:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000Ikc3pqL7U8WjLxzG8A1CpkH^00000A,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] Description: [[
    Error creating ASInstance IDMinst_1.
    Cause:
    An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    Action:
    See logs for more details.
    OPMN logs error:
    E:\Oracle\Middleware\IDMinst_1\config\OPMN\opmn\states\.opmndat
    [2010-11-07T14:07:27][opmn][NOTIFICATION:1][675][OPMN]OPMN server ready.  Request handling enabled.
    [2010-11-07T14:07:27][opmn][ERROR:1][17][OPMN][code:ons-listener]69.60.111.227,6701: BIND (Unknown error)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    11.1.1.2 is bad for windows...too many bugs. 11.1.1.3 is a more stable version. But 11.1.1.5 is the best. So upgrade to 11.1.1.5 and then configure the IDM suite.

Maybe you are looking for