Open Connections on database

I would like to know the number of open connections from OAS to database. I quired v$session and v$session_connect_info, this gives number of active, inactive sessions.
We have Java memory leak on OAS, so I would like to investigate connection pooling.
Thanks
Rashidah

ted_hankey wrote:
Our corresponding DB2 driver logs show these 3 connections, as well as another 5 that are opened but not closed. These 5 connections that remain open do not perform any operation against the database.
How could this be, seeing as the connections are not displaying in my java.sql logging? The DB2 tracing is only turned on for my application so there is no other application creating these connections.Seems to me like the driver already has some sort of mini-pooling mechanism built in, which would be invisible to the JDBC layer. I would investigate DB2 specific driver properties, usually you can find some clues there for driver specific features. If what I guess is correct then there must be a way to control this pooling behavior.

Similar Messages

  • How to connect one database in two threads?

    Dear All,
    If anyone can tell me how to connect one database concurrently?
    I tried the following idea:
    1.create a Hashtable to keep database objects(those databases have been opened)
    2.Before openning(connecting) a database:first step is to check the hashtable.
    If the the database object is in the hashtable, this object will be returned.
    If the datatbase object is not in the hastable, open the database and store this opened database object into the hashtable.
    I failed the test of this implementation. My test is:Create two threads (extend java Thread class).In each of these two threads, try to open the same database.Just like the following:
    MyThread thread1 = new MyThread();
    MyThread thread2 = new MyThread();
    thread1.start();
    thread2.start();
    I guessed the database object in the hashtable would be returned in the second thread.Unfortunatly, I only got an exception which meant the database couldn't be opened twice.It looks like the second thread happened before the opened database object stored into the hashtable.
    I cannot figure out if my design is wrong or my test application is wrong.
    I really appriatiate your attentions!!!
    Lu

    um not sure i follow exactly but in your code add the word synchronise to it and this means only 1 tread can access it at any 1 time.
    So your could have a class which is a singleton so it only opens the dbase once and then all other access share your connection.
    so
    public class foo{
    foo INSTANCE = new foo();
    private foo(){} //private constructor
    then all your methods use foo's internal dbase connection. Am i making sense

  • When to open and close database connection

    im trying to connect to a oracle database using servlets
    when should i open and close the connection
    it works fine when i do both in the doPost() method
    but when i tried to open connection in init() methd .. it doesnt seem to work
    what should i do...
    the connection is initialised in the init() method but is null in the doPost() method

    " im trying to connect to a oracle database using servlets
    when should i open and close the connection
    it works fine when i do both in the doPost() method
    but when i tried to open connection in init() methd .. it doesnt seem to work
    what should i do...
    the connection is initialised in the init() method but is null in the doPost() method"
    1:
    without seeing the code i would say the the connection is null
    because you are storing it as a servlet class variable which is
    not thread safe.
    2:
    The best way to do it using connection pooling
    detailed docs on the tomcat website
    3:
    if you are not using connection pooling, then
    open and close the connection in the do* method
    or
    use init() to place the connection in the servletconfig
    and close in destroy() and use synching to access

  • Need help/info on "database link of same name has an open connection"

    Hello,
    I am trying to create an application on html db (new in html db) to see if I can move data from one database (oracle 9i) say dbdev to another one called dbtest. I want to be able to select the data from html db app and by clicking on a button move them to dbtest ( right now only looking at data from one table ). This is what I have done so far:
    1. created a duplicated table of dbdev into html db with no data.
    2. created package with procedures to
    A. create a database link
    B. delete if there is a record on html db table
    C. go trough a loop (cursor) and get the data from dbdev
    D. drop the database link
    Now, when I do all of the above steps I get an error “database link of same name has an open connection" but when I don’t do the step C. I don’t get this error. So something is wrong in my step C. On my step C, I just open the cursor, do a for loop and insert the records into my html db table.
    Any idea!!!
    Thanks
    More questions to come…..

    never mind, I should not drop the database link with in the procedure.
    thx

  • Can a full file path be used to open a sql database connection?

    I have a requirement to open an unattached sql server database file with a given path. Can this be done?
    This would be similar to opening a Jet database using the path as the Data Source.  For example, the path might be "C:\MyFolder\MyDatabase.mdf".  I need to put the path in the connection string and open the database.  It would look
    something like the following.
    Provider=SQLOLEDB;Data Source=C:\MyFlolder\MyDatabase.mdf;Itegrated Security=SSPI;
    Rob E.

    I don't think its possible with unattached file.
    http://www.connectionstrings.com/sql-server-2008/
    --Prashanth

  • Looks like we are running out of the maximum connections IAS 6.0 SP4 can open with the database. Where is the setting and how can we change it?

    We are using IAS 6 SP4. We have 4 kjs engines and we see total 112 jre threads being spawned to database. The code is not able to open connection with the database when we go beyond 60 users (approx)
    Any clues?
    Thanks in advnace
    Sangeeta

    Hi,
    Fine,Its always better to increase the Max pool Size settings to a large value corresponding to KJS's max thread value. Sometimes i had faced problems with Asynchronous database queries eventhough i increased the Max thread value of the Driver to a good maximum value.
    If an application has a very large number of users who access the same data, then Setting the Database Cache's Maximum Connections to a large value will surely help.
    I think its always better to have a clear database connection settings strategy ,considering your Complexity of your Application 'We are using IAS 6 SP4. We have 4 kjs engines and we see total 112 jre threads being spawned to database'.
    Regards,
    T.Raghulan.

  • Error when opening OEM: Cluster Database : OraDB.SP2-0640: Not connected

    I have successfully installed 2 nodes Oracle cluster.
    1. The dbconsole is started in both nodes.
    I checked this with HM/bin>emctl status dbconsole
    2. The agent is also started successfully in both nodes.
    I checked this with HM/bin>emctl status agent
    The problem is that my enterprise manager is started with error; Cluster Database : v3uat.SP2-0640: Not connected
    My database is up and running because I can connect using sqlplus and toad.
    Did anyone know what the problem might be?
    Any help would be greatly appreciated.
    AsoRock

    check emoms.trc

  • Managed Server can not connect to Database

    I have a WebLogic cluster with three managed Server on 3 different machines.
    ManagedServer_1, ManagedServer_2, ManagedServer_3 (on Machine 3)
    Firstly, everything is ok. But when we changed some configuration on Firewall and make the WebLogic cluster could not connect to database. 3 servers change status from Running to Warning. Then, we undo all the changes to the Firewall configuration. 3 Servers could connect to Database again but still in warning state.
    It is strange that when I tried to restart ManagedServer_3. That server could not be up normally. It went to Admin state and all the datasources and connection pool could not be created. I tried to restart the machine 3 and start the server but it still failed to make server running normally.
    ( I made the test connecting to Database from Machine 3, everything is okie, I can got data from database, port 1521 opened )
    Has anyone got the same problem and how to fix it? Is that the problem with the admin server?

    JDBC DataSources/Connection pools are all at Domain Level. All we do is just target the datasources to AdminServer and Entire cluster (this will take care of all managed servers in the cluster). From Weblogic Console, TEST the data sources for any firewall issues. If this works from console, check from where you are accessing the Console like within the Firewall, that can access the database server. Even though the actual application is deployed only on cluster, still I would recommend targetting the datasources to both AdminServer and Cluster.
    Ravi Jegga

  • Unable to open 11g R2 database now after trying an RMAN restore

    Hi my database is not opening now.
    What I was trying was to restore the database on my new server from latest database taken from my old live server and applying it on my new 11g DB (new server-database already created)
    old server-11.1.0.7.0-windows 2003 server 32 bit
    new server-11.2.0.3.0-windows 2008 64 bit server
    The steps i have done which caused this , (After everything was working fine, i did these foll.steps and now all messed up):
    The oracle database on this new server was already 11.2.3.0 -it was not upgrade, i directly installed 11.2.0.3.0 on it + applied latest patches etc.
    I took RMAN backup from old server 11.1.0.7.0 oracle database.
    Copied this backup to to the new server flash recovery area &every step of the restore  was working fine -
    in nomount mode, restored the control file from autobackup-fine
    in mount mode, catalogued the files-fine (Backup from old live,copied to new live)
    I restored&Recovered the database until the latest archivelogs.
    Until the above steps-all worked fine like a normal recovery steps.
    Then I gave "alter database open resetlogs" in RMAN prompt, it gave out error and from that point onwards I am unable to open the database now.
    Unfortunately, couldnt grab full screenshot of the error in RMAN but the error basically said that bootstrap failed and i have to open the database with the upgrade option?
    Please see in alert log as well
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Following is the last lines from alert log:
    [code]
    Starting up:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options.
    Windows NT Version V6.1 Service Pack 1
    CPU                 : 4 - type 8664, 4 Physical Cores
    Process Affinity    : 0x0x0000000000000000
    Memory (Avail/Total): Ph:3760M/8191M, Ph+PgF:9170M/16381M
    VM name             : VMWare Version (6)
    Using parameter settings in server-side spfile F:\APP\ORACLE\PRODUCT\11.2.0\DBHOME_1\DATABASE\SPFILEGEOP.ORA
    System parameters with non-default values:
      processes                = 150
      memory_target            = 3728M
      control_files            = "F:\ORACLE11G\ORADATA\GEOP\GEOP\CONTROL01.CTL"
      control_files            = "F:\ORACLE11G\ORADATA\GEOP\GEOP\CONTROL02.CTL"
      control_files            = "F:\ORACLE11G\ORADATA\GEOP\GEOP\CONTROL03.CTL"
      db_block_size            = 8192
      compatible               = "11.2.0.0.0"
      log_archive_format       = "ARC%S_%R.%T"
      db_recovery_file_dest    = "I:\oracle\flash_recovery_area"
      db_recovery_file_dest_size= 45G
      undo_tablespace          = "UNDOTBS1"
      sec_case_sensitive_logon = FALSE
      remote_login_passwordfile= "EXCLUSIVE"
      db_domain                = ""
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=GEOPXDB)"
      audit_file_dest          = "F:\APP\ORACLE\ADMIN\GEOP\ADUMP"
      audit_trail              = "DB"
      db_name                  = "GEOP"
      open_cursors             = 300
      diagnostic_dest          = "F:\APP\ORACLE"
    Thu Dec 12 17:22:18 2013
    PMON started with pid=2, OS id=3440
    Thu Dec 12 17:22:18 2013
    PSP0 started with pid=3, OS id=10252
    Thu Dec 12 17:22:19 2013
    VKTM started with pid=4, OS id=11684 at elevated priority
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Thu Dec 12 17:22:19 2013
    GEN0 started with pid=5, OS id=4528
    Thu Dec 12 17:22:19 2013
    DIAG started with pid=6, OS id=5652
    Thu Dec 12 17:22:19 2013
    DBRM started with pid=7, OS id=7676
    Thu Dec 12 17:22:19 2013
    DIA0 started with pid=8, OS id=5724
    Thu Dec 12 17:22:19 2013
    MMAN started with pid=9, OS id=6632
    Thu Dec 12 17:22:19 2013
    DBW0 started with pid=10, OS id=3572
    Thu Dec 12 17:22:19 2013
    LGWR started with pid=11, OS id=8876
    Thu Dec 12 17:22:19 2013
    CKPT started with pid=12, OS id=3748
    Thu Dec 12 17:22:20 2013
    SMON started with pid=13, OS id=8108
    Thu Dec 12 17:22:20 2013
    RECO started with pid=14, OS id=1932
    Thu Dec 12 17:22:20 2013
    MMON started with pid=15, OS id=7468
    Thu Dec 12 17:22:20 2013
    MMNL started with pid=16, OS id=8136
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    ORACLE_BASE from environment = F:\app\oracle
    Thu Dec 12 17:22:21 2013
    ALTER DATABASE   MOUNT
    Successful mount of redo thread 1, with mount id 3351347149
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE   MOUNT
    Thu Dec 12 17:22:26 2013
    ALTER DATABASE OPEN
    Beginning crash recovery of 1 threads
    parallel recovery started with 3 processes
    Started redo scan
    Completed redo scan
    read 11 KB redo, 6 data blocks need recovery
    Started redo application at
    Thread 1: logseq 3, block 2, scn 59089613795
    Recovery of Online Redo Log: Thread 1 Group 6 Seq 3 Reading mem 0
      Mem# 0: F:\ORACLE11G\ORADATA\GEOP\GEOP\REDO06.LOG
    Completed redo application of 0.01MB
    Completed crash recovery at
    Thread 1: logseq 3, block 24, scn 59089633817
    6 data blocks read, 6 data blocks written, 11 redo k-bytes read
    Read of datafile 'F:\ORACLE11G\ORADATA\GEOP\GEOP\TEMP01.DBF' (fno 201) header failed with ORA-01203
    Rereading datafile 201 header failed with ORA-01203
    Errors in file F:\APP\ORACLE\diag\rdbms\geop\geop\trace\geop_dbw0_3572.trc:
    ORA-01186: file 201 failed verification tests
    ORA-01122: database file 201 failed verification check
    ORA-01110: data file 201: 'F:\ORACLE11G\ORADATA\GEOP\GEOP\TEMP01.DBF'
    ORA-01203: wrong incarnation of this file - wrong creation SCN
    File 201 not verified due to error ORA-01122
    LGWR: STARTING ARCH PROCESSES
    Thu Dec 12 17:22:27 2013
    ARC0 started with pid=19, OS id=10876
    ARC0: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC0: STARTING ARCH PROCESSES
    Thu Dec 12 17:22:28 2013
    ARC1 started with pid=24, OS id=10912
    Thu Dec 12 17:22:28 2013
    ARC2 started with pid=25, OS id=6652
    Thu Dec 12 17:22:28 2013
    ARC3 started with pid=26, OS id=9648
    ARC1: Archival started
    ARC2: Archival started
    ARC1: Becoming the 'no FAL' ARCH
    Thread 1 advanced to log sequence 4 (thread open)
    ARC1: Becoming the 'no SRL' ARCH
    ARC2: Becoming the heartbeat ARCH
    Thread 1 opened at log sequence 4
      Current log# 4 seq# 4 mem# 0: F:\ORACLE11G\ORADATA\GEOP\GEOP\REDO04.LOG
    Successful open of redo thread 1
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    SMON: enabling cache recovery
    Archived Log entry 64945 added for thread 1 sequence 3 ID 0xc7c27920 dest 1:
    Errors in file F:\APP\ORACLE\diag\rdbms\geop\geop\trace\geop_ora_12260.trc:
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Errors in file F:\APP\ORACLE\diag\rdbms\geop\geop\trace\geop_ora_12260.trc:
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Error 704 happened during db open, shutting down database
    USER (ospid: 12260): terminating the instance due to error 704
    Instance terminated by USER, pid = 12260
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    opiodr aborting process unknown ospid (12260) as a result of ORA-1092
    Thu Dec 12 17:22:33 2013
    ORA-1092 : opitsk aborting process
    [/code]
    Please please please let me know what steps should I do now to get my 11g database operational again?
    Now when i am trying:
    (SQL prompt)
    [code]
    >sqlplus "/ as sysdba"
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Dec 12 17:22:05 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup open;
    ORACLE instance started.
    Total System Global Area 3891630080 bytes
    Fixed Size                  2261120 bytes
    Variable Size            2147487616 bytes
    Database Buffers         1728053248 bytes
    Redo Buffers               13828096 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Process ID: 12260
    Session ID: 5 Serial number: 5
    SQL> startup open upgrade;
    SP2-0714: invalid combination of STARTUP options
    SQL> startup upgrade;
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL> startup upgrade open;
    SP2-0714: invalid combination of STARTUP options
    SQL> alter database mount;
    ERROR:
    ORA-03114: not connected to ORACLE
    SQL> shutdown immediate;
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL> startup nomount
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL>
    [/code]

    This is why you do backups both before and after doing other things.
    So one way to do something like this:
    Backup old db.
    expdp old db.
    Install new 11gR2, create database.
    Back it up.
    Turn off archivelog.
    impdp
    Turn on archivelog.
    Back it up.
    The general thought here is you would start over with the first new db backup if the imp didn't work, you turn off archiving to avoid generating lots of redo that would be for a recovery you would never do.
    There is more than one way to do it (TIMTOWTDI), best way depends on details, including volume of data and platform changes.  expdp/impdp has an over the network option if disk space is limited and network is fast.
    I usually allow for several tries when going to a new box, since the new box will require testing anyways.

  • MySQL Database Connection (two databases at the same time)

    I have never had to open more than one MySQL database from within the same website before, but I do now.  The website I have is designed where all the content comes from within the main database.  I am building an Inventory system that I want within it's own database, in the event I would ever need to move the application to another server or something, I don't want this data residing in the main database.
    Currently, I open the database connection from within a file called "common.php" that resides in a directory called "lib" that can be accessed from the root directory.  Below is the proposed code that would be placed within the "common.php" file:
    // Define Database Variables
    $dbserver = "127.0.0.1";
    $dbuser  = array('clevelan_user1', 'clevelan_user2');
    $dbpass  = array('P@ssw0rd', 'P@ssw0rd2');
    $dbname  = array('clevelan_database1', 'clevelan_database2');
    // Start Session
    session_start();
    // Connect to Databases
    connectdb($dbserver, $dbuser[0], $dbpass[0], $dbname[0]);
    connectdb2($dbserver, $dbuser[1], $dbpass[1], $dbname[1]);
    // Database 1 Connection
    function connectdb($dbserver, $dbuser, $dbpass, $dbname) {
    // connects to db
      global $connection;
      $connection = @mysql_connect($dbserver, $dbuser, $dbpass) or die ("could not connect to server");
      $db = @mysql_select_db($dbname, $connection) or die ("could not select databsase");
      return $connection;
    // Database 2 Connection
    function connectdb2($dbserver, $dbuser, $dbpass, $dbname) {
    // connects to db
      global $connection2;
      $connection2 = @mysql_connect($dbserver, $dbuser, $dbpass) or die ("could not connect to server");
      $db2 = @mysql_select_db($dbname, $connection2) or die ("could not select databsase");
      return $connection2;
    //End of Code Within the "common.php"
    From within any page of the website, I want to access both connections by placing an include at the top of each page:
    include_once("lib/common.php");
    Currently, when I run the code above, any page within the website (the home page) provides error messages with regards to database connectivity (the pages are looking for there content from within the second database.  It's as if the second database is the only database seen by the website.
    I need help figuring out how I can have two MySQL databases open at the same time (the second database will only be open for short periods of time and then closed).  But the main database is always open.

    Create one project using one copy of the exact tables.
    create 2 different sessions.xml files each pointing to the same project. Set the login information in the sessions.xml files.
    That should work fine.
    Peter

  • Why "slow server alert" when NO running requests and NO open connections??

    The snapshot below says it all.  Why on earth would my dev machine with no running requests, and no open database connections, kick off a slow server alert?
    I will tell you that at the exact same time this snapshot was generated, my other two servers WERE hung and were reporting "Unresponsive alerts", and they connect to the same databases.  I am chasing down a chronic communication failure between our database and web servers where everything with a databae connection gets locked/hung at the same time every night, 7 days a week.  The hang lasts anywhere from a few mins to 40+ mins.
    Is this why my dev server would report slow?  And if so, is it the skimmers or what that's causing a slow server alert??  Would it only report "Unresponsive" if there were actual page requests hanging, vs. a "Slow Server Alert"?
    This is CF10 (update 12) 64-bit on Windows 2008 R2, IIS 7, connecting to separate Oracle 11g server.
    Thanks for any insights.
    Snapshot generated on : Sun Dec 08 20:10:43 EST 2013 
    Caused by : Slow Server Alert
    Profiling : Disabled
    Memory Tracking : Disabled
    Average server response time is more than 20 seconds.
    *Total Running requests - 0
    *Total Queued requests - 0
    Template Running requests - 0
    Template Queued requests - 0
    Flash Remoting Running requests - 0
    Flash Remoting Queued requests - 0
    CFC method Running requests - 0
    CFC method Queued requests - 0
    Web Service Running requests - 0
    Web Service Queued requests - 0
    JVM Memory Stats
    Free Memory : 295634776 bytes
    Used Memory : 239663272 bytes
    Throttle Stats [Throttle Queue Size : Throttle Memory Used]
    0  : 0.0 megabytes
    Query Cache Stats -
    [Hit Ratio : Size : Count]
       0.0 : 0 bytes : 3
    Cached Queries -
    [Query Name : DSN : Size : TIme Executed : Time Taken : Line No : Function Name : Template Path]
    DB Pool Stats -
    [DSN :Open Conn Count : Total Conn Count : Max Con Count : Avg Open Conn Count : Avg Total Conn Count]
       GWAS_dev : 0 : 0 : Unlimited : 0 : 0
       dev_trnd_assignmentdesk : 0 : 0 : Unlimited : 0 : 0
       ADHD : 0 : 0 : Unlimited : 0 : 0
       web_dev : 0 : 7 : Unlimited : 1 : 5
       web_prod : 0 : 7 : Unlimited : 0 : 2
       nVision : 0 : 0 : Unlimited : 0 : 0
       legislation_dev : 0 : 0 : Unlimited : 0 : 0
       ISC_dev : 0 : 0 : Unlimited : 0 : 0
       legislation : 0 : 0 : Unlimited : 0 : 0
       dev_intranet : 0 : 1 : Unlimited : 1 : 5
       dev_DNADay : 0 : 0 : Unlimited : 0 : 0
       dvinciSpanish : 0 : 0 : Unlimited : 0 : 0
       dvinciORACLE : 0 : 0 : Unlimited : 0 : 0
       dev_assignmentdesk : 0 : 0 : Unlimited : 0 : 0
    Java stack trace -
    Full thread dump Java 1.7.0_45
    "obj-skimmer-dev_assignmentdesk" prio=5 tid=1011 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "obj-skimmer-GWAS_dev" prio=5 tid=1027 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "Reference Handler" prio=10 tid=2 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
    "obj-skimmer-dvinciSpanish" prio=5 tid=1021 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "GC Daemon" prio=2 tid=11 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at sun.misc.GC$Daemon.run(GC.java:117)
    "obj-skimmer-web_dev" prio=5 tid=1033 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-9" prio=5 tid=46 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "scheduler-2" prio=5 tid=97 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:132)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "ajp-bio-8012-exec-342" prio=5 tid=1484 RUNNABLE
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:152)
    at java.net.SocketInputStream.read(SocketInputStream.java:122)
    at org.apache.coyote.ajp.AjpProcessor.read(AjpProcessor.java:319)
    at org.apache.coyote.ajp.AjpProcessor.readMessage(AjpProcessor.java:445)
    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:132)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-345" prio=5 tid=1488 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-1" prio=5 tid=38 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "Timer-4" prio=5 tid=63 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at java.util.TimerThread.mainLoop(Timer.java:526)
    at java.util.TimerThread.run(Timer.java:505)
    "DefaultQuartzScheduler_QuartzSchedulerThread" prio=5 tid=48 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:430)
    "ajp-bio-8012-AsyncTimeout" prio=5 tid=78 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at org.apache.tomcat.util.net.JIoEndpoint$AsyncTimeout.run(JIoEndpoint.java:136)
    at java.lang.Thread.run(Thread.java:744)
    "cfthread-0" prio=5 tid=884 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.util.GenericThreadPool$ThreadPoolRunnableFactory.createRunnable(GenericThreadP ool.java:177)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "DefaultQuartzScheduler_Worker-8" prio=5 tid=45 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "Timer-2" prio=5 tid=16 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)
    "Timer-0" prio=5 tid=14 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at java.util.TimerThread.mainLoop(Timer.java:526)
    at java.util.TimerThread.run(Timer.java:505)
    "worker #3" prio=5 tid=71 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at com.jnbridge.jnbcore.server.b.c.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:744)
    "MulticastListener" prio=5 tid=55 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "ajp-bio-8012-exec-347" prio=5 tid=1493 RUNNABLE
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:152)
    at java.net.SocketInputStream.read(SocketInputStream.java:122)
    at org.apache.coyote.ajp.AjpProcessor.read(AjpProcessor.java:319)
    at org.apache.coyote.ajp.AjpProcessor.readMessage(AjpProcessor.java:445)
    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:132)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-7" prio=5 tid=44 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "obj-skimmer-dev_trnd_assignmentdesk" prio=5 tid=1017 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "ContainerBackgroundProcessor[StandardEngine[Catalina]]" prio=5 tid=76 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.jav a:1474)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-333" prio=5 tid=1442 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-337" prio=5 tid=1450 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "worker #4" prio=5 tid=72 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at com.jnbridge.jnbcore.server.b.c.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:744)
    "Signal Dispatcher" prio=9 tid=4 RUNNABLE
    "scheduler-5" prio=5 tid=859 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:132)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "net.sf.ehcache.CacheManager@485165c7" prio=5 tid=100 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)
    "scheduler-1" prio=5 tid=58 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:132)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "Java2D Disposer" prio=10 tid=73 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
    at sun.java2d.Disposer.run(Disposer.java:145)
    at java.lang.Thread.run(Thread.java:744)
    "Timer-5" prio=5 tid=74 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)
    "Thread-5" prio=5 tid=17 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at org.apache.log4j.helpers.FileWatchdog.run(FileWatchdog.java:104)
    "Thread-30" prio=5 tid=88 RUNNABLE
    at java.net.DualStackPlainSocketImpl.accept0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketAccept(DualStackPlainSocketImpl.java:131)
    at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:198)
    at java.net.ServerSocket.implAccept(ServerSocket.java:530)
    at java.net.ServerSocket.accept(ServerSocket.java:498)
    at org.apache.catalina.core.StandardServer.await(StandardServer.java:447)
    at com.adobe.coldfusion.launcher.Launcher.await(Launcher.java:499)
    at com.adobe.coldfusion.launcher.Launcher.access$000(Launcher.java:63)
    at com.adobe.coldfusion.launcher.Launcher$1.run(Launcher.java:341)
    at java.lang.Thread.run(Thread.java:744)
    "obj-skimmer-ISC_dev" prio=5 tid=1029 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "AuthCacheManager" prio=5 tid=19 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)
    "DefaultQuartzScheduler_Worker-5" prio=5 tid=42 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "DefaultQuartzScheduler_Worker-10" prio=5 tid=47 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "ajp-bio-8012-exec-338" prio=5 tid=1477 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "obj-skimmer-ADHD" prio=5 tid=25 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "scheduler-4" prio=5 tid=844 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:132)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "ajp-bio-8012-exec-343" prio=5 tid=1486 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-346" prio=5 tid=1489 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "MulticastListener" prio=5 tid=51 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "Thread-1" prio=1 tid=10 TIMED_WAITING
    at java.lang.Thread.sleep(Native Method)
    at com.adobe.coldfusion.bootstrap.ConsoleLogRotationHandler$1.run(ConsoleLogRotationHandler. java:57)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-3" prio=5 tid=40 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "obj-skimmer-web_prod" prio=5 tid=1025 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-Acceptor-0" prio=5 tid=77 RUNNABLE
    at java.net.DualStackPlainSocketImpl.accept0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketAccept(DualStackPlainSocketImpl.java:131)
    at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:198)
    at java.net.ServerSocket.implAccept(ServerSocket.java:530)
    at java.net.ServerSocket.accept(ServerSocket.java:498)
    at org.apache.tomcat.util.net.DefaultServerSocketFactory.acceptSocket(DefaultServerSocketFac tory.java:60)
    at org.apache.tomcat.util.net.JIoEndpoint$Acceptor.run(JIoEndpoint.java:207)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-2" prio=5 tid=39 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "MulticastListener" prio=5 tid=57 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "Thread-375" prio=5 tid=944 RUNNABLE
    at sun.print.Win32PrintServiceLookup.notifyPrinterChange(Native Method)
    at sun.print.Win32PrintServiceLookup.access$100(Win32PrintServiceLookup.java:50)
    at sun.print.Win32PrintServiceLookup$PrinterChangeListener.run(Win32PrintServiceLookup.java: 323)
    "Timer-3" prio=5 tid=49 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:552)
    at java.util.TimerThread.run(Timer.java:505)
    "ajp-bio-8012-exec-305" prio=5 tid=1357 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-4" prio=5 tid=41 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "ajp-bio-8012-exec-319" prio=5 tid=1379 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "DestroyJavaVM" prio=5 tid=89 RUNNABLE
    "ajp-bio-8012-exec-331" prio=5 tid=1438 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "obj-skimmer-dvinciORACLE" prio=5 tid=1019 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "obj-skimmer-nVision" prio=5 tid=28 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "ServerThread" prio=5 tid=67 RUNNABLE
    at java.net.DualStackPlainSocketImpl.waitForNewConnection(Native Method)
    at java.net.DualStackPlainSocketImpl.socketAccept(DualStackPlainSocketImpl.java:135)
    at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:198)
    at java.net.ServerSocket.implAccept(ServerSocket.java:530)
    at java.net.ServerSocket.accept(ServerSocket.java:498)
    at com.jnbridge.jnbcore.server.b.b.if(Unknown Source)
    at com.jnbridge.jnbcore.JNBMain$a.run(Unknown Source)
    "Thread-26" prio=5 tid=66 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at coldfusion.util.SimpleThreadPool.getAssignment(SimpleThreadPool.java:113)
    at coldfusion.util.SimpleWorkerThread.run(SimpleThreadPool.java:211)
    "obj-skimmer-legislation" prio=5 tid=1023 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-299" prio=5 tid=1349 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "scheduler-0" prio=5 tid=21 RUNNABLE
    at java.lang.Thread.getStackTrace(Thread.java:1588)
    at coldfusion.monitor.stack.J5StackTrace.getAllStackTraces(J5StackTrace.java:39)
    at coldfusion.monitor.active.Snapshot.getJavaStackTrace(Snapshot.java:606)
    at coldfusion.monitor.active.Snapshot.getSnapshotData(Snapshot.java:165)
    at coldfusion.monitor.active.Snapshot.dumpSnapshot(Snapshot.java:595)
    at coldfusion.monitor.alert.Alert.dumpSnapshot(Alert.java:599)
    at coldfusion.monitor.alert.SlowServerAlert$SlowServerAlertTask.run(SlowServerAlert.java:166 )
    at coldfusion.monitor.MonitoringServiceImpl$RunnableWrapper.run(MonitoringServiceImpl.java:1 570)
    at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:211)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
    "MulticastListener" prio=5 tid=54 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "Attach Listener" prio=5 tid=5 RUNNABLE
    "ajp-bio-8012-exec-326" prio=5 tid=1432 RUNNABLE
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:152)
    at java.net.SocketInputStream.read(SocketInputStream.java:122)
    at org.apache.coyote.ajp.AjpProcessor.read(AjpProcessor.java:319)
    at org.apache.coyote.ajp.AjpProcessor.readMessage(AjpProcessor.java:445)
    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:132)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-332" prio=5 tid=1441 WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueue dSynchronizer.java:2043)
    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
    at org.apache.tomcat.util.threads.TaskQueue.take(TaskQueue.java:104)
    at org.apache.tomcat.util.threads.TaskQueue.take(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "MulticastListener" prio=5 tid=59 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "MulticastListener" prio=5 tid=52 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "obj-skimmer-dev_DNADay" prio=5 tid=1013 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.server.j2ee.pool.PoolSkimmerThread.run(PoolSkimmerThread.java:47)
    at java.lang.Thread.run(Thread.java:744)
    "AWT-Windows" prio=6 tid=202 RUNNABLE
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(WToolkit.java:299)
    at java.lang.Thread.run(Thread.java:744)
    "MulticastListener" prio=5 tid=60 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "ajp-bio-8012-exec-339" prio=5 tid=1479 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "Finalizer" prio=8 tid=3 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
    "worker #0" prio=5 tid=68 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at com.jnbridge.jnbcore.server.b.c.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:744)
    "DefaultQuartzScheduler_Worker-6" prio=5 tid=43 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:552)
    "MulticastListener" prio=5 tid=50 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "MulticastListener" prio=5 tid=53 RUNNABLE
    at java.net.TwoStacksPlainDatagramSocketImpl.receive0(Native Method)
    at java.net.TwoStacksPlainDatagramSocketImpl.receive(TwoStacksPlainDatagramSocketImpl.java:1 14)
    at java.net.DatagramSocket.receive(DatagramSocket.java:786)
    at coldfusion.license.g.run(Unknown Source)
    "Timer-1" prio=5 tid=15 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at java.util.TimerThread.mainLoop(Timer.java:526)
    at java.util.TimerThread.run(Timer.java:505)
    "ajp-bio-8012-exec-344" prio=5 tid=1487 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "scheduler-3" prio=5 tid=795 TIMED_WAITING
    at java.lang.Object.wait(Native Method)
    at coldfusion.scheduling.Scheduler.createRunnable(Scheduler.java:132)
    at coldfusion.scheduling.ThreadPool.createRunnable(ThreadPool.java:138)
    at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:68)
    "customcache.data" prio=5 tid=101 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoo lExecutor.java:1090)
    at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoo lExecutor.java:807)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "ajp-bio-8012-exec-348" prio=5 tid=1494 TIMED_WAITING
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Abstract QueuedSynchronizer.java:2082)
    at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:86)
    at org.apache.tomcat.util.threads.TaskQueue.poll(TaskQueue.java:32)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:744)
    "Thread-25" prio=5 tid=65 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:503)
    at coldfusion.util.SimpleThreadPool.getAssignment(SimpleThreadPool.java:113)
    at coldfusion.util.SimpleWorkerThread.run(SimpleThreadPool.java:211)
    "worker #2" prio=5 tid=70 WAITING
    at java.lang.Object.wait(Native Method)
    at java.lan

    I'm pretty sure the problem here is somehow related to my other post, but for shites and grins I would still like to know how I can receive a Slow Server alert when no actual page requests are running and it says there are 0 open connections to any of the datasources.

  • Not able to connect to Database

    My SQL.NET entry is
    # Copyright (c) 1996, 2003, Oracle Corporation.  All rights reserved. 
    # NAME
    #   sqlnet.ora
    # FUNCTION
    #   Oracle Network Client startup parameter file example
    # NOTES
    #   This file contains examples and instructions for defining all
    # - ONames Client ----------------------------------------------------
    #names.default_domain = world
    #Syntax:  domain-name
    #Default: NULL
    # Indicates the domain from which the client most often requests names. When
    # this parameter is set the default domain name (for example, US.ACME), the
    # domain name will be automatically appended to any unqualified name in an
    # ONAmes request (query, register, deregister, etc). Any name which contains
    # an unescaped dot ('.') will not have the default domain appended. Simple
    # names may be qualified with a trailing dot (for example 'rootserver.').
    #names.initial_retry_timeout = 30
    #Syntax:  1-600 seconds
    #Default: 15 (OSD)
    # Determines how long a client will wait for a response from a Names Server
    # before reiterating the request to the next server in the preferred_servers
    # list.
    #names.message_pool_start_size = 10
    #Syntax:  3-256
    #Default: 10
    # Determines the initial number of messages allocated in the client's message
    # pool. This pool provides the client with pre-allocated messages to be used
    # for requests to ONames servers. Messages which are in the pool and unused
    # may be reused. If a message is needed and no free messages are available in
    # the pool more will be allocated.
    #names.preferred_servers = (address_list =
    #  (address=(protocol=ipc)(key=n23))
    #  (address=(protocol=tcp)(host=nineva)(port=1383))
    #  (address=(protocol=tcp)(host=cicada)(port=1575))
    #Syntax:  ADDR_LIST
    #Default: Well-Known (OSD)
    # Specifies a list of ONames servers in the client's region; requests will be
    # sent to each ADDRESS in the list until a response is recieved, or the list
    # (and number of retries) is exhausted.
    # Addresses of the following form specify that messages to the ONames server
    # should use Oracle Remote Operations (RPC):
    #     (description =
    #       (address=(protocol=tcp)(host=nineva)(port=1383))
    #       (connect_data=(rpc=on))
    #names.request_retries = 2
    #Syntax:  1-5
    #Default: 1
    # Specifies the number of times the client should try each server in the list
    # of preferred_servers before allowing the operation to fail.
    #names.directory_path
    #Syntax:  <adapter-name>
    #Default: TNSNAMES,ONAMES,HOSTNAME
    # Sets the (ordered) list of naming adaptors to use in resolving a name.
    # The default is as shown for 3.0.2 of sqlnet onwards. The default was
    # (TNSNAMES, ONAMES) before that. The value can be presented without
    # parentheses if only a single entry is being specified. The parameter is
    # recognized from version 2.3.2 of sqlnet onward. Acceptable values include:
    #  TNSNAMES -- tnsnames.ora lookup
    #  ONAMES   -- Oracle Names
    #  HOSTNAME -- use the hostname (or an alias of the hostname)
    #  NIS      -- NIS (also known as "yp")
    #  CDS      -- OSF DCE's Cell Directory Service
    #  NDS      -- Novell's Netware Directory Service
    # - Client Cache (ONRSD) ---------------------------------------------
    #names.addresses = (ADDRESS=(PROTOCOL=IPC)(KEY=ONAMES))
    #Syntax:  ADDR
    #Default: (ADDRESS=(PROTOCOL=IPC)(KEY=ONAMES))
    # Address on which the client cache listens (is available to clients).
    # Any valid TNS address is allowed. The default should be used if at
    # all possible; clients have this entry hardwired as the first line
    # of their server-list file (sdns.ora). If the address is set to a
    # non-default value the client's preferred_servers parameter should
    # be set to include the client-cache address first.
    #names.authority_required = False
    #Syntax:  T/F
    #Default: False
    # Determines whether system querys (for the root etc) require Authoritative
    # answers.
    #names.auto_refresh_expire = 259200
    #Syntax:  Number of seconds, 60-1209600
    #Default: 259200
    # This is the amount of time (in seconds) the server will cache the addresses
    # of servers listed in server-list file (sdns.ora). When this time expires the
    # server will issue another query to the servers in those regions to refresh
    # the data.
    #names.auto_refresh_retry = 180
    #Syntax:  Number of seconds, 60-3600
    #Default: sec.     180
    # This set how often the server will retry when the auto_refresh query fails.
    #names.cache_checkpoint_file = cache.ckp
    #Syntax:  filename
    #Default: $ORACLE_HOME/network/names/ckpcch.ora
    # Specifies the name of the operating system file to which the Names Server
    # writes its foreign data cache.
    #names.cache_checkpoint_interval = 7200
    #Syntax:  Number of seconds, 10-259200
    #Default: 0 (off)
    # Indicates the interval at which a Names Server writes a checkpoint of its
    # data cache to the checkpoint file.
    #names.default_forwarders=
    # (FORWARDER_LIST=
    #    (FORWARDER=
    #       (NAME= rootserv1.world)
    #       (ADDRESS=(PROTOCOL=tcp)(PORT=42100)(HOST=roothost))))
    #Syntax:  Name-Value/address_list
    #Default: NULL
    # A list (in NV form) of the addresses of other servers which should be used to
    # forward querys while in default_forwarder (slave) mode. NAME is the global
    # names for the server to which forwards whould be directed, and ADDRESS is its
    # address.
    #names.default_forwarders_only = True
    #Syntax:  T/F
    #Default: False
    # When set to true this server will use the servers listed in default_forwarders
    # to forward all operations which involve data in foreign regions. Otherwise it
    # will use the servers defined in the server-list file (sdns.ora) in addition
    # to any defined in the default_forwarders parameter.
    #names.log_directory = /oracle/network/log
    #Syntax:  directory
    #Default: $ORACLE_HOME/network/log
    # Indicates the name of the directory where the log file for Names Server
    # operational events are written.
    #names.log_file = names.log
    #Syntax:  filename
    #Default: names.log
    # The name of the output file to which Names Server operational events are
    # written.
    #names.log_stats_interval = 3600
    #Syntax:  Number of seconds, 10-ub4max
    #Default: sec.     0 (off)
    #Specifies the number of seconds between statistical entries in log file.
    #names.log_unique = False
    #Syntax:  T/F
    #Default: False
    # If set to true the server will guarantee that the log file will have a unique
    # name which will not overwrite any existing files (note that log files are
    # appended to, so log information will not be lost if log_unique is not true).
    #names.max_open_connections = 10
    #Syntax:  3-64
    #Default: 10
    # Specifies the number of connections that the Names Server can have open at any
    # given time. The value is generated as the value 10 or the sum of one
    # connection for listening, five for clients, plus one for each foreign domain
    # defined in the local administrative region, whichever is greater. Any
    # operation which requires the server to open a network connection will use
    # an already open connection if it is available, or will open a connection
    # if not. Higher settings will save time and cost network resources; lower
    # settings save network resources, cost time.
    #names.max_reforwards = 2
    #Syntax:  1-15
    #Default: 2
    # The maximum number of times the server will attempt to forward a certain
    # operation.
    #names.message_pool_start_size = 24
    #Syntax:  3-256
    #Default: 10
    # Determines the initial number of messages allocated in the server's message
    # pool. This pool provides the server with pre-allocated messages to be used
    # for incoming or outgoing messages (forwards). Messages which are in the pool
    #names.trace_file = names.trc
    #Syntax:  filename
    #Default: names.trc
    # Indicates the name of the output file from a Names Server trace session.
    #names.trace_func # NA
    #Syntax:  T/F
    #Default: False
    # Internal mechanism to control tracing by function name.
    #names.trace_level = ADMIN
    #Syntax:  T/F
    #Default: False
    #Syntax:  {OFF,USER,ADMIN,0-16}
    #Default: OFF (0)
    # Indicates the level at which the Names Server is to be traced.
    # Available Values:
    #     0 or OFF - No trace output
    #     4 or USER - User trace information
    #     10 or ADMIN - Administration trace information
    #     16 or SUPPORT - WorldWide Customer Support trace information
    #names.trace_mask = (200,201,202,203,205,206,207)
    #namesctl.trace_unique = True
    #Syntax:  T/F
    #Default: False
    # Indicates whether each trace file has a unique name, allowing multiple trace
    # files to coexist. If the value is set to ON, a process identifier is appended
    # to the name of each trace file generated.
    #namesctl.no_initial_server = False
    #Syntax:  T/F
    #Default: False
    # If set to TRUE namesctl will suppress any error messages when namesctl is
    # unable to connect to a default names server.
    #namesctl.internal_use = True
    #Syntax:  T/F
    #Default: False
    # If set to true namesctl will enable a set of internal undocumented commands.
    # All internal commands are preceded by an underscore ('_') in order to
    # distinguish them as internal. Without going into details, the commands
    # enabled are:
    #     _max_reforwards                 _modify_ops_enabled            
    #     _next_cache_checkpoint          _next_cache_flush              
    #     _next_stat_log                  _next_stat_reset               
    #     _reload                         _request_delay                 
    #     _restart                        _shutdown                      
    #namesctl.noconfirm = True
    #Syntax:  T/F
    #Default: False
    # When set to TRUE namesctl will suppress the confirmation prompt when
    # sensitive operations (stop, restart, reload) are requested. This is
    # quite helpful when using namesctl scripts.
    #namesctl.server_password = mangler
    #Syntax:  string
    #Default: NULL
    # Automatically sets the password for the names server in order to perform
    #Default: /.:/subsys/oracle/names
    #Specifies the DCE cell (prefix) to use for name lookup.
    #names.nds.name_context = personnel.acme
    #Syntax:  NDS name
    #Default: (OSD?)
    # Specifies the default NDS name context in which to look for the name to
    # be resolved.
    #names.nis.meta_map # NA
    # Syntax:  filename
    # The acceptable difference in the number of seconds between when a
    # credential was sent and when it was received.
    #sqlnet.kerberos5_clockskew=600
    #sqlnet.kerberos5_conf
    # Syntax: Any valid pathname.
    # Default: /krb5/krb.conf
    # The Kerberos configuration pathname.
    #sqlnet.kerberos5_conf=/tmp/mykrb.conf
    #sqlnet.kerberos5_realms
    # Syntax: Any valid pathname
    # Default: /krb5/krb.realms
    # The Kerberos host name to realm translation file.
    #sqlnet.kerberos5_realms=/tmp/mykrb.realms
    #sqlnet.kerberos5_keytab
    # Syntax: Any valid pathname.
    # Default: /etc/v5srvtab
    # The Kerberos secret key file.
    ## Parameters used with Radius adapter
    # Need to specify the location of the Radius server
    #sqlnet.radius_authentication = localhost
    # Need to specify the port address of the Radius server
    #sqlnet.radius_authentication_port = 1654
    # If your radius server support accounting, you can enable it
    #sqlnet.radius_accounting = off
    # Turn on/off challenge response
    #sqlnet.radius_challenge_response = off
    # Keyword to request a challenge from Radius server. 
    # If you use activcard, enter activcard
    # If you use something else, enter challenge
    #sqlnet.radius_challenge_keyword = challenge
    # Enter the name of the client interface you want to use for challenge response
    #sqlnet.radius_authentication_interface = DefaultRadiusInterface
    # Where is the secret file locate
    #sqlnet.radius_secret = $ORACLE_HOME/security/radius.key
    # ACCEPTED     The service will be active if the other side of the
    #          connection specifies "REQUESTED" or REQUIRED" and
    #          there is a compatible algorithm available on the other
    #          side; it will be inactive otherwise.
    # REJECTED     The service must not be active, and the connection
    #          will fail if the other side specifies "REQUIRED".
    # REQUESTED     The service will be active if the other side specifies
    #          "ACCEPTED", "REQUESTED", or "REQUIRED" and there is a
    #          compatible algorithm available on the other side; it
    #          will be inactive otherwise.
    # REQUIRED     The service must be active, and the connection will
    #          fail if the other side specifies "REJECTED" or if there
    #          is no compatible algorithm on the other side.
    #sqlnet.crypto_checksum_types_client
    #sqlnet.crypto_checksum_types_server
    #sqlnet.encryption_types_client
    #sqlnet.encryption_types_server
    # These parameters control which algorithms will be made available for
    #ssl_server_dn_match
    # Systax: ON/OFF
    # Default: OFF
    # The ssl_server_dn_match parameter determines SSL behavior when the
    # server's distinguished name does not match the service name. When
    # set to ON, the names must match for a connection to be established.
    # Leaving the parameter on OFF allows connection to servers where
    # the names do not match. However, this may potentially allow servers
    # to fake their identity.
    #ssl_client_authentication
    # Syntax: TRUE/FALSE
    # Default: TRUE
    # The ssl_client_authentication parameter controls whether the client
    # is authenticated using SSL. This parameter should be set to FALSE if
    # using a cipher suite that contains Diffie-Hellman anonymous
    # authentication (DH_anon) or if using other non-SSL authentication
    # methods.
    #ssl_cipher_suites
    # Syntax: (SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_RC4_128_SHA,
    #          SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_DES_CBC_SHA,
    #          SSL_DH_anon_WITH_3DES_EDE_CBC_SHA, SSL_DH_anon_WITH_RC4_128_MD5,
    #          SSL_DH_anon_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5,
    #          SSL_RSA_EXPORT_WITH_DES40_CBC_SHA,
    #          SSL_DH_anon_EXPORT_WITH_RC4_40_MD5,
    #          SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA)
    # Default: All cipher suites enabled
    # ssl_cipher_suites defines a list of cipher suites used to negotiate
    # an SSL connection in order of priority. The cipher suites selected for
    # a server must be compatible with those required by the client.
    #ssl_version
    # Syntax: 0/2.0/3.0
    # Default: 0 (impiles 3.0)
    # The ssl_version parameter defines the version of SSL that must
    # run on the systems with which the client communicates.
    # - SSL ---------------------------------------------------------------------
    #my_wallet
    # Syntax: A properly formatted NLNV list.
    # Default: Platform specific.  Unix: $HOME/oracle/oss
    # The method for retrieving and storing my identity. 
    #my_wallet
    #   =(source
    #       =(method=file)
    #        (method_data=/dve/asriniva/oss/wallet)
    # - Sqlnet(v2.x) and Net3.0 Client ------------------------------------------
    # In the following descriptions, the term "client program" could mean
    # either sqlplus, svrmgrl or any other OCI programs written by users
    #trace_level_client = ADMIN
    #Possible values: {OFF,USER,ADMIN,0-16}
    #Default:         OFF (0)
    #Purpose: Indicates the level at which the client program
    #         is to be traced.
    # Available Values:
    #       0 or OFF - No Trace output
    #     4 or USER - User trace information
    #      10 or ADMIN - Administration trace information
    #     16 or SUPPORT - Worldwide Customer Support trace information
    #Supported since:  v2.0
    #trace_directory_client = /oracle/network/trace
    #Possible values: Any valid directory path with write permission
    #Default: $ORACLE_HOME/network/trace  ($ORACLE_HOME=/oracle at customer
    #         site)
    #Purpose: Indicates the name of the directory to which trace files from
    #         the client execution are written.
    #Supported since: v2.0
    #trace_file_client =  /oracle/network/trace/cli.trc
    #Possible values: Any valid file name
    #Default:       $ORACLE_HOME/network/trace/cli.trc ($ORACLE_HOME =
    #            /oracle at customer site)
    #Purpose: Indicates the name of the file to which the execution trace
    #         of the client is written to.
    #Supported since: v2.0
    #trace_unique_client = ON
    #Possible values: {ON, OFF}
    #Default: OFF
    #Purpose: Used to make each client trace file have a unique name to
    #       prevent each trace file from being overwritten by successive
    #       runs of the client program
    #Supported since: v2.0
    #log_directory_client = /oracle/network/log
    #Possible values: Any valid directory pathname
    #Default: $ORACLE_HOME/network/log  ($ORACLE_HOME = /oracle at customer
    #       site)
    #Purpose: Indicates the name of the directory to which the client log file
    #       is written to.
    #Supported since: v2.0
    #log_file_client = /oracle/network/log/sqlnet.log
    #Possible values: This is a default value, u cannot change this
    #Default: $ORACLE_HOME/network/log/sqlnet.log  ($ORACLE_HOME=/oracle in
    #         customer site)
    #Purpose: Indicates the name of the log file from a client program
    #Supported since: v2.0
    #log_directory_server = /oracle/network/trace
    #Possible values: Any valid diretcory path with write permission
    #Default: $ORACLE_HOME/network/trace ( $ORACLE_HOME=/oracle at customer
    #       site)
    #Purpose: Indicates the name of the directory to which log files from the
    #        server are written
    #Supported since:  v2.0
    #trace_directory_server = /oracle/network/trace
    #Possible values: Any valid directory path with write permission
    #Default: $ORACLE_HOME/network_trace ( $ORACLE_HOME=/oracle at customer
    #       site)
    #Purpose: Indicates the name of the directory to which trace files from
    #         the server are written
    #Supported since:  v2.0
    #trace_file_server = /orace/network/trace/svr_<pid>.trc
    #Possible values: Any valid filename
    #Default: $ORACLE_HOME/network/trace/svr_<pid>.trc where <pid? stands for
    #         the process id of the server on UNIX systems
    #Purpose: Indicates the name of the file to which the execution trace of
    #         the server program is written to.
    #Supported since: v2.0
    #trace_level_server = ADMIN
    #Possible values: {OFF,USER,ADMIN,0-16}
    #Default:         OFF (0)
    #Purpose: Indicates the level at which the server program
    #         is to be traced.
    # Available Values:
    #       0 or OFF - No Trace output
    #       4 or USER - User trace information
    #       10 or ADMIN - Administration trace information
    #       16 or SUPPORT - Worldwide Customer Support trace information
    #Supported since: v2.0
    #use_dedicated_server = ON
    #Possible values: {OFF,ON}
    #Default:        OFF
    #Purpose: Forces the listener to spawn a dedicated server process for
    #       sessions from this client program.
    #Supported since: v2.0
    #use_cman = TRUE
    #Possible values: {TRUE, FALSE}
    #Default:       FALSE
    #Purpose:
    #Supported since: v3.0
    #tnsping.trace_directory = /oracle/network/trace
    #Possible values: Any valid directory pathname
    #Default: $ORACLE_HOME/network/trace ($ORACLE_HOME=/oracle at customer
    #       site)
    #Purpose: Indicates the directory to which the execution trace from
    #       the tnsping program is to be written to.
    #Supported since: v2.0
    #tnsping.trace_level = ADMIN   
    #Possible values: {OFF,USER,ADMIN,0-16}
    #Default:         OFF (0)
    #Purpose: Indicates the level at which the server program
    #         is to be traced.
    # Available Values:
    #       0 or OFF - No Trace output
    #       4 or USER - User trace information
    #       10 or ADMIN - Administration trace information
    #       16 or SUPPORT - Worldwide Customer Support trace information
    #Supported since: v2.0
    #sqlnet.expire_time = 10
    #Possible values: 0-any valid positive integer! (in minutes)
    #Default: 0 minutes
    #Recommended value: 10 minutes
    #Purpose: Indicates the time interval to send a probe to verify the
    #       client session is alive (this is used to reclaim watseful
    #       resources on a dead client)
    #Supported since: v2.1
    #sqlnet.client_registration = <unique_id>
    #Possible values:
    #Default:     OFF
    #Purpose: Sets a unique identifier for the client machine. This
    #       identifier is then passed to the listener with any connection
    #       request and will be included in the Audit Trail. The identifier
    #       can be any alphanumeric string up to 128 characters long.
    #Supported since: v2.3.2
    #bequeath_detach = YES
    #Possible values: {YES,NO}
    #Default:         NO
    #Purpose: Turns off signal handling on UNIX systems. If signal handling
    #       were not turned off and if client programs written by users make
    #       use of signal handling they could interfere with Sqlnet/Net3.
    #Supported since: v2.3.3
    #automatic_ipc = OFF
    #Possible values: {ON,OFF}
    #Default: OFF
    #Purpose: Force a session to use or not to use IPC addresses on the
    #       client's node.
    #Supported since: v2.0
    #disable_oob = ON
    #Possible values: {ON,OFF}
    #Default: OFF
    #Purpose: If the underlying transport protocol (TCP, DECnet,...) does
    #         not support Out-of-band breaks, then disable out-of-band
    #       breaks
    #Supported since: v2.0
    #sqlnet.inbound_connect_timeout = 3
    #Possible values: 0-any valid positive integer (in seconds)
    #Default: 0
    #Recommended value: 3 seconds (note: this is highly application dependent)
    #Purpose: Indicates the time interval within which database authentication
    #         for a client must be completed. If the client fails to complete
    #         authentication within the given time period, then the database
    #         server will drop the client connection. This can be used to
    #         counter Denial of Service attacks in which malicious clients may
    #         cause numerous servers to be spawn without fully establishing DB
    #         sessions.
    #         A value of 0 turns off the timeout feature. If a spurious
    #         timeout error occurs (e.g. due to a slow network/system),
    #         reconfigure this parameter to a larger value.
    #Supported since: v9.2
    {code}
    and my tns file entry is
    {code}
    # This file contains the syntax information for
    # the entries to be put in any tnsnames.ora file
    # The entries in this file are need based.
    # There are no defaults for entries in this file
    # that Sqlnet/Net3 use that need to be overridden
    # Typically you could have two tnsnames.ora files
    # in the system, one that is set for the entire system
    # and is called the system tnsnames.ora file, and a
    # second file that is used by each user locally so that
    # he can override the definitions dictated by the system
    # tnsnames.ora file.
    # The entries in tnsnames.ora are an alternative to using
    # the names server with the onames adapter.
    # They are a collection of aliases for the addresses that
    # the listener(s) is(are) listening for a database or
    # several databases.
    # The following is the general syntax for any entry in
    # a tnsnames.ora file. There could be several such entries
    # tailored to the user's needs.
    <alias>= [ (DESCRIPTION_LIST =  # Optional depending on whether u have
                        # one or more descriptions
                        # If there is just one description, unnecessary ]
           (DESCRIPTION=
             [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
             [ (ADDRESS_LIST=    # Optional depending on whether u have
                        # one or more addresses
                        # If there is just one address, unnecessary ]
               (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=tcp)
              (HOST=<hostname>)
              (PORT=<portnumber (1521 is a standard port used)>)
               [ (ADDRESS=
                (PROTOCOL=ipc)
                (KEY=<ipckey (PNPKEY is a standard key used)>)     
               [ (ADDRESS=
                [ (COMMUNITY=<community_name>) ]
                (PROTOCOL=decnet)
                (NODE=<nodename>)
                (OBJECT=<objectname>)
                  ... # More addresses
             [ ) ] # Optional depending on whether ADDRESS_LIST is used or not
             [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
             [ (SOURCE_ROUTE=yes) ] 
           (DESCRIPTION=    
             [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
             [ (ADDRESS_LIST= ]     # Optional depending on whether u have more
                        # than one address or not
                        # If there is just one address, unnecessary
               (ADDRESS
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=tcp)
              (HOST=<hostname>)
              (PORT=<portnumber (1521 is a standard port used)>)
               [ (ADDRESS=
                (PROTOCOL=ipc)
                (KEY=<ipckey (PNPKEY is a standard key used)>)
               ...           # More addresses
             [ ) ]           # Optional depending on whether ADDRESS_LIST 
                        # is being used
             [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
             [ (SOURCE_ROUTE=yes) ]
           [ (CONNECT_DATA=
               (SID=<oracle_sid>)
               [ (GLOBAL_NAME=<global_database_name>) ]
           ...   # More descriptions
         [ ) ]     # Optional depending on whether DESCRIPTION_LIST is used or not
    {code}
    DATABASE-10G CLIENT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          

    Hi Rahul,
    this question does not seem to be related to SQL and PL/SQL forum.
    I guess you could use {forum:id=64} or {forum:id=61} forums.
    Regards.
    Al

  • Open an Access database from ASP on the Windows 2008 32-bit server

    We are upgrading to a Windows 2008 server.  The ASP application opens an Access database with this code:
      Set oConn=Server.CreateObject("ADODB.connection")
      oConn.Open  "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=E:\webdata\applications\po\sfisnet\sfisnet.mdb;"
    The open statement causes this error:
           Number: -2147217887
           Description: Multiple-step OLE DB operation generated errors. Check each OLE DB
           status value, if available. No work was done.
           Source: Microsoft JET Database Engine
           SQL State:
           Native Error: 0
    Research includes: 
     - ODBC drivers  
     - verified that the ms jet dll is present: msjet40.dll, msjet35.dll
     - IIS settings reviewed
     - permission and sharing on the directory and "sfisnet.mdb" database
     - verifies thet OLEDB_SERVICES is in the registry

    They'll help you over here.
    Microsoft ASP.Net forums
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • No connect to database possible while logging in sap system

    hi to all experts ,
    all the work process are wait state but with one work process i have error 1 and when im trying to logon to sap im getting this message no connect to database possible session terminated
    dev_disp
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      00
    sid        EC6
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    75
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        3664
    Thu Jul 10 00:06:23 2008
    kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)
    length of sys_adm_ext is 572 bytes
    *** SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3664) [dpxxdisp.c   1237]
         shared lib "dw_xml.dll" version 75 successfully loaded
         shared lib "dw_xtc.dll" version 75 successfully loaded
         shared lib "dw_stl.dll" version 75 successfully loaded
         shared lib "dw_gui.dll" version 75 successfully loaded
         shared lib "dw_mdm.dll" version 75 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3900
    Thu Jul 10 00:06:28 2008
    *** WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5273]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >gcecc6_EC6_00                           <
    DpShMCreate: sizeof(wp_adm)          18304     (1408)
    DpShMCreate: sizeof(tm_adm)          3994272     (19872)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1440)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 05FF0040, size: 4653368)
    DpShMCreate: allocated sys_adm at 05FF0040
    DpShMCreate: allocated wp_adm at 05FF1E40
    DpShMCreate: allocated tm_adm_list at 05FF65C0
    DpShMCreate: allocated tm_adm at 05FF65F0
    DpShMCreate: allocated wp_ca_adm at 063C5890
    DpShMCreate: allocated appc_ca_adm at 063CB650
    DpShMCreate: allocated comm_adm at 063CD590
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0644E450
    DpShMCreate: allocated gw_adm at 0644E490
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0644E4C0
    DpShMCreate: allocated wall_adm at 0644E4C8
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    Thu Jul 10 00:06:29 2008
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1712
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2122
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1623]
    ***LOG Q0K=> DpMsAttach, mscon ( gcecc6) [dpxxdisp.c   11586]
    DpStartStopMsg: send start message (myname is >gcecc6_EC6_00                           <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 75
    Release check o.K.
    Thu Jul 10 00:06:30 2008
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:06:43 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1524
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2124) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1712)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:07:09 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 5372
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2191
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:07:12 2008
    MBUF state ACTIVE
    Thu Jul 10 00:07:15 2008
    DpModState: change server state from STARTING to ACTIVE
    Thu Jul 10 00:08:09 2008
    *** ERROR => W8 (pid 2248) died [dpxxdisp.c   14241]
    Thu Jul 10 00:08:35 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1484
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2192) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=5372)
    *** ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:08:49 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1960
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2252
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:09:44 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1572
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2255) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1960)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:09:49 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4832
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2302
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:09:55 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1472
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2303) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4832)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:10:09 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 2124
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2381
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:10:14 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1468
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2382) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=2124)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:10:29 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 4180
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2414
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:10:34 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1464
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2415) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=4180)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:10:49 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 6436
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2439
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    Thu Jul 10 00:10:50 2008
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:10:54 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1460
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2445) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=6436)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:11:09 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 7244
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2491
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:11:14 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1456
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2492) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=7244)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:11:29 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 7560
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2512
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:11:34 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1452
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2513) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=7560)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:11:49 2008
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 7932
      argv[0] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[1] = C:\usr\sap\EC6\DVEBMGS00\exe\jcontrol.EXE
      argv[2] = pf=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2539
      argv[5] = -DSAPSYSTEM=00
      argv[6] = -DSAPSYSTEMNAME=EC6
      argv[7] = -DSAPMYNAME=gcecc6_EC6_00
      argv[8] = -DSAPPROFILE=C:\usr\sap\EC6\SYS\profile\EC6_DVEBMGS00_gcecc6
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    Thu Jul 10 00:11:50 2008
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Jul 10 00:11:54 2008
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    *** ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1456
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2545) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=7932)
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Thu Jul 10 00:12:09 2008
    DpEnvCheckJ2ee: switch off j2ee start flag
    DEV_W0
    trc file: "dev_w0", trc level: 1, release: "700"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ

    B Thu Jul 10 00:06:30 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\EC6\DVEBMGS00\exe\dboraslib.dll' ...
    B  Library 'C:\usr\sap\EC6\DVEBMGS00\exe\dboraslib.dll' loaded
    B  Version of 'C:\usr\sap\EC6\DVEBMGS00\exe\dboraslib.dll' is "700.08", patchlevel (0.73)
    B  New connection 0 created
    M sysno      00
    M sid        EC6
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    75
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        1416
    M
    M  kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)
    M  length of sys_adm_ext is 572 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 1416) [dpxxdisp.c   1299]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          18304     (1408)
    M  DpShMCreate: sizeof(tm_adm)          3994272     (19872)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1440)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 05FF0040, size: 4653368)
    M  DpShMCreate: allocated sys_adm at 05FF0040
    M  DpShMCreate: allocated wp_adm at 05FF1E40
    M  DpShMCreate: allocated tm_adm_list at 05FF65C0
    M  DpShMCreate: allocated tm_adm at 05FF65F0
    M  DpShMCreate: allocated wp_ca_adm at 063C5890
    M  DpShMCreate: allocated appc_ca_adm at 063CB650
    M  DpShMCreate: allocated comm_adm at 063CD590
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 0644E450
    M  DpShMCreate: allocated gw_adm at 0644E490
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 0644E4C0
    M  DpShMCreate: allocated wall_adm at 0644E4C8
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host gcecc6

    M Thu Jul 10 00:06:34 2008
    M  calling db_connect ...
    C  Prepending C:\usr\sap\EC6\DVEBMGS00\exe to Path.
    C  Oracle Client Version: '10.2.0.1.0'
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:06:48 2008
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=05CAECF8)
    C  Now '/@EC6' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPSR3's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=05C8C6D8,usrhp=05CAECF8)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=05CAECF8)
    C  Now 'SAPSR3/<pwd>@EC6' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  Database instance EC6 is running on GCECC6 with ORACLE version 10.2.0.2.0 since 20080710
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20080710 000634 GCECC6         
    M  db_connect o.k.
    M  ICT: exclude compression: *.zip,*.cs,*.rar,*.arj,*.z,*.gz,*.tar,*.lzh,*.cab,*.hqx,*.ace,*.jar,*.ear,*.war,*.css,*.pdf,*.js,*.gzip,*.uue,*.bz2,*.iso,*.sda,*.sar,*.gif

    I Thu Jul 10 00:07:08 2008
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 0AA30040, size: 4400000)
    M  SHM_ROLL_AREA          (addr: 788A0040, size: 61440000)
    M  SHM_PAGING_AREA          (addr: 0AE70040, size: 32768000)
    M  SHM_ROLL_ADM               (addr: 0CDC0040, size: 615040)
    M  SHM_PAGING_ADM          (addr: 0CE60040, size: 525344)
    M  ThCreateNoBuffer          allocated 544152 bytes for 1000 entries at 0CEF0040
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 12160 bytes (50 server) at 06660040
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 13, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 12B700C8, size: 30000000, end: 1480C448)
    B  dbtbxbuf: Buffer TABLP (addr: 148100C8, size: 10240000, end: 151D40C8)

    B Thu Jul 10 00:07:09 2008
    B  dbexpbuf: Buffer EIBUF (addr: 151E00D0, size: 4194304, end: 155E00D0)
    B  dbexpbuf: Buffer ESM   (addr: 155F00D0, size: 4194304, end: 159F00D0)
    B  dbexpbuf: Buffer CUA   (addr: 15A000D0, size: 3072000, end: 15CEE0D0)
    B  dbexpbuf: Buffer OTR   (addr: 15CF00D0, size: 4194304, end: 160F00D0)
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.

    S Thu Jul 10 00:07:10 2008
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 1B3D3950
    S  spool kernel/ddic check: Ok
    S  using table TSP02FX for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  found spool memory service RSPO-RCLOCKS at 1F6300A8
    S  doing lock recovery
    S  setting server cache root
    S  found spool memory service RSPO-SERVERCACHE at 1F630430
    S    using messages for server info
    S  size of spec char cache entry: 297028 bytes (timeout 100 sec)
    S  size of open spool request entry: 2132 bytes
    S  immediate print option for implicitely closed spool requests is disabled

    A  ---PXA-------------------------------------------
    A  PXA INITIALIZATION
    A  System page size: 4kb, total admin_size: 5132kb, dir_size: 5076kb.
    A  Attached to PXA (address 688A0040, size 150000K)
    A  abap/pxa = shared protect gen_remote
    A  PXA INITIALIZATION FINISHED
    A  ---PXA-------------------------------------------


    A Thu Jul 10 00:07:11 2008
    A  ABAP ShmAdm attached (addr=57A1C000 leng=20955136 end=58E18000)
    A  >> Shm MMADM area (addr=57E91E58 leng=126176 end=57EB0B38)
    A  >> Shm MMDAT area (addr=57EB1000 leng=16150528 end=58E18000)
    A  RFC Destination> destination gcecc6_EC6_00 host gcecc6 system EC6 systnr 0 (gcecc6_EC6_00)
    A  RFC Options> H=gcecc6,S=00,d=2,
    A  RFC FRFC> fallback activ but this is not a central instance.
    A   
    A  RFC rfc/signon_error_log = -1
    A  RFC rfc/dump_connection_info = 0
    A  RFC rfc/dump_client_info = 0
    A  RFC rfc/cp_convert/ignore_error = 1
    A  RFC rfc/cp_convert/conversion_char = 23
    A  RFC rfc/wan_compress/threshold = 251
    A  RFC rfc/recorder_pcs not set, use defaule value: 2
    A  RFC rfc/delta_trc_level not set, use default value: 0
    A  RFC rfc/no_uuid_check not set, use default value: 0
    A  RFC rfc/bc_ignore_thcmaccp_retcode not set, use default value: 0
    A  RFC Method> initialize RemObjDriver for ABAP Objects
    M  ThrCreateShObjects          allocated 13730 bytes at 06680040
    M  ThVBStartUp: restart pending update requests
    B  dbtran INFO (init_connection '<DEFAULT>' [ORACLE:700.08]):
    B   max_blocking_factor =   5,  max_in_blocking_factor      =   5,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =   5,
    B   prefer_union_all    =   0,  prefer_join                 =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   1,
    B   convert AVG         =   0,  alias table FUPD            =   0,
    B   escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B   select *            =0x0f,  character encoding          = STD / <none>:-,
    B   use_hints           = abap->1, dbif->0x1, upto->2147483647, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0
    M  ThVBAutoStart: update-auto-delete
    N  SsfSapSecin: putenv(SECUDIR=C:\usr\sap\EC6\DVEBMGS00\sec): ok

    N  =================================================
    N  === SSF INITIALIZATION:
    N  ===...SSF Security Toolkit name SAPSECULIB .
    N  ===...SSF trace level is 0 .
    N  ===...SSF library is C:\usr\sap\EC6\DVEBMGS00\exe\sapsecu.dll .
    N  ===...SSF hash algorithm is SHA1 .
    N  ===...SSF symmetric encryption algorithm is DES-CBC .
    N  ===...sucessfully completed.
    N  =================================================
    N  MskiInitLogonTicketCacheHandle: Logon Ticket cache pointer retrieved from shared memory.
    N  MskiInitLogonTicketCacheHandle: Workprocess runs with Logon Ticket cache.
    M  JrfcVmcRegisterNativesDriver o.k.
    W  =================================================
    W  === ipl_Init() called
    W    ITS Plugin: Path dw_gui
    W    ITS Plugin: Description ITS Plugin - ITS rendering DLL
    W    ITS Plugin: sizeof(SAP_UC) 2
    W    ITS Plugin: Release: 700, [7000.0.75.20050900]
    W    ITS Plugin: Int.version, [32]
    W    ITS Plugin: Feature set: [10]
    W    ===... Calling itsp_Init in external dll ===>
    W  === ipl_Init() returns 0, ITSPE_OK: OK
    W  =================================================
    E  Enqueue Info: rdisp/wp_no_enq=1, rdisp/enqname=<empty>, assume gcecc6_EC6_00

    E Thu Jul 10 00:07:12 2008
    E  Replication is disabled
    E  EnqCcInitialize: local lock table initialization o.k.
    E  EnqId_SuppressIpc: local EnqId initialization o.k.
    E  EnqCcInitialize: local enqueue client init o.k.
    M  MBUF info for hooks: MS component UP
    M  ThSetEnqName: set enqname by server list
    M  ThISetEnqname: enq name = >gcecc6_EC6_00                           <

    E  *************** EnqId_EN_ActionAtMsUpHook ***************
    E  Hook on upcoming Ms (with EnqSrv), get auth EnqId and check it locally

    E  *************** ObjShMem_CheckAuthoritativeEnqId ***************
    E  Checking authoritative EnqId from EnqSrv into ObjShMem
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: ObjShMem ...
    E  EnqId.EnqTabCreaTime    = -999
    E  EnqId.RandomNumber      = -999
    E  ReqOrd.TimeInSecs       = -999
    E  ReqOrd.ReqNumberThisSec = -999
    E  ObjShMem_CheckAuthoritativeEnqId: EnqId is initial in ShMem
    E  ObjShMem_CheckAuthoritativeEnqId: Overwrite incoming auth EnqId, continue
    E  EnqId inscribed into initial ObjShMem: (ObjShMem_CheckAuthoritativeEnqId)
    E  ---SHMEM--------------------------------------------------------------------------------
    E  EnqId:          EnqTabCreaTime/RandomNumber    = 10.07.2008 00:07:11  1215628631 / 2560
    E  ReqOrd at Srv:  TimeInSecs/ReqNumberThisSec    = 10.07.2008 00:07:12  1215628632 / 1
    E  ReqOrd at Cli:  TimeInSecs/ReqNumberThisSec    = 10.07.2008 00:07:12  1215628632 / 1
    E  Status:         STATUS_OK
    E  ----------------------------------------------------------------------------------------

    M Thu Jul 10 00:07:15 2008
    M  ThActivateServer: state = STARTING
    L  BtcSysStartRaise: Begin
    L  Raise event SAP_SYSTEM_START with parameter <gcecc6_EC6_00       >
    L  BtcSysStartRaise: End

    M Thu Jul 10 00:07:32 2008
    M  SecAudit(RsauShmInit): WP attached to existing shared memory.
    M  SecAudit(RsauShmInit): addr of SCSA........... = 05FC0040
    M  SecAudit(RsauShmInit): addr of RSAUSHM........ = 05FC07A8
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO... = 05FC07E0
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS...... = 05FC07EC

    C Thu Jul 10 00:08:19 2008
    C  *** ERROR => ORA-3113 occurred when executing SQL statement (parse error offset=0)
    [dbsloci.c    12548]
    C  sc_p=05BDE198,no=48,idc_p=00000000,con=0,act=1,slen=97,smax=256,#vars=0,stmt=1FA374E8,table=V$LOG                        
    C  SELECT SUBSTR ( TO_CHAR ( SEQUENCE#-1, '0999999999' ), 4, 8 ) FROM V$LOG WHERE STATUS = 'CURRENT';
    C  sc_p=05BDE198,no=48,idc_p=00000000,con=0,act=1,slen=97,smax=256,#vars=0,stmt=1FA374E8,table=V$LOG                        
    C  prep=0,lit=0,nsql=1,lobret=0,#exec=1,dbcnt=0,upsh_p=00000000,ocistmth_p=1FA30364
    C  IN : cols=0,rmax=0,xcnt=0,rpc=0,rowi=0,rtot=0,upto=-1,rsize=0,vmax=0,bound=0,iobuf_p=00000000,vda_p=00000000
    C       lobs=0,lmax=0,lpcnt=0,larr=00000000,lcurr_p=00000000,rret=0
    C  OUT: cols=1,rmax=3611,xcnt=3611,rpc=0,rowi=0,rtot=0,upto=-1,rsize=16,vmax=32,bound=1,iobuf_p=1B38F7E8,vda_p=1FA37758
    C       lobs=0,lmax=0,lpcnt=0,larr=00000000,lcurr_p=00000000,rret=0
    C  SELECT SUBSTR ( TO_CHAR ( SEQUENCE#-1, '0999999999' ), 4, 8 ) FROM V$LOG WHERE STATUS = 'CURRENT';
    B  ***LOG BY2=> sql error 3113       performing FET        [dbds#1 @ 592] [dbds    0592 ]
    B  ***LOG BY0=> ORA-03113: end-of-file on communication channel [dbds#1 @ 592] [dbds    0592 ]
    C  *** ERROR => ORA-3114 occurred when executing SQL statement (parse error offset=0)
    [dbsloci.c    12548]
    C  sc_p=05BDD3AC,no=15,idc_p=05BEDB84,con=0,act=1,slen=184,smax=256,#vars=3,stmt=1B5332C8,table=REPOLOAD                     
    C  SELECT "UNAM" , "UDAT" , "UTIME" , "L_DATALG" , "Q_DATALG" , "SDAT" , "STIME" , "MINOR_VERS" , "MAJO\
    C  R_VERS" FROM "REPOLOAD" WHERE "PROGNAME" = :A0 AND "R3STATE" = :A1 AND "MACH" = :A2 ;
    C  sc_p=05BDD3AC,no=15,idc_p=05BEDB84,con=0,act=1,slen=184,smax=256,#vars=3,stmt=1B5332C8,table=REPOLOAD                     
    C  prep=0,lit=0,nsql=0,lobret=0,#exec=23,dbcnt=0,upsh_p=00000000,ocistmth_p=1B525E94
    C  IN : cols=3,rmax=1,xcnt=0,rpc=0,rowi=0,rtot=0,upto=-1,rsize=86,vmax=32,bound=1,iobuf_p=05A2E748,vda_p=1B5345E8
    C       lobs=0,lmax=0,lpcnt=0,larr=00000000,lcurr_p=00000000,rret=0
    C  OUT: cols=9,rmax=1,xcnt=1,rpc=1,rowi=0,rtot=1,upto=-1,rsize=96,vmax=32,bound=1,iobuf_p=1B38F7E8,vda_p=1B534A58
    C       lobs=0,lmax=0,lpcnt=0,larr=00000000,lcurr_p=00000000,rret=0
    C  SELECT "UNAM" , "UDAT" , "UTIME" , "L_DATALG" , "Q_DATALG" , "SDAT" , "STIME" , "MINOR_VERS" , "MAJO\
    C  R_VERS" FROM "REPOLOAD" WHERE "PROGNAME" = :A0 AND "R3STATE" = :A1 AND "MACH" = :A2 ;
    B  ***LOG BYM=> severe DB error 3114      ; work process in reconnect status [dbsh#2 @ 1123] [dbsh    1123 ]
    B  ***LOG BY4=> sql error 3114   performing SEL on table REPOLOAD   [dbrepo#4 @ 2656] [dbrepo  2656 ]
    B  ***LOG BY0=> ORA-03114: not connected to ORACLE [dbrepo#4 @ 2656] [dbrepo  2656 ]
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   13155]
    C  *** ERROR => OCI-call 'OCITransRollback' failed: rc = 3114
    [dboci.c      3003]
    B  ***LOG BYM=> severe DB error 3114      ; work process in reconnect status [dbsh#2 @ 1123] [dbsh    1123 ]
    B  Reconnect state is entered by connection:
    B  0: name = R/3, con_id = 000000000 state = ACTIVE      , perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  hdl_error_on_commit_rollback: DB-ROLLBACK detected RECONNECT state
    M  ThShortCommit: db unusable
    B  RECONNECT: rsdb/reco_trials: 3
    B  RECONNECT: rsdb/reco_sleep_time: 5
    B  RECONNECT: rsdb/reco_sync_all_server: OFF
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = INACTIVE    , perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=05C8C6D8,usrhp=05CAECF8)
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  Now I'm disconnected from ORACLE
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:09:42 2008
    C  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12518
    [dboci.c      4172]
    C  *** ERROR => CONNECT failed with sql error '12518'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:09:47 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:09:52 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    B  Reconnect failed for connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    M  *** WARNING => PfStatWrite: missing STAT_END for opcode STAT_REPLOAD [pfxxstat.c   4103]
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:09:53 2008
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:09:58 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:03 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    B  Reconnect failed for connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    M  *** ERROR => ThHdlReconnect: db_reconnect failed (2048) [thxxhead.c   16655]
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:08 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:13 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:10:14 2008
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    B  Reconnect failed for connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    M  *** ERROR => ThHdlReconnect: db_reconnect failed (2048) [thxxhead.c   16655]

    B Thu Jul 10 00:10:29 2008
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:10:30 2008
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:35 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:40 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    B  Reconnect failed for connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    M  *** ERROR => ThHdlReconnect: db_reconnect failed (2048) [thxxhead.c   16655]
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)

    C Thu Jul 10 00:10:41 2008
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:46 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]

    C Thu Jul 10 00:10:51 2008
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    B  Reconnect failed for connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    M  *** ERROR => ThHdlReconnect: db_reconnect failed (2048) [thxxhead.c   16655]

    B Thu Jul 10 00:11:29 2008
    B  db_con_reconnect disconnecting connection:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    B  db_con_reconnect performing the reconnect for con:
    B  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = YES, timeout = 000, con_max = 255, con_opt = 255, occ = NO
    C  Client NLS settings:
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)

    C Thu Jul 10 00:11:30 2008
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1F8E7360)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    [dboci.c      4391]
    C  Detaching from DB Server (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464)
    C  *** ERROR => CONNECT failed with sql error '1034'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   05C87968   05C8CF04   05C8C78C
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=05C8C6D8,svrhp=05C9C464)
    C  Starting user session (con_hdl=0,svchp=05C8C6D8,srvhp=05C9C464,usrhp=1

    4 ETW000 r3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 10.07.2008 - 01:06:33
    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]  Thu Jul 10 01:06:36 2008                            7795  0.007795
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    23  0.007818
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             33  0.007851
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dboraslib.dll' ...                28  0.007879
    4 ETW000  [dev trc     ,00000]  load shared library (dboraslib.dll), hdl 0         26757  0.034636
    4 ETW000  [dev trc     ,00000]      using "C:\usr\sap\EC6\SYS\exe\uc\NTI386\dboraslib.dll"
    4 ETW000                                                                              32  0.034668
    4 ETW000  [dev trc     ,00000]  Library 'dboraslib.dll' loaded                        12  0.034680
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dboraslib.dll
    4 ETW000                                                                              19  0.034699
    4 ETW000  [dev trc     ,00000]  Version of 'dboraslib.dll' is "700.08", patchlevel (0.73)
    4 ETW000                                                                           17051  0.051750
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dboraslib.dll
    4 ETW000                                                                              22  0.051772
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dboraslib.dll
    4 ETW000                                                                              25  0.051797
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              21  0.051818
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              28  0.051846
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         18  0.051864
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              18  0.051882
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              24  0.051906
    4 ETW000  [dev trc     ,00000]  CLIENT_ORACLE_HOME is not set as environment variable or
    4 ETW000                        DIR_CLIENT_ORAHOME is not set as profile parameter.
    4 ETW000                          assuming using instant client with unspecified location.
    4 ETW000                                                                            1887  0.053793
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.1.0'                39929  0.093722
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         29  0.093751
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8          2402  0.096153
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           30  0.096183
    4 ETW000  [dev trc     ,00000]  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              25  0.096208
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                             575  0.096783
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1   0243DD48   0244327C   02442B04
    4 ETW000                                                                             116  0.096899
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0     9004  0.105903
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      18  0.105921
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server EC6 (con_hdl=0,svchp=02442A50,svrhp=024542C4)
    4 ETW000                                                                              45  0.105966
    4 ETW000  [dev trc     ,00000]  Thu Jul 10 01:07:47 2008                         71710744  71.816710
    4 ETW000  [dev trc     ,00000]  Assigning server context 024542C4 to service context 02442A50
    4 ETW000                                                                              48  71.816758
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                        53  71.816811
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=02442A50,srvhp=024542C4,usrhp=0248F930)
    4 ETW000                                                                              55  71.816866
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    4 ETW000                                                                           38748  71.855614
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=024542C4)       15  71.855629
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=02442A50,srvhp=024542C4)
    4 ETW000                                                                              22  71.855651
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 024542C4          941  71.856592
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                              56  71.856648
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                 119  71.856767
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              21  71.856788
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              23  71.856811
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1   0243DD48   0244327C   02442B04
    4 ETW000                                                                              24  71.856835
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      12  71.856847
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server EC6 (con_hdl=0,svchp=02442A50,svrhp=024542C4)
    4 ETW000                                                                              36  71.856883
    4 ETW000  [dev trc     ,00000]  Thu Jul 10 01:07:48 2008                           11514  71.868397
    4 ETW000  [dev trc     ,00000]  Assigning server context 024542C4 to service context 02442A50
    4 ETW000                                                                              31  71.868428
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 0248F930           17  71.868445
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 0248F930           23  71.868468
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=02442A50,srvhp=024542C4,usrhp=0248F930)
    4 ETW000                                                                              22  71.868490
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1034
    4 ETW000                                                                           30319  71.898809
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=024542C4)       15  71.898824
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=02442A50,srvhp=024542C4)
    4 ETW000                                                                              31  71.898855
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 024542C4          927  71.899782
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'
    4 ETW000                                                                              41  71.899823
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 1034   performing CON [dblink#3 @ 431]
    4 ETW000                                                                            7115  71.906938
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-01034: ORACLE not available           20  71.906958
    4 ETW000                        ORA-27101: shared memory realm does not exist [dblink#3 @ 431]
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'EC6'"
    Edited by: moazam hai on Jul 9, 2008 9:40 PM

  • Connect to database failed,rc=-10709 Connection failed (RTE:Database name)

    Hi gurues, I'm facing this issue with an IDES on MaxDB with Windows.
    System was up and running until someone tries to make an upgrade of the kernel. Since then we can not start our system. we tried to rollback kernel release to the previous one but it didn't work.
    When we start our system from MMC console we can see all process in green but work processes are in RUN state and after a few minutes they goes down with the following error
    trc file: "dev_w0", trc level: 1, release: "701"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Mon May 16 23:57:31 2011
    B  create_con (con_name=R/3)
    B  Loading DB library '
    sirillium1\sapmnt\SED\SYS\exe\uc\NTAMD64\dbsdbslib.dll' ...
    B  Library '
    sirillium1\sapmnt\SED\SYS\exe\uc\NTAMD64\dbsdbslib.dll' loaded
    B  Version of '
    sirillium1\sapmnt\SED\SYS\exe\uc\NTAMD64\dbsdbslib.dll' is "700.08", patchlevel (0.24)
    B  New connection 0 created
    M sysno      00
    M sid        SED
    M systemid   562 (PC with Windows NT)
    M relno      7010
    M patchlevel 0
    M patchno    32
    M intno      20020600
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        212
    M
    M  kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 212) [dpxxdisp.c   1348]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          22784     (1752)
    M  DpShMCreate: sizeof(tm_adm)          5912704     (29416)
    M  DpShMCreate: sizeof(wp_ca_adm)          24064     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1864)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000B2C0050, size: 6607136)
    M  DpShMCreate: allocated sys_adm at 000000000B2C0050
    M  DpShMCreate: allocated wp_adm at 000000000B2C2270
    M  DpShMCreate: allocated tm_adm_list at 000000000B2C7B70
    M  DpShMCreate: allocated tm_adm at 000000000B2C7BD0
    M  DpShMCreate: allocated wp_ca_adm at 000000000B86B450
    M  DpShMCreate: allocated appc_ca_adm at 000000000B871250
    M  DpShMCreate: allocated comm_adm at 000000000B873190
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 000000000B8F9E20
    M  DpShMCreate: allocated gw_adm at 000000000B8F9EA0
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 000000000B8F9ED0
    M  DpShMCreate: allocated wall_adm at 000000000B8F9EE0

    M Mon May 16 23:57:32 2011
    M  rdisp/queue_size_check_value :  -> off
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host sirillium1

    M Mon May 16 23:57:33 2011
    M  calling db_connect ...

    C  DBSDBSLIB : version 700.08, patch 0.024 (Make PL 0.32)
    C  MAXDB shared library (dbsdbslib) patchlevels (last 10)
    C    (0.024) Default value for max. input variables is 2000 (note 655018)
    C    (0.024) Profile parameter to define max. input variables (note 655018)
    C    (0.024) Switch SQLMODE after CREATE INDEX SERIAL (note 1267841)
    C    (0.024) Input parameters for SQL statements increased (note 655018)
    C    (0.018) Create index serial for MaxDB 7.6 (note 1267841)
    C    (0.018) More trace in case of packed to string conversion error (note 1262799)
    C    (0.016) R3trans export aborts with signal 6 (note 1262245)
    C    (0.009) IA64 alignment errors (note 1245982)
    C    (0.007) Support DB-Type 'SAP DB' by UPDSTAT (note 1225668)


    C  Loading SQLDBC client runtime ...
    C  SQLDBC SDK Version : SQLDBC.H  7.6.0    BUILD 007-123-091-175
    C  SQLDBC Library Version : libSQLDBC 7.6.5    BUILD 015-123-202-938
    C  SQLDBC client runtime is MaxDB 7.6.5.015 CL 202938
    C  SQLDBC supports new DECIMAL interface : 0
    C  SQLDBC supports VARIABLE INPUT data   : 1
    C  SQLDBC supports keepAlive indicator   : 0
    C  INFO : SQLOPT= -I 0 -t 0 -S SAPR3
    C  Try to connect (DEFAULT) on connection 0 ...
    C  *** ERROR => Connect to database failed, rc = -10709 (Connection failed (RTE:Database name is missing))
    [dbsdbsql.cpp 137]
    B  ***LOG BV3=> severe db error -10709    ; work process is stopped [dbsh#2 @ 1203] [dbsh    1203 ]
    B  ***LOG BY2=> sql error -10709 performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> Connection failed (RTE:Database name is missing) [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1449]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10563]

    M  Info for wp 0

    M    pid = 212
    M    severity = 0
    M    status = 0
    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server sirillium1_SED_00 on host sirillium1 (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Mon May 16 23:57:33 2011
    M  *  RELEASE     701
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10783
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >BtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   723]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 212) [dpnttool.c   334]
    We check several entries on this SDN site, and look for a lot of notes on the marketplace, and they always are related to default user in xuser files, but our xuser list output is ok. We have a DEFAULT connection to SAPSID user, a DBM connection to CONTROL user and a USERDBA connection.
    XUSER Entry  1
    Key         :DEFAULT          
    Username    :SAPSID                                                         
    UsernameUCS2:S.A.P.S.E.D. . . . . . . . . . . . . . . . . . . . . . . . . . .
    Password    :?????????
    PasswordUCS2:?????????
    Dbname      :SID              
    Nodename    :server1                                                     
    Sqlmode     :SAPR3  
    Cachelimit  :-1
    Timeout    
    Isolation  
    Charset     :<unspecified>    
    XUSER Entry  2
    Key         :c                
    Username    :CONTROL                                                        
    UsernameUCS2:C.O.N.T.R.O.L. . . . . . . . . . . . . . . . . . . . . . . . . .
    Password    :?????????
    PasswordUCS2:?????????
    Dbname      :SID              
    Nodename    :server1                                                     
    Sqlmode     :INTERNAL
    Cachelimit  :-1
    Timeout     :-1
    Isolation   :-1
    Charset     :<unspecified>    
    XUSER Entry  3
    Key         :c_J2EE           
    Username    :CONTROL                                                        
    UsernameUCS2:C.O.N.T.R.O.L. . . . . . . . . . . . . . . . . . . . . . . . . .
    Password    :?????????
    PasswordUCS2:?????????
    Dbname      :SID              
    Nodename    :server1                                                     
    Sqlmode     :SAPR3  
    Cachelimit  :-1
    Timeout    
    Isolation  
    Charset     :<unspecified>    
    XUSER Entry  4
    Key         :w                
    Username    :SUPERDBA                                                       
    UsernameUCS2:S.U.P.E.R.D.B.A. . . . . . . . . . . . . . . . . . . . . . . . .
    Password    :?????????
    PasswordUCS2:?????????
    Dbname      :SID              
    Nodename    :server1                                                     
    Sqlmode     :INTERNAL
    Cachelimit  :-1
    Timeout     :-1
    Isolation   :-1
    Charset     :<unspecified>    
    Any idea? we are out of ideas at this moment.
    Regards
    Edited by: Gustavo Goicochea on May 17, 2011 6:37 PM

    Natalia, this system was not resored nor copied, it was up and running before kernel update. We did some of the tests you said and someothers, here are some outputs.
    We update kernel to release 142
    R3trans -d and -x exit with (all with user SIDADM)
    SVERS table does exist and belongs to SAPSID
    dbmcli on SID>sql_execute select * from domain.tables where tablename='SVERS'
    OK
    END
    'SAPSID';'SAPSID';'SVERS';'';'TABLE';'TABLE';'20100406';'00054637';'20100406';'00054637';'20100406';'00054638';'NO';(null);20000;(null);x'0000000000004842';'NO';'NO';'YES';'NO';(null)
    Why it still says that SVERS table does not exist and SQL error 942?
    C  Now I'm connected to SAP DB
    C  00: server1-SID, since=20110518015619, ABAP= <unknown> (0)
    B  Connection 0 opened (DBSL handle 0)
    C  *** ERROR =>   prepare() of C_0000, rc=1, rcSQL=-942 (POS(28) Unknown table name:SVERS) [
    dbsdbsql.cpp 1604]
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(28) Unknown table name:SVERS) [dbslsdb.cpp  7253]
    C sc_p=000000000CFAECC0,no=0,idc_p=0000000000000000,con=0,act=0,slen=34,smax=256,#vars=0,stmt=0000000002EA0AF0,table=SVERS                        
    C  SELECT VERSION INTO ? FROM SVERS  ;
    B  ***LOG BZA=> table SVERS      does not exist on database            [dblink#4 @ 1301] [dblink  1301 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 004096) [thxxhead.c   1515]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10824]

    Users seem to be ok
    dbmcli on SID>sql_execute SELECT username, usermode FROM users
    OK
    END
    'CONTROL';'ADMIN'
    'SUPERDBA';'SYSDBA'
    'SAPSID';'DBA'
    'SAPR3';'DBA'
    User SAPR3 does not have anything on database
    dbmcli on SID>sql_execute select * from domain.tables where owner='SAPR3'
    ERR
    -24988,ERR_SQL: SQL error
    100,Row not found
    Any idea?
    regards

Maybe you are looking for

  • Wireless connectivity with iMac G4 flat panel

    Hey everybody, We are thinking about buying an airport card for our imac G4 flat panel. We live in Ireland and are in the process of switching from a satellite dish-based Internet provider (connected via ethernet cable from the roof through the wall

  • CiscoSecure ACS v2.4 for Windows NT Upgrade

    We still have two ancient instances of CiscoSecure ACS v2.4 for Windows NT running on our network. ACS1 (primary) and ACS2 (secondary). I would like to upgrade these, not only because of how old they are but because of an issue trying to replicate th

  • Downloading CS6 on a MacAir w/o disk drive

    I bought photoshop cs6 on a disk.  I uninstalled it from my computer with a disk drive and want to install it on a MacBook Air without a drive.  I tried downloding the trial (as suggested on a help site) but can't get it to download.

  • RE: can not remove a device from Network Magic 4.9 Network map

    My network map shows an old computer that has NOT been on the network for over 1 year....yet it still is shown as being "on" the network. That computer I listed as being an Intruder, and while it does show up in red on the map, I can NOT find out how

  • Designing interfaces more effectively

    Hi, I'm having a requirement, where i need to design an interface. Currently we are having one concrete class which is going to implement that interface. for ex : public interface myintf    public Object getMyData(String name) throws NameNotFoundExce