OEM problems

Hello, all!
I'm not having an easy time getting Enterprise Manager working. If you can help, I'll appreciate it a lot!
I'm working with Oracle 8.1.7.0.0 on a Win2000 machine. I have two Oracle homes; I'm using the first one installed.
I am part way through the process laid out in Chapter 1 of the Oracle Enterprise Manager Configuration Guide. I've done everything up to "Start Intelligent Agent".
The next step is "Start Management Servers".
- The database with the OEM repository database is started and open.
- I'm working on the machine hosting the repository.
- The configuration parameters associated with the repository are correct.
- The Win2K "Services" window shows OracleOra81Agent is started.
- The Win2K "Services" window shows the OracleOra81ManagementServer is NOT started.
- When I attempt to start the OracleOra81ManagementServer, I get a dialog box saying, "Could not start the OracleOra81ManagementServer service on Local Computer. The service did not return an error. This could be an internal Windows error or an internal service error. If the problem persists, contact your system administrator." (I'm the administrator!)
- Associated with the attempt to start the management server service are three messages in the Event Viewer:
-- an information event, event ID 110, "The service is entering production run mode."
-- an error, event ID 113, "The process termination failed for JRE. %2. "
-- an error, event ID 112, "The service has terminated abnormally. See the file C:\Program Files\Oracle\ora81\sysman\log\oms.nohup for details."
- The file "C:\Program Files\Oracle\ora81\sysman\config\omsconfig.properties" contains (in full):
--- start omsconfig.properties ---
#OMS Configuration Properties
#Sat Aug 25 10:47:47 CDT 2001
OEM.REPOSITORY.PASSWORD=<<clip>>
oem.BootHost=localhost
OEM.REPOSITORY.DATABASE=eagle
oem.BootPort=7771
OEM.REPOSITORY.USER=OEM_REP_OWNER
OEM.REPOSITORY.DATABASE_ORIG=eagle
tracing.enabled=true
tracing.level=5
logging.enabled=true
logging.dir=c:\Progra~1\Oracle\Ora81\sysman\log
logging.filename=oms.log
logging.max_size=20
logging.save_previous_log=true
oem.tracing.enabled=true
oem.tracing.level=5
--- end omsconfig.properties ---
- The only files on my hard disk meeting the test "oms.* are not log files (oms.htm, oms.gif).
Questions:
- Why won't my management server service start?
- Why have I no log files?
Thanks in advance!
Regards,
. . . Garry

Oracle Database Service on Windows 2000 in AutoStart Mode with
Logon as SYSTEM
(Bug 1397927) If you have installed an Oracle database service
on Windows 2000, when logging in as SYSTEM user (Local System),
with startup mode set to Automatic, it is possible that the
Oracle database service starts but the database does not start
automatically. The following error message is written to the
ORADIM.LOG file in the ORACLE_BASE\ORACLE_HOME\DATABASE
directory.
ORA-12640: Authentication adapter initialization failed
It has also been observed that the services like Oracle
Enterprise Management Agent, Oracle Enterprise Manager
Management Server and Oracle Internet Directory may also fail
for the same reason because they cannot connect to the database.
The workarounds for this problem are:
Remove the line sqlnet.authentication_services=(NTS) from
SQLNET.ORA or set sqlnet.authentication_services=(NONE) in
SQLNET.ORA.
Start the database manually after the Oracle database service
has started using SQL*Plus connecting as user name INTERNAL.
Note that the INTERNAL user name will not be available after
release 8.1.7.
Start the service as a specific user:
Choose Start > Settings > Control Panel > Services. The Services
dialog box appears.
Select the service you want to start.
Click the Startup button. The Service dialog box appears.
Click This account and specify the user name and corresponding
password.
http://otn.oracle.com/docs/products/oracle8i/htdocs/relnotes_nt_8
17.htm

Similar Messages

  • OEM problem

    I created a database manually. I configured the passwords for sys and system.
    Then I create OEM
    $ emca -config dbcontrol db -repos create
    I wrote the oracle_sid, port of listener, psw for sys, sysman, etc.
    When i try to access to the Database control with sys(the password is the same when i create the database) as sysdba. Oracle displayed a error: username or password are not valid.
    Any ideas?

    OEM problem
    do NOT cross/multi-post

  • OEM Problem in Communicating with Listener

    Dear all,
    for some reason, my OEM is corrupted and when it's enabled, it messes up with the listener. I concluded the problem lies in OEM rather than in the listener since I can establish connection between SQLdeveloper and the server via the listener without any problem.
    I have instance named INARA, host named FIREFLY.SNOWDROP.COM, and listener named ORACLE_LISTENER.
    I closed SQLdeveloper application and its listener and started OEM first to pinpoint the problem. After I started OEM, the Management Service log emoms.log dumped:
    2011-06-15 11:55:12,203 [HTTPThreadGroup-2] WARN  jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2011-06-15 11:55:12,204 [HTTPThreadGroup-2] ERROR conn.ConnectionService verifyRepositoryEx.891 - Invalid Connection Pool. ERROR = Io exception: The Network Adapter could not establish the connection
    2011-06-15 11:55:12,205 [EMUI_11_55_12_/console/aboutApplication] ERROR svlt.PageHandler handleRequest.639 - java.lang.IllegalStateException: Response has already been committed
    java.lang.IllegalStateException: Response has already been committed
         at com.evermind.server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1892)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:249)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:1113)
         at oracle.sysman.emSDK.svlt.PageHandler.myRender(PageHandler.java:1173)
         at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:597)
         at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:787)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:343)
         at oracle.sysman.eml.app.Console.doGet(Console.java:157)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:107)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:146)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:327)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595) also the Management Agent trace file emagent.trc dumped:
    SQL = "                                                                   OCISessionGet"...
    LOGIN = dbsnmp/<PW>@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=firefly.snowdrop.com)(PORT=1521))(CONNECT_DATA=(SID=inara)))
    2011-06-15 11:57:05,914 Thread-4147767632 ERROR vpxoci: ORA-12541: TNS:no listener
    2011-06-15 11:57:05,914 Thread-4147767632 WARN  vpxoci: Login 0x67fd70 failed, error=ORA-12541: TNS:no listener
    2011-06-15 11:57:05,914 Thread-4147767632 WARN  TargetManager: Exception in computing dynamic properties of {inara.snowdrop.com, oracle_database },GetDbBlockSize::ORA-12541: TNS:no listener
    2011-06-15 11:57:05,916 Thread-4138318160 ERROR TargetManager: nmeetm.c : Target inara.snowdrop.com has a failed critical dynamic property
    2011-06-15 11:57:05,918 Thread-4138318160 WARN  upload: Upload manager has no Failure script: disabled
    2011-06-15 11:57:05,918 Thread-4138318160 WARN  upload: Amount of upload data will be recalculated due to reload.enabling collections and regenerating metadata.
    2011-06-15 11:57:05,918 Thread-4138318160 WARN  TargetManager: Regenerating all Metadata
    2011-06-15 11:57:05,983 Thread-4138318160 WARN  upload: Truncating value of "SHORT_NAME" from "Average Synchronous Single-Block Read Latency (ms)" to "Average Synchronous Single-Block Read La"
    2011-06-15 11:57:05,983 Thread-4138318160 WARN  upload: Truncating value of "SHORT_NAME" from "Average Synchronous Single-Block Read Latency (ms)" to "Average Synchronous Single-Block Read La"
    2011-06-15 11:57:06,080 Thread-4138318160 WARN  upload: Truncating value of "COLUMN_LABEL" from "Total messages processed per queue per subscriber per minute in the last interval" to "Total messages processed per queue per subscriber per minute in "
    2011-06-15 11:57:06,080 Thread-4138318160 WARN  upload: Truncating value of "COLUMN_LABEL" from "Total messages received per queue per subscriber per minute in the last interval" to "Total messages received per queue per subscriber per minute in t"
    2011-06-15 11:57:06,080 Thread-4138318160 WARN  upload: Truncating value of "COLUMN_LABEL" from "Messages processed per queue (%) per subscriber per minute in the last interval" to "Messages processed per queue (%) per subscriber per minute in th"
    2011-06-15 11:57:06,080 Thread-4138318160 WARN  upload: Truncating value of "COLUMN_LABEL" from "Age of the first message in persistent queue per subscriber (seconds)" to "Age of the first message in persistent queue per subscriber (sec"
    2011-06-15 11:57:06,081 Thread-4138318160 WARN  upload: Truncating value of "COLUMN_LABEL" from "Age of the first message in the buffered queue per queue (seconds)" to "Age of the first message in the buffered queue per queue (second"
    2011-06-15 11:57:06,096 Thread-4138318160 WARN  collector: enable collector
    2011-06-15 11:57:06,100 Thread-4138318160 WARN  collector: Regenerating all DefaultColls
    2011-06-15 11:57:07,145 Thread-4147767632 ERROR upload: Exceeded max. amount of upload data: 314 files, 346.533864 MB Data. 89.74% of disk used. Disabling collections.
    2011-06-15 11:57:07,145 Thread-4147767632 WARN  collector: Disable collector
    2011-06-15 11:57:08,237 Thread-4147767632 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:57:08,337 Thread-4147767632 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:57:38,442 Thread-4147767632 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:57:38,545 Thread-4147767632 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:58:08,732 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:58:08,835 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:58:38,952 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:58:39,055 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:59:09,157 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:59:09,260 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:59:39,364 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:59:39,465 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2011-06-15 11:59:58,595 Thread-4154857808 ERROR command: nmejcn: received no status header from repository at https://firefly.snowdrop.com:5500/em/upload/Looked like OEM had some errors and warnings after it got initiated but I don't know what they meant.
    After OEM is successfully started, at least according to the emtcl command, I started listener ORACLE_LISTENER. At this point I performed loopback test using NET manager on the server, and it took forever so I aborted it. The database at this point was still open and running without problem though. TNSPING took 157080 msc to return OK value, on the other hand lsnrctl status ORACLE_STATUS was stalled.
    So looking at emagent.trc after listener was initiated:
    2011-06-15 12:02:10,306 Thread-4138318160 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-15 12:02:10,306 Thread-4138318160 WARN  ssl.io: fd=6: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-15 12:02:10,306 Thread-4138318160 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-15 12:02:10,306 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2011-06-15 12:02:40,433 Thread-4138318160 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-15 12:02:40,433 Thread-4138318160 WARN  ssl.io: fd=6: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-15 12:02:40,433 Thread-4138318160 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-15 12:02:40,433 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2011-06-15 12:03:40,570 Thread-4138318160 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-15 12:03:40,570 Thread-4138318160 WARN  ssl.io: fd=6: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-15 12:03:40,570 Thread-4138318160 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-15 12:03:40,570 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2011-06-15 12:04:10,704 Thread-4138318160 WARN  ssl: <nmehlssl.c:nmehlssl_readcb>: nmehl_read_sock timed out, rsf = -5, setting read timeout flag
    2011-06-15 12:04:10,704 Thread-4138318160 WARN  ssl.io: fd=6: nmehlssl_read, nzos_Read error = 28862 readTimed Out = 1
    2011-06-15 12:04:10,704 Thread-4138318160 WARN  http: <nmehl.c>:<nmehl_readline>: nmehlssl_read() timed out
    2011-06-15 12:04:10,704 Thread-4138318160 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text = also emoms.trc
    2011-06-15 12:05:26,159 [HTTPThreadGroup-6] WARN  jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retrying
    2011-06-15 12:05:29,774 [HTTPThreadGroup-5] WARN  jdbc.ConnectionCache _getConnection.352 - Io exception: Socket read timed out
    java.sql.SQLException: Io exception: Socket read timed out
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:77)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:111)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:230)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:501)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:436)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:621)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:492)
         at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:386)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:276)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:212)
         at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:140)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeCacheConnection(OracleImplicitConnectionCache.java:1752)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.makeOneConnection(OracleImplicitConnectionCache.java:644)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getCacheConnection(OracleImplicitConnectionCache.java:592)
         at oracle.jdbc.pool.OracleImplicitConnectionCache.getConnection(OracleImplicitConnectionCache.java:460)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:544)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:480)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:336)
         at oracle.sysman.util.jdbc.ConnectionCache._getConnection(ConnectionCache.java:322)
         at oracle.sysman.util.jdbc.ConnectionCache.getUnwrappedConnection(ConnectionCache.java:575)
         at oracle.sysman.emSDK.svc.conn.FGAConnectionCache.getFGAConnection(FGAConnectionCache.java:207)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1138)
         at oracle.sysman.emSDK.svc.conn.ConnectionService.getPrivateConnection(ConnectionService.java:1172)
         at oracle.sysman.emdrep.receiver.OMSHandshake.getParameterFromDB(OMSHandshake.java:570)
         at oracle.sysman.emdrep.receiver.OMSHandshake.getMaxAgentCompatVer(OMSHandshake.java:552)
         at oracle.sysman.emdrep.receiver.OMSHandshake.handshake(OMSHandshake.java:1033)
         at oracle.sysman.emdrep.receiver.OMSHandshake.handshake(OMSHandshake.java:836)
         at oracle.sysman.emdrep.receiver.FxferRecv.doGet(FxferRecv.java:598)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:327)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    2011-06-15 12:05:29,775 [HTTPThreadGroup-5] WARN  jdbc.ConnectionCache _getConnection.353 - Got a fatal exeption when getting a connection; Error code = 17002; Cleaning up cache and retryinglastly, ORACLE_LISTENER log said:
    15-JUN-2011 12:16:38 * <unknown connect data> * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=18844)) * establish * <unknown sid> * 12525
    TNS-12525: TNS:listener has not received client's request in time allowed
    TNS-12535: TNS:operation timed out
      TNS-12606: TNS: Application timeout occurred
    15-JUN-2011 12:16:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=18842)) * establish * inara.snowdrop.com * 0
    15-JUN-2011 12:16:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=18838)) * establish * inara.snowdrop.com * 0
    15-JUN-2011 12:16:38 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))(SERVICE_NAME=inara.snowdrop.com)) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.5)(PORT=18833)) * establish * inara.snowdrop.com * 0
    15-JUN-2011 12:16:38 * service_update * inara * 0
    15-JUN-2011 12:16:38 * service_update * inara * 0
    15-JUN-2011 12:16:38 * service_update * inara * 0At this point some part of the NET services was corrupted caused by OEM corruption, but I didn't know what caused of it. The NET services with its listener can work normally after I stopped OEM and forced killed the listener and restarted it normally.
    Any idea how to troubleshoot the problem from this point?
    regards,
    Val

    Hi SyBrand,
    sorry if you got impression that I'm ignoring pointers that you gave me. I assure you that I'm trying to use the pointers that everyone gave to me and I really appreciate it.
    I'm still learning how to get familiar with the database, read the log file, troubleshoot the problems, and get familiar the whole concept, that's why most of the time I receive wrong message from everyone, most often I detect them incorrectly.
    Ok, so far what I understand is I have a database resides in the server, a client, and a listener. The client, in this case, OEM is connecting to the server via listener. In my listener.ora configuration, there are 2 listener configuration, LISTENER and ORACLE_LISTENER. In the client side whose description is in tnsnames.ora it has inara as client service name, which should be matched with available listener either with LISTENER or ORACLE_LISTENER.
    one of the log file that says connecting to 192.168.1.5 is because it implicitly translated firefly into its ip address which is 192.168.1.5.
    Also I double check both files as you suggested before listener.ora
    # listener.ora Network Configuration File: /usr/local/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    ORACLE_LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = firefly.snowdrop.com)(PORT = 1521))
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = firefly.snowdrop.com)(PORT = 1521))
    ADR_BASE_LISTENER = /usr/local/oracle
    ADR_BASE_ORACLE_LISTENER = /usr/local/oracletnsnames.ora
    # tnsnames.ora Network Configuration File: /usr/local/oracle/product/11.2.0/dbhome_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    INARA =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = firefly.snowdrop.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = inara.snowdrop.com)
    LISTENER_ORCL =
      (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ORCL =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = orcl.snowdrop.com)
    LISTENER_OCA11G =
      (ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = firefly.snowdrop.com)(PORT = 1521))
        (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
      )service inara in tnsnames.ora is consistent with LISTENER or ORACLE_LISTENER.
    How can I associate local service name inara with OEM client? BTW OEM client and database reside in the same host firefly.
    Edited by: Valerie Debonair on Jun 17, 2011 4:23 AM

  • Windows Server 2003 (sp2 - 32bit) - OEM problem

    I inherited this in-house (closed) system a few years ago and have not had a problem until a couple of months ago.  It has been running for about 1 1/2 years.
    Desc:   Oracle 11.1.0.6 (64bit) on Windows Server 2003 (sp2 - 32 bit)   [[ yes, I know, what the heck is a 64 bit Oracle running on a 32 bit windows?]]
         2 - instances running -  one production with associated ASM,  one RMAN cat with no ASM -  all folders are backed up to a large SANS.
              -  each instance has its own listener
              -  each instance has its own dbconsole service
    Problem:
    1.  a couple of months ago, when I attempted to access the production OEM, I started seeing
    service-specific error 1 (0x1), NET HELPMSG 3547 
         -- the first time this happened, I immediately opened the OEM for rman and it was successful
              It was also fortunate in that we were doing some power upgrades and all of our systems were shutdown - and after this system was powered on, the production OEM worked fine.
         -- a few weeks later, the prod OEM was not accessible - giving the same 3547 error.  We were not able to shut down, so I stopped the Windows services for this instance, and stopped
                   the windows listener services for both instances.  I then started only the production windows services, and was able to use the prod OEM.  Then I started the listener service for
                   the rman and all was well.
         -- this Monday (today is Thurs), the prod OEM was inaccessible again and I tried the stopping and restarting of the services and started seeing 7024 errors.  I tested the rman OEM and
              it was fine.  I stopped both instances via sqlplus commands, used emctl to stop both dbconsoles (of course, the prod one was already not running), shut down the ASM instance and
              then stopped all the Windows services.  then I only brought up the prod services and confirmed with sqlplus commands that everything was started - but the final service, dbconsole
              would not start.  This morning I was able to reboot the server (after shutting down all the Oracle services) and now I can access the prod and the rman OEMs.
    2.  What the heck?   Because I can get the prod OEM working with just a reboot, I don't know if I should have to rebuild dbconsole.   And since I'm the only one disuncombullated because
              of the prod OEM, it is not a fall-down-crying situation - I'm actually a sqlplus kinda guy, but when I'm just doing visual maintenance, it is nice to view OEM remotely for a quick check.
    3.  I've been working with Linux systems and Oracle for many years and I've never experienced this kind of problem.   Oh, and since it is a closed system, it will be when pigs sprout wings
                   and start flyng that I'll be allowed to install patches - but again, if a reboot 'fixes' this issue, what the heck?  Oh, finally, I don't believe in the common windows fix of rebooting - I'd
                   like to find out WHY this is happening and literally fix it.  
    ANYBODY have a clue?   Not me...
    Thanks for your time.

    user12183171 wrote:
    I inherited this in-house (closed) system a few years ago and have not had a problem until a couple of months ago.  It has been running for about 1 1/2 years.
    Desc:   Oracle 11.1.0.6 (64bit) on Windows Server 2003 (sp2 - 32 bit)   [[ yes, I know, what the heck is a 64 bit Oracle running on a 32 bit windows?]]
    You'd better double check that.  It is fundamentally impossible for 64-bit software to run on a 32-bit OS.
         2 - instances running -  one production with associated ASM,  one RMAN cat with no ASM -  all folders are backed up to a large SANS.
              -  each instance has its own listener
    One single listener, with the default name of LISTENER, using the default port of 1521, is quite capable of -- indeed, was designed to -- service multiple instances of multiple versions running from multiple homes.
              -  each instance has its own dbconsole service
    Problem:
    1.  a couple of months ago, when I attempted to access the production OEM, I started seeing
    service-specific error 1 (0x1), NET HELPMSG 3547 
         -- the first time this happened, I immediately opened the OEM for rman and it was successful
              It was also fortunate in that we were doing some power upgrades and all of our systems were shutdown - and after this system was powered on, the production OEM worked fine.
         -- a few weeks later, the prod OEM was not accessible - giving the same 3547 error.  We were not able to shut down, so I stopped the Windows services for this instance, and stopped
                   the windows listener services for both instances.  I then started only the production windows services, and was able to use the prod OEM.  Then I started the listener service for
                   the rman and all was well.
         -- this Monday (today is Thurs), the prod OEM was inaccessible again and I tried the stopping and restarting of the services and started seeing 7024 errors.  I tested the rman OEM and
              it was fine.  I stopped both instances via sqlplus commands, used emctl to stop both dbconsoles (of course, the prod one was already not running), shut down the ASM instance and
              then stopped all the Windows services.  then I only brought up the prod services and confirmed with sqlplus commands that everything was started - but the final service, dbconsole
              would not start.  This morning I was able to reboot the server (after shutting down all the Oracle services) and now I can access the prod and the rman OEMs.
    2.  What the heck?   Because I can get the prod OEM working with just a reboot, I don't know if I should have to rebuild dbconsole.   And since I'm the only one disuncombullated because
              of the prod OEM, it is not a fall-down-crying situation - I'm actually a sqlplus kinda guy, but when I'm just doing visual maintenance, it is nice to view OEM remotely for a quick check.
    3.  I've been working with Linux systems and Oracle for many years and I've never experienced this kind of problem.   Oh, and since it is a closed system, it will be when pigs sprout wings
                   and start flyng that I'll be allowed to install patches - but again, if a reboot 'fixes' this issue, what the heck?  Oh, finally, I don't believe in the common windows fix of rebooting - I'd
                   like to find out WHY this is happening and literally fix it.  
    ANYBODY have a clue?   Not me...
    Thanks for your time.

  • Dbconsole/OEM Problems for 10g on XP

    I am using $emctl start dbconsole, to start the service,
    the service starts successfully ( after abt, 3 to 5 min) ... but after that i frequently get a "TNS Connection Closed" Error, and i cannot connect to the database ... but if i stop the dbconsole service, then am able to connect to the database and everything seems fine. Has anyone had a similar problem?

    Hi I have the same issue. I upgraded the db from 9.0.2 to 10g, installed OEM Grid Control and now, when I try to login to EM, I get connection closed.

  • 10g r1 OEM problems on windows

    I installed 10g rel 1 onto my windows XP home machine. 2.5 ghz w/ 1GB RAM
    Installed on Nov 17, 2005. It ran OK for a few days. I shut it down and restarted a few days later. Used SQLLOADER to load some data. Played a few days, then shut it down.
    I had listener problems for no apparent reason (I didn't change anything), but I fixed those on my own by fiddling w/ the listener.ora file.
    Trying to start the OEM w/ the bin/emctl.bat file I had problems. Turns out they use a batch file to kick off PERL to start Java.
    In ORACLE_HOME/bin/EmctlCommon.pm there is a function called getLocalHostName. The result of this command is used to build directory paths which contains the OEM JAva server stuff.
    The getLocalHostName function actually starts up yet another Java process ($ORACLE_HOME/jlib/emConfigInstall.jar). On my machine it is returning the IP Address. The initial Oracle installation used "localhost" to create all of the OC4J subdirectories. So, the IP address doesn't work. I hacked the getLocalHostName function to return a default "localhost" string. So, now OEM will start up.
    Finally.... the question... Does anybody know how to get Oracle to think that my "host name" is "localhost" (like it did when I installed the darn thing) ?
    TIA, mike b

    I installed 10g rel 1 onto my windows XP home machine. 2.5 ghz w/ 1GB RAM
    Installed on Nov 17, 2005. It ran OK for a few days. I shut it down and restarted a few days later. Used SQLLOADER to load some data. Played a few days, then shut it down.
    I had listener problems for no apparent reason (I didn't change anything), but I fixed those on my own by fiddling w/ the listener.ora file.
    Trying to start the OEM w/ the bin/emctl.bat file I had problems. Turns out they use a batch file to kick off PERL to start Java.
    In ORACLE_HOME/bin/EmctlCommon.pm there is a function called getLocalHostName. The result of this command is used to build directory paths which contains the OEM JAva server stuff.
    The getLocalHostName function actually starts up yet another Java process ($ORACLE_HOME/jlib/emConfigInstall.jar). On my machine it is returning the IP Address. The initial Oracle installation used "localhost" to create all of the OC4J subdirectories. So, the IP address doesn't work. I hacked the getLocalHostName function to return a default "localhost" string. So, now OEM will start up.
    Finally.... the question... Does anybody know how to get Oracle to think that my "host name" is "localhost" (like it did when I installed the darn thing) ?
    TIA, mike b

  • X-FI Xtreme Audio (OEM) problems with Guitar Po

    Hey all, I just upgraded from a SB Li've 5. Sound card to an X-FI Xtreme Audio Card and am now having problems with guitar port. There seems to be a delay or lag time from playing to actually hearing the sound. It sounds like its about half a second or so which makes it really annoying for trying to play. Is there a remedy for this or is there something wrong with the card/drivers?Also, is Line in and Mic levels no longer in the windows volume?playback control?

    jutapa wrote:
    frubsen wrote:
    Hey all, I just upgraded from a SB Li've 5. Sound card to an X-FI Xtreme Audio Card and am now having problems with guitar port. There seems to be a delay or lag time from playing to actually hearing the sound. It sounds like its about half a second or so which makes it really annoying for trying to play. Is there a remedy for this or is there something wrong with the card/drivers?Also, is Line in and Mic levels no longer in the windows volume playback control?
    You should be able to control I/Os through Windows mixer(s) and Creative Control Panel (comes with the driver package). If you like to install those software intend for X-Fi you need to download the CD image from BadBoys site (if he still has the site up an running). You get those mixers showing up either through panel which pops up when you enter mmsys.cpl in start->run... prompt (Audio tab, Volume buttons). Individual mixer panels can be called with commands sndvol32 (play) and sndvol32 /r (recording). The lag you have there is normally called as latency. You get rid of it by using ASIO driver mode with 2 - 0ms latency settings. You can set the latency through ASIO controlpanel. If the guitarport has an ASIO driver it's own, use it's control panel or try with asio4all driver (http://www.asio4all.com).jutapaMessage Edited by jutapa on 0-9-20080:0 PM
    Is this a standalone driver? Or is it something used in addition to an existing sound driver? I'm having a similar problem with my mic, there is a delay (and it has to be turned up really loud to be heard, although that may be a different problem) and I'm looking for a solution.

  • T5400 X-Fi DELL OEM problem?

    Hi everybody,
    I have recently bought a T5400 5.1 speaker system. My sound card was Audigy 4 which came along with my Gateway system (all system is new). Everything went well at first. Before the computer arri'ved, I bought an X-Fi card from a DELL vendor (I was thinking that it would be a retail version, but it seems it is OEM). I uninstalled Audigy 4 and installed X-Fi card onto the system, I downloaded latest X-Fi drivers because DELL did not send an installation CD. It was first OK, but after a while T5400 went into complete silence while I was playing with effects on a running mp3 (to see the differences)), they are dead. I tried the sound card with another 2 speaker set and they work, so X-Fi seems OK. I also tried T5400 with Audigy 4 again, but they still don't work. Speakers will be replaced but was that just coincidence T5400 fried after I installed X-Fi, or doesn't T5400 work properly with X-Fi? Because, I am planning to use the same card with my new T5400. X-Fi (SB0467) is an OEM card, but it shouldn't create any incompatibility issue on Gateway system. The only difference is some of the decoding hardware, I think. I mean the card is not specifically produced to run with a DELL computer. Thanks...

    The speakers are definitely compatible with X-Fi soundcard. It's probably just a coincidence.
    Jason

  • 11gR2 installation problem on Windows XP

    I use my laptop (Windows XP S2, with 2 GB RAM), name 'L3-ACH9M'.
    I login company network. From user account property, my account Group Member is others 'Administrator' (complete and unrestricted access to the computer/domain).
    I installed Oracle 11g R2 'personal' option. Failed on every pre-requisite check on my laptop computer.
    Here I just list Memory Check failed error.
    Physical Memory - This is a prerequisite condition to test whether the system has at least 922MB (944128.0KB) of total physical memory.
    Expected Value      : n/a
    Actual Value      : n/a
    List of errors:
    -      PRVF-7531 : Physical memory check cannot be performed on node "L3-ACH9M"
    - Cause: Could not perform check of physical memory on the node indicated.
    - Action: Ensure ability to access the node specified and view memory information.
    Any assistance will be highly appreciated.

    Scot Krause wrote:
    This is a tough one. I had an SR open for a while and finally got this solved.
    1) The workstation service must be present and started. For whatever reason, I did not have this service available, so I had to install.
    2) Make sure you are on either a static IP address or the microsoft loopback adapter. I STRONGLY recommend a static IP address, as doing so will make life a lot easier later when you try to start OEM DB control (for whatever reason, OEM does not like the microsoft loopback adapter). I took my laptop home, put my laptop on a static IP address over wireless, and this problem (plus my never ending OEM problems) disappeared.
    3) Delete all unnecessary files in your temp directory (usually c:\temp).
    I made these 3 changes, and I went from 100% failure to 100% success.Good for you and thanks for posting.
    4) There is one other: make sure that none of the proposed ORACLE directories has a space or tab in the directory path.

  • RMAN settings in OEM not accepting changed password

    Database 10.2.0.3.0, 32 and 64 bit versions.
    OSes: Windows 2003 R2 Standard Edition
    The previous DBA had the same password for the sys, system, and rman accounts. The RMAN backups are scheduled through the OEM's Backup/Recovery Schedule Backup. I finally changed the passwords so that sys, system, and rman are now different. I changed the rman password to be the same as in the Oracle rman account in the Windows local user accounts and made sure that the rman account is in the ora_dba account and that batch jobs are permitted. Note that these scheduled jobs were working just fine so I suspect the windows accounts are correctly configured. The rman account I'm using is the rman account used in a repository. This is the only Oracle rman account among all the databases that I backup.
    I attempted to schedule a job to run immediately using the new password in the Host Credentials and I check the box for 'Save as Preferred Credential' but at the end of the run I get the error: RMAN-04004: error from recovery catalog database: ORA-01017: invalid username/password; logon denied
    I'm logged into the OEM with the same exact system account log in as I would use from the rman command line target connection.
    The Recovery Catalog Settings will not accept this new password. Instead I get the error message:
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    After so many attempts the error message will say the account is locked and it is locked in the repository so it appears to be attempting validation against the correct location.
    I prefer using the OEM over the Windows Task Scheduler - any ideas on what to do?
    Edited by: pointreyes on Feb 4, 2010 8:30 AM - Discovered that a scheduled job ran immediately will fail to work as well.
    Edited by: pointreyes on Feb 4, 2010 8:39 AM - note that I did not change all the passwords at the same time. The sys and system passwords were changed last week and the backups continued to work. Only after the RMAN password was changed did the backups fail.

    EdStevens wrote:
    pointreyes wrote:
    Database 10.2.0.3.0, 32 and 64 bit versions.
    OSes: Windows 2003 R2 Standard Edition
    <snip>
    I prefer using the OEM over the Windows Task Scheduler - any ideas on what to do?
    Edited by: pointreyes on Feb 4, 2010 8:30 AM - Discovered that a scheduled job ran immediately will fail to work as well.
    Edited by: pointreyes on Feb 4, 2010 8:39 AM - note that I did not change all the passwords at the same time. The sys and system passwords were changed last week and the backups continued to work. Only after the RMAN password was changed did the backups fail.This is exactly why I don't schedule my rman backups in OEM. I never was able to figure out what was going on under the covers, but if I have to recreate something every time I change the password, then I'm looking for a different approach. Since I work in Unix, create shell scripts to execute my rman backups, and schedule them with cron. If on windows, I'd take the same approach .. the one you prefer not to use. OEM is a great tool, but it's not the perfect solution for every problem.Actually this is not really an OEM problem. I discovered this when I changed the rman catalog schema owner password and then attempted to backup the system through a remote job on another server. I am surprised if you changed your rman catalog schema owner that you have not ran into this yourself. Unless you are doing backups from a centralzied server that the rman catalog resides on.
    You come across all kinds of interesting things no matter which tool us use. For example we are to log onto the system using our personal accounts and then sudo to Oracle....guess what happened when the Oracle users password expired...
    Now that was a fun day....other DBA..."Backups are not working.."....Me..."Yes they are just fine when I execute them.".....other DBA.."Well cron jobs do not work."....Me..."Anyone log in recently with Oracle user??"
    Problem was that the Oracle user password had expired and was needing to be changed.....cronjobs don't like it when that happens.

  • Can receive but not send mail

    Because of buyout, had to switch over from Adelphia to Comcast this weekend. With the help of Comcast, reset Mac mail on both G4 and G3 running OS 10.4.9. Got everything finally working Sunday, but today, G4 will not send.
    Error: "Message could not be delivered, will remain in Outbox until it can. Connection to server "smtp.comcast.net" on port 110 timed out." Any ideas?
    G4   Mac OS X (10.4.9)  
    G4   Mac OS X (10.4.9)  

    Hi,
    I, too, got caught up in this Comcast busines. When I reset my Mail preferences per their instructions, I found that I could receive e-mail but not send it. After spending almost an hour with TWO of their so-called technical people, I was told that mine was an OEM problem and there was nothing else that Comcast could do for me.
    YET, by changing the server port from Comcast's recommended 587 setting back to 25 (which it had been when I was with Time-Warner), I could then send e-mails!
    Relieved but irritated,
    Bill

  • Cannot configure EM Database Control

    I have two Oracle 10gR2 instances running, PROD and ACPT.  ACPT is alledgedly a clone of PROD made some 9 months before I came on board this project.  I need to get EM DB Control (Not Grid Control) running on ACPT.  After reviewing the clone procedures they say they followed to create it, I cannot vouch for the viability of the ACPT instance.  It is running, can be accessed by SQL Developer, SQL*Plus, and other web-based interfaces.  But EM will not connect to it.  I have tried EMCA ... -repos recreate, -repos drop/create, and get nothing but a bunch of errors.  -repos create crashes trying to create the SYSMAN account (which was successfully dropped by RepManager).  The CREATE USER SYSMAN command generates an error from TNS, saying an unsupported action was attempted.
    It is interesting to note that, on PROD, emctl status agent says the agent is running and ready, but, just like on ACPT, emctl status dbconsole says that OEM 10g is not running.  I say interesting because I am simultaneously connected to the EM it says is not running.
    I do not much trust the configuration of ACPT, mainly because of the OEM problems, but also because there seem to be steps missing in the roadmap they followed to create it.  There is no mention of OEM anywhere in it, and this seems odd.
    The client is, by choice, not running Grid Control anywhere, just individual DB Control isolated in each instance.  This should be fine, but there has to be something to adjust concerning EM when cloning such a DB.
    What am I missing, or where am I expecting something unreasonable??  RepManager effectively deleted the <hostname>_ACPT directory structure (although had made a copy before it did so).  It also dropped the SYSMAN schema and its objects.  But emca -config dbconsole db -repos create craps out as I mentioned above.

    user11377949 wrote:
    I have two Oracle 10gR2 instances running, PROD and ACPT.  ACPT is alledgedly a clone of PROD made some 9 months before I came on board this project.  I need to get EM DB Control (Not Grid Control) running on ACPT.  After reviewing the clone procedures they say they followed to create it, I cannot vouch for the viability of the ACPT instance.  It is running, can be accessed by SQL Developer, SQL*Plus, and other web-based interfaces.  But EM will not connect to it.  I have tried EMCA ... -repos recreate, -repos drop/create, and get nothing but a bunch of errors.  -repos create crashes trying to create the SYSMAN account (which was successfully dropped by RepManager).  The CREATE USER SYSMAN command generates an error from TNS, saying an unsupported action was attempted.
    It is interesting to note that, on PROD, emctl status agent says the agent is running and ready, but, just like on ACPT, emctl status dbconsole says that OEM 10g is not running.  I say interesting because I am simultaneously connected to the EM it says is not running.
    I do not much trust the configuration of ACPT, mainly because of the OEM problems, but also because there seem to be steps missing in the roadmap they followed to create it.  There is no mention of OEM anywhere in it, and this seems odd.
    The client is, by choice, not running Grid Control anywhere, just individual DB Control isolated in each instance.  This should be fine, but there has to be something to adjust concerning EM when cloning such a DB.
    What am I missing, or where am I expecting something unreasonable??  RepManager effectively deleted the <hostname>_ACPT directory structure (although had made a copy before it did so).  It also dropped the SYSMAN schema and its objects.  But emca -config dbconsole db -repos create craps out as I mentioned above.
    You have made several references to "errors", but have not seen fit to actually share any specific error with us.  We can certainly help you get dbcontrol configured, but we have to know exactly what commands you issue and exactly what error messages are returned.  Copy and paste from a terminal session can be quite helpful.

  • Cut and Paste will not work

    I have a Toshiba Satellite/Satellite Pro C50-A series laptop I bought new in December 2013. It has Windows 8 on it. I did the upgrade to windows 8.1 almost immediatley so I cannot remember if my control c / control v, cut and paste worked in 8 or not. But it will NOT work in 8.1 for most of my programs. I desperately need it to work on my All My Movies database software from Bolide software and my Green Eclipse sticky notes. And cut and paste will NOT work AT ALL for those programs. It works sometimes for my email and my Apache Open Office word processor.
    I have contaced microsoft who's tech did something Tuesday morning to get it working. But then I booted down my computer and went to bed and when I booted it up, yep, no more cut and paste ability again! So I tried contacting microsoft this morning around 2:30am and they said it was an OEM problem and to contact Toshiba.
    I have even run a sfc /scannow twice and get the same error message:
    sfc /scannow      ran 1/22  1:30am
    results: windows resource protection found corrupt files but was unable to fix some of them. details are included in the CBS.Log windir\Logs\CBS\CBS.log
    for ex c:\windows\Logs\CBS/CBS.log
    note that logging is currently not supported in offline servicing scenarios
    The above error message I WAS ABLE to cut and paste FROM my green eclipse sticky note to this forum! But when I tried to cut and paste this message back to a NEW sticky note......NOTHING!
    I hope someone here can provide a permanent solution to fix this! It may seem minor but I do a LOT of cut/pasting!
    frustrated!!!!
    lisa

    There are dozens of possibilities, Lisa.
    Which C50-A do you have? There is a label on the bottom.
    What security applications do you have installed? Webroot is a common offender.
    Do you have Microsoft Office installed? If so, which version?
    Do you use Bluetooth?
    Did you upgrade to Windows 8.1 properly, following carefully the instructions here?
       How to Update from Windows 8 to Windows 8.1
    Find a situation that always gives you trouble, so that know when we learn something.
    Then see if that trouble occurs after a clean boot.
       1. Open the System Configuration utility (msconfig.exe). You can do that by typing msconfig at the Start screen and pressing Enter.
       2. On the Services tab, set the Hide all Microsoft services check box and then click Disable all.
       3. On the Startup tab, click Open Task Manager, right-click and disable each Startup item. Then close Task Manager.
       4. Back on the System Configuration screen, click OK, and restart the computer.
    -Jerry

  • Enterprise Mgr 12c

    I'm setting up a lab with latest versions of SolMan 7.1, Netweaver 7.31 on Linux/Oracle 11g.  I also want to use the latest version of OEM supported by SAP.  I have search OSS and have found notes on OEM 11 grid control and database control.  I can find no mention of OEM 12c.
    Has anyone installed OEM 12c in an SAP environment?  Does anyone know if OEM 12c will work or should I install OEM 11?
    TIA
    Keith

    Orkun Gedik wrote:
    > It is not permitted, but not recommended to use OEM in SAP environment. You can check the notes, below;
    You mean IS permitted, yes?
    The use of the Oracle Enterprise Manager (OEM) in the SAP environment is permitted, that is, the support contract with SAP is not at risk if you use the OEM.
    For further information about the OEM, see Note 355770.
    However, SAP does not provide active support for OEM problems.

  • Second post attempt - can not reduce subwoofer vol

    Dell Soundblaster Li've with 5. Support purchased May 2003
    Do not know version number
    Creative Inspire 5. 5200 speakers bought from Comp USA
    Problem - can not reduce subwoofer volume
    Diagnostic tests all pass
    Speaker tests all pass
    In mixer I click on center/subwoofer icon. Next subwoofer volume slider opens. Subwoofer volume slider does not adjust or reduce subwoofer volume lever. Subwoofer volume is far too load for many sound tracks.
    Is this a hardware sound card defect?
    Is this a software defect?
    Is something wrong with Creative speakers?
    So again how can I reduce subwoofer volume?

    This isn't an oem problem. I had a genuine sbli've! value with xp and had no software control of my subwoofer volume most of the rest of the creative software seemed to work though. Also with windows speaker config set to 5., I never had any control over any speakers besides left and right. I decided I was sick of that and tech support was giving me advice like "is your computer plugged in? have you turned your computer on?", so I went out and bought an audigy 2 platinum. Same problem. No subwoofer control and no speaker volume sliders with the windows media controls.
    I've tried xp pro, xp pro sp, xp home and xp sp2 with no luck. I've tried everything I could think of. Change the pci slot, tried different variations of the drivers and clicked every button I could find and have pretty much given up.
    you don't happen to have an asus p4t-e mobo, do you?Message Edited by buddydude on 2-3-2004 07:4 PM

Maybe you are looking for

  • Import hangs for (very) large file

    Hi All, where importing a file that is converted to a single data column in the beffileimport script. So i have a flatfile with 250.000 rows but 4 data columns and i convert it to a file with 1.000.000 rows and 1 data column. In the inbox i can see t

  • Iphoto 08 book

    I´ve got iphoto 08 version 7.1.5, I´m trying to create a book photo about our last trip, but I´m getting sad because it´s impossible to add any map about the country where we were, this option it´s only available for ilive 09?. I can´t believe it!!!!

  • I have forgotten my password to get on to wi-fi

    I just had to replace my Verizon router and I cannot get back on to the network on my iPad1. Under settings, my usual wi-fi network address is not there. There is a new network address that shows up, but it does not recognize my password. How can I g

  • Illegal Characters?

    Are there any filename characters that ought to be avoided when saving to an XSAN volume? I've spotted various suspicious characters cropping up on our system, and all appears to be well, but in the interests of avoiding problems further down the lin

  • On ebay, contact seller, the verification code always fails.

    When I try to contact a seller on Ebay to ask a question, Ebay asks for me to enter a verification code. When I do so, it fails 100% of the time. I've tried dozens of times over the past year or two. I've listened, rather than read, the code, which d