Dbconsole won't start in FC7

Hi there, I am running oracle 11g on FC7 x86. Fresh install with all updates installed. I can get the listener up and running. That was not running, as it had the wrong FQDN. so I:
$ vi /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
and pumped in the FQDN.
Now whenever I run
$ /u01/app/oracle/product/11.1.0/db_1/bin/emctl start dbconsole
I get this honking error:
The following exception occurred:
java.net.UnknownHostException: oel45.localdomain: oel45.localdomain
at java.net.InetAddress.getAllByName0(InetAddress.java:1128)
at java.net.InetAddress.getAllByName0(InetAddress.java:1098)
at java.net.InetAddress.getAllByName(InetAddress.java:1061)
at java.net.InetAddress.getByName(InetAddress.java:958)
at oracle.sysman.emd.targetIntg.agent.AgentTargetInstaller.getLocalHost(AgentTargetInstaller.java:4288)
at oracle.sysman.emd.targetIntg.agent.AgentTargetInstaller.printLocalHost(AgentTargetInstaller.java:4251)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at oracle.sysman.emd.targetIntg.Util$DefaultIntegrationMethod.execute(Util.java:592)
at oracle.sysman.emd.targetIntg.TargetInstaller.execute_(TargetInstaller.java:167)
at oracle.sysman.emd.targetIntg.TargetInstaller.execute(TargetInstaller.java:155)
at oracle.sysman.emSDK.conf.TargetInstaller.printLocalHost(TargetInstaller.java:2364)
at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3290)
Although there was an exception it might be possible for the program to continue.
OC4J Configuration issue. /u01/app/oracle/product/11.1.0/db_1/oc4j/j2ee/OC4J_DBConsole_oel45.localdomain_DB11G not found.
whenever I try to connect to https://servername.com:1158 (or /em) nothing happens.
Which makes me sad. This is my first time with Oracle, so be gentle and thanks in advance for your help :)

and here is the output for 'status' from the listener:
LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 05-MAR-2008 19:37:02
Copyright (c) 1991, 2007, Oracle. All rights reserved.
Welcome to LSNRCTL, type "help" for information.
LSNRCTL> status
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=mankind.server.com)(PORT=1521)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
Start Date 05-MAR-2008 19:33:42
Uptime 0 days 0 hr. 3 min. 22 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/app/oracle/product/11.1.0/db_1/network/admin/listener.ora
Listener Log File /u01/app/oracle/diag/tnslsnr/mankind/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=mankind.server.com)(PORT=1521)))
Services Summary...
Service "rvh.server.com" has 1 instance(s).
Instance "rvh", status READY, has 1 handler(s) for this service...
Service "rvhXDB.server.com" has 1 instance(s).
Instance "rvh", status READY, has 1 handler(s) for this service...
Service "rvh_XPT.server.com" has 1 instance(s).
Instance "rvh", status READY, has 1 handler(s) for this service...
The command completed successfully

Similar Messages

  • Why dbconsole won't start with emctl in Windows 7

    SYSTEM information : windows 7 ultimate WITH Oracle DATABASE 11gR2
    I'm connected with a windows user that reside in ora_dba and administrator groups
    I execute all commands with "run as administrator"
    'administrator' is also in ora_dba group
    after installing oracle software I executed dbca to create a new database, but after the creation dbconsole won't run!
    emctl start dbconsole gives me An instance of Oracle Enterprise Manager 11g Database Control is already runningand the service 'oracleDbConsoleorcl' is not started, when I start it mannually it gives me windows could not start the service in local computer
    so now I know that this errors is caused by a running process, it's the 'java.exe : 5520', I kill it and try to start dbconsole again:
    emctl start dbconsole it gives meThe OracleDBConsoleorcl service could not be started
    A service specific error occurred: 2.
    More help is available by typing NET HELPMSG 3547.
    and of course the result of >NET HELPMSG 3547 is A service specific error occurred: *** :/
    so I tried to recreate the repository but after the creation (successful) the result is the same errors when I want start dbconsole :
    emca -config dbcontrol db -repos recreateYou have specified the following settings
    Database ORACLE_HOME ................ d:\app\oracle\database\product\11.2.0\dbhome_1
    Local hostname ................ localhost
    Listener ORACLE_HOME ................ d:\app\oracle\database\product\11.2.0\dbhome_1
    Listener port number ................ 1521
    Database SID ................ orcl
    .... no warning or errors ...
    Sep 19, 2012 10:11:13 PM oracle.sysman.emcp.EMDBPostConfig invoke
    WARNING: Error starting Database Control.Please execute the following command(s)
    1) Set the environment variable ORACLE_UNQNAME to Database unique name
    2) d:\app\oracle\database\product\11.2.0\dbhome_1\bin\emctl.bat start dbconsole
    but ORACLEUNQNAME is already set !_
    C:\Windows\system32>set oracle
    ORACLE_HOSTNAME=localhost
    ORACLE_SID=orcl
    ORACLE_UNQNAME=orcl C:\Windows\system32>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    https://localhost:1158/em/console/aboutApplication
    - An instance of Oracle Enterprise Manager 11g Database Control is already running. //_the same error before I recreate the repos_
    C:\Windows\system32>emctl status agent
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Agent is Not Running
    Please help
    Thanks

    can you check the same after setting ORACLE_HOME and LD_LIBRARY_PATH=%ORACLE_HOME%/lib.
    I am not sure how much this is going to help, just try it.
    Once done try to start dbconsole

  • EM dbconsole won't start after upgrade from 10.2.0.1 to 10.2.0.4....Arrrgh!

    Hi All,
    I'm having a problem getting the dbconsole started on an upgraded 10g r2 db.
    OS = XP 64bit
    DB = 10.2.0.4
    It was working when it was 10.2.0.1. After the upgrade process ran :-
    emca -upgrade db
    this completed upto the point of starting the dbconsole at which point it tried and tried but eventually timed out. So I removed and recreated the repository
    emca -deconfig dbcontrol db -repos drop
    emca -config dbcontrol db -repos create
    , same resultant problem as before. Finally following these instructions :-
    Link
    This resulted in the OUI failing due to time out of the dbconsole startup.
    Outputs.....
    F:\oracle\product\10.2.0\db_1\BIN>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://amlcad048.######.int:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ...The service name is invalid.
    More help is available by typing NET HELPMSG 2185.
    F:\oracle\product\10.2.0\db_1\BIN>hostname
    amlcad048
    F:\oracle\product\10.2.0\db_1\BIN>emctl status dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://amlcad048.#######.int:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is not running.
    F:\oracle\product\10.2.0\db_1\BIN>emctl start dbconsole
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://amlcad048.#######.int:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ...The service name is invalid.
    More help is available by typing NET HELPMSG 2185.
    F:\oracle\product\10.2.0\db_1\BIN>emca -deconfig dbcontrol db -repos drop
    STARTED EMCA at 27-Jan-2011 08:49:47
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: TCEPROD
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Password for SYSMAN user:
    Do you wish to continue? [yes(Y)/no(N)]: Y
    27-Jan-2011 08:50:10 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at F:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\TCEPROD\emca_2011-01-27_08-49-47-AM.log.
    27-Jan-2011 08:50:11 oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    27-Jan-2011 08:50:12 oracle.sysman.emcp.EMReposConfig dropRepository
    INFO: Dropping the EM repository (this may take a while) ...
    27-Jan-2011 08:53:57 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully dropped
    Enterprise Manager configuration completed successfully
    FINISHED EMCA at 27-Jan-2011 08:53:58
    F:\oracle\product\10.2.0\db_1\BIN>emca -config dbcontrol db -repos create
    STARTED EMCA at 27-Jan-2011 08:54:27
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: TCEPROD
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    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 ................ F:\oracle\product\10.2.0\db_1
    Database hostname ................ amlcad048.######.int
    Listener port number ................ 1521
    Database SID ................ TCEPROD
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: Y
    27-Jan-2011 08:54:50 oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at F:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\TCEPROD\emca_2011-01-27_08-54-27-AM.log.
    27-Jan-2011 08:54:50 oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    27-Jan-2011 08:59:54 oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    27-Jan-2011 09:00:02 oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Securing Database Control (this may take a while) ...
    27-Jan-2011 09:00:13 oracle.sysman.emcp.util.DBControlUtil secureDBConsole
    INFO: Database Control secured successfully.
    27-Jan-2011 09:00:13 oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    27-Jan-2011 09:08:43 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at F:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\TCEPROD\emca_2011-01-27_08-54-27-AM.log for more details.
    Could not complete the configuration. Refer to the log file at F:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\TCEPROD\emca_2011-01-27_08-54-27-AM.log for more details.
    Log-file
    27-Jan-2011 09:07:13 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:07:23 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:07:33 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:07:43 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:07:53 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:03 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:13 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:23 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:33 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:43 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Waiting for service 'OracleDBConsoleTCEPROD' to fully start
    27-Jan-2011 09:08:43 oracle.sysman.emcp.util.PlatformInterface serviceCommand
    CONFIG: Initialization failure for service during start
    27-Jan-2011 09:08:43 oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at F:\oracle\product\10.2.0\db_1\cfgtoollogs\emca\TCEPROD\emca_2011-01-27_08-54-27-AM.log for more details.
    27-Jan-2011 09:08:43 oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
         at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:646)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:224)
         at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:486)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1142)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:470)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:419)
    Any help would be greatly appreciated.
    Regards
    Martin
    Edited by: user1095681 on 27-Jan-2011 02:28

    Hi,
    Pl make sure you perform all steps related to enterprise manager
    http://www.eygle.com/Notes/10204_patch_note_Win32.htm
    Also Refer threads:
    Can't start dbconsole service
    http://www.orafaq.com/forum/t/94833/2/
    thanks,
    X A H E E R

  • Oracle 10g DBCONSOLE won't start up

    Hello...
    I'm running Oracle 10g (10.2.0.1) on RHEL4. My listener, database and Oracle HTTP Server are up and running. The sole purpose of this database is to run Oracle Application Express applications. The oracle apex applications are all running fine.
    However, I cannot for the life of me get Oracle EM (dbconsole) running. I've tried everything but obviously not the right thing. I can't console to my running database? It keeps failing everytime I start it. I've looked at some logs but I don't know what I'm looking for. Oracle EM was running just fine on Friday, but wouldn't come up Monday morning.
    My url for EM is http://172.23.183.169:1158/em
    At the terminal session prompt I type >emctl start dbconsole
    It comes back after a 5 minute timeout saying it failed. It appears that the agent (3938) does not want to start.
    Here is some log info further below...
    Please let me know what direction I should go on to resolve this. Thx!
    Regards,
    Ken
    ENV VARIABLES:
    [oracle@clthcmmb03 ~]$ env|sort
    COLORTERM=gnome-terminal
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-uEKexk6EGd
    DESKTOP_SESSION=default
    DESKTOP_STARTUP_ID=
    DISPLAY=:0.0
    G_BROKEN_FILENAMES=1
    GDMSESSION=default
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-uFau6k/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=clthcmmb03
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/home/oracle/oracle/product/10.2.0/db_1/lib:/home/oracle/oracle/product/10.2.0/db_2/opmn/lib:
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_HOME=/home/oracle/oracle/product/10.2.0/db_1
    ORACLE_SID=apex
    PATH=/home/oracle/oracle/product/10.2.0/db_1/bin:/home/oracle/oracle/product/10.2.0/db_2/opmn/bin:/home/oracle/oracle/product/10.2.0/db_1/bin:/home/oracle/oracle/product/10.2.0/db_2/opmn/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin
    PWD=/home/oracle
    SESSION_MANAGER=local/clthcmmb03:/tmp/.ICE-unix/6580
    SHELL=/bin/bash
    SHLVL=2
    SSH_AGENT_PID=6632
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-dybiGw6580/agent.6580
    TERM=xterm
    USER=oracle
    _=/usr/bin/env
    WINDOWID=39845962
    XAUTHORITY=/home/oracle/.Xauthority
    TERMINAL SESSION:
    [oracle@clthcmmb03 ~]$ emctl start dbconsole
    TZ set to US/Eastern
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://clthcmmb03:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Database Control ............................................................................................. failed.
    Logs are generated in directory /home/oracle/oracle/product/10.2.0/db_1/clthcmmb03_apex/sysman/log
    EMDCTL.TRC:
    2007-08-13 15:08:39 Thread-3086911712 WARN http: snmehl_connect: connect failed to (clthcmmb03:3938): Connection refused (error = 111)
    2007-08-13 15:08:45 Thread-3086911712 WARN http: snmehl_connect: connect failed to (clthcmmb03:1158): Connection refused (error = 111)
    EMAGENT.TRC:
    2007-08-13 14:40:34 Thread-3086911712 ERROR http: snmehl_allocateListenerPort: failed to bind socket: Address already in use (errno=98)
    2007-08-13 14:40:34 Thread-3086911712 ERROR http: nmehl_startHttpListener: failed to listen to HTTP port for http://clthcmmb03:3938/emd/main
    2007-08-13 14:40:34 Thread-3086911712 ERROR main: nmehl_startHttpListener failed starting http listener
    2007-08-13 15:10:12 Thread-3086911712 ERROR http: snmehl_allocateListenerPort: failed to bind socket: Address already in use (errno=98)
    2007-08-13 15:10:12 Thread-3086911712 ERROR http: nmehl_startHttpListener: failed to listen to HTTP port for http://clthcmmb03:3938/emd/main
    2007-08-13 15:10:12 Thread-3086911712 ERROR main: nmehl_startHttpListener failed starting http listener
    EMOMS.TRC:
    2007-08-12 02:00:36,607 [NotificationMgrThread] ERROR jdbc.ConnectionWrapper _applySessionParams.2980 - SQLException message: ORA-01089: immediate shutdown in progress - no operations are permitted
    java.sql.SQLException: ORA-01089: immediate shutdown in progress - no operations are permitted
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:111)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:330)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:287)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:742)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:214)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:953)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1260)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3290)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3334)
    at oracle.sysman.util.jdbc.ConnectionWrapper._applySessionParams(ConnectionWrapper.java:2971)
    at oracle.sysman.util.jdbc.ConnectionWrapper.<init>(ConnectionWrapper.java:181)
    at oracle.sysman.emSDK.svc.conn.FGAConnection.<init>(FGAConnection.java:115)
    at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:192)
    at oracle.sysman.emSDK.svc.conn.ConnectionService.getSystemConnection(ConnectionService.java:683)
    at oracle.sysman.emdrep.notification.NotificationMgr.getConnection(NotificationMgr.java:252)
    at oracle.sysman.emdrep.notification.NotificationMgr.resetConnection(NotificationMgr.java:298)
    at oracle.sysman.emdrep.notification.NotificationMgr.run(NotificationMgr.java:1190)

    Hi Hans,
    The Linux Database Server has a static IP address assigned to the NIC...172.23.183.169. It is not using DHCP. Hope that helps...
    Thx for helping me!
    Kind Regards,
    Ken

  • HELP entreprise manager won't start in windows 7 !

    SYSTEM information : windows 7 ultimate WITH Oracle DATABASE 11gR2
    I'm connected with a windows user that reside in ora_dba and administrator groups
    I execute all commands with "run as administrator"
    +'administrator' is also in ora_dba group+
    after installing oracle software I executed dbca to create a new database, but after the creation dbconsole won't run!
    *>emctl start dbconsole* gives me An instance of Oracle Enterprise Manager 11g Database Control is already running
    and the service 'oracleDbConsoleorcl' is not started, when I start it mannually it gives me windows could not start the service in local computer
    so now I know that this errors is caused by a running process, it's the 'java.exe : 5520', I kill it and try to start dbconsole again:
    *>emctl start dbconsole* it gives me
    The OracleDBConsoleorcl service could not be started
    A service specific error occurred: 2.
    More help is available by typing NET HELPMSG 3547.
    and of course the result of *>NET HELPMSG 3547* is A service specific error occurred: *** :/
    so I tried to recreate the repository but after the creation (successful) the result is the same errors when I want start dbconsole :
    *>emca -config dbcontrol db -repos recreate*
    You have specified the following settings
    Database ORACLE_HOME ................ d:\app\oracle\database\product\11.2.0\dbhome_1
    Local hostname ................ localhost
    Listener ORACLE_HOME ................ d:\app\oracle\database\product\11.2.0\dbhome_1
    Listener port number ................ 1521
    Database SID ................ orcl
    _.... no warning or errors ..._
    Sep 19, 2012 10:11:13 PM oracle.sysman.emcp.EMDBPostConfig invoke
    WARNING: Error starting Database Control.Please execute the following command(s)
    +1) Set the environment variable ORACLE_UNQNAME to Database unique name+
    +2) d:\app\oracle\database\product\11.2.0\dbhome_1\bin\emctl.bat start dbconsole+
    but ORACLEUNQNAME is already set !_
    C:\Windows\system32>set oracle
    ORACLE_HOSTNAME=localhost
    ORACLE_SID=orcl
    ORACLE_UNQNAME=orcl
    C:\Windows\system32>emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    https://localhost:1158/em/console/aboutApplication
    - An instance of Oracle Enterprise Manager 11g Database Control is already running. //_the same error before I recreate the repos_
    C:\Windows\system32>emctl status agent
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
    Agent is Not Running
    what's wrong ????

    I had the same problem.
    This was beacause the OS time setting that did not corresponds to the regional setting.
    In my case, the daylight saving time.

  • SAP won't start after recabeling sap system

    Hi,<br>
    <br>
    I have recently recabled my sap system (from wireless to wired) and now my sap instance won't start anymore. The weird thing is that nothing major was changed. When i read the logs from the work directory it seems it cannot load dbsdbslib.dll. I have updated to the latest version of the kernel and maxdb (kernel=7.00 patch 221, maxdb=7.6.06.07) and i made very sure i got the right kernel (NT AMD64). I also checked the environment settings for the <sid>adm user. The weird part is that it seems SAP cannot connect to the database, but the databse starts just fine and r3trans -d also returns no errors. Does anyone<br> have an idea what could be wrong?<br>
    <br>
    Kind regards,<br>
    Bas<br>
    <br>
    <br>
    trc file: "dev_disp", trc level: 2, release: "700"<br>
    <br>
    <br>
    command line arg 0:     D:\usr\sap\IDE\DVEBMGS00\exe\disp+work.EXE<br>
    command line arg 1:     pf=D:\usr\sap\IDE\SYS\profile\IDE_DVEBMGS00_sap<br>
    <br>
    ERROR => DlLoadLib()==DLENOACCESS - LoadLibrary("D:\usr\sap\IDE\SYS\exe\uc\NTAMD64\dbsdbslib.dll")<br>
      Error 126 = "The specified module could not be found." [dlnt.c       255]<br>
    sysno      00<br>
    sid        IDE<br>
    systemid   562 (PC with Windows NT)<br>
    relno      7000<br>
    patchlevel 0<br>
    patchno    221<br>
    intno      20050900<br>
    make:      multithreaded, Unicode, 64 bit, optimized<br>
    pid        3252<br>
    <br>
    kernel runs with dp version 243000(ext=110000) (@(#) DPLIB-INT-VERSION-243000-UC)<br>
    length of sys_adm_ext is 576 bytes<br>
    SWITCH TRC-HIDE on ***<br>
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3252) [dpxxdisp.c   1287]<br>
    ShmProtect( 5, 3 )<br>
    SigIInit: ok (whoami=1)<br>
    Thread handle for mainthread created<br>
    SigIRegisterRoutine: handler for signal 11 installed (SigISegv)<br>
    Pipe created:
    .\pipe\SAP3252 <br>
    SigIInit: Create Message Thread<br>
    SigIRegisterExitRoutine: exithandler installed (DpHalt)<br>
    SigIRegisterTerminateRoutine: terminatehandler installed (DpHalt)<br>
         shared lib "dw_xml.dll" version 221 successfully loaded<br>
         shared lib "dw_xtc.dll" version 221 successfully loaded<br>
         shared lib "dw_stl.dll" version 221 successfully loaded<br>
         shared lib "dw_gui.dll" version 221 successfully loaded<br>
         shared lib "dw_mdm.dll" version 221 successfully loaded<br>
    dp_loc_queue_max_blk:     40000<br>
    mshost:               >sap<<br>
    DpSetCancelStrat: set timeout 0 at level 0<br>
    DpSetCancelStrat: set timeout 5 at level 1<br>
    DpSetCancelStrat: set timeout -1 at level 2<br>
    DpSetCancelStrat: set timeout -1 at level 3<br>
    rdisp/softcancel_sequence :  -> 0,5,-1<br>
    softcancel_sequence:               >0,5,-1<<br>
    use internal message server connection to port 3900<br>
    msserv:               >3900<<br>
    dp_bufreftime:          120 sec<br>
    dp_btctime:          60 sec<br>
    dp_autoabaptime:     300 sec<br>
    dp_autothtime:     60 sec<br>
    dp_autojavatime:     300 sec<br>
    dp_vm_alarm_time:     100 msec<br>
    dp_calldelayed_time:     60 sec<br>
    dp_startup_time:     20<br>
    dp_noptime:          0 sec<br>
    dp_keepalive:          1200 sec<br>
    dp_keepalive_timeout:          60 sec<br>
    dp_ms_keepalive:          60 sec<br>
    dp_ms_keepalive_timeout:          300 sec<br>
    switch off dp-keep-alive for old temus<br>
    dp_gui_auto_logout:     0 sec<br>
    dp_spoolalrm:          60 sec<br>
    dp_softcancel_timeout:          5 sec<br>
    rdisp/wp_restart_interval : 300 sec<br>
    DpISetTrcLog: trc logging active, max size = 20971520 bytes<br>
    dp_rfc_check_active:     1<br>
    dp_rfc_check_all_rfcs:     0<br>
    dp_http_check:     1<br>
    check_master_slave:     0<br>
    NiHsLGetServNo: got service name 'sapdp00' from operating system<br>
    NiIGetServNo: servicename 'sapdp00' = port 0C.80/3200<br>
    NiHsLGetServNo: got service name 'sapgw00' from operating system<br>
    NiIGetServNo: servicename 'sapgw00' = port 0C.E4/3300<br>
    NiIMyHostName: hostname = 'sap'<br>
    NiHsLGetNodeAddr: got hostname 'sap' from operating system<br>
    NiIGetNodeAddr: hostname 'sap' = addr 192.168.2.250<br>
    NiHsLGetHostName: found address 192.168.2.250 in cache<br>
    NiIGetHostName: addr 192.168.2.250 = hostname 'sap' (fq)<br>
    Mon Oct 26 16:14:29 2009<br>
    NiHsLGetNodeAddr: hostname 'www.doesnotexist0190.qqq.nxst' not found by operating system<br>
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0190.qqq.nxst) took 12 seconds<br>
    Mon Oct 26 16:14:45 2009<br>
    NiHsLGetHostName: address 1.0.0.1 not found by operating system<br>
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 16 seconds<br>
    NiHsLGetServNo: got service name 'http' from operating system<br>
    NiIGetServNo: servicename 'http' = port 00.50/0080<br>
    NiHsLGetServName: port 1F.90/8080 not found by operating system<br>
    NiHsLGetServName: port FC.2B/64555 not found by operating system<br>
    NiHsLGetServNo: service name 'sapdp9988' not found by operating system<br>
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5521]<br>
    SigIRegisterRoutine: handler for signal 16 installed (DpTrcOnOff)<br>
    SigIRegisterRoutine: handler for signal 17 installed (DpTrcOnOff)<br>
    SigIRegisterRoutine: alarm handler installed (DpSigAlrm)<br>
    SigIRegisterRoutine: handler for signal 2 installed (DpSigInt)<br>
    SigIRegisterRoutine: handler for signal 15 installed (DpSigInt)<br>
    SigIRegisterRoutine: handler for signal 3 installed (DpSigQuit)<br>
    MtxInit: 30000 0 0<br>
    DpInitMtx: MtxInit o.k.<br>
    PPID environment not found<br>
    Thread handle for mainthread created<br>
    SigIRegisterRoutine: handler for signal 19 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 18 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 24 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 0 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 21 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 22 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 23 installed (DpSigPrivDisp)<br>
    SigIRegisterRoutine: handler for signal 25 installed (DpSigPrivDisp)<br>
    <br>
    <br>
    trc file: "dev_w0", trc level: 2, release: "700"<br>
    <br>
    *<br>
    ACTIVE TRACE LEVEL           2
    ACTIVE TRACE COMPONENTS      all, MJ

    M  command line arg 0:     D:\usr\sap\IDE\DVEBMGS00\exe\disp+work.EXE
    M  command line arg 1:     pf=D:\usr\sap\IDE\SYS\profile\IDE_DVEBMGS00_sap
    M  command line arg 2:     wp_id=0

    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\IDE\SYS\exe\uc\NTAMD64\dbsdbslib.dll' ...
    M  *** ERROR => DlLoadLib()==DLENOACCESS - LoadLibrary("D:\usr\sap\IDE\SYS\exe\uc\NTAMD64\dbsdbslib.dll")
      Error 126 = "The specified module could not be found." [dlnt.c       255]
    B  *** ERROR => Couldn't load library 'D:\usr\sap\IDE\SYS\exe\uc\NTAMD64\dbsdbslib.dll'
    [dbcon.c      4905]
    M sysno      00
    M sid        IDE
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    221
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        4000
    M
    M  kernel runs with dp version 243000(ext=110000) (@(#) DPLIB-INT-VERSION-243000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 4000) [dpxxdisp.c   1349]
    M Mon Oct 26 16:14:47 2009
    M  SigIInit: ok (whoami=2)
    M  Thread handle for mainthread created
    M  SigIRegisterRoutine: handler for signal 11 installed (SigISegv)
    M  Pipe created:
    .\pipe\SAP4000
    M  SigIInit: Create Message Thread
    M  SigIRegisterExitRoutine: exithandler installed (wp_halt)
    M  SigIRegisterTerminateRoutine: terminatehandler installed (wp_halt)
    M  SigIRegisterRoutine: handler for signal 16 installed (DpTrcOnOff)
    M  SigIRegisterRoutine: handler for signal 17 installed (DpTrcOnOff)
    M  SigIRegisterRoutine: alarm handler installed (DpSigAlrm)
    M  SigIRegisterRoutine: handler for signal 2 installed (DpSigInt)
    M  SigIRegisterRoutine: handler for signal 15 installed (DpSigInt)
    M  SigIRegisterRoutine: handler for signal 3 installed (DpSigQuit)
    I  MtxInit: 30000 0 0
    M  DpInitMtx: MtxInit o.k.
    M  WaitParent Thread 3252 start
    M  WaitParent Thread 3252 created
    M  Thread handle for mainthread created
    M  SigIRegisterRoutine: handler for signal 19 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 18 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 24 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 0 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 21 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 22 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 23 installed (DpSigPrivDisp)
    M  SigIRegisterRoutine: handler for signal 25 installed (DpSigPrivDisp)
    <br>
    <br>
    trc file: "trans.log"<br>
    <br>
    <br>
    4 ETW000 r3trans version 6.14 (release 700 - 12.06.09 - 15:20:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 21.10.2009 - 15:06:04
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Wed Oct 21 15:06:06 2009                                                   0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                         0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                  0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dbsdbslib.dll' ...                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  DlLoadLib success: LoadLibrary("dbsdbslib.dll"), hdl 0, addr 0000000188C00000
    4 ETW000                                                                                7580  0.007580
    4 ETW000  [dev trc     ,00000]      using "D:\usr\sap\IDE\SYS\exe\uc\NTAMD64\dbsdbslib.dll"               16  0.007596
    4 ETW000  [dev trc     ,00000]  Library 'dbsdbslib.dll' loaded                                            19  0.007615
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dbsdbslib.dll                    38  0.007653
    4 ETW000  [dev trc     ,00000]  Version of 'dbsdbslib.dll' is "700.08", patchlevel (0.211)               307  0.007960
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dbsdbslib.dll                   26  0.007986
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dbsdbslib.dll                  24  0.008010
    4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    46  0.008056
    4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=39,arg_p=0000000000000000)            21  0.008077
    4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    15  0.008092
    4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=10,arg_p=0000000003B4F920)            20  0.008112
    4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    15  0.008127
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  17  0.008144
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                50  0.008194
    4 ETW000  [dev trc     ,00000]  { DbSlSdbControl(con_hdl=-1,command=10,arg_p=0000000001A01768)            31  0.008225
    4 ETW000  [dev trc     ,00000]  } DbSlSdbControl(rc=0)                                                    17  0.008242
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             13  0.008255
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                16  0.008271
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    </p>
    Edited by: B. v. d. Lienden on Oct 26, 2009 5:18 PM

    <div class=Section1>
    <p class=MsoNormal>Natalia,</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>To answer your questions:</p>
    <p class=MsoNormal>1. Did you create the SAP ticket, where this problem is
    reported?</p>
    <p class=MsoNormal>I didn't report it to SAP because it is just an IDES test
    system. I can easily do a reinstall, but i would like to know the cause and
    solution to this problem.</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>2. Do you have dbsdbslib.dll at this location? What version?</p>
    <p class=MsoNormal>Yes, i have the dbsdbslib.dll at location
    D:\usr\sap\IDE\DVEBMGS00\exe and also D:\usr\sap\IDE\SYS\exe\uc\NTAMD64</p>
    <p class=MsoNormal>Version is 7000.221.16.41497 (kernel 7.00 SP 221)</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>your requested output:</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal>disp+work information</p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>kernel releaseu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 700</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>kernel make variantu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 700_REL</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compiled onu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 NT 5.2 3790 Service Pack 2 x86
    MS VC++ 14.00</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compiled foru00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 64 BIT</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compilation modeu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 UNICODE</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compile timeu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 Aug 23 2009 23:15:57</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>update level u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A00</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>patch numberu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 221</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>source idu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 0.221</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal>supported environment</p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>database (SAP, table SVERS)u00A0u00A0 700</p>
    <p class=MsoNormal>u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 </p>
    <p class=MsoNormal>operating system</p>
    <p class=MsoNormal>Windows NT 5.0</p>
    <p class=MsoNormal>Windows NT 5.1</p>
    <p class=MsoNormal>Windows NT 5.2</p>
    <p class=MsoNormal>Windows NT 6.0</p>
    <p class=MsoNormal>ALLUSERSPROFILE=C:\Documents and Settings\All Users</p>
    <p class=MsoNormal>APPDATA=C:\Documents and Settings\ideadm\Application Data</p>
    <p class=MsoNormal>CLIENTNAME=BSF02</p>
    <p class=MsoNormal>ClusterLog=C:\WINDOWS\Cluster\cluster.log</p>
    <p class=MsoNormal>CommonProgramFiles=C:\Program Files\Common Files</p>
    <p class=MsoNormal>CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files</p>
    <p class=MsoNormal>COMPUTERNAME=SAP</p>
    <p class=MsoNormal>ComSpec=C:\WINDOWS\system32\cmd.exe</p>
    <p class=MsoNormal>DBMS_TYPE=ada</p>
    <p class=MsoNormal>DIR_LIBRARY=D:\usr\sap\IDE\SYS\exe\uc\NTAMD64</p>
    <p class=MsoNormal>DIR_PROFILE=D:\usr\sap\IDE\SYS\profile</p>
    <p class=MsoNormal>FP_NO_HOST_CHECK=NO</p>
    <p class=MsoNormal>HOMEDRIVE=C:</p>
    <p class=MsoNormal>HOMEPATH=\Documents and Settings\ideadm</p>
    <p class=MsoNormal>JAVA_HOME=C:\j2sdk1.4.2_21-x64</p>
    <p class=MsoNormal>LOGONSERVER=
    SAP</p>
    <p class=MsoNormal>NUMBER_OF_PROCESSORS=2</p>
    <p class=MsoNormal>OS=Windows_NT</p>
    <p class=MsoNormal>Path=D:\sapdb\programs\bin;D:\sapdb\programs\pgm;C:\j2sdk1.4.2_21-x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
    Files\Intel\DMIX;D:\usr\sap\IDE\SYS\exe\uc\NTAMD64</p>
    <p class=MsoNormal>PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH</p>
    <p class=MsoNormal>PROCESSOR_ARCHITECTURE=AMD64</p>
    <p class=MsoNormal>PROCESSOR_IDENTIFIER=EM64T Family 6 Model 15 Stepping 13,
    GenuineIntel</p>
    <p class=MsoNormal>PROCESSOR_LEVEL=6</p>
    <p class=MsoNormal>PROCESSOR_REVISION=0f0d</p>
    <p class=MsoNormal>ProgramFiles=C:\Program Files</p>
    <p class=MsoNormal>ProgramFiles(x86)=C:\Program Files (x86)</p>
    <p class=MsoNormal>PROMPT=$P$G</p>
    <p class=MsoNormal>SAPEXE=D:\usr\sap\IDE\SYS\exe\uc\NTAMD64</p>
    <p class=MsoNormal>SAPLOCALHOST=sap</p>
    <p class=MsoNormal>SAPSYSTEMNAME=IDE</p>
    <p class=MsoNormal>SESSIONNAME=RDP-Tcp#47</p>
    <p class=MsoNormal>SystemDrive=C:</p>
    <p class=MsoNormal>SystemRoot=C:\WINDOWS</p>
    <p class=MsoNormal>TEMP=C:\WINDOWS\TEMP\2</p>
    <p class=MsoNormal>TMP=C:\WINDOWS\TEMP\2</p>
    <p class=MsoNormal>USERDOMAIN=SAP</p>
    <p class=MsoNormal>USERNAME=ideadm</p>
    <p class=MsoNormal>USERPROFILE=C:\Documents and Settings\ideadm</p>
    <p class=MsoNormal>windir=C:\WINDOWS</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal>disp+work information</p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>kernel releaseu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 700</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>kernel make variantu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 700_REL</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compiled onu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 NT 5.2 3790 Service Pack 2 x86
    MS VC++ 14.00</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compiled foru00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 64 BIT</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compilation modeu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 UNICODE</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>compile timeu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 Aug 23 2009 23:15:57</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>update levelu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 0</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>patch numberu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 221</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>source idu00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 0.221</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal>supported environment</p>
    <p class=MsoNormal>----
    </p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal>database (SAP, table SVERS)u00A0u00A0 700</p>
    <p class=MsoNormal>u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0u00A0 </p>
    <p class=MsoNormal>operating system</p>
    <p class=MsoNormal>Windows NT 5.0</p>
    <p class=MsoNormal>Windows NT 5.1</p>
    <p class=MsoNormal>Windows NT 5.2</p>
    <p class=MsoNormal>Windows NT 6.0</p>
    <p class=MsoNormal> </p>
    <p class=MsoNormal> </p>
    </div>

  • My iPhone 5 won't start!

    My Iphone 5 won't start and tells me to connect the phone to ITunes but nothing happens when I do. The phone doesn´t show up in ITunes. What to do?

    Apologies, 11.0.4 is the most recent of course...
    You'll need to enter DFU mode.
    Connect the iPhone to your computer and launch iTunes
    Turn the iPhone off (hold down the power button at the top of the iPhone)
    Hold down the sleep/power button and home button together for exactly 10 seconds, then release the power button
    Continue to hold down the Home button until a message appears in iTunes telling you an iPhone in recover mode has been detected
    Hopefully this should work, with you being able to restore the device in iTunes.
    However, be warned that this will erase all content on the iPhone, content you can restore if you have saved backups on your Mac/PC or on iCloud.

  • Ok so I updated to iOS 7 on my iPod (5th) it let me update my apps but I cannot download new apps thanks to the terms and conditions. Also my iTunes won't start it just blank, I tried everything I need help

    Ok so I updated to iOS 7 on my iPod (5th) it let me update my apps but I cannot download new apps thanks to the terms and conditions. Also my iTunes won't start it just blank, I tried everything I need help

       Did you download the new iTunes update that was also released this afternoon? That might be the problem. The new iTunes update came out today as well as the new iOS 7 update and if you haven't downloaded the new iTunes update it may be a compatibility problem so if you didn't, first update to the new iTunes and try again.

  • All of a sudden Photoshop won't start [on a Macbook Air]

    Dear all,
    I'm on a MacBook Air with OS X 10.10.2, and I use Photoshop about once a month, but now I really need it, and it won't start:
    - Immediately after I click on the Photoshop icon I get "Adobe Photoshop CS5.1 cannot be opened because of a problem." And when I click on the "Report..." button I get a very technical message (see below).
    - I've used Photoshop on this machine for about a year with no problem, but recently I had a problem and needed to restore from my TimeMachine backup.
    - I don't know if the problem occurred immediately after the restore or not.
    - I've read innumerable threads on various forums, but nothing describes my problem exactly. I suspect a problem with my paths and permissions (since I read a report that restoring from a TimeMachine causes such problems occasionally), but I don't know which path is corrupted/missing/unreadable.
    - I've tried creating a new admin account and starting Photoshop from there. It didn't work.
    - I don't mind reinstalling, but I don't have an installer image. I started with Photoshop 6, then updated to CS2, CS4 and eventually CS5. I do have all the serial numbers but not all update-images.
    I would appreciate any hints on how to further diagnose and some the problem.
    Thanks a lot in advance!
    Bojidar
    And now here is my exact error message:
    Process:               Adobe Photoshop CS5.1 [12426]
    Path:                  /Applications/Bildbearbeitung/*/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
    Identifier:            com.adobe.Photoshop
    Version:               ???
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe Photoshop CS5.1 [12426]
    User ID:               501
    Date/Time:             2015-05-03 21:53:39.840 +0200
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        A0DC6EA7-1973-1B68-EFC7-5D60106F084D
    Sleep/Wake UUID:       1FA6367C-EEB2-4F46-8773-EBB176EAEAC7
    Time Awake Since Boot: 230000 seconds
    Time Since Wake:       2900 seconds
    Crashed Thread:        0
    Exception Type:        EXC_BREAKPOINT (SIGTRAP)
    Exception Codes:       0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: @executable_path/../Frameworks/adobe_caps.framework/Versions/A/adobe_caps
      Referenced from: /Applications/Bildbearbeitung/*/Adobe Photoshop CS5.1.app/Contents/MacOS/Adobe Photoshop CS5.1
      Reason: image not found
    Binary Images:
        0x7fff6f1c1000 -     0x7fff6f1f7837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
    Model: MacBookAir6,2, BootROM MBA61.0099.B18, 2 processors, Intel Core i5, 1.3 GHz, 4 GB, SMC 2.13f15
    Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.15.124.12.10)
    Bluetooth: Version 4.3.1f2 15015, 3 services, 19 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0256F, 251 GB
    USB Device: Internal Memory Card Reader
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Air, Apple Inc., 23.6

    Did tou try resetting the preferences usins the Photoshop keys as your tryind to start Photoshop.  Toy cab also use Windows explored or Mac finder deleteor rename you userid Photoshop preferende if you change you OS preferences to be able to see hiddeb files and folders. Do you read the link I posted?
    Restore preference files to default
    In this video, learn the two methods of resetting your preference files back to default: Manual preference file removal and Keyboard Shortcut method (starts at 5:05)
    by Julieanne Kost
    To restore preferences quickly using a keyboard short cut:
    Press and hold Alt+Control+Shift (Windows) or Option+Command+Shift (Mac OS) as you start Photoshop. You are prompted to delete the current settings. The new preferences files are created the next time you start Photoshop.
    Note: Using the keyboard shortcut, preference files for custom shortcuts, workspaces, and color setings will also be reset to default.

  • X11 won't start anymore!

    Hello,
    this is a desperate call: I am at a conference with my MBP, (10.6.7, all updates done). I need Matlab for my presentation, which needs X11.
    X11 (and XQuartz) decided that they won't start anymore: the icon bounces in the dock for a while, then sits there without the little light underneath, and X11 is "non responding".
    The logs show something like this.
    I have googled and searched: similar problems once in a while appear but no posted solution.
    I tried:
    1) reinstalling XQuartz (I would reinstall X11, but how? I do not have the disks with me, I am away!)
    2) from an admin account
    3) create a new account.
    4) repair permissions.
    5) reinstall the font update from Apple that was recently issued.
    HELP PLEASE!!!
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: DISPLAY ("/tmp/launch-bHvQen/org.macosforge.xquartz:0") does not match our id ("org.x"), unsetting.
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: main(): argc=2
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[0] = /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[1] = -psn_0_278596
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     Waiting for startup parameters via Mach IPC.
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: Could not connect to server (DISPLAY is not set). Starting X server.
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     X11.app: Launching /usr/X11/bin/startx:
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[0] = /bin/sh
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[1] = -c
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]      argv[2] = /usr/X11/bin/startx
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     font_cache: Scanning user font directories to generate X11 font caches
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     font_cache: Updating FC cache
    11-05-16 5:02:01 PM     org.x.privileged_startx[20781]     font_cache: Scanning system font directories to generate X11 font caches
    11-05-16 5:02:01 PM     defaults[20791]
    The domain/default pair of (org.x.X11, dpi) does not exist
    11-05-16 5:02:01 PM     [0x0-0x44044].org.x.X11[20759]     Couldn't create cookie
    11-05-16 5:02:02 PM     org.x.privileged_startx[20781]     font_cache: Updating FC cache
    11-05-16 5:02:04 PM     [0x0-0x44044].org.x.X11[20759]     font_cache: Done
    11-05-16 5:02:04 PM     org.x.privileged_startx[20781]     font_cache: Done

    Here is the solution: there was nothing wrong with x11 per se!
    The problem was that about 30 files in /usr/bin (like gzip, egrep, hexdump etc) had been hosed (they had 0 file size).  The puzzling messages was due to the fact that startx uses hexdump, which was simply silently doing nothing (since it had 0 size!).
    I do not know what or when these files were zeroed: I suspect a recent OSX update which did not complete and I had to forcefully reboot.
    I have fixed it enough to work (copying those files from another mac), but who knows what else lurks beneath the surface of apparent serenity!
    I am actually surprised that the whole system did not stop functioning completely.
    MORALE: if something looks strange in the logs with x11 or other apps, check the file sizes  in your /usr/bin, you may be surprised too!

  • 24" iMac won't start when iPod is connected

    My 24" iMac won't start up/restart if my iPod is already connected to it. If I restart with the iPod connected, I just get a gray screen (with no apple logo) forever. Has anyone else experienced this problem? If so, any solution? I have Windows installed with boot camp, don't know if that's the problem, but I tried reseting the p-ram, but to no avail...
    Intel iMac 24", 7600 GT, 500GB, 2GB. Titanium Powerbook 667 MHz G4, loaded.   Mac OS X (10.4.7)   30 GB iPod Video

    My suggestion would be disconnect the iPod. That's just me though.
    http://docs.info.apple.com/article.html?artnum=93953
    I'm guessing Boot Camp is the culprit. Whatever emulated BIOS it's using doesn't like the iPod as a startup disk.

  • I was messing around with .kext files in the MacintoshHD and now my MacBook Pro won't start up.

    I was messing around with .kext files in the MacintoshHD and moved the system.kext and two others to my desktop and deleted the originals and now the MacBook Pro won't start up. All I get at start up is the apple icon then a bunch of text shows up part of which says Mac OS version: not yet set. then the apple icon turns into the power icon and tells me to turn off the computer. I've tried reinstalling from the install DVD by holding down option when powering on and selecting the install DVD and it just goes to a white screen with the apple icon and stays like that. I didn't have the disk utility on my Mac before this happened because I deleted it to make room on my computer a while ago so I'm not sure if that's why it won't load the install DVD but anyone who knows the solution to this with out going to get it repaired would be greatly appreciated. Thank you!

    Never mind my dad just found the original install DVD and that worked. Before I was using an install disc that Apple sent me for another issue I was having, but thanks for replying so quickly and trying to help on this Thanksgiving day!!!

  • I deleted my extensions manager and now my Mac won't start up. Please Help!!

    I have an IMac, 24" model, running OS X. For the past several days, little warning windows have been popping up with this annoying beep, telling me that my computer was infected with various viruses. 4, to be exact. Also, while on the internet, random pop-up windows have appeared, so I thought I did have a virus. So, to correct the matter (or attempt to), I deleted my preferences folder from the system folder, as well as the extensions manager.
    Now, the computer won't start up past the white logo screen with the turning gear thingy. I've tried resetting the PRAM, and starting in safe mode, and safe mode with the progress screen, and even something there while holding the option key (that one gave me an icon of my HD, but clicking on it took me back to an endless wait on the white screen). I've tried starting from the disk that came with the computer (I held the C key) but not only doesn't the computer start from the disk, it spits the disk out. I don't understand. The computer was fine until I deleted the ext. mgr and preferences, so it can't be that the computer went bad or something.
    I don't know what else to do here. I do have an extended service warranty with Best Buy, but I wanted to see if there was some way to fix this before hauling this thing off to the store. Any suggestions? I'm desperate here, because anything and everything I've tried (based on all the try-this and try-thats I found on the internet), nothing has worked.
    Please help.
    Thanks in advance.

    Well done! You've succeeded in turning your Mac into a useless brick.
    Deleting the System/Library/extensions folder and the associated manager removed most of the functionality from your OS.
    And all to get rid of what sounds like the MacDefender trojan or a variant.
    ref; http://support.apple.com/kb/HT4650 and http://support.apple.com/kb/HT4651
    You may have a slim chance of recovering if it will still boot in Target Disc Mode; in which case you can use another Mac to install the system remotely.
    And I doubt your warranty with Best Buy is going to cover user "error."
    Message was edited by: noondaywitch

  • After reboot firefox won't start. runs in task manager, but won't pop up. reset, safe mode and uninstall/re-install won't help. ok if no reboot.

    win7 Pro. has been running firefox ok. but lately with 25 and now 26, the firefox won't start. I can see firefox is running in task manager. but it just won't pop up.
    if I download it again and install it, it will run, but every time I reboot the system, it just won't run again.
    try: reset, safe mode, uninstall & reinstall, new/clean profile, none of those work.

    There may be a corrupted file on Firefox.<br>
    Please attempt to perform a clean reinstall. <sup>[https://support.mozilla.org/en-US/kb/forum-response-clean-reinstall (More Details)]</sup> This is different than a regular uninstall.
    If a clean reinstall does not fix the issue, please try starting your operating system in safe mode.<br>
    To do so, please do the following:
    #Ensure that your computer is shut down completely
    #Press the power button
    #Tap the <code>F8</code> key repeatedly before the Windows logo and startup screen is displayed
    #Select Safe Mode With Networking for the advanced startup options list
    Please report back with the results of both solutions.

  • I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes (or I already have) and my server won't start

    I am upgrading to Calendar Server 4.0 on NT with more than 9 nodes
    (or I already have) and my server won't start.
    <P>
    The steps are the same whether you have already upgraded or are about to.
    <P>
    Calendar Server 4.0 on the Windows NT platform can only support up to nine
    nodes on one server, while 3.51 supported up to 14. If you have a Calendar
    Server 3.51 with more than 9 nodes that you want to upgrade to Calendar Server
    4.0, Netscape recommends that you migrate the extra nodes to another Calendar
    Server 3.51 on another Windows NT system. To accomplish this:
    <OL>
    <LI>Install Calendar Server on another Windows NT machine and configure it to
    use the same directory server as your current Calendar Server.
    <LI>Stop and backup your current Calendar Server.
    <LI>Individually zip up the node directories you want to move to the new
    server. (drive:\unsers\unison\db\Nx
    where "x" is the number of the node you want to use.)
    <LI>Stop the new Calendar Server.
    <LI>Unzip the files into the new Calendar Server in the same place as they
    were on the old server.
    <LI>Edit the unison.ini
    file on the new server to add the nodes you have just migrated.
    <LI>Edit the unison.ini
    file on the old server to remove the nodes you have moved to the new server.
    <LI>Edit the nodes.ini
    file on the old server to remove the nodes you just moved and then add them
    with the new hostname. Keep in mind that you will only be able to modify the
    node network from the old host.
    <LI>Run unidbfix -export
    on both servers for all nodes.
    <LI>Edit the remotenodes.ini
    file on both servers to reflect your node topology.
    <LI>Run unidbfix -import
    to import the changes into the node databases.
    <LI>Run unidbfix -c,
    then -f,
    then -c
    again on both servers for all the nodes.
    <LI>If you don't get any errors, run uninode -test all
    to test if your nodes connections are set properly. If they are not, <B>do not</B>
    start either of the servers; instead, fix the errors and try again.
    <LI>Start both servers.
    <LI>Log in and check to see if you can see people on remote nodes.
    <LI>Notify the users on the moved nodes of their new calendar host.
    <LI>If you did this in preparation of an upgrade, you can now run the upgrade to
    4.0 since both servers contain fewer than 9 nodes.
    </OL>

    Use Disk Utility whihc is in the Utilities Folder.
    Select your Boot Disk on the left.
    Select Verify Permissions
    If any errors the do Reapir permissions.
    You might have to repeat the process.
    see this:
    Steve

Maybe you are looking for

  • How to add a link to your message

    Does anyone know how to add a link to a message?

  • In-House Bank with IS-U

    Hello everybody, is it possible to use In-House Cash with IS-U? A SAP consultant told me, that it isnt possible ´to use In-House Cash with IS-U (in SAP standard). The payment run in FI-CA isn´t able to create idocs. But you need idocs to communicate

  • Finder Sidebar Misbehaves

    My Finder Sidebar is having all sorts of problems. I am trying to find its preference file so that I may edit it directly. Some items can only go at certain heights within the finder window sidebar. Additionally, even with my customized finder sideba

  • Tabs: Used to have separate tabs for each window, now they 'bunch up'

    Previously, I would open a window, and for each a separate identified tab would appear at the bottom of my screen. Now they bunch up and appear as one tab showing like "2 Firefox" or "4 Firefox". Not very helpful with open windows and trying to move

  • Add-ons Manager

    I have Windows Vista and Adobe Reader X (10.1.6) In Add-ons Manager: Adobe Acrobat Adobe PDF Plug-In For Firefox and Netscape 10.1.6 Outdated Version Where is the new version? http://get.adobe.com/reader/ (Adobe Reader X (10.1.4) Something strange, i