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

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.

  • 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

  • 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

  • No problems with iPhoto 11,UNTIL I downloaded Lion. Now,I cannot e-mail from iPhoto. The "do not recognize user/password"message.I like to -mail directly from iPhoto,not Mail. Anyone having this problem? Thanks for the assistance

    My iPhoto e-mail has been working great;UNTIL I upgraded to Lion. Now,I cannot e-mail directly from iPhoto. I prefer to e-mail photos from iPhoto,not Mail. I sure appreciate anyone's help. Thanks

    1 - unless you tell us more then anything would be a wild guess - what happens? what error messages do you get?
    and why would you use iPhoto rather than Mail anyway - mail has more templates, has a sent mail box, uses you address book lists and lets you control the message format so PC users can receive photos - and works for everyone
    LN

  • BPM process most of the time not started,

    Hi XI dudes,
    In our latest XI scenario we read a file from a shared folder (on the same host as the xi server is installed) and we pass the input into an BPM scenario.
    There is however a very annoying behaviour: the file is always read correctly, but is most of the time (75% fails) not passed towards the BPM. It seems that in some cases the route determination is not working correctly.
    Inside the BPM scenario we do a number of action, but we can divide them in 2categories:
    1)     RFC calls
    2)     File creation
    The RFC calls do always succeed, the file interaction almost never.
    Also, when we try to write the result of the xi scenario into a file, this fail 90% of the time. The calling of the RFC always happens correctly.
    What we do at the moment is just copy exact the same file again and rerun the scenario, until is works. This is however not the way it should be.
    On monday we are having a very important demo. All input is apreciated and will be rewarded.
    Kind regards
    Joris

    Internal messages:
    When verything goes fine the soap header of the first message contains following receiver information:
    <SAP:Main xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" versionMajor="003" versionMinor="000" SOAP:mustUnderstand="1" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">
      <SAP:MessageClass>ApplicationMessage</SAP:MessageClass>
      <SAP:ProcessingMode>asynchronous</SAP:ProcessingMode>
      <SAP:MessageId>E4F74F70-B9F5-11DA-C2DE-000D56B9D8A6</SAP:MessageId>
      <SAP:TimeSent>2006-03-22T22:47:52Z</SAP:TimeSent>
    - <SAP:Sender>
      <SAP:Service>ADDRESSCHANGE</SAP:Service>
      <SAP:Interface namespace="urn:cernum.com/xi/demo/ADDRESSCHANGE">MI_OUTB_BUPAINPUT</SAP:Interface>
      </SAP:Sender>
    <b>- <SAP:Receiver>
      <SAP:Party agency="" scheme="" />
      <SAP:Service>BPM_AddressChange</SAP:Service>
      <SAP:Interface namespace="urn:cernum.com/xi/demo/ADDRESSCHANGE">MI_ABS_BPMINPUT</SAP:Interface>
      </SAP:Receiver>
      <SAP:Interface namespace="urn:cernum.com/xi/demo/ADDRESSCHANGE">MI_ABS_BPMINPUT</SAP:Interface></b>   </SAP:Main>
    When it goes wrong, it looks like this:
    <SAP:Main xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" versionMajor="003" versionMinor="000" SOAP:mustUnderstand="1" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">
      <SAP:MessageClass>ApplicationMessage</SAP:MessageClass>
      <SAP:ProcessingMode>asynchronous</SAP:ProcessingMode>
      <SAP:MessageId>47D5D3A0-B9F6-11DA-BD78-000D56B9D8A6</SAP:MessageId>
      <SAP:TimeSent>2006-03-22T22:50:37Z</SAP:TimeSent>
    - <SAP:Sender>
      <SAP:Service>ADDRESSCHANGE</SAP:Service>
      <SAP:Interface namespace="urn:cernum.com/xi/demo/ADDRESSCHANGE">MI_OUTB_BUPAINPUT</SAP:Interface>
      </SAP:Sender>
      <SAP:Interface namespace="urn:cernum.com/xi/demo/ADDRESSCHANGE">MI_OUTB_BUPAINPUT</SAP:Interface>
      </SAP:Main>
    No receiver tag is added ... .

  • HT201263 HELP ON THE IPHONE NOT STARTING-UP

    Hi
    I reset my iphone yesterday and now the screen only shows the apple logo. Moreover, sometimes it show the red battery feature which i dont understand as i will be connecting the iphone to the computer and it all cant help me to charge the iphone. I have been given advice by others to swithch it off by simultanously pressing and holding down the sleep/wake button and the home button  but it all cant work to switch it off. Now, I want to use it, what do I do then. Only the logo is there now and forever, but sometimes, it dissapears and the red battery features come on the screen again. Should I desroy the iphone as i think its dead now. To sell it is nothing as i cant sell a dead iphone.
    Tafara

    Please try the following...
    First check that all your settings are correct, that calendar syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the calendars you are using are in your 'iCloud' account and not an 'On My Mac', 'On My Phone' or other non iCloud account (you can do this by clicking/tapping the calendar button in the top left corner of the application ), non iCloud calendars will not sync.
    If you are sure that everything is set up correctly and your calendars are in the iCloud account, you might try unchecking calendar syncing in the iCloud settings, restarting your device and then re-enabling calendar syncing settings.
    This is answer is provided from my own database of boilerplate responses and the content was last reviewed and/or tested on: 2014/12/14

  • Why did the installation not start after downloading trial version of PS Elements 12?

    Looking for a low price photo editor to touch up old photos that I have scanned from snapshots. My last software was the free Photoshop that came with an older version of Windows. I am currently running Win/XP on a Dell Vostro 1500, I know I should be upgrading but this machine still works for me.

    Thank you Ls29_GP40 I would recommend reviewing your PDApp.log file for the exact error.  You can find details on how to locate and interpret the PDApp.log at Troubleshoot install using logs | Elements - http://helpx.adobe.com/photoshop-elements/kb/troubleshoot-install-using-logs-elements.html.  You are welcome to post any specific errors you discover from the log to this discussion.

  • The user profile service: Service failed the log on. User profile can not be loaded.

    I am running a Windows Server 2008 R2 domain. with 2 domain controllers.
    Every new account created in active directory does not seem to work. Even if the account it copied from one that does still work, it still gives the same error when logging in on a network computer (windows 7). "The user profile service: Service failed
    the log on. User profile can not be loaded."
    I have looked at http://support.microsoft.com/kb/947215, which unfortunately does not help. Especially since the SID is not there because the user has not managed to log on yet.
    The
    "Do not logon users with temporary profiles" Group Policy setting is not configured.
    And I have tried force replication too.
    I have exhausted all my knowledge.
    Please help
    Regards
    Phil

    It might be that the default user profile is corrupted. See that: https://helgeklein.com/blog/2013/09/error-message-explained-user-profile-service-failed-logon/
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Camera problem: "Could not start the camera. Close other applications and try opening the camera again" error.

    Device info
    Your carrier: Etisalat
    Model info and OS version (Go to Settings, then Options, then about): Bold 9900, OS 7.1
    Apps and free space
    Did a battery pull fix your issue? No
    Apps installed and their version if possible: BBM, Facebook, Twitter, App world, Screen muncher.
    BT device model/version (you will have to look at the BT device): (Sorry, don't know what this is).
    When writing your question
    Any other details that would help us out with your issue:
    Good description of what is really wrong and how to reproduce if possible. Details of what you did before:
    What is worth a thousand words
    I simply open the camera and a pop up saying "Could not start the camera. Close other applications and try opening the camera again" appears and only lets me press okay. 
    Memory seems to be okay, can't figure out what it may be.
    Please, how can I fix this? Any help is appriciated.

     I had the same problem with my Bold and tried everything until out of frustration i just clicked the center picture taking button before the "Could not start the camera. Close other applications and try opening the camera again" message came up and believe it or not that solved the problem. Works fine now!

  • 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

  • Exchange 2013 CU5 fresh install suffering issues with services not starting and coexistence with 2007

    Hi everyone,
    Hope you can help me out on a couple of issues I've been experiencing during the initial stages of a project to upgrade an on premise Exchange 2007 to 2013.
    On Monday last week I installed the first Exchange 2013 server into the network after a few weeks of careful planning, information gathering and remediation of our current Exchange 2007 environment and associated systems.
    The server itself has been having some issues from the word go, some of which I've resolved but none that are show stoppers but I want to get them resolved before building more servers and setting up the planned 2 x 2 node DAG's
    The main problems are as follows:
    There's usually one service that does not start following an OS restart and it's not always the same service. So far I've seen the following not start: DAG Management, Migration Workflow, Anti-spam Update, Unified Messaging, UM Call Router, Transport
    Service.
    The critical system event log entries are complaining of timeouts when the services are starting up but I can't imagine that the servers boot time is too long...  It's a 2 vCPU/12Gb vRAM VM, Windows 2012 R2
    I receive an error in the Event Log regarding RPC over HTTP Proxy
    to one of the 2007 CAS servers (not our primary one). The first error was because the Windows Component was missing but since installing it, disabling Outlook Anywhere, reenabling it, restarting the server, I now have a new error which is shown further down
    this post
    The Exchange 2013 server install is pretty default, CAS/MBX roles and some basic configuration performed such as new DNS entries, Public SSL certs installed and assigned, URL's updates, SCP updated. I have review and resolved some errors from the event logs
    for over chatty warnings about disk space (the warning is that we have loads of space...)
    This is a brief outline of the environment:
    Exchange 2007 SP3 RU13
    UK - Two physical locations in a stretch LAN (100Mb WAN)
    4 x CCR Cluster Mailbox Servers in two separate CCR Clusters
    Cluster 1 - Windows 2003 R2: One physical, one virtual server - don't ask, legacy install and I know the virtual is not a supported configuration.
    Cluster 2 - Windows 2008 R2: Two virtuals - New cluster built following a 4 day failure of Cluster 1. The aim was to move to supported config and decommission cluster 1.
    Note: Migration of Cluster 1 to Cluster 2 was halted as 2013 was so close it seemed pointless to continue the migration and instead migrate both Clusters to 2013 once in production.
    2 x Virtual Windows 2003 R2 - Hub Transport Servers
    2 x Virtual Windows 2003 R2 - Client Access Servers
    1 x Virtual Windows 2003 R2 - Unified Messaging Server
    1 x Virtual Windows 2003 R2 - Edge Transport Server (DMZ)
    US - One physical location
    1 x Physical Windows 2008 R2 - Mailbox, Client Access, Hub Transport Server
    Exchange 2013 CU5
    UK - Installed into same site along side Exchange 2007 servers
    1 x Virtual Windows 2012 R2 - Mailbox, Client Access Server
    Problem 2 Error Message - Please note, server names and domain name changed:
    Log Name:      Application
    Source:        MSExchange Front End HTTP Proxy
    Date:          18/07/2014 10:00:37
    Event ID:      3005
    Task Category: Core
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      EXC2013.domain.local
    Description:
    [RpcHttp] Marking ClientAccess 2010 server EXC2007CAS1.domain.local (https://EXC2007CAS1.domain.local/rpc/rpcproxy.dll) as unhealthy due to exception: System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly.
       at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.Exchange.HttpProxy.ProtocolPingStrategyBase.Ping(Uri url)
    Event Xml:
    <Event xmlns=http://schemas.microsoft.com/win/2004/08/events/event>
      <System>
        <Provider Name="MSExchange Front End HTTP Proxy" />
        <EventID Qualifiers="32768">3005</EventID>
        <Level>3</Level>
        <Task>1</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-07-18T09:00:37.000000000Z" />
        <EventRecordID>64832</EventRecordID>
        <Channel>Application</Channel>
        <Computer>EXC2013.domain.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>RpcHttp</Data>
        <Data>EXC2007CAS1.domain.local</Data>
        <Data>https://EXC2007CAS1.domain.local/rpc/rpcproxy.dll</Data>
        <Data>System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly.
       at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.Exchange.HttpProxy.ProtocolPingStrategyBase.Ping(Uri url)</Data>
      </EventData>
    </Event>

    Hi Off2work,
    I've gone through the article and the Get-OutlookAnywhere commandlet looks fine (especially when compared with our working CAS).
    Having looked through IIS I have spotted two additional misconfigurations with a missing setting to require SSL on the RPC folder and also the .NET version was not set.
    I've now set those to Require SSL and .NET 2.0.5072 however this has made no difference following restarted of both 2007 CAS and 2013 servers.
    I could potentially reinstall the CAS server or additionally decommission it as we have two of them and the other is not causing any errors with the 2013 server. This broken CAS server doesn't even have DNS records (except it's own hostname) or firewall
    rules pointing to it, nor does it have any active client connections if I check with a quick netstat -a
    As for UM, it's next on my list following some client/server connectivity testing so I have not yet assigned the SSL to the services or setup the dial plans, etc.
    The services do start most of the time, but others then don't so it's not a consistent issue with just this service. On my current boot, the DAG Management service failed to start, but again I don't have a DAG implemented yet.
    I will see if UM drops out of that list once I've configured it shortly
    Thanks for taking the time to respond (and that goes to DareDevil too)

  • I am getting error message that my apple mobile device service is not started

    I am locked out of my phone with voiceover control and now I cannot connect to itunes to turn off voiceover because an error message says that my apple mobile device service is not started...help locked out of phone and itunes

    Using Windows? Follow the directions here:
    http://support.apple.com/kb/ts1567

  • After reinstallation on a new computer program did not start

    Why did the program not start after reinstallation on a new computer????

    If my memory serves me correctly you can only have Aperture 3 installed on 1 computer at a time so if you have it installed on the original Mac and this new system at the same time it may give you a multiple installations detected warning or something of that nature.
    Best of luck.
    That is correct however Aperture does allow multiple installs to allow a user to have Aperture running on one computer at a time. For example a photographer may have a MacPro notebook and and Mac Pro desktop. He can use the license when he's on a shoot in the field using the MBP while the Mac Pro sits dormant at home. The software is sophisticated enough to detect he's trying to run one license on multiple machines simultaneously. I have successfully migrated Aperture myself and use it on my iMac and MacBook Air however as stated only one machine at a time.
    The OP mentions the machine is new to him, which complicates matters quite a bit. I hope he got the original media from the seller if he did not then there is a good chance he is running illegal software and was duped by the seller. The OP doesn't say where he got the iMac so I'm assuming he bought it used, if I am correct then this is one the problems of buying used, caveat emptor. If I'm incorrect (like maybe it was a hand-me-down from a relative) then all he needs to do is get the media and key code.
    Apple is careful on it's licensing on it's professional software.
    Roger

  • Windows 2008 server (64 bit) setup not starting?

    To all,
    Windows 2008 server (64 bit) setup not starting? downloaded v17228-01-2of2 and v17228-01-1of2? Any ideas why the installer not starting?

    Installing oracle database 11g( 64bit) on a windows 2008 server (64bit). I do not get the setup tool to start
    Downloaded
    Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 (Part 1 of 2) V17228-01 Part 1 of 2
    and
    Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 (Part 2 of 2) V17228-01 Part 2 of 2
    Edited by: user731811 on Oct 14, 2010 1:11 PM

Maybe you are looking for

  • Setting the order of my mov.s in idvd?

    editing in the latest final cuts express/ exporting fce sequence to mov.s/ dragging mov.s (currently 3) into idvd "revolution main" box/ adding chapters at 5 min. intervals/ cleaning the silly menus (noxious music, whirling things, 38 minute loop dur

  • AirPort Utility not detecting Airport Base Station nor Airport Express

    Earlier today, we were listening to music on multiple speakers (computer and airtunes / airport express) as we always do. Nothing new here. Stereo speakers stopped and computer lost connection with Airport Express. Couldn't get it to reconnect. Unplu

  • Problem while sending a FILE?

    Here is my scenario: FILE->XI->RFC My settings: SENDER sender business service name: FILE_SEND sender outbound interface: MAT_OB_ASYNC_MI communication channel: FILE RECEIVER receiver business service name: RFC receiver inbound interface: MAT_IB_ASYN

  • Why can't I open a PDF in Safari?

    I haven't had this trouble before, but now when I try to open a PDF I get a box that comes up and says I must launch Adobe Reader and accept the End User License Agreement. I have no idea what that is or where I go to do that.. HELP PLEASE!

  • Can Flash Object be recognised by Screen Reader (jaws , WindowsEye)

    Hi I am trying to make my flash movie object Readable by Screen Reader  ,. Is it Possible to make the swf movie accessible for Screen Reader(like jaws or Windows Eye ) . Main aim is that the blind people should be able to know the info through the Sc