OEM not start

Hello,
I had too this problem, there were two reasons : a bad tnsnames.ora (perhaps a same services names appears 2 or more time), and the service OracleOraHome81ManagementServer is not start.
Good luck,

/app/oracle/product/11.2.0/dbhome_1/lnxdb.localdomain_orcl/sysman/log
in that location there are many log files
1.emdctl.log
2.secure.log
3.patchAgtStplugin.log
4.nfsPactchplug.log
5.emom.log
6.emagent.log
TRACE FILES
==========
1.emagentfetchlet.trc
2.emoms.trc
3.emagent_perl.trc
4.emdctl.log
5.emagent.trc
please let me know which files content u realy want to need to check
thanks
cora

Similar Messages

  • OEM  not starting in 10G ...

    HI,
    While i am starting the oem it is saying below error:
    D:\oracle\product\10.2.0\db_1\BIN>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://HIC-PCS0753:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ...The OracleDBConsoleo
    cl service is starting.
    The OracleDBConsoleorcl service could not be started.
    The service did not report an error.
    More help is available by typing NET HELPMSG 3534.
    D:\oracle\product\10.2.0\db_1\BIN>NET HELPMSG 3534
    The service did not report an error.
    Please suggest how to proceed resolving the above error.
    Thanks
    Saurabh

    Charlov wrote:
    Hi,
    I have an Oracle 10.2 environment on Unix and I am trying to start OEM from a client pc.
    I connected through terminal sevices to the server and ran the following:
    [oracle@stagedb oracle]$ emctl start dbconsole
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://stagedb.wavemark.net:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ........................... started.
    Logs are generated in directory /opt/app/oracle/product/10.2.0/db_3/stagedb.wavemark.net_STAGEDB/sysman/log
    [oracle@stagedb oracle]$ emctl status dbconsole
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://stagedb.wavemark.net:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running.
    Logs are generated in directory /opt/app/oracle/product/10.2.0/db_3/stagedb.wavemark.net_STAGEDB/sysman/log
    If, on the local machine, I type http://stagedb.wavemark.net:1158/em in internet exploerer, OEM does not start and gives me the following error:
    Internet Explorer cannot display the webpage
    What you can try:
    Diagnose Connection Problems
    More information
    Hey its [https://stagedb.wavemark.net:1158/em] in 10.2.0.4
    Try telnet to the port from you machine.
    c:/>telnet stagedb.wavemark.net 1158
    See if the port is open.
    Regards.

  • The OEM not start. User sysman is locked

    Dear,
           I can't start my OEM why password the user sysman expired. I changed password of user sysman and unlock, but always start OEM the user sysman lock again. I use Oracle Database 11gr2.
           I´ve already the steps below, but it not solved my problem.
    To change the Sysman password:
    1. Stop the OMS instances that are associated with the repository
    a. opmnctl stopall
    2. Change the sysman password in the database:
    a. Logon to sqlplus as a dba user
    b. Issue the command: alter user sysman identified by newpassword;
    c. Exit Sqlplus
    3. On each management server host, cd to the OMS $ORACLE_HOME/sysman/config directory
    a. backup the emoms.properties file
    b. edit the emoms.properties file and modify the parameters;
    eml.mntr.emdRepPwd=new_password
    oracle.sysman.eml.mntr.emdRepPwdEncrypted=FALSE
    NOTE: When you restart the OMS, the FALSE setting will change to TRUE and the password will become encrypted in the file
    4. Still on Management Repository host, cd to the AGENT_HOME/bin and stop the agent:
    ./emctl stop agent
    5. Next, cd to the AGENT_HOME/sysman/emd directory
    a. Edit the targets.xml file and modify the oracle_emrep target definition with the following in bold:
    <Target TYPE="oracle_emrep" NAME="Management Services and Repository" VERSION="1.0">
    <Property NAME="MachineName" VALUE="host.us.oracle.com"/>
    <Property NAME="Port" VALUE="1521"/>
    <Property NAME="SID" VALUE="sid"/>
    <Property NAME="UserName" VALUE="552f2080d6d8c3c6" ENCRYPTED="TRUE"/>
    <Property NAME="password" "newpassword" ENCRYPTED"FALSE"/>
    b. Save the file. The TRUE value will change to FALSE and the newpassword will become encrypted when you restart the Agent.
    6. Issue the command (from the Agent O_H/bin):
    ./emctl start agent
    7. Restart each of the OMS's
    emctl start oms
    How can I do to solve this problem?
    I can't also drop repository of the OEM.
    Thanks
    Jurandyr F. Alves

    Hi,
    Its just a single command that needs to be executed:
    cd <OMS_HOME>/bin
    emctl config oms -change_repos_pwd -change_in_db
    Note:
    1. The above command
    - will prompt you for the current password and the new password.
    - will modify the sysman password in the repository database, in the emoms.properties configuration file / WLS Credential store and the monitoring credentials for the 'OMS and Repository' target.
    - will ask you to bounce the OMS once the command is completed successfully
    - for 11G, the command will modify the password for sysman and sysman_mds users in the repository database, modify the password in the credential store and change the monitoring credentials for the 'OMS and Repository' target.
    2. The '-change_in_db' parameter is optional and is used to change the SYSMAN password in the repository database.
    - If the sysman password is manually modified in the repository database, this option does not need not be specified.
    - When this parameter is specified, the command will prompt for the current sysman password.
    - It is recommended to use this option rather than manually modify the password in the repository database.
    ++ Once the above command executed, bounce the OMS.
    Best Regards,
    Venkat

  • OEM not starting

    Hi
    we are having oracle 9.2.0.1.0. when we click on EM console it comes up and then closes down. this is happening since last 2-3 days
    any suggestions
    thanks

    I have this note to myself if recreating the dbconsole, always seems to work, can you recreate and see...
    1. Logon SQLPLUS as user SYS and drop the sysman account and mangement objects:
    a. drop user sysman cascade;
    b. drop role MGMT_USER;
    c. drop user MGMT_VIEW cascade;
    d. drop public synonym MGMT_TARGET_BLACKOUTS;
    e. drop public synonym SETEMVIEWUSERCONTEXT;
    2. Manually remove the following folders:
    ORACLE_HOME/host_sid/
    ORACLE_HOME/oc4j/j2ee/OC4J_DBConsole_host_sid
    3.Set the ORACLE_HOME and ORACLE_SID
    From $ORACLE_HOME/bin issue the following command:
    emca -config dbcontrol db -repos create

  • Oracle 10G Non-Network install - OEM will not start when on the LAN.

    Greetings,
    Got through a non-networked 10G Enterprise installation OK; I chose to create the orcl schema, connected to it through various utilities, added new tablespace, and all was well. I also checked my Host Name by pinging it in DOS, it showed me the IP address of the MS loopback adapter which is what I was expecting.
    Once I connected the same machine to the LAN (and internet) and re-booted, for some reason the Host Name was now assigned the dynamic IP address of the LAN and not LAN2 (which is the loopback adapter that is assigned a static local IP address). It did this even though I had already added an entry in the /etc/hosts file that explicitly assigns a static IP address to the Host Name (as recommended in the Oracle 10G pre-installation instructions). I also could not get the OEM to launch a webpage, run and connect to the orcl database after the re-boot; I am wondering if this is related to the IP address assigned to Host Name changing; maybe the Oracle agent can no longer resolve the URL for some reason?
    In the end I find that the only way to insure I can have a working Oracle environment and be on an active network at the same time, is to bring up the Oracle environment on a standalone system first, and once Oracle is running connect the system to the network. Is there no way to automate this process?
    The format of the hosts file entry recommended by the Oracle 10G pre-installation instructions is as follows:
    ===========================================================
    IP_address hostname.domainname hostname
    where:
    IP_address is the non-routable IP address you entered for the loopback adapter.
    hostname is the name of the computer.
    domainname is the name of the domain.
    For example:
    10.10.10.10 mycomputer.mydomain.com mycomputer
    ==========================================================
    In my case since I am not part of a Windows domain (but am part of a Windows Workgroup), I added an entry in the /etc/host file that looks like the following:
    # Copyright (c) 1993-1999 Microsoft Corp.
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host
    127.0.0.1 localhost
    192.168.110.250 IBM-6AB1330E158
    ==> Note that I did not add the domain name to the entry I created since I am not part of a domain, I also used the format I found in the etc/hosts file which is:
    IP_address hostname.domainname
    - not -
    IP_address hostname.domainname hostname
    Which is the format recommended in the Oracle 10G pre-installation instructions; this does leave me wondering which format is correct...
    Thanks in Advance for any help,
    ADG13

    I have not. I am hoping someone (maybe even from Oracle support) will step up and officially tell us we are either right or wrong in the way we are approaching this. From the research I have done on the internet it sounds like this should work, you should be able to have Oracle starting and running fine whether you boot connected to the LAN or not, assuming you have created the MS loopback adapter, assigned it a static IP, and changed the hostname entry in etc/hosts file as part of the 10G WinXP recommended pre-installation instructions.
    And yet I find I have to start Oracle when I am not connected to the LAN or the services will not start correctly. If this is a "feature" then hopefully someone will tell us and maybe give us a workaround or give us an idea if this will be addressed in a future release. Having said that and in fairness to the Oracle product; being a developer I have other products installed on my machine that have special networking setup needs also, and in my case this could be exasperating or even possibly causing this Oracle problem I am having. To be specific I have software for 2 different VPNs installed so I can tunnel into 2 private networks. One of these VPNs require me to make use of a DNS Suffix (as shown below) which might be contributing to my problems, not sure. I also have VMWare installed which uses it own network adapters when it is running, so you can see how things could get a little hairy... at any rate, there is my 2 cents worth (or is that 5 cents? : )
    fwiw,
    ADG13
    C:\Documents and Settings\Administrator>ipconfig/all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : IBM-6AB1330E158
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Hybrid
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : No
    DNS Suffix Search List. . . . . . : ibm.com
    Ethernet adapter Local Area Connection 2:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft Loopback Adapter
    Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.110.250
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . : ibm.com
    Description . . . . . . . . . . . . . : Intel(R) PRO/1000 MT Mobile Connection
    Physical Address. . . . . . . . . : 00-11-25-13-96-AF
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 192.168.1.102
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCP Server . . . . . . . . . . . : 192.168.1.1
    DNS Servers . . . . . . . . . . . : 65.24.7.3
    Lease Obtained. . . . . . . . . . : Wednesday, January 11, 2006 3:40:08 AM
    Lease Expires . . . . . . . . . . : Thursday, January 12, 2006 3:40:08 AM
    Ethernet adapter AGN Virtual Network Adapter:
    Connection-specific DNS Suffix . : ibm.com
    Description . . . . . . . . . . . : AGN Virtual Network Adapter
    Physical Address. . . . . . . . . : 00-00-00-00-00-01
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 9.49.217.159
    Subnet Mask . . . . . . . . . . . : 255.255.255.255
    Default Gateway . . . . . . . . . :
    DHCP Server . . . . . . . . . . . : 9.49.217.159
    DNS Servers . . . . . . . . . . . : 9.0.2.1
    9.0.3.1
    Lease Obtained. . . . . . . . . . : Wednesday, January 11, 2006 8:06:20 AM
    Lease Expires . . . . . . . . . . : Monday, January 18, 2038 10:14:07 PM

  • OEM 10g not starting in explorer client

    Hi,
    I have an Oracle 10.2 environment on Unix and I am trying to start OEM from a client pc.
    I connected through terminal sevices to the server and ran the following:
    [oracle@stagedb oracle]$ emctl start dbconsole
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://stagedb.wavemark.net:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ........................... started.
    Logs are generated in directory /opt/app/oracle/product/10.2.0/db_3/stagedb.wavemark.net_STAGEDB/sysman/log
    [oracle@stagedb oracle]$ emctl status dbconsole
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://stagedb.wavemark.net:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running.
    Logs are generated in directory /opt/app/oracle/product/10.2.0/db_3/stagedb.wavemark.net_STAGEDB/sysman/log
    If, on the local machine, I type http://stagedb.wavemark.net:1158/em in internet exploerer, OEM does not start and gives me the following error:
    Internet Explorer cannot display the webpage
    What you can try:
    Diagnose Connection Problems
    More information
    Any Ideas?
    (I can ping the server from my pc)

    Charlov wrote:
    Hi,
    I have an Oracle 10.2 environment on Unix and I am trying to start OEM from a client pc.
    I connected through terminal sevices to the server and ran the following:
    [oracle@stagedb oracle]$ emctl start dbconsole
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://stagedb.wavemark.net:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ........................... started.
    Logs are generated in directory /opt/app/oracle/product/10.2.0/db_3/stagedb.wavemark.net_STAGEDB/sysman/log
    [oracle@stagedb oracle]$ emctl status dbconsole
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://stagedb.wavemark.net:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running.
    Logs are generated in directory /opt/app/oracle/product/10.2.0/db_3/stagedb.wavemark.net_STAGEDB/sysman/log
    If, on the local machine, I type http://stagedb.wavemark.net:1158/em in internet exploerer, OEM does not start and gives me the following error:
    Internet Explorer cannot display the webpage
    What you can try:
    Diagnose Connection Problems
    More information
    Hey its [https://stagedb.wavemark.net:1158/em] in 10.2.0.4
    Try telnet to the port from you machine.
    c:/>telnet stagedb.wavemark.net 1158
    See if the port is open.
    Regards.

  • Enterprise Manager Console does not start

    Hi,
    I'm running a Windows 2000 PC with Oracle 9i Server on it.
    When I want to start the Enterprise Management Console
    (Start => Program...) there is only a short reaction on
    the Taskbar end when absolute nothing.
    I know this problem was already mentioned once here (OEM Console does not start but
    the answer there wasn't the right one for my problem.
    I could not change the oracle home directory with the ORACLE-HOME-Selector, because I have only one home directory (D:\Programme\oracle\ora92)
    My Path variable:
    D:\Programme\oracle\ora92\bin;C:\Programme\Oracle\jre\1.3.1\bin;C:\Programme\Oracle\jre\1.1.8\bin;C:\WINNT\MS\SMS\CORE\BIN;D:\Programme\Clementine7.2\BIN;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;D:\PROGRA~1\IBM\SQLLIB\BIN;D:\PROGRA~1\IBM\SQLLIB\FUNCTION;D:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;D:\Programme\IBM\DB2Extenders\bin;C:\Programme\Java\j2re1.4.2_02\bin
    And here is my oemapp.bat(It is located in D:\Programme\oracle\ora92\bin. I have already startet it manually with "oemapp.bat console" but there was only the reply ""The input line is too long.
    The syntax of the command is incorrect."
    @echo off
    REM #
    REM # Copyright (c) 1998,1999,2000,2001, 2002 Oracle Corporation. All rights reserved.
    REM #
    REM # PRODUCT
    REM #     Oracle Enterprise Manager, Version 9.2.0.0.0 Production
    REM #
    REM # FILENAME
    REM #     oemapp.bat
    REM #
    REM # DESCRIPTION
    REM #     This script is used to launch Applications of Oracle
    REM #     Enterprise Manager, Version 9
    REM #
    REM #
    if "%1%" == "recursive" goto startScript
    if Windows_NT == %OS% goto :ntSetup
    command.com /p /e:8196 /c oemapp recursive %1 %2 %3 %4 %5 %6 %7 %8 %9
    goto :end
    :ntSetup
    setlocal
    :startScript
    IF "%1%" == "trace" GOTO trace
    IF "%1%" == "TRACE" GOTO trace
    IF "%1%" == "debug" GOTO trace
    IF "%1%" == "DEBUG" GOTO trace
    GOTO start2
    :trace
    SHIFT
    SET ORACLE_OEM_CLIENTTRACE=TRUE
    SET TRACE= -DTRACING.LEVEL=2 -DTRACING.ENABLED=true
    :start2
    REM Make sure that our JRE is used for this invocation.
    if Windows_NT == %OS% SET PATH=C:\Programme\Oracle\jre\1.1.8\bin;%PATH%
    if not Windows_NT == %OS% SET PATH="C:\Programme\Oracle\jre\1.1.8\bin;%PATH%"
    SET CLASSROOT=D:\Programme\oracle\ora92/classes
    SET JLIBROOT=D:\Programme\oracle\ora92/jlib
    SET NETJLIBROOT=D:\Programme\oracle\ora92/network/jlib
    SET OEMCLASSES=%JLIBROOT%/oembase-9_2_0.jar;%JLIBROOT%/oemtools-9_2_0.jar
    SET BALICLASSES=%JLIBROOT%/swingall-1_1_1.jar;%JLIBROOT%/ewtcompat-3_3_15.jar;%JLIBROOT%/ewt3.jar;%JLIBROOT%/ewt3-nls.jar;%JLIBROOT%/share.jar;D:\Programme\oracle\ora92\sysman\jlib\master.jar;D:\Programme\oracle\ora92\sysman\jlib\master_de.jar
    SET AURORACLASSES=D:\Programme\oracle\ora92/lib/aurora_client.jar
    SET HELPCLASSES=%JLIBROOT%/help3.jar;%JLIBROOT%/help3-nls.jar;%JLIBROOT%/oracle_ice5.jar
    SET DBUICLASSES=%JLIBROOT%/dbui2.jar;%JLIBROOT%/dbui2-nls.jar
    SET KODIAKCLASSES=%JLIBROOT%/kodiak.jar
    SET JDBCCLASSES=D:\Programme\oracle\ora92/jdbc/lib/classes111.zip;D:\Programme\oracle\ora92/jdbc/lib/nls_charset11.zip
    SET NETCHARTSCLASS=D:\Programme\oracle\ora92/sysman/jlib/netchart360.jar
    SET ORBCLASSES=D:\Programme\oracle\ora92/lib/vbjorb.jar;D:\Programme\oracle\ora92/lib/vbjapp.jar
    SET SECURITYCLASSES=%JLIBROOT%/javax-ssl-1_1.jar;%JLIBROOT%/jssl-1_1.jar
    SET OSDNETCLASSES=%JLIBROOT%/netcfg.jar;%JLIBROOT%/o3logon.jar;%JLIBROOT%/verifier.jar
    SET OSDPKICLASSES=%JLIBROOT%/ewm-1_1.jar;%JLIBROOT%/ojpse_2_1_5.jar
    SET NETMGRCLASSES=%NETJLIBROOT%/netmgrm.jar;%NETJLIBROOT%/netmgr.jar;D:\Programme\oracle\ora92/network/tools
    SET XMLCLASSES=D:\Programme\oracle\ora92/lib/xmlparserv2.jar
    SET OLAPCLASSES=%JLIBROOT%/cvd.zip;%JLIBROOT%/jndi.jar;%JLIBROOT%/jewt4.jar;%JLIBROOT%/jewt4-nls.jar
    SET MISCCLASSES=D:\Programme\oracle\ora92/assistants/jlib/assistantsCommon.jar;D:\Programme\oracle\ora92/jlib/jle2.jar;D:\Programme\oracle\ora92/jle2-nls.jar
    SET QSMACLASSES=D:\Programme\oracle\ora92/rdbms/jlib/qsma.jar
    SET CLASSPATHADD=%CLASSROOT%;%OEMCLASSES%;%ORBCLASSES%;%BALICLASSES%;%HELPCLASSES%;%DBUICLASSES%;%JDBCCLASSES%;%KODIAKCLASSES%;%NETCHARTSCLASS%;%SECURITYCLASSES%;%OSDNETCLASSES%;%OSDPKICLASSES%;%NETMGRCLASSES%;%XMLCLASSES%;%AURORACLASSES%;%OLAPCLASSES%;%MISCCLASSES%;%QSMACLASSES%
    REM hook for classpath additions
    if not "%ORACLE_OEM_CLASSPATH%" == "" SET CLASSPATHADD=%ORACLE_OEM_CLASSPATH%;%CLASSPATHADD%
    REM # Oracle change manager requires the following for ocmtclsh.exe
    set GBP=
    if not exist %CLASSROOT%\oracle\sysman\vtt\vttz\VttzCmDragDropObject.class set GBP=true
    if "%ORACLE_OEM_JAVAMX%" == "" set ORACLE_OEM_JAVAMX=-mx128m
    REM if "%ORACLE_OEM_JAVAMS%" == "" set ORACLE_OEM_JAVAMS=-ms16m
    SET JRE=jrew -nojit %ORACLE_OEM_JAVAMX%
    SET NT_START=START
    if "%ORACLE_OEM_CLIENTTRACE%x" == "x" goto setup_cp
    SET JRE=jre -nojit %ORACLE_OEM_JAVAMX% %TRACE%
    SET NT_START=
    :setup_cp
    SET CLASSPATH_QUAL=cp
    if "%ORACLE_OEM_JAVARUNTIME%x" == "x" goto jreSetup
    SET JRE=%ORACLE_OEM_JAVARUNTIME%\bin\java %ORACLE_OEM_JAVAMX% %TRACE%
    SET CLASSPATH_QUAL=classpath
    SET CLASSPATHADD=%CLASSPATHADD%;%ORACLE_OEM_JAVARUNTIME%\lib\classes.zip
    :jreSetup
    SET ME=oemapp
    SET USAGE="Usage: %ME% <application_name>"
    if Windows_NT == %OS% goto ntCheckAppName
    if not "%2%" == "" goto start95
    @echo %USAGE%
    goto end
    :start95
    if "%GBP%" == "true" goto gbp
    %JRE% -DORACLE_HOME=D:\Programme\oracle\ora92 -DORBdisableLocator=true -Djdbc.backward_compatible_to_816=true %JREOPTIONS_STRING% -%CLASSPATH_QUAL% "%CLASSPATHADD%" oracle.sysman.vtx.vtxOemApp.OemApp %2 %3 %4 %5 %6 %7 %8 %9
    goto end
    :gbp
    %JRE% -DORACLE_HOME=D:\Programme\oracle\ora92 -DGENERAL_BUS_PACK="" -DORBdisableLocator=true -Djdbc.backward_compatible_to_816=true %JREOPTIONS_STRING% -%CLASSPATH_QUAL% "%CLASSPATHADD%" oracle.sysman.vtx.vtxOemApp.OemApp %2 %3 %4 %5 %6 %7 %8 %9
    goto end
    :ntCheckAppName
    if not "%1%" == "" goto startNT
    @echo %USAGE%
    goto end
    :startNT
    set ADMIN_WRL=D:\Programme\oracle\ora92\sysman\admin
    set GBP_PROP=
    if "%GBP%" == "true" set GBP_PROP=-DGENERAL_BUS_PACK=""
    %NT_START% %JRE% -DADMIN_WRL=%ADMIN_WRL% -DORACLE_HOME=D:\Programme\oracle\ora92 %GBP_PROP% -DORBdisableLocator=true -Djdbc.backward_compatible_to_816=true %JREOPTIONS_STRING% -%CLASSPATH_QUAL% "%CLASSPATHADD%" oracle.sysman.vtx.vtxOemApp.OemApp %1 %2 %3 %4 %5 %6 %7 %8 %9
    endLocal
    :end
    Thnaks for any help.
    Nice day

    Marcus,
    Is your machine connected to a Novell network? If so, edit the oemapp.bat file and change every reference of Windows_NT to WINNT. The issue is Novell does not set the Windows_NT variable, and uses the WINNT variable instead.
    Jim

  • Enterprise Manager Console does not start on Win 2000 Pro

    I have installed Oracle 9i Release 2 Enterprise Manager on Win 2000 Professional. But the Enterprise Manager console does not start. Also the EM Configuration Assistant does not start.
    I have installed many times, but it is never successfull.
    I was installing Enterprise Edition -> General Purpose database.
    Tried the following from command prompt:
    oemapp.bat I get this message : "Usage: oemapp <application_name>"
    oemapp consoleI get : "bad command or file name"
    oemapp console oem.loginmode=standaloneI get : "bad command or file name"
    Is there any post installation configurations that need to be done?
    When I read thru the oemapp.bat, "Usage: oemapp <application_name>" was under the jreSetup module.
    Under C:\Program Files\Oracle\jre I have the folders with following Names(versions) 1.1.8 and 1.3.1.
    In the environment variable also I have C:\Program Files\Oracle\jre\1.1.8\bin and C:\Program Files\Oracle\jre\1.3.1\bin
    Could some one help me with this.
    Thanks,
    Aruna

    Marcus,
    Is your machine connected to a Novell network? If so, edit the oemapp.bat file and change every reference of Windows_NT to WINNT. The issue is Novell does not set the Windows_NT variable, and uses the WINNT variable instead.
    Jim

  • My auto install for Premiere Elements failed and told me i needed to do a restart and try installing again. Having restarted my laptop, how do I install the software? There are two .exe files in the folder - oem and start-up. Which should i run?

    My auto install for Premiere Elements failed and told me i needed to do a restart and try installing again. Having restarted my laptop, how do I install the software? There are two .exe files in the folder - oem and start-up. Which should i run?
    thanks

    for windows you should have an exe and a 7z file.  put both in the same directory and double click the exe.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Oracle 10G R2 AS: Not starting up; please help

    i got a server with oracle 10g app server installed on it. i opened the console at http://localhost:1811/emd/console and created a new OC4J instance but did not deploy the EAR file. When i tried to open the console the next day the page did not open. actually the server did not start at the startup. i tried to start the server from the Services but it did not start. please help me to rectify the problem.

    If your application server is in windows,then open command promt. and then type cd $ORACLE_HOME\bin
    and then emctl.bat start iasconsole
    If your application server is in unix/linux,then open console. and then type cd $ORACLE_HOME/bin
    and then emctl start iasconsole
    It will start your OEM. then through ur OEM u can monitor ur server configuration.

  • OMS(12c) does not start

    OMS Version : 12 cloud control
    1. oms shutdown
    emctl stop oms
    2. installed Patch(13346924)
    3. oms start
    emctl start oms
    Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server is not functioning because of the following reason:
    A recent plug-in upgrade operation has failed. Follow these steps to recover:
    1. Restore/recover the repository database (For example from a backup)
    2. Start the Management server using 'emctl start oms' command. Oracle Management Server cannot be started without recovering the repository database.
    Execute 'emctl status oms -details' to get further information about this failure. After identifying and fixing the issues reported in log files you can retry plug-in upgrade.
    For more details, Refer to 'Plug-in Deployment' section in the Enterprise Manager Advanced Configuration Guide.
    so i patch was rollback,... but ems do not start
    EMS do not connected > connect message is "Backend WLS or EM application seems to be down"
    backup file not exists...... OMS is reinstall?
    have another solution?
    Edited by: Taerang on 2012. 3. 4 오전 4:12

    No Upgrade for bundle patch #1
    installed one-off patch(13346924) ====> oms problem
    i env is
    em12c(not bundle patch 1) + Database Plugin Upgrade(http://download.oracle.com/otn/nt/oem/12101/12.1.0.1.0_oracle.sysman.db_2000_20111221.opar)

  • OEM not coming to browser

    oracle : 10.2.0.4
    OS: x86_64 x86_64 x86_64 GNU/Linux
    Problem : OEM not coming to browser
    Products on the db
    SQL> select COMP_ID, version from dba_registry;
    COMP_ID VERSION
    EM 10.2.0.4.0
    SDO 10.2.0.4.0
    ORDIM 10.2.0.4.0
    AMD 10.2.0.4.0
    XDB 10.2.0.4.0
    CONTEXT 10.2.0.4.0
    EXF 10.2.0.4.0
    RUL 10.2.0.4.0
    OWM 10.2.0.4.3
    ODM 10.2.0.4.0
    CATALOG 10.2.0.4.0
    COMP_ID VERSION
    CATPROC 10.2.0.4.0
    JAVAVM 10.2.0.4.0
    XML 10.2.0.4.0
    CATJAVA 10.2.0.4.0
    APS 10.2.0.4.0
    XOQ 10.2.0.4.0
    17 rows selected.
    OEM created Manually :
    -bash-3.00$ emca -config dbcontrol db -repos create
    STARTED EMCA at Feb 25, 2009 8:21:05 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: JABILDEV
    Listener port number: 1523
    Password for SYS user:
    Password for DBSNMP user: BSNMP
    Password for SYSMAN user:
    Email address for notifications (optional): [email protected]
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /u01/app/oracle/oracle/product/10.2.0/db_1
    Database hostname ................ sns-dev-oracle.corp.clickcommerce.com
    Listener port number ................ 1523
    Database SID ................ JABILDEV
    Email address for notifications ............... [email protected]
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Feb 25, 2009 8:21:51 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u01/app/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/emca/JABILDEV/emca_2009-02-25_08-21-05-PM.log.
    Feb 25, 2009 8:21:52 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Feb 25, 2009 8:24:03 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Feb 25, 2009 8:24:06 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Securing Database Control (this may take a while) ...
    Feb 25, 2009 8:24:10 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl config emkey -repos
    Feb 25, 2009 8:24:10 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    WARNING: Configuring EM-Key failed.
    Feb 25, 2009 8:24:10 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    WARNING: Error securing Database control.
    Feb 25, 2009 8:24:10 PM oracle.sysman.emcp.EMDBPostConfig setWarnMsg
    INFO: Error securing Database Control, Database Control has been brought up in non-secure mode. To secure the Database Control execute the following command(s):
    1) Set the environment variable ORACLE_SID to JABILDEV
    2) /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl stop dbconsole
    3) /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl config emkey -repos -sysman_pwd < Password for SYSMAN user >
    4) /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl secure dbconsole -sysman_pwd < Password for SYSMAN user >
    5) /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl start dbconsole
    To secure Em Key, run /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl config emkey -remove_from_repos -sysman_pwd < Password for SYSMAN user >
    Feb 25, 2009 8:24:10 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    To secure Em Key, run /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl config emkey -remove_from_repos -sysman_pwd < Password for SYSMAN user >
    Feb 25, 2009 8:24:10 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Feb 25, 2009 8:25:48 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    INFO: Database Control started successfully
    Feb 25, 2009 8:25:48 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    INFO: >>>>>>>>>>> The Database Control URL is http://sns-dev-oracle.corp.clickcommerce.com:1158/em <<<<<<<<<<<
    Error securing Database Control, Database Control has been brought up in non-secure mode. To secure the Database Control execute the following command(s):
    1) Set the environment variable ORACLE_SID to JABILDEV
    2) /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl stop dbconsole
    3) /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl config emkey -repos -sysman_pwd < Password for SYSMAN user >
    4) /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl secure dbconsole -sysman_pwd < Password for SYSMAN user >
    5) /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl start dbconsole
    To secure Em Key, run /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl config emkey -remove_from_repos -sysman_pwd < Password for SYSMAN user >
    -bash-3.00$ /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl stop dbconsole
    TZ set to US/Central
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://sns-dev-oracle.corp.clickcommerce.com:1158/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    ... Stopped.
    -bash-3.00$ /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl config emkey -repos -sysman_pwd orasys08
    TZ set to US/Central
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Invalid Password
    caught Exception java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    -bash-3.00$ /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl secure dbconsole -sysman_pwd orasys08
    TZ set to US/Central
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://sns-dev-oracle.corp.clickcommerce.com:1158/em/console/aboutApplication
    DBCONSOLE already stopped... Done.
    Agent is already stopped... Done.
    Securing dbconsole... Started.
    Checking Repository...ERROR. Unable to contact the OMS Repository.
    -bash-3.00$ /u01/app/oracle/oracle/product/10.2.0/db_1/bin/emctl start dbconsole
    TZ set to US/Central
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    http://sns-dev-oracle.corp.clickcommerce.com:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ........................... started.
    Logs are generated in directory /u01/app/oracle/oracle/product/10.2.0/db_1/sns-dev-oracle.corp.clickcommerce.com_JABILDEV/sysman/log
    Why the OEM not coming to browser ?
    What are the checks to be done ? and what are the logs to check ?

    Thanks for reply
    http://sns-dev-oracle.corp.clickcommerce.com:1158/em
    still I am not able to access the lick from the browser
    I did drop and create repos succesfully again
    -bash-3.00$ emca -config dbcontrol db -repos create
    STARTED EMCA at Feb 26, 2009 7:24:25 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: JABILDEV
    Listener port number: 1523
    Password for SYS user:
    Password for DBSNMP user: BSNMP
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /u01/app/oracle/oracle/product/10.2.0/db_1
    Database hostname ................ sns-dev-oracle.corp.clickcommerce.com
    Listener port number ................ 1523
    Database SID ................ JABILDEV
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Feb 26, 2009 7:25:15 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /u01/app/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/emca/JABILDEV/emca_2009-02-26_07-24-25-PM.log.
    Feb 26, 2009 7:25:16 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Feb 26, 2009 7:27:24 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Feb 26, 2009 7:27:27 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Securing Database Control (this may take a while) ...
    Feb 26, 2009 7:27:49 PM oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Database Control secured successfully.
    Feb 26, 2009 7:27:49 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Feb 26, 2009 7:29:27 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    INFO: Database Control started successfully
    Feb 26, 2009 7:29:27 PM oracle.sysman.emcp.EMDBPostConfig performConfiguration
    INFO: >>>>>>>>>>> The Database Control URL is https://sns-dev-oracle.corp.clickcommerce.com:1158/em <<<<<<<<<<<
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at Feb 26, 2009 7:29:27 PM
    Still I am not able to access the control from teh browser
    I checked the log
    -bash-3.00$ cat emoms.log
    2009-02-26 19:28:00,493 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ias.ias.IASIntegration
    2009-02-26 19:28:00,800 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration
    2009-02-26 19:28:00,901 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.eml.ssl.intg.SSLIntegration
    2009-02-26 19:28:01,019 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.tip.oem.central.domain.ProcessConnectDomainIntg
    2009-02-26 19:28:01,021 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2009-02-26 19:28:01,023 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2009-02-26 19:28:01,025 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2009-02-26 19:28:01,027 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.reports.em.RepIntg
    2009-02-26 19:28:01,029 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2009-02-26 19:28:01,032 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2009-02-26 19:28:01,034 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2009-02-26 19:28:01,036 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2009-02-26 19:28:01,038 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2009-02-26 19:28:01,040 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    2009-02-26 19:29:31,840 [OmsServiceDriver thread] ERROR emdrep.pingHBRecorder updateEMDListHeartBeat.506 - Number of HB error responses received = 1
    2009-02-26 19:29:31,885 [OmsServiceDriver thread] ERROR emdrep.pingHBRecorder updateEMDListHeartBeat.515 - ERROR 0 EMD_URL = https://sns-dev-oracle.corp.clickcommerce.com:3938/emd/main CODE = 0 MSG = ORA-01403: no data found
    Any clue how to resolve this ?
    Thanks

  • OEM cannot start

    Hi,
    I could not find the correct forums for the older versions of OEM so I am posting this here.
    My OEM 9.2.0.1 server is connected to a 9.2.0.6 database and was working fine. I tried upgrading the database to 10g with 9.2.0.6 compatibility and am getting the following error when I try to start the OMS using oemctl. Does this mean that the database version for the repository need to be 9.20.6 or lower for the OEM 9.2.0.1 to work?
    OEMCTL for HP-UX: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...VXA-3008 : Starting OMS Services, Wait.
    java.lang.NullPointerException
    at java.util.StringTokenizer.<init>(StringTokenizer.java)
    at java.util.StringTokenizer.<init>(StringTokenizer.java)
    at oracle.sysman.vdb.VdbSession.getDatabaseRealVersion(VdbSession.java:1985)
    at oracle.sysman.vdb.VdbSession.getDatabaseProductVersion(VdbSession.java:2062)
    at oracle.sysman.vdb.VdbSession.compareDatabaseProductVersionTo(VdbSession.java:2094)
    at oracle.sysman.vdd.VddRetrieveOperation.<init>(VddRetrieveOperation.java:300)
    at oracle.sysman.vdd.VddReliabilityService.exportServices(VddReliabilityService.java:366)
    at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1822)
    at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
    Error starting Oracle Management Server. OMS exited on Wed Nov 4 08:52:27 CST 2009 with return value 56
    Could not start management server. Initialization failure
    Thanks in advance for any help.
    thedba

    Hi,
    DBcontrol is not separeted, you can use it.
    Unlike Grid Control, this one you need to get a separeted license.
    But DB Control have some restrictions.
    Leonardo Bissoli.

  • After restarting server BI Publisher is not started automatically

    Hi all,
    I am new in BI Publisher and have a problem. When I installed BI everything works OK. So I have logged on Publisher URL, authentication was successful and etc.
    After restarting the server (I have Oracle DB and Publisher in one server, but in different home) I tried to log on to the Publisher console (http://oraclebi.mycompany.ge:9704/xmlpserver) and url is not responding,seems that service is not started.
    Configurationdetails:
    Installation Details
    Middleware Home: /u01/app/oracle/bi
    BI Oracle Home: /u01/app/oracle/bi/Oracle_BI1
    WebLogic Server Home: /u01/app/oracle/bi/wlserver_10.3
    BI Domain Home: /u01/app/oracle/bi/user_projects/domains/bifoundation_domain
    BI Domain Name: bifoundation_domain
    Instance Home: /u01/app/oracle/bi/instances/instance1
    Instance Name: instance1
    Configure Components
    WebLogic Console
    http://oraclebi.mycompany.ge:7001/console
    Oracle Enterprise Manager
    http://oraclebi.mycompany.ge:7001/em
    Business Intelligence Enterprise Edition
    http://oraclebi.mycompany.ge:9704/analytics
    Business Intelligence Publisher
    http://oraclebi.mycompany.ge:9704/xmlpserver
    Could anyone help me how to start this service or how to setup to start it automatically?
    Thank in advance
    Edited by: zmachavariani on 17.01.2011 2:27

    Hi,
    There are many version of BI Publisher and also it can be deployed in many app servers. But from your log messages
    I can see you are trying to use BIP 11g in Weblogic Server (besides 11g only allows -as of today- to install in WLS).
    You should be aware that BIP11g after default installation uses a repository which is part of the BIEE Catalog and also
    uses FUSION as security Mode (i.e. users and pwds are no longer controled in BIEE Admin but in OEM).
    Therefore for BIP11g to work as default installation you also need BIEE11g to be running. For this i recommend you
    to first take a look at one of my posts:
    http://oraclebiblog.blogspot.com/2010/10/obiee-11g-architecture.html
    and then follow the guidelines to start it all:
    http://oraclebiblog.blogspot.com/2010/11/starting-and-stopping-biee-from-command.html
    Now, if you only want to use BIP11g there is a workaround. Make a backup of xmlp-server-config.xml
    and update the SECURITY mode from FUSION to XDO. Set a Local user for BIP and
    Restart BIP11g from within OEM and login as Local User.
    regards
    Jorge A.

  • 10.6 does not start up

    Hello,
    my Mac-Mini (Snow Leopard) does not start up properly. By following some hints in an other forum I tried to get rid of an old Norton installation. I moved the mentioned files in the trash. After restarting it booted until the blue screen appears.
    There is no reaction to the 10.6. install disc or any keyboard command (like ⌘T, ⌘S, ⌘D or any other)
    It is now for one week at my local dealer but they hadn't time to check for it.
    So, any suggestions here?
    Thanks in advance....

    install disc or any keyboard command (like ⌘T, ⌘S, ⌘D or any other)
    Only the 'S' key needs a modifier key with the Apple (also known as Command) key at startup, with an Apple keyboard, arget Disk Mode, hardware test, and Option key for Startup Manager do not need a command key.
    It is now for one week at my local dealer but they hadn't time to check for it.
    Ask for it back from the dealer, and make sure you check for the following.
    1. Does it have 2, 4, or 5 USB ports on rear?
    distinguishes between Firewire, USB, and ethernet.
    If it has only 2 USB ports on the rear, it can't run Snow Leopard, and can only run Leopard.
    2. If it has 4 or 5 USB ports, check the serial number:
    less than xx935xxxx can use Snow Leopard retail which looks like * and does not say Upgrade, DropIn, or OEM.
    xx936xxxx and later can only use the Mac Mini Snow Leopard installer disc that shipped with it. Do not state the full serial number to us here in Discussions, as we are only end users, and this board is searchable. The three digits enumerated above are the only ones of any consequence for determining the age of the Mac. x can mean any value.
    3. If the startup manager does not work with the correct disc above, you have a hardware issue.
    4. If the hardware test runs but detects no issue with the Mac, but the instalelr won't run for 10.6 with the correct disc, you have possibly a RAM issue.
    5. If the installer is able show its installation screen to start an installation, you may have damage to the hard drive's directory, and have to either first recover your backup, if you have one that is bootable, or attempt a data recovery as done here*:
    http://www.macmaps.com/backup.html#RECOVER
    6. Once you are recovered, or know you are backed up, check the directory*:
    http://www.macmaps.com/directoryfaq.html
    If the directory is fine, and it won't boot, attempt a data recovery to an erase and installed system only if you have at least two backups.
    If you can't fix the directory, you may need to replace your hard drive.
    - * Links to my pages may give me compensation.

Maybe you are looking for

  • Error while testing the created entity service

    Hi I have an error  "access forbidden.please login again" while testing the entity service  in the service browser.Please help. Regards ms.

  • Kernel Panic Help, I get this screen before I restart to safe boot

    Interval Since Last Panic Report:  2266620 sec Panics Since Last Report:          3 Anonymous UUID:                    5C09C293-0EC9-4D51-9ECB-388865035328 Tue Sep 10 18:57:40 2013 panic(cpu 1 caller 0xffffff8024cb7b95): Kernel trap at 0xffffff7fa62c

  • ITunes wont download

    I was able to download iTunes once however it would not recognize my iPod nano so following through the Apple instructions I removed everything to do with the program and quicktime. Now iTunes will not install. The website says Thank you for installi

  • I already have Tap Zoo in my HP, but Itune have charged me another $0.99,

    I already have Tap Zoo.. and was prompt to update in Iphone.. I therefore pluck into the computer and update thru the PC. But now, I have received the below receipt from Itune:- Order Number: MGVLYHVJJW Receipt Date: 08/08/11 Order Total: $0.99 Bille

  • PDF forms in Reader: completing, saving, open, amend, save again

    I have the following situation. I generated forms using Adobe Acrobat 9 Pro, checked the option "Choose Advanced >  Extend Features In Adobe Reader" to make forms fillable and  savable for Acrobat Reader users.  So far everything worked fine. User co