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

Similar Messages

  • 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

  • Enterprise Manager Console does not open in browser following patch 41

    Last week I installed patch 41 on my Oracle 11.1.0.7.0 Database. The database resides on a Windows 2008 enterprise server (not R2). After the patch ran successfully, I have not been able to get into the GUI Enterprise Management Console to work since. It appears to make a connection to the logon screen and you can see urls/images loading in the browser, but the resulting browser screen for the logon is blank with "Oracle Enterprise Manager" on the title of the tab (non-descript object error in lower left corner). I get the same results with localhost or server name in the address bar.
    This was working before the upgrade. I have already successfully recreated the repository and verified that the dbconsole is up and running. I have "googled" this to death and cannot find a solution. I know I can still do things through the command line but for a quick glance at the databases, the grid control is nice to have.
    Any suggestions for fixes would be appreciated.

    I couldn't locate anything substantiial in the log files under my Oracle Home. However, I could be looking in the wrong log files. Any suggestions on which log file I should be checking.

  • Enterprise Manager console is not coming

    Installed Oracle XE, Weblogic Server, SOA Server and ran RCU and all software's installed successfully without any errors.
    After that i created one Domain in Weblogic with Different servers ( Admin Server, SOA server and BAM Server) after that started my Weblogic server and after that started SOA server with out any problem.
    For the first time i am able to see EM console and checked SOA server is running and able to depoly applications in SOA server.
    Next day started Admin and SOA servers and started successfully. But when i am trying to open EM console in browser it is showing 404 exception with below error in Browser
    Error 404--Not FoundFrom RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:10.4.5 404 Not FoundThe server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address. "
    After seeing above error i tried to check status of soa server in Admin console and it is in Running state.
    When i tried to update em.jar and activate those changes i am seeing below error in Weblogic console :
    <code>
    [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, Specification-Version: 1, Implementation-Version: 11.1.1.1.0, exact-match: false], [Extension-Name: oracle.webcenter.skin, exact-match: false].
    </code>
    Can anyone tell me why i am not able to open EM console.
    OS : Windows 7 64 bit
    Weblogic : 11.1.1.5.0_win32
    SOA Server : 11.1.1.3.0
    JDev : 11.1.1.3
    JDK : JDK-6u23-windows-x64
    Thanks,
    Niranjan.

    Hi Vijay,
    Thanks for your reply.
    Can you point me from where i need to download that jar file and in which location i need to copy that jar.
    Or can i remove that tag from weblogic-application.xml and also can you please let me know in which location this weblogic-application.xml will be there ?
    <library-ref>
    <library-name>oracle.webcenter.skin</library-name>
    <specification-version>11.1.1</specification-version>
    <exact-match>false</exact-match>
    </library-ref>Thanks,
    Niranjan.

  • Daemon Manager service does not start

    Hello,
    I have a problem with Ciscoworks LMS 3.1 ... Application was working fine but after a while it started to show errors due to some processes and services that weren't enabled. I looked over the processes and services windows and realized Daemon Manager wasn´t working. I tried to start it but just doesn't happen.
    I did it through the services window and also through a windows command prompt but results weren't different.
    I attached the screenshots about my issue. Hope they're helpful and will be looking forward your answer.
    Thank you,

    Hi,
    Actually, there is only one server working for all the modules of the application so it has been set up as standalone.
    The server has the following features:
    - Microsoft Windows Server 2003, Standard Edition, SP1
    - Intel(R) XEON(R) CPU
    - E5405 @ 2.00 GHz
    - 2.00 GHz, 1.97 GB of RAM
    Domain has been set up within the server
    Antivirus Microsoft Forefront Client Security installed
    Is there any bug that fixes that problem about the domain being corrupted??? would it be better if we skip that domain's comfiguration when setting up the server's system (although it would be like server does not belong to the network)??, Antivirus has not to be installed??? Policies from the firewall would need to be all opened (from the server to any device that is to be managed by the application???
    According to your comments that is what i am understanding, please let me know if i am wrong and therefore What would you recommend me to do???
    Thanks,

  • Oracle Enterprise Manager Serices is not Starting Up!

    Hi,
    I am Using Oracle 10g Database Release 2 on Windows 2003 Server Enterprise Edition. My Service Name of Em is "OracleDBConsoleSIPDB" this Services is Not Starting Up after restarting the Server. Please Adivce me, what are the thinks has to bee Checked to resolve this Problem.
    Thanks
    Shan

    Hi,
    2010-06-01 15:17:10 Thread-5704 ERROR http: 1728: Unable to initialize ssl connection with server, aborting connection attempt
    2010-06-01 15:17:12 Thread-7368 ERROR ssl: nzos_Handshake failed, ret=29024
    2010-06-01 15:17:12 Thread-7368 ERROR http: 1740: Unable to initialize ssl connection with server, aborting connection attempt
    2010-06-01 15:17:19 Thread-2896 ERROR ssl: nzos_Handshake failed, ret=29024
    2010-06-01 15:17:19 Thread-2896 ERROR http: 1740: Unable to initialize ssl connection with server, aborting connection attempt
    I am getting above error message in "\\Oracle10g\d$\oracle\product\10.2.0\db_1\oracle10g.olaminfo_SIPDB\sysman\log\emdctl.trc" file
    I have not Changed IP Address Or Host Name in the Server.
    Please Advice...
    Thanks
    Shan

  • Remote Management service does not start

    Has Novell got a fix for the issue where the Remote Management services
    fails to start automatically on XP workstations? As we upgrade our clients
    to XP, this has become a major headache. The service can be started
    manually, and then the Remote Control feature of ZFD will work, providing
    the firewall is disabled.

    Workaround is to create a batch file and put in the command:
    net start "remote management"
    Create a shortcut to this batch file and put it in the startup group of
    All Users in the "document and settings".
    Phong Nguyen
    > Novell Client 4.91 will not include any of ZFD 3.x services so you'll
    need
    > to upgrade to 4 or preferrably ZDM 6.5. This weekend I kicked off a
    ZFD 3.2
    > SP3 to 6.5 SP1 migration. Even without the extra services its worth it
    just
    > from a support stand point.
    >
    > Do the details posted in this thread help any?...
    >
    > Newsgroups: novell.support.zenworks.desktops.3x.remote-control
    > Subject: ZfD3.2, NetWare 6.0, XPsp2, will it work?
    > Message-ID: <azXhd.717$[email protected]>
    > Date: Wed, 03 Nov 2004 02:41:10 GMT
    >
    > 1. Set Windows Firewall/ICS service to manual
    > 2. Set Windows Firewall/ICS service to start before Remote Management
    (ie.
    > Remote Management service depends on Firewall/ICS and Workstation
    Manager
    > services)
    > 3. Configure Windows Firewall exceptions for wuser32.exe, open ports
    1761 -
    > 1763 (you need others depends on the services you use, see TID below)
    >
    > What Ports are used by ZENworks Remote Management Agent?
    > http://support.novell.com/cgi-bin/se...?/10054960.htm
    >
    > Support for Windows XP SP2 on ZENworks for Desktops
    > http://support.novell.com/cgi-bin/se...?/10092958.htm
    >
    > --
    > Tony Pedretti
    >
    >

  • Enterprise Manger Console does not now about host or $ORACLE_HOME

    I'm trying to demonstrate some ASM features to my team and used: emctl start dbconsole for this.
    My problem:
    The em does only know about the DB instance that runs on the machine and it seems to mee that I'm not able to see more than the db- and listener status...
    The listener is shown as "down", even if it's running and it's not possible to start it with the console because in the following window host and oracle_home are withour values.
    ASM is nowhere to be seen even if it's up and running.
    i used
    emca -deconfig dbcontrol db
    and
    emca -config dbcontrol db and put it the values for +ASM, the DB instance and the listener-port.
    i don't get it :)
    It's the first time I want to use this console ;)

    log into a different site, that is a secure server site, I cannot log back into the Oracle EM webpageHave u tried by adding the url in trusted Sites?

  • Solaris Container Manager console does not work

    I've loaded SMC 3.6 and loaded the container manager piece with no problems on a fresh Solaris 10 (11/06) install on a blade 1000. The managment center works just fine. I've loaded the container manager according to the following doc:
    http://docs.sun.com/app/docs/doc/819-4098/6n699bc48?a=view
    The install went fine but when I point my browser to the page specified in the doc above the browser wants to download a bin file. I've restarted the java web server as shown in the above doc and I've scanned the port 6789 with nmap to make sure it was open. All browsers I've tried want to download a bin file. They are not launching a console as shown in the doc.
    I've tried firefox on linux, netscape on solaris and IE on windows. Java is loaded and working on all platforms. How do I get this working?

    use secure http
    https://<server name>:6789
    make sure you ran the setup for Solaris Container Manager

  • Managed server does not start with BEA-090870 security error

    I am getting this autorization error
    <Sep 22, 2014 11:07:23 PM EDT> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: A failure occurred attempting to load LDIF for provider Authorizer from file /opt/app/oracle/middleware/v12c/oracle_home/wlserver/server/lib/XACMLAuthorizerInit.ldift..
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: A failure occurred attempting to load LDIF for provider Authorizer from file /opt/app/oracle/middleware/v12c/oracle_home/wlserver/server/lib/XACMLAuthorizerInit.ldift.
    It use to be working. I am looking for a way  to correct this.
    Thanks

    hi
    the following link may hekpful to you
    http://webservices.bea.com:8080/Clarify/getCaseDetails.do?caseID=537204
    open a support case with bea
    Regards
    Prasanna Yalam

  • Enterprise Manager Console (Version 9.0.1.0.0) Not Starting on Win 2000 Pro

    I have recently installed the Oracle Enterprise Manager Console (Version 9.0.1.0.0) successfully, however when I click on the icon to start it, no dialog opens up!!! I have also tried manually starting the Enterprise Manager Console by typing C:\Oracle\OUIHome\bin\oemapp.bat console, but again no dialog opens up!!!
    In investigating to why this is occurring I have reviewed the NT event logs where no relevant information was found, and also the directory C:\Oracle\OUIHome\sysman\log; but no files were found!
    I have reviewed the Oracle Enterprise Manager Readme Release 9.0.1 Production for Win32, but this was of no use!
    In the Oracle Enterprise Manager Configuration Guide Release 9.0.1 it discusses what to do if the Management Server does not start, however as said above no log files were found to exist! It also discusses changing a oemctl script, however I cannot find the oemctl script!!!
    Any help to resolve this problem would be greatly appreciated. Note that I have tried un-installing and re-installing.
    Thanks in advance.
    David Selwood

    Have un-installed and then installed again but the problem still exists!!! Can any one help?

  • GoldenGate Manager Does not start  - Windows 7 64-bit, 11gR1 database

    Hi Experts,
    I ran into very tricky situation and seeking for clarification and if possible solution for the same, here how it goes: (This is a practice setup for my knowledge and not production)
    My environement:
    GGSCI (msheth-work) 18> versions
    Operating System:
    Version 6.1 (Build 7601: Service Pack 1)
    Database:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    I have two database installed called gg1, gg2 on the same local system.
    I have two goldengate installation at following location: C:\gg1 , C:\gg2
    I was successfully able to start Manager, Extract and Replicate process with out creating windows services for manager.
    I read in discussion forum that it is recommneded to have different manager name and create services for them if you have multiple Goldengate installation in the same system. (Oracle Golden Gate installation
    Now when I create services using INSTALL ADDSERVICE ADDEVENTS, manager process does not start and manager report log and event viewer from windows shows following error despite of providing correct login details in manager parameter file:
    2012-08-23 10:42:31 ERROR OGG-00664 Oracle GoldenGate Manager for Oracle, mgr.prm: OCI Error beginning session (status = 1017-ORA-01017: invalid username/password; logon denied).
    GGSCI (hostname) 19> DBLOGIN USERID ggs_owner, PASSWORD ggs_owner
    Successfully logged into database.
    Manager Parameter File:
    PORT 7810
    USERID ggs_owner, PASSWORD ggs_owner
    PURGEOLDEXTRACTS C:\gg2\dirdat\ex, USECHECKPOINTS
    Your explaination and help will be highly appreciated.
    Regards,
    Mitul Sheth
    Edited by: 954634 on Aug 23, 2012 11:46 AM

    Thanks all of you to responding to my post, although I have bad news that I tried everything but it did not work. let me show you what all I have done:
    1) Adding windows services for manager
    GGSCI (msheth-work) 4> edit params ./globals
    MGRSERVNAME MGR1
    GGSCI (msheth-work) 5> exit
    c:\gg1>install addservice addevents
    Oracle GoldenGate messages installed successfully.
    Service 'MGR1' created.
    Install program terminated normally.
    When I try to start manager service either from GGSCI or from services.msc it gives same login error as mentioned earlier in the post.
    2) Using tnsnames while login into database:
    GGSCI (msheth-work) 1> edit params mgr
    PORT 7809
    USERID ggs_owner@gg1, PASSWORD ggs_owner
    PURGEOLDEXTRACTS C:\gg1\dirdat\ex, USECHECKPOINTS
    Just to make sure username and password is fine I login into database using GGSCI command prompt as follows:
    GGSCI (msheth-work) 4> dblogin userid ggs_owner@gg1, password ggs_owner
    Successfully logged into database.
    Hence, after making sure on all your suggestion I could not get it started and still situation is the same. I would need manager login into database becuase I have implemented DDL replication.
    Also, just by removing manager service from windows, same configuration without any change works like a charm. It just that for evey goldengate process a new window is create and it can't be closed. (If closed process dies).

  • CiscoWorksLMS 4.0 - Service Ciscoworks Daemon Manager does not start

    Dear,
    After migrating a virtual machine that hosts the CiscoworksLms 4.0, Daemon Manager service does not start.
    From what we see this error seems to be a problem in the license.
    Following is the error:
    ERROR! The license file is invalid. Please click this link for information about Obtaining a valid license or purchase click here for current licensing information Otherwise, please contact your Cisco representative for purchasing information.
    I have already entered in the User casuse group of administrators and reset the password but no use Daemon Manager service not up
    Thanks for help!

    Hi,
    From the attached screen shots, I can see the startup type are Incorrect for Many services ,kindly correct their status...
    please see below the correct startup type
    configuration for LMS Services. As you notice you see that only the
    "CiscoWorks Daemon Manager" (except the RSH/Syslog/TFTP services) is set to
    start automatically, the Daemon Manager is responsible for starting all the
    other CiscoWorks LMS services in a specific order.
    So by having the below configuration, LMS will start correctly by itself
    after Windows successfully reboots. In fact having any other start up
    configuration will cause LMS to not start, because if one of the LMS
    services starts before it dependent services, it will not come up and all
    subsequent services will fail to start as well.
    CiscoWorks ANI database engine - Manual (if Campus Manager installed)
    CiscoWorks Daemon Manager - Automatic
    CiscoWorks RME NG database engine - Manual (if RME installed)
    CiscoWorks Tomcat Servlet Engine - Manual
    CiscoWorks VisiBroker Smart Agent - Manual
    CiscoWorks Web Server - Manual
    CWCS Cmf database engine - Manual
    CWCS rsh/rcp service - Automatic
    CWCS syslog service - Automatic
    CWCS tftp server - Automatic
    If DFM installed:
    DFM dfmEpm database engine - Manual
    DFM dfmFh database engine - Manual
    DFM dfmInv database engine - Manual
    If IPM installed:
    IPM Aging Server - Automatic
    IPM DB Server - Automatic
    IPM Naming Server - Automatic
    IPM PM Server - Automatic
    IPM Stopper - Automatic
    --Change the statup type Accordingly and then REBOOT the Sever and check the issue again..
    Thanks
    Afroj

  • VIPCA does not start from root.sh

    Hi all,
    I've a problem in installing RAC 10g on ia64 architecture.
    S.O.: RH Enterprise Linux AS 2.1
    Oracle CRS install completed successfully.
    The problems came up during DB installation when I need to run root.sh script that should automatically invoke VIPCA.
    Here's what I see when I execute root.sh. :
    [root@rx5670 root]# /u01/app/oracle/product/10.1.0/db_1/root.sh
    Running Oracle10 root.sh script...
    \nThe following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /u01/app/oracle/product/10.1.0/db_1
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    Copying dbhome to /usr/local/bin ...
    Copying oraenv to /usr/local/bin ...
    Copying coraenv to /usr/local/bin ...
    \nCreating /etc/oratab file...
    Adding entry to /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    Exception in thread "main" java.lang.UnsatisfiedLinkError: allocHASContext
    at oracle.ops.mgmt.has.HASContextNative.allocHASContext(Native
    Method)
    at oracle.ops.mgmt.has.HASContext.<init>(HASContext.java:93)
    at oracle.ops.mgmt.has.HASContext.getInstance(HASContext.java:223)
    at oracle.ops.mgmt.has.ClusterUtil.<init>(ClusterUtil.java:46)
    at
    oracle.ops.mgmt.cluster.GetActiveNodes.<init>(GetActiveNodes.java:164
    at
    oracle.ops.mgmt.cluster.GetActiveNodes.create(GetActiveNodes.java:213
    at oracle.ops.mgmt.cluster.Cluster.getNodes(Cluster.java:267)
    at oracle.ops.vipca.VipCA.getNodeList(VipCA.java:532)
    at oracle.ops.vipca.VipCA.processGUIArgs(VipCA.java:242)
    at oracle.ops.vipca.VipCA.runApplication(VipCA.java:2141)
    at oracle.ops.vipca.VipCA.main(VipCA.java:2423)
    [root@rx5670 root]#
    Thanks a lot,
    Simone

    CSSD does not start (Cluster Manager)
    CSSD does not start (Cluster Manager)

  • Enterprise manager console for 10g.

    How do I get enterprise manager console for 10g? I installed 10g on my machine awhile ago and just noticed that enterprise manager console was not installed with it. When I installed Oracle 9 a while back, the console was installed automatically.

    DB Control Repository is needed to run EM. To create it you can use emca or dbca command.
    See http://download-west.oracle.com/docs/pdf/B12013_01.pdf
    Paul

Maybe you are looking for

  • Battery powered monitor for mac mini..

    I'm wondering if there is any battery powered small monitor that i can buy as mac mini monitor..the idea is i can use mac mini while on the go..

  • How do i check my download usage?

    Hey everyone Silly question, but how do i check my download usage? i've looked around the site, but not found anything yet

  • Color Pattern?

    In Diagnostic mode, I can see under LCD an option to change the color pattern, but I can't seem to. How do I do this?

  • What is the workflow to compile and load an external class as a runtime library?

    I have a set of classes (with some large embeds) that I only want to load one by one at runtime as needed. I think that I need to compile each of these classes into a separate SWF and use one of the available loaders out there to load and link to the

  • Budget For Profit Center

    HI, Besides using the UDT and write our own query to generate the report, is that any alternative to define the Budget for Profit Center in SBO 2005A SP01 without having the Account Segmentation?