Error "602" System error: AK Datapart too short

Hi all,
Ok, I have looked just about everywhere for an answer to this but to no avail...I even tried under a few rocks we have laying around.
Anyway here it is:
While running a compression in BW we get Error "602"  System error: AK Datapart too short.
This is happening while doing a select statement during the compression of the infocube.  It does not happen all the time, just kind like when ever it feels like.  The only note I could find in OSS was one about Live Cache and it does not seem to apply.
Here is the dump which I really hate doing this, but it gives all the info needed :
untime Error          DBIF_DSQL2_SQL_ERROR
Except.                CX_SY_NATIVE_SQL_ERROR
Date and Time          08/15/2007 12:23:09
ShrtText
An SQL error occurred when executing Native SQL.
What happened?
Error "-602" occurred in the current database connection "DEFAULT".
What can you do?
Print out the error message (using the "Print" function)
and make a note of the actions and input that caused the
error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
termination messages, especially those beyond their normal deletion
date.
is especially useful if you want to keep a particular message.
How to correct the error
Database error text........: "System error: AK Datapart too short"
Database error code .......: "-602"
Triggering SQL statement...: "INSERT INTO "/BIC/EZPSD_C03" ( "KEY_ZPSD_C03P",
"KEY_ZPSD_C03T", "KEY_ZPSD_C03U", "KEY_ZPSD_C031", "KEY_ZPSD_C032",
"KEY_ZPSD_C033", "KEY_ZPSD_C034", "/BIC/ZNET_ASP" ) SELECT ? ,
F."KEY_ZPSD_C03T", F."KEY_ZPSD_C03U", F."KEY_ZPSD_C031", F."KEY_ZPSD_C032","
Internal call code.........: "[DBDS/NEW DSQL]"
Please check the entries in the system log (Transaction SM21).
You may able to find an interim solution to the problem
in the SAP note system. If you have access to the note system yourself,
use the following search criteria:
"DBIF_DSQL2_SQL_ERROR" CX_SY_NATIVE_SQL_ERRORC
"GP31VIZWJDTT90894L1IA5YAC7G" or "GP31VIZWJDTT90894L1IA5YAC7G"
"TRANSFER_ALL"
If you cannot solve the problem yourself and you wish to send
an error message to SAP, include the following documents:
1. A printout of the problem description (short dump)
To obtain this, select in the current display "System->List->
Save->Local File (unconverted)".
2. A suitable printout of the system log
To obtain this, call the system log through transaction SM21.
Limit the time interval to 10 minutes before and 5 minutes
after the short dump. In the display, then select the function
"System->List->Save->Local File (unconverted)".
3. If the programs are your own programs or modified SAP programs,
supply the source code.
To do this, select the Editor function "Further Utilities->
Upload/Download->Download".
4. Details regarding the conditions under which the error occurred
or which actions and input led to the error.
The exception must either be prevented, caught within the procedure
"TRANSFER_ALL"
"(FORM)", or declared in the procedure's RAISING clause.
To prevent the exception, note the following:
System environment
SAP Release.............. "640"
Application server....... "sdcbw03"
Network address.......... "10.64.18.76"
Operating system......... "Linux"
Release.................. "2.6.9-55.ELsmp"
Hardware type............ "x86_64"
Character length......... 16 Bits
Pointer length........... 64 Bits
Work process number...... 21
Short dump setting....... "full"
Database server.......... "sdcbw03"
Database type............ "ADABAS D"
Database name............ "BWP"
Database owner........... "SAPBWP"
Character set............ "C"
SAP kernel............... "640"
Created on............... "Nov 5 2006 19:46:34"
Created in............... "Linux GNU SLES-9 x86_64 cc3.3.3"
Database version......... "SAPDB 7.5.0.030 "
Patch level.............. "156"
Patch text............... " "
Supported environment....
Database................. "MaxDB 7.5.0"
SAP database version..... "640"
Operating system......... "Linux 2.6"
Memory usage.............
Roll..................... 16192
EM....................... 20949280
Heap..................... 0
Page..................... 24576
MM Used.................. 9235016
MM Free.................. 3331560
SAP Release.............. "640"
User and Transaction
Client.............. 011
User................ "ALEREMOTE"
Language key........ "E"
Transaction......... " "
Program............. "GP31VIZWJDTT90894L1IA5YAC7G"
Screen.............. "SAPMSSY0 1000"
Screen line......... 6
Information on where terminated
The termination occurred in the ABAP program "GP31VIZWJDTT90894L1IA5YAC7G" in
"TRANSFER_ALL".
The main program was "RSPROCESS ".
The termination occurred in line 573 of the source code of the (Include)
program "GP31VIZWJDTT90894L1IA5YAC7G"
of the source code of program "GP31VIZWJDTT90894L1IA5YAC7G" (when calling the
editor 5730).
The program "GP31VIZWJDTT90894L1IA5YAC7G" was started as a background job.
Job name........ "BI_PROCESS_COMPRESS"
Job initiator... "ALEREMOTE"
Job number...... 12185102
Processing was terminated because the exception "CX_SY_NATIVE_SQL_ERROR"
occurred in the
procedure "TRANSFER_ALL" "(FORM)" but was not handled locally, not declared in
the
RAISING clause of the procedure.
The procedure is in the program "GP31VIZWJDTT90894L1IA5YAC7G ". Its source code
starts in line 557
of the (Include) program "GP31VIZWJDTT90894L1IA5YAC7G ".
Source Code Extract
Line
SourceCde
543
ENDIF.
544
545
COMMIT WORK.   " commit and close cursors
546
547
l_str = i_max_requid.
548
PERFORM msg_append(saplrscondense)
549
USING    'S' '355' l_str space space space
550
CHANGING c_t_msg.
551
552
ENDFORM.                               " CONDENSE_FACTTABLE_NEW
553
554
555
     Form  TRANSFER_ALL
556
557
FORM TRANSFER_ALL USING i_ref_update       TYPE rs_bool
558
i_pdimid           TYPE I
559
i_pdimid_ref_point TYPE rsd_sid
560
i_pdimid_normal    TYPE rsd_sid
561
i_recordtp         TYPE rsd_sid
562
CHANGING e_ref_ins_cnt TYPE I
563
e_ins_cnt     TYPE I
564
c_t_msg       TYPE rs_t_msg.
565
566
CALL FUNCTION 'RSDU_INFOCUBE_INDEXES_DROP'
567
EXPORTING
568
I_INFOCUBE = 'ZPSD_C03'
569
I_FACTTAB  = '/BIC/EZPSD_C03'.
570
571
572
EXEC SQL.
>>>>>
INSERT INTO "/BIC/EZPSD_C03"
574
( "KEY_ZPSD_C03P"
575
, "KEY_ZPSD_C03T"
576
, "KEY_ZPSD_C03U"
577
, "KEY_ZPSD_C031"
578
, "KEY_ZPSD_C032"
579
, "KEY_ZPSD_C033"
580
, "KEY_ZPSD_C034"
581
, "/BIC/ZNET_ASP"
582
583
SELECT :i_pdimid_normal
584
, F."KEY_ZPSD_C03T"
585
, F."KEY_ZPSD_C03U"
586
, F."KEY_ZPSD_C031"
587
, F."KEY_ZPSD_C032"
588
, F."KEY_ZPSD_C033"
589
, F."KEY_ZPSD_C034"
590
, SUM( F."/BIC/ZNET_ASP" )
591
FROM "/BIC/FZPSD_C03" F
592
WHERE F."KEY_ZPSD_C03P" = :i_pdimid
Any thoughts would be helpful,
Thanks,
David

This error usually occurs when there is a database lock or no space in teh database. Got DB02 and Click on Space critical objects to see whether any entries are there. If yes contact your basis to increase the space.
Hope this helps
Thanks,
Satish

Similar Messages

  • Error in assign structure passed is too short ....

    while passing parameter to function hr_infotype_operations error received was structure passed is too short than that given for the  field symbol
    assign <f > to <fs> casting <tabname>
    i don't want to pass all the fields that are existing in table.
    MSK

    i have passed the fields as follows:-
    DATA: l_p0169 like pa0169.
      l_p0169-barea = 'US'.
      l_p0169-pltyp = '401k'.
      l_p0169-bplan = '401k'.
      l_p0169-elidt = '20070601'.
      l_p0169-enrty = 'M'.
      l_p0169-perio = '4'.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
      EXPORTING
        INFTY                = '0169'
        NUMBER                = p_pernr
       SUBTYPE                = p_subtype
       VALIDITYEND            = '20070608'
       VALIDITYBEGIN          = '99991231'
        record                 = l_p0169
        operation              = 'INS'
       TCLAS                  = 'A'
    IMPORTING
       RETURN                 = l_bapireturn
       KEY                    = bapipakey_tab.

  • [-9404]: System error: AK System error: VAK15 3

    Hi,
    the installation is a MaxDB 7.6.03.15 Linux 64bit
    dbmcli version command outputs:
    version,os,dbroot,logon,code,swap
    "7.6.03","UNIX","/opt/sdb/7603",False,ASCII,2
    if i drop the follow view declared as:
    CREATE VIEW viewMovProduto2 AS
    SELECT DECODE(nf.tipo,'E',nf.my_destinatario,'S',nf.my_emitente) my_empresa,
           DECODE(nf.tipo,'E',nf.my_emitente,'S',nf.my_destinatario) my_cliForn,
           nf.data_es data,
           nf.tipo tipo,
           nf.numero numero,
           tpmov.gera_estoque gera_estoque,
           itnf.*
           FROM NotaFiscal nf, ItemNotaFiscal itnf, TipoMovimento tpmov
           WHERE nf.my_tipo_movimento = tpmov.oid AND
                 itnf.my_nota_fiscal = nf.oid
    and after the drop i try to run:
    ALTER TABLE ITEMNOTA ADD MY_EMPRESA VARCHAR(8)
    i get the error message:
    [-9404]: System error: AK System error: VAK15 3
    this error occurs too if try for example:
    ALTER TABLE ITEMNOTA ADD MY_TEST_COLUMN VARCHAR(8)
    if i add the column MY_TEST_COLUMN before to drop the view viewMovProduto2, that add works, if i try to add the column MY_EMPRESA i get the message:
    [-7057]: View definition contradicts new table definition:VIEWMOVPRODUTO2
    then the problem just occurs if i remove the View, anyone know what happens?
    thanks
    Clóvis

    Hi,
    the vtrace was nice, but did not show the wanted commands. May I assume that you did your drop view ... and afterwards started the dbm to handle the trace? This is not the best idea. Start dbm (which does several things with the kernel which may cause overwriting the trace-area), then do those things you want to trace, then use dbm.
    The other option is to increase the trace-area (increase TRACE_PAGES_US), restart the system and do things as you did before.
    But in your case no further try of vtrace is needed for the moment. Internally we talked about your topic and think, that in online-mode the statement
    check catalog with update
    should be done. We have to assume that in your catalog a reference to a table is stored. But this table does not exist any more. In those cases where we had the chance to check in detail we had to find out, that some versions of MaxDB did not throw away all references they should have done (in some cases only, of course). With normal handling of MaxDB this does not hurt. But if you want to throw away that object where the wrong reference is stored in, then such error like yours occurs.
    ==> please execute that statement and re-try your sequence.
    Another question:
    You are able to reproduce the problem starting with a really new created database?
    Would you mind changing to a newer version (>= 7.6.05) and try again?
    If this problem remains (create new database, do some DDL causing this problem) we would be VERY interested in this sequence of commands. But only, if it can be found in 7.6.05 or higher version.
    Regards,
      Elke

  • Adobe reader iOS app error "A system error was encountered."

    Hello everyone,
    I am using Adobe Reader app for my iOS device. The app is throwing an error "A system error was encountered."  whenever I highlight any word/sentences in the pdf file and the pdf file closes automatically and all the highlights/strikeouts/annotations are lost. This usually happens when I try to switch in between the apps (multitasking). The same thing is happening on both the devices (iPad and iPhone).
    Thanks.

    Hi Fzaver,
    We are sorry for late reply.
    Ideally it should not happen. Could you please send one of such document(if possible) at adobereader-iosatadobe.com to investigate the issue and the steps which you are performing to encounter the issue.
    Thanks
    -Adobe Reader team

  • Convert application error to system error

    Iam facing an issue in BPM, Iam triyng to access to a webservice using synchronous send step, and I ahve an exception branch to catch the syetm error and fault message. Eventhough I specified fault messages, application error was not properly recognized. For this Iam trying to write an adapter module.
    In that adapter module I want to access the error in runtime environment, massage the application error look like system error.
    Iam lookign for info like, how do I access the error in runtime environment and covert it to look like system error so that BPM could see that as a system error.

    Hi Vamsi,
    As per my understandiong Application errors different with System errors. so i dont think we can convert application error to system error.
    you need to find other way to handle applications error.
    Regards,
    Raj

  • Cluster.CCR: [ID 544775 daemon.error] libpnm system error: read error

    Hi all,
    I have 2 V880 server with Solaris 9 with Sun cluster 3.1 with 2 nodes. I am getting the "Cluster.CCR: [ID 544775 daemon.error] libpnm system error: read error" error in one cluster node and the same tine i am getting
    "Jun 11 11:13:56 server1 Cluster.PNM: [ID 517036 daemon.notice] connection from outside the cluster - rejected.*
    Jun 11 11:14:06 server1 Cluster.CCR: [ID 988885 daemon.error] libpnm error: no LOGICAL PERNODE IP for clusternode2-priv.i,"
    error in the first cluster node.
    Please see the log andd give log
    Jun 11 11:24:12 dbserver2 Cluster.CCR: [ID 544775 daemon.error] libpnm system error: read error.
    Jun 11 11:13:56 dbserver1 Cluster.PNM: [ID 517036 daemon.notice] connection from outside the cluster - rejected.*
    Jun 11 11:14:06 dbserver1 Cluster.CCR: [ID 988885 daemon.error] libpnm error: no LOGICAL PERNODE IP for clusternode2-priv.i,

    Hi Tim.Read ,
    I am mentioning the details of the cluster,
    SUN Cluster 3.1 with 2 nodes, and Solaris 9 and SUN fire V890 Server.
    It is configured recently including OS and everything like a fresh installation, but not done any changes after that. After the configuration i am getting this error but i am not facing any other issues with cluster. Please find the scstat out put and please give a solution, thanks in advance ,
    root@server1 # scstat -q
    -- Quorum Summary --
    Quorum votes possible: 3
    Quorum votes needed: 2
    Quorum votes present: 3
    -- Quorum Votes by Node --
    Node Name Present Possible Status
    Node votes: server2 1 1 Online
    Node votes: server1 1 1 Online
    -- Quorum Votes by Device --
    Device Name Present Possible Status
    Device votes: /dev/did/rdsk/d12s2 1 1 Online
    root@server1 # scstat
    -- Cluster Nodes --
    Node name Status
    Cluster node: server2 Online
    Cluster node: server1 Online
    -- Cluster Transport Paths --
    Endpoint Endpoint Status
    Transport path: server2:ce4 server1:ce4 Path online
    Transport path: server2:ce2 server1:ce2 Path online
    -- Quorum Summary --
    Quorum votes possible: 3
    Quorum votes needed: 2
    Quorum votes present: 3
    -- Quorum Votes by Node --
    Node Name Present Possible Status
    Node votes: server2 1 1 Online
    Node votes: server1 1 1 Online
    -- Quorum Votes by Device --
    Device Name Present Possible Status
    Device votes: /dev/did/rdsk/d12s2 1 1 Online
    -- Device Group Servers --
    Device Group Primary Secondary
    Device group servers: dsk/d12 - -
    Device group servers: rmt/3 - -
    Device group servers: rmt/2 - -
    Device group servers: rmt/1 - -
    Device group servers: rmt/6 - -
    Device group servers: rmt/5 - -
    Device group servers: rmt/4 - -
    Device group servers: rmt/7 - -
    Device group servers: rmt/8 - -
    Device group servers: ora-newds server1 server2
    -- Device Group Status --
    Device Group Status
    Device group status: dsk/d12 Offline
    Device group status: rmt/3 Offline
    Device group status: rmt/2 Offline
    Device group status: rmt/1 Offline
    Device group status: rmt/6 Offline
    Device group status: rmt/5 Offline
    Device group status: rmt/4 Offline
    Device group status: rmt/7 Offline
    Device group status: rmt/8 Offline
    Device group status: ora-newds Online
    -- Multi-owner Device Groups --
    Device Group Online Status
    -- Resource Groups and Resources --
    Group Name Resources
    Resources: ClusterIp -
    Resources: MountPoint Mounts
    Resources: rman rmanb_fs
    -- Resource Groups --
    Group Name Node Name State
    Group: ClusterIp server1 Online
    Group: ClusterIp server2 Offline
    Group: MountPoint server2 Offline
    Group: MountPoint server1 Online
    Group: rman server2 Offline
    Group: rman server1 Online
    -- Resources --
    Resource Name Node Name State Status Message
    Resource: Mounts server2 Offline Offline
    Resource: Mounts server1 Online Online
    Resource: rmanb_fs server2 Offline Offline
    Resource: rmanb_fs server1 Online Online
    -- IPMP Groups --
    Node Name Group Status Adapter Status
    IPMP Group: appserver1 app1-nafo Online ce5 Online
    IPMP Group: appserver2 app2-nafo Online ce3 Online

  • Error: [-9045]: System error: BD Root check

    Hi all,
    I have a MaxDB 7.6.0.37 running on SLES10 based on VmWare ESX 3.0
    The Database is a small test database which is in ONLINE state an can be easily switch OFFLINE/ADMIN/ONLINE all the way.
    I do an SELECT statement thru the SQL Studio and got correct result tables shown.
    I do the same thing via JDBC an get an Error: [-9045]: System error: BD Root check. The FAQ told that it may be an hardware error, but since we are on a vmware plattform, there can't be a real hardware error.
    What does this error mean and how could I solve them ?
    I tried to recover from backup but that doesn't work.
    Regards,
    Dirk

    Date       Time       TID Typ MsgID Label    Message-Text
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'Linux thread implementation is more POSIX compliant (NPTL)'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'Linux thread implementation allows setting of individual thread stack size'
    2008-05-13 16:35:55 18832     12821 TASKING  Thread 18832 starting
    2008-05-13 16:35:55 18829     12600 VERSION  'Kernel    7.6.00   Build 037-121-149-748'
    2008-05-13 16:35:55 18829     12600 VERSION  'X32/LINUX 7.6.00   Build 037-121-149-748'
    2008-05-13 16:35:55 18829     12769 INFO     Starting SERVERDB:      'SAPDB02A'
    2008-05-13 16:35:55 18829     12770 INFO              SERVERNODE:    'sapdb02'
    2008-05-13 16:35:55 18829     12773 INFO              Date:          2008-05-13
    2008-05-13 16:35:55 18829     12771 INFO              Process ID:    18829
    2008-05-13 16:35:55 18829     12772 INFO              Owner:         'sdb'
    2008-05-13 16:35:55 18829     12772 INFO              Group:         'sdba'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       '32BIT Kernel'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'X32/LINUX 7.6.00   Build 037-121-149-748'
    2008-05-13 16:35:55 18829     12781 INFO              Version:       'FAST'
    2008-05-13 16:35:55 18829     12806 INFO              Machine:       'i686'
    2008-05-13 16:35:55 18829     12775 INFO              Processors:       1
    2008-05-13 16:35:55 18829     12780 INFO              Current directory:         '/var/opt/sdb/data/wrk/SAPDB02A'
    2008-05-13 16:35:55 18829     12780 INFO              LD_LIBRARY_PATH: '/opt/sdb/7600/lib:/opt/sdb/7600/sap'
    2008-05-13 16:35:55 18829     20233 RTE      Dump of all kernel parameters start
    2008-05-13 16:35:55 18829     20206 RTE      Using mode NORMAL for data volume 1
    2008-05-13 16:35:55 18829     20234 RTE       ADMIN=1
    2008-05-13 16:35:55 18829     20234 RTE       AKDUMP_ALLOWED=YES
    2008-05-13 16:35:55 18829     20234 RTE       ALLOW_MULTIPLE_SERVERTASK_UKTS=NO
    2008-05-13 16:35:55 18829     20234 RTE       AUTHENTICATION_ALLOW=
    2008-05-13 16:35:55 18829     20234 RTE       AUTHENTICATION_DENY=
    2008-05-13 16:35:55 18829     20234 RTE       AUTOSAVE=1
    2008-05-13 16:35:55 18829     20234 RTE       AUTO_RECREATE_BAD_INDEXES=NO
    2008-05-13 16:35:55 18829     20234 RTE       BACKUPRESULT=1
    2008-05-13 16:35:55 18829     20234 RTE       BACKUP_BLOCK_CNT=64
    2008-05-13 16:35:55 18829     20234 RTE       BACKUPHISTFILE=dbm.knl
    2008-05-13 16:35:55 18829     20234 RTE       BACKUPMED_DEF=dbm.mdf
    2008-05-13 16:35:55 18829     20234 RTE       CACHE_IN_SHARED_MEMORY=NO
    2008-05-13 16:35:55 18829     20234 RTE       CACHE_SIZE=10000
    2008-05-13 16:35:55 18829     20234 RTE       CALLSTACKLEVEL=0
    2008-05-13 16:35:55 18829     20234 RTE       CATCACHE_MINSIZE=262144
    2008-05-13 16:35:55 18829     20234 RTE       CAT_CACHE_SUPPLY=3264
    2008-05-13 16:35:55 18829     20234 RTE       CHECKDATA=1
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_BACKUP=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_COMMON=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_CONVERTER=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_DATACACHE=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_DATAINDEX=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_DATAPAGELOG=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_FBM=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_HASHED_RESULTSET=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_IOMAN=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_KB_REGIONS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOCK_SUPPLY=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOCK=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGHISTORY=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGPAGE=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGTRANS=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_LOGVOLUME=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_REGIONS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_SRVTASKS=0
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TABLE_WIDTH=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TASK_SPECIFIC_CATALOGCACHE=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TRANSLIST=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TREE_LOCKS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CHECK_TREE=NO
    2008-05-13 16:35:55 18829     20234 RTE       CLUSTERED_LOBS=NO
    2008-05-13 16:35:55 18829     20234 RTE       CLUSTER_WRITE_THRESHOLD=80
    2008-05-13 16:35:55 18829     20234 RTE       COLUMNCOMPRESSION=YES
    2008-05-13 16:35:55 18829     20234 RTE       _COMMENT=
    2008-05-13 16:35:55 18829     20234 RTE       CONTROLPASSWORD=***
    2008-05-13 16:35:55 18829     20234 RTE       CONTROLUSERID=DBM
    2008-05-13 16:35:55 18829     20234 RTE       CONVERTER_REGIONS=8
    2008-05-13 16:35:55 18829     20234 RTE       DATABASEFULL=1
    2008-05-13 16:35:55 18829     20234 RTE       DATACACHE_RGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       DATA_IO_BLOCK_COUNT=64
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_GROUPS=1
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_MODE_0001=NORMAL
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_NAME_0001=/dev/raw/raw1
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_SIZE_0001=64000
    2008-05-13 16:35:55 18829     20234 RTE       DATA_VOLUME_TYPE_0001=R
    2008-05-13 16:35:55 18829     20234 RTE       DATE_TIME_FORMAT=INTERNAL
    2008-05-13 16:35:55 18829     20234 RTE       DBFILLINGABOVELIMIT=70L80M85M90H95H96H97H98H99H
    2008-05-13 16:35:55 18829     20234 RTE       DBFILLINGBELOWLIMIT=70L80L85L90L95L
    2008-05-13 16:35:55 18829     20234 RTE       DDLTRIGGER=YES
    2008-05-13 16:35:55 18829     20234 RTE       DEADLOCK_DETECTION=4
    2008-05-13 16:35:55 18829     20234 RTE       DEFAULT_CODE=ASCII
    2008-05-13 16:35:55 18829     20234 RTE       DELAYCOMMIT=NO
    2008-05-13 16:35:55 18829     20234 RTE       DELAYLOGWRITER=0
    2008-05-13 16:35:55 18829     20234 RTE       DIAG_HISTORY_NUM=2
    2008-05-13 16:35:55 18829     20234 RTE       DIAG_HISTORY_PATH=/var/opt/sdb/data/wrk/SAPDB02A/DIAGHISTORY
    2008-05-13 16:35:55 18829     20234 RTE       DIAGSEM=0
    2008-05-13 16:35:55 18829     20234 RTE       DWIO_AREA_FLUSH=50
    2008-05-13 16:35:55 18829     20234 RTE       DWIO_AREA_SIZE=50
    2008-05-13 16:35:55 18829     20234 RTE       DWLRU_TAIL_FLUSH=25
    2008-05-13 16:35:55 18829     20234 RTE       DYNTASK_STACK=NO
    2008-05-13 16:35:55 18829     20234 RTE       ENABLE_CHECK_INSTANCE=YES
    2008-05-13 16:35:55 18829     20234 RTE       ENABLE_SYSTEM_TRIGGERS=YES
    2008-05-13 16:35:55 18829     20234 RTE       ERROR=3
    2008-05-13 16:35:55 18829     20234 RTE       _EVENTFILE=knldiag.evt
    2008-05-13 16:35:55 18829     20234 RTE       _EVENTSIZE=0
    2008-05-13 16:35:55 18829     20234 RTE       EVENT=1
    2008-05-13 16:35:55 18829     20234 RTE       EXPAND_COM_TRACE=NO
    2008-05-13 16:35:55 18829     20234 RTE       EXTERNAL_DUMP_REQUEST=NO
    2008-05-13 16:35:55 18829     20234 RTE       FBMLOW_IO_RATE=10
    2008-05-13 16:35:55 18829     20234 RTE       FBM_VOLUME_BALANCE=10
    2008-05-13 16:35:55 18829     20234 RTE       FBM_VOLUME_COMPRESSION=50
    2008-05-13 16:35:55 18829     20234 RTE       FILEDIR_SPINLOCKPOOL_SIZE=10
    2008-05-13 16:35:55 18829     20234 RTE       FORBID_LOAD_BALANCING=YES
    2008-05-13 16:35:55 18829     20234 RTE       FORMATTING_MODE=PARALLEL
    2008-05-13 16:35:55 18829     20234 RTE       FORMAT_DATAVOLUME=YES
    2008-05-13 16:35:55 18829     20234 RTE       HASHED_RESULTSET_CACHESIZE=262144
    2008-05-13 16:35:55 18829     20234 RTE       HASHED_RESULTSET=YES
    2008-05-13 16:35:55 18829     20234 RTE       HEAP_CHECK_LEVEL=0
    2008-05-13 16:35:55 18829     20234 RTE       HIRES_TIMER_TYPE=CPU
    2008-05-13 16:35:55 18829     20234 RTE       HS_STORAGE_DLL=libhsscopy
    2008-05-13 16:35:55 18829     20234 RTE       HS_SYNC_INTERVAL=50
    2008-05-13 16:35:55 18829     20234 RTE       IDXFILELIST_SIZE=2048
    2008-05-13 16:35:55 18829     20234 RTE       INDEX_LEAF_CACHING=2
    2008-05-13 16:35:55 18829     20234 RTE       INIT_ALLOCATORSIZE=258048
    2008-05-13 16:35:55 18829     20234 RTE       INSTANCE_TYPE=OLTP
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSFOR_PRIO=0
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSFOR_READER=0
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSPER_DEV=2
    2008-05-13 16:35:55 18829     20234 RTE       IOPROCSSWITCH=2
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_MAXTAB_LEVEL4=16
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_MAXTAB_LEVEL9=5
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_SEARCH_LEVEL=0
    2008-05-13 16:35:55 18829     20234 RTE       JOIN_TABLEBUFFER=128
    2008-05-13 16:35:55 18829     20234 RTE       _KERNELDIAGFILE=knldiag
    2008-05-13 16:35:55 18829     20234 RTE       KERNELDIAGSIZE=800
    2008-05-13 16:35:55 18829     20234 RTE       _KERNELDUMPFILE=knldump
    2008-05-13 16:35:55 18829     20234 RTE       _KERNELTRACEFILE=knltrace
    2008-05-13 16:35:55 18829     20234 RTE       KERNELTRACESIZE=710
    2008-05-13 16:35:55 18829     20234 RTE       KERNELVERSION=KERNEL    7.6.00   BUILD 037-121-149-748
    2008-05-13 16:35:55 18829     20234 RTE       LOAD_BALANCING_CHK=0
    2008-05-13 16:35:55 18829     20234 RTE       LOAD_BALANCING_DIF=10
    2008-05-13 16:35:55 18829     20234 RTE       LOAD_BALANCING_EQ=5
    2008-05-13 16:35:55 18829     20234 RTE       LOCAL_REDO_LOG_BUFFER_SIZE=0
    2008-05-13 16:35:55 18829     20234 RTE       LOCKSUPPLY_BLOCK=100
    2008-05-13 16:35:55 18829     20234 RTE       LOGABOVELIMIT=50L75L90M95M96H97H98H99H
    2008-05-13 16:35:55 18829     20234 RTE       LOGFULL=1
    2008-05-13 16:35:55 18829     20234 RTE       LOGSEGMENTFULL=1
    2008-05-13 16:35:55 18829     20234 RTE       LOG_BACKUP_TO_PIPE=NO
    2008-05-13 16:35:55 18829     20234 RTE       LOG_IO_BLOCK_COUNT=8
    2008-05-13 16:35:55 18829     20234 RTE       LOG_IO_QUEUE=50
    2008-05-13 16:35:55 18829     20234 RTE       LOG_MIRRORED=NO
    2008-05-13 16:35:55 18829     20234 RTE       LOG_QUEUE_COUNT=1
    2008-05-13 16:35:55 18829     20234 RTE       LOG_SEGMENT_SIZE=10666
    2008-05-13 16:35:55 18829     20234 RTE       LOG_VOLUME_NAME_001=/dev/raw/raw2
    2008-05-13 16:35:55 18829     20234 RTE       LOG_VOLUME_SIZE_001=32000
    2008-05-13 16:35:55 18829     20234 RTE       LOG_VOLUME_TYPE_001=R
    2008-05-13 16:35:55 18829     20234 RTE       LRU_FOR_SCAN=NO
    2008-05-13 16:35:55 18829     20234 RTE       MAXBACKUPDEVS=2
    2008-05-13 16:35:55 18829     20234 RTE       MAXCPU=1
    2008-05-13 16:35:55 18829     20234 RTE       MAXDATAVOLUMES=11
    2008-05-13 16:35:55 18829     20234 RTE       _MAXEVENTS=100
    2008-05-13 16:35:55 18829     20234 RTE       _MAXEVENTTASKS=2
    2008-05-13 16:35:55 18829     20234 RTE       MAXGARBAGECOLL=1
    2008-05-13 16:35:55 18829     20234 RTE       MAXLOCKS=4080
    2008-05-13 16:35:55 18829     20234 RTE       MAXLOGVOLUMES=2
    2008-05-13 16:35:55 18829     20234 RTE       MAXPAGER=11
    2008-05-13 16:35:55 18829     20234 RTE       MAXRGN_REQUEST=-1
    2008-05-13 16:35:55 18829     20234 RTE       MAXSERVERTASKS=28
    2008-05-13 16:35:55 18829     20234 RTE       MAXTASKSTACK=512
    2008-05-13 16:35:55 18829     20234 RTE       _MAXTRANS=408
    2008-05-13 16:35:55 18829     20234 RTE       MAXUSERTASKS=50
    2008-05-13 16:35:55 18829     20234 RTE       MAXVOLUMES=14
    2008-05-13 16:35:55 18829     20234 RTE       MAX_HASHTABLE_MEMORY=5120
    2008-05-13 16:35:55 18829     20234 RTE       MAX_LOG_QUEUE_COUNT=0
    2008-05-13 16:35:55 18829     20234 RTE       MAXMESSAGE_FILES=0
    2008-05-13 16:35:55 18829     20234 RTE       MAX_MESSAGE_LIST_LENGTH=100
    2008-05-13 16:35:55 18829     20234 RTE       MAX_RETENTION_TIME=480
    2008-05-13 16:35:55 18829     20234 RTE       MAX_SERVERTASK_STACK=500
    2008-05-13 16:35:55 18829     20234 RTE       MAX_SINGLE_HASHTABLE_SIZE=512
    2008-05-13 16:35:55 18829     20234 RTE       MAX_SPECIALTASK_STACK=500
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKDATA_SIZE=32768
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKQUAL_SIZE=32768
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKSTACK_SIZE=32768
    2008-05-13 16:35:55 18829     20234 RTE       MBLOCKSTRAT_SIZE=12288
    2008-05-13 16:35:55 18829     20234 RTE       MCOD=NO
    2008-05-13 16:35:55 18829     20234 RTE       MEMORY_ALLOCATION_LIMIT=0
    2008-05-13 16:35:55 18829     20234 RTE       MINREPLYSIZE=4096
    2008-05-13 16:35:55 18829     20234 RTE       MINSERVERTASKS=28
    2008-05-13 16:35:55 18829     20234 RTE       MIN_RETENTION_TIME=60
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_READ=2147483647
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_ROWNO=0
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_SELECTIVITY=0
    2008-05-13 16:35:55 18829     20234 RTE       MONITOR_TIME=2147483647
    2008-05-13 16:35:55 18829     20234 RTE       MPDISP_LOOPS=2
    2008-05-13 16:35:55 18829     20234 RTE       MPDISP_PRIO=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_BUSY_WAIT=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_DIRTY_READ=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MP_RGN_LOOP=-1
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_PRIO=DEFAULT
    2008-05-13 16:35:55 18829     20234 RTE       MPRGN_QUEUE=YES
    2008-05-13 16:35:55 18829     20234 RTE       NO_SYNC_TO_DISK_WANTED=NO
    2008-05-13 16:35:55 18829     20234 RTE       OFFICIAL_NODE=
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_BLOCKSIZE=10000
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_COUNT=1
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_LIMIT=0
    2008-05-13 16:35:55 18829     20234 RTE       OMS_HEAP_THRESHOLD=100
    2008-05-13 16:35:55 18829     20234 RTE       OMSREGIONS=0
    2008-05-13 16:35:55 18829     20234 RTE       OMSRGNS=7
    2008-05-13 16:35:55 18829     20234 RTE       OMS_RUN_IN_UDE_SERVER=NO
    2008-05-13 16:35:55 18829     20234 RTE       OMS_STREAM_TIMEOUT=30
    2008-05-13 16:35:55 18829     20234 RTE       OMS_VERS_THRESHOLD=2097152
    2008-05-13 16:35:55 18829     20234 RTE       ONLINE=1
    2008-05-13 16:35:55 18829     20234 RTE       OPMSG1=/dev/console
    2008-05-13 16:35:55 18829     20234 RTE       OPMSG2=/dev/null
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_AGGREGATION=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_FETCH_REVERSE=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_FIRST_ROWS=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_HASHTABLE=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_HASH_MINIMAL_RATIO=1
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_ONEPHASE=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_OPERATOR_SORT=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_OUTER=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_PARALLEL_MINSIZE=1000000
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_JOIN_PARALLEL_SERVERS=0
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_MIN_MAX=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_OPERATOR_JOIN_COSTFUNC=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_OPERATOR_JOIN=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_QUAL_ON_INDEX=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIMIZE_QUERYREWRITE=STATEMENT
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_CACHE=NO
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_INV_ONLY=YES
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_JOIN_FETCH=0
    2008-05-13 16:35:55 18829     20234 RTE       OPTIM_MAX_MERGE=500
    2008-05-13 16:35:55 18829     20234 RTE       OUTOFSESSIONS=3
    2008-05-13 16:35:55 18829     20234 RTE       PACKETSIZE=131072
    2008-05-13 16:35:55 18829     20234 RTE       PAGESIZE=8192
    2008-05-13 16:35:55 18829     20234 RTE       PREALLOCATE_IOWORKER=NO
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_COM=10
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_IOC=80
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_RAV=80
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_REX=40
    2008-05-13 16:35:55 18829     20234 RTE       PRIOBASE_U2U=100
    2008-05-13 16:35:55 18829     20234 RTE       PRIOFACTOR=80
    2008-05-13 16:35:55 18829     20234 RTE       PROTECT_DATACACHE_MEMORY=NO
    2008-05-13 16:35:55 18829     20234 RTE       READAHEADBLOBS=32
    2008-05-13 16:35:55 18829     20234 RTE       REQUEST_TIMEOUT=5000
    2008-05-13 16:35:55 18829     20234 RTE       RESERVEDSERVERTASKS=16
    2008-05-13 16:35:55 18829     20234 RTE       RESTARTTIME=600
    2008-05-13 16:35:55 18829     20234 RTE       ROWRGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       _RTEDUMPFILE=rtedump
    2008-05-13 16:35:55 18829     20234 RTE       RTE_TEST_REGIONS=0
    2008-05-13 16:35:55 18829     20234 RTE       RUNDIRECTORY=/var/opt/sdb/data/wrk/SAPDB02A
    2008-05-13 16:35:55 18829     20234 RTE       SEQUENCE_CACHE=1
    2008-05-13 16:35:55 18829     20234 RTE       SERVERDBFOR_SAP=YES
    2008-05-13 16:35:55 18829     20234 RTE       SESSION_TIMEOUT=900
    2008-05-13 16:35:55 18829     20234 RTE       SET_VOLUME_LOCK=YES
    2008-05-13 16:35:55 18829     20234 RTE       SHAREDSQL_COMMANDCACHESIZE=262144
    2008-05-13 16:35:55 18829     20234 RTE       SHAREDSQL_EXPECTEDSTATEMENTCOUNT=1500
    2008-05-13 16:35:55 18829     20234 RTE       SHAREDSQL=YES
    2008-05-13 16:35:55 18829     20234 RTE       _SHMKERNEL=6236
    2008-05-13 16:35:55 18829     20234 RTE       SHOW_MAX_KB_STACK_USE=NO
    2008-05-13 16:35:55 18829     20234 RTE       SHOW_MAX_STACK_USE=NO
    2008-05-13 16:35:55 18829     20234 RTE       SIMULATE_VECTORIO=IF_OPEN_DIRECT_OR_RAW_DEVICE
    2008-05-13 16:35:55 18829     20234 RTE       STANDBY=1
    2008-05-13 16:35:55 18829     20234 RTE       SUBTREE_LOCKS=NO
    2008-05-13 16:35:55 18829     20234 RTE       SUPPRESS_CORE=YES
    2008-05-13 16:35:55 18829     20234 RTE       SYMBOL_DEMANGLING=NO
    2008-05-13 16:35:55 18829     20234 RTE       SYMBOL_RESOLUTION=YES
    2008-05-13 16:35:55 18829     20234 RTE       SYSTEMERROR=3
    2008-05-13 16:35:55 18829     20234 RTE       TABRGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       TASKCLUSTER01=tw;al;ut;2000sv,100bup;10ev,10gc;
    2008-05-13 16:35:55 18829     20234 RTE       TASKCLUSTER02=ti,100dw;30000us;
    2008-05-13 16:35:55 18829     20234 RTE       TASKCLUSTER03=compress
    2008-05-13 16:35:55 18829     20234 RTE       TIME_MEASUREMENT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_AK=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_ALLOCATOR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_CATALOG=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_CLIENTKERNELCOM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_COMMON=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_COMMUNICATION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_CONVERTER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATACHAIN=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATAINDEX=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATAPAM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DATATREE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DBPROC=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DEFAULT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_DELETE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_FBM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_FILEDIR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_FRAMECTRL=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_INDEX=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_INSERT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_IOMAN=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_IPC=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_JOIN=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_KSQL=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOCK=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGACTION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGHISTORY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGPAGE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGTRANS=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LOGVOLUME=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_LONG=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_MEMORY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_MESSAGES=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECTCONTAINER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_ADD=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_ALTER=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_FREE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT_GET=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OBJECT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_CONTAINERDIR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_CONTEXT=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_ERROR=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_FLUSHCACHE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_INTERFACE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_KEYRANGE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_KEY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_LOCK=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_MEMORY=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_NEWOBJ=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_SESSION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_STREAM=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_VAROBJECT=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OMS_VERSION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_OPTIMIZE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_ORDER_STANDARD=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_ORDER=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_BUP=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_EV=2
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_GC=20
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_LW=5
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_PG=3
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_SV=5
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_TI=2
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_US=10
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES_UT=5
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PAGES=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_PRIMARY_TREE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_QUERYREWRITE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_RUNTIME=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SELECT=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SHAREDSQL=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SQLMANAGER=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SRVTASKS=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_STOP_ERRORCODE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SYNCHRONISATION=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_SYSVIEW=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_TABLE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_TIME=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_UPDATE=NO
    2008-05-13 16:35:55 18829     20234 RTE       TRACE_VOLUME=0
    2008-05-13 16:35:55 18829     20234 RTE       TRANS_HISTORY_SIZE=0
    2008-05-13 16:35:55 18829     20234 RTE       TRANSRGNS=8
    2008-05-13 16:35:55 18829     20234 RTE       TRANS_THRESHOLD_VALUE=60
    2008-05-13 16:35:55 18829     20234 RTE       UKT_CPU_RELATIONSHIP=NONE
    2008-05-13 16:35:55 18829     20234 RTE       _UNICODE=NO
    2008-05-13 16:35:55 18829     20234 RTE       UPDATESTAT_PARALLEL_SERVERS=0
    2008-05-13 16:35:55 18829     20234 RTE       UPDATESTAT_SAMPLE_ALGO=1
    2008-05-13 16:35:55 18829     20234 RTE       UPDSTATWANTED=1
    2008-05-13 16:35:55 18829     20234 RTE       USED_MAX_LOG_QUEUE_COUNT=1
    2008-05-13 16:35:55 18829     20234 RTE       USESELECTFETCH=YES
    2008-05-13 16:35:55 18829     20234 RTE       USEVARIABLEINPUT=NO
    2008-05-13 16:35:55 18829     20234 RTE       USE_COROUTINES=YES
    2008-05-13 16:35:55 18829     20234 RTE       USEIOPROCS_ONLY=NO
    2008-05-13 16:35:55 18829     20234 RTE       USE_OPEN_DIRECT=NO
    2008-05-13 16:35:55 18829     20234 RTE       USE_STACK_ON_STACK=YES
    2008-05-13 16:35:55 18829     20234 RTE       USE_SYSTEM_PAGE_CACHE=YES
    2008-05-13 16:35:55 18829     20234 RTE       USE_UCONTEXT=YES
    2008-05-13 16:35:55 18829     20234 RTE       UTILITYPROTFILE=dbm.utl
    2008-05-13 16:35:55 18829     20234 RTE       UTILITY_PROTSIZE=100
    2008-05-13 16:35:55 18829     20234 RTE       VOLUMENO_BIT_COUNT=8
    2008-05-13 16:35:55 18829     20234 RTE       WORKDATASIZE=8192
    2008-05-13 16:35:55 18829     20234 RTE       WORKSTACKSIZE=8192
    2008-05-13 16:35:55 18829     20234 RTE       XP_CONVERTER_REGIONS=0
    2008-05-13 16:35:55 18829     20234 RTE       XP_DATA_CACHE_RGNS=0
    2008-05-13 16:35:55 18829     20234 RTE       XP_MAXPAGER=0
    2008-05-13 16:35:55 18829     20235 RTE      Dump of all kernel parameters done
    2008-05-13 16:35:55 18829 WNG 11489 PARAM    Open system console '/dev/console' reports (13) Permission denied
    2008-05-13 16:35:55 18829 WNG 11489 PARAM    Modify parameter OPMSG1 or enable write access to prevent this message
    2008-05-13 16:35:55 18829     12770 INFO              SERVERNODE:    'sapdb02'
    2008-05-13 16:35:55 18829     12932 INFO     maximum cpu time: unlimited
    2008-05-13 16:35:55 18829     12933 INFO     maximum number of processes: 4096
    2008-05-13 16:35:55 18829     12891 INFO     maximum core size: 0 MB
    2008-05-13 16:35:55 18829     12892 INFO     maximum number of open files: 1024
    2008-05-13 16:35:55 18829     12934 INFO     maximum file size: unlimited
    2008-05-13 16:35:55 18829     12895 INFO     maximum number of threads: unlimited
    2008-05-13 16:35:55 18829     12935 INFO     maximum stack size: 8 MB
    2008-05-13 16:35:55 18829     12936 INFO     lockable memory size: 0 MB
    2008-05-13 16:35:55 18829     12893 INFO     maximum virtual memory size: unlimited
    2008-05-13 16:35:55 18829     12937 INFO     resident set size size: unlimited
    2008-05-13 16:35:55 18829     12894 INFO     maximum heap size: unlimited
    2008-05-13 16:35:55 18829     12898 ENVIRON  Environment dump start
    2008-05-13 16:35:55 18829     12898 ENVIRON   ACLOCAL_FLAGS=-I /opt/gnome/share/aclocal
    2008-05-13 16:35:55 18829     12898 ENVIRON   COLORTERM=1
    2008-05-13 16:35:55 18829     12898 ENVIRON   CPU=i686
    2008-05-13 16:35:55 18829     12898 ENVIRON   CSHEDIT=emacs
    2008-05-13 16:35:55 18829     12898 ENVIRON   DBROOT=/opt/sdb/7600
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_CONFIG=/opt/tivoli/tsm/client/ba/bin/dsm.opt
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_DIR=/opt/tivoli/tsm/client/ba/bin
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_HOME=/opt/tivoli/tsm
    2008-05-13 16:35:55 18829     12898 ENVIRON   DSM_LOG=/var/log/dsm
    2008-05-13 16:35:55 18829     12898 ENVIRON   ENV=/etc/bash.bashrc
    2008-05-13 16:35:55 18829     12898 ENVIRON   FROM_HEADER=
    2008-05-13 16:35:55 18829     12898 ENVIRON   GNOME2_PATH=/usr/local:/opt/gnome:/usr
    2008-05-13 16:35:55 18829     12898 ENVIRON   GROFF_NO_SGR=yes
    2008-05-13 16:35:55 18829     12898 ENVIRON   G_BROKEN_FILENAMES=1
    2008-05-13 16:35:55 18829     12898 ENVIRON   HISTSIZE=1000
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOME=/root
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOST=sapdb02
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOSTNAME=sapdb02
    2008-05-13 16:35:55 18829     12898 ENVIRON   HOSTTYPE=i386
    2008-05-13 16:35:55 18829     12898 ENVIRON   INFODIR=/usr/local/info:/usr/share/info:/usr/info
    2008-05-13 16:35:55 18829     12898 ENVIRON   INFOPATH=/usr/local/info:/usr/share/info:/usr/info:/opt/gnome/share/info
    2008-05-13 16:35:55 18829     12898 ENVIRON   INPUTRC=/etc/inputrc
    2008-05-13 16:35:55 18829     12898 ENVIRON   LANG=POSIX
    2008-05-13 16:35:55 18829     12898 ENVIRON   LC_CTYPE=de_DE.UTF-8
    2008-05-13 16:35:55 18829     12898 ENVIRON   LD_LIBRARY_PATH=/opt/sdb/7600/lib:/opt/sdb/7600/sap
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESS=-M -I
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESSCLOSE=lessclose.sh %s %s
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESSKEY=/etc/lesskey.bin
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESSOPEN=lessopen.sh %s
    2008-05-13 16:35:55 18829     12898 ENVIRON   LESS_ADVANCED_PREPROCESSOR=no
    2008-05-13 16:35:55 18829     12898 ENVIRON   LOGNAME=root
    2008-05-13 16:35:55 18829     12898 ENVIRON   LS_COLORS=no=00:fi=00:di=01;34:ln=00;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=41;33;01:ex=00;32:*.
    2008-05-13 16:35:55 18829     12898 ENVIRON    cmd=00;32:.exe=01;32:.com=01;32:.bat=01;32:.btm=01;32:.dll=01;32:.tar=00;31:.tbz=00;31:.tgz=00;31:*.rpm=0
    2008-05-13 16:35:55 18829     12898 ENVIRON    0;31:.deb=00;31:.arj=00;31:.taz=00;31:.lzh=00;31:.zip=00;31:.zoo=00;31:.z=00;31:.Z=00;31:.gz=00;31:.bz2
    2008-05-13 16:35:55 18829     12898 ENVIRON    =00;31:.tb2=00;31:.tz2=00;31:.tbz2=00;31:.avi=01;35:.bmp=01;35:.fli=01;35:.gif=01;35:.jpg=01;35:*.jpeg=01
    2008-05-13 16:35:55 18829     12898 ENVIRON    ;35:.mng=01;35:.mov=01;35:.mpg=01;35:.pcx=01;35:.pbm=01;35:.pgm=01;35:.png=01;35:.ppm=01;35:.tga=01;35:
    2008-05-13 16:35:55 18829     12898 ENVIRON    .tif=01;35:.xbm=01;35:.xpm=01;35:.dl=01;35:.gl=01;35:.wmv=01;35:.aiff=00;32:.au=00;32:.mid=00;32:*.mp3=00
    2008-05-13 16:35:55 18829     12898 ENVIRON    ;32:.ogg=00;32:.voc=00;32:*.wav=00;32:
    2008-05-13 16:35:55 18829     12898 ENVIRON   LS_OPTIONS=-A -N --color=tty -T 0
    2008-05-13 16:35:55 18829     12898 ENVIRON   MACHTYPE=i686-suse-linux
    2008-05-13 16:35:55 18829     12898 ENVIRON   MAIL=/var/mail/root
    2008-05-13 16:35:55 18829     12898 ENVIRON   MANPATH=/usr/share/man:/usr/local/man:/usr/X11R6/man:/opt/gnome/share/man
    2008-05-13 16:35:55 18829     12898 ENVIRON   MINICOM=-c on
    2008-05-13 16:35:55 18829     12898 ENVIRON   MORE=-sl
    2008-05-13 16:35:55 18829     12898 ENVIRON   NNTPSERVER=news
    2008-05-13 16:35:55 18829     12898 ENVIRON   OSTYPE=linux
    2008-05-13 16:35:55 18829     12898 ENVIRON   PAGER=less
    2008-05-13 16:35:55 18829     12898 ENVIRON   PATH=/opt/sdb/7600/bin:/opt/sdb/programs/bin:/sbin:/usr/sbin:/usr/local/sbin:/opt/gnome/sbin:/root/bin:/usr/local/
    2008-05-13 16:35:55 18829     12898 ENVIRON    bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin
    2008-05-13 16:35:55 18829     12898 ENVIRON   PKG_CONFIG_PATH=/opt/gnome/lib/pkgconfig:/opt/gnome/share/pkgconfig
    2008-05-13 16:35:55 18829     12898 ENVIRON   PROFILEREAD=true
    2008-05-13 16:35:55 18829     12898 ENVIRON   PWD=/etc/init.d
    2008-05-13 16:35:55 18829     12898 ENVIRON   PYTHONSTARTUP=/etc/pythonstart
    2008-05-13 16:35:55 18829     12898 ENVIRON   SERVERDB=SAPDB02A
    2008-05-13 16:35:55 18829     12898 ENVIRON   SHELL=/bin/bash
    2008-05-13 16:35:55 18829     12898 ENVIRON   SHLVL=3
    2008-05-13 16:35:55 18829     12898 ENVIRON   SSH_CLIENT=10.10.40.62 1385 22
    2008-05-13 16:35:55 18829     12898 ENVIRON   SSH_CONNECTION=10.10.40.62 1385 10.9.100.178 22
    2008-05-13 16:35:55 18829     12898 ENVIRON   SSH_TTY=/dev/pts/0
    2008-05-13 16:35:55 18829     12898 ENVIRON   TERM=xterm
    2008-05-13 16:35:55 18829     12898 ENVIRON   TEXINPUTS=:/root/.TeX:/usr/share/doc/.TeX:/usr/doc/.TeX
    2008-05-13 16:35:55 18829     12898 ENVIRON   USER=root
    2008-05-13 16:35:55 18829     12898 ENVIRON   WINDOWMANAGER=
    2008-05-13 16:35:55 18829     12898 ENVIRON   XDG_CONFIG_DIRS=/usr/local/etc/xdg/:/etc/xdg/:/etc/opt/gnome/xdg/
    2008-05-13 16:35:55 18829     12898 ENVIRON   XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/etc/opt/kde3/share/:/opt/kde3/share/:/opt/gnome/share/
    2008-05-13 16:35:55 18829     12898 ENVIRON   XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
    2008-05-13 16:35:55 18829     12898 ENVIRON   XNLSPATH=/usr/X11R6/lib/X11/nls
    2008-05-13 16:35:55 18829     12898 ENVIRON   _=/opt/sdb/programs/bin/dbmcli
    2008-05-13 16:35:55 18829     12898 ENVIRON  Environment dump completed
    2008-05-13 16:35:55 18829     12883 DBSTATE  Core dump suppressed
    2008-05-13 16:35:55 18829     20219 RTE      Memory allocation not limited
    2008-05-13 16:35:55 18829     20220 RTE      System page cache usage enabled
    2008-05-13 16:35:55 18829     12927 TASKING  Using coroutines for tasks
    2008-05-13 16:35:55 18829     12927 TASKING  Using UKT stack for coroutine stack
    2008-05-13 16:35:55 18829     12927 TASKING  Using ucontext_t for coroutine context
    2008-05-13 16:35:55 18829     12692 TCLUSTER tw;al;ut;2000sv,100bup;10ev,10gc;ti,100dw;30000us;compress
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of 'BUP':   0
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' DW':  11
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' US':  50
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' SV':  28
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' EV':   2
    2008-05-13 16:35:55 18829     12693 TCLUSTER number of ' GC':   1
    2008-05-13 16:35:55 18829     12692 TCLUSTER Total Number of UKT 7
    2008-05-13 16:35:55 18829     12692 TCLUSTER Number of UKT with User Tasks 1
    2008-05-13 16:35:55 18829     12698 IPC      Common RTE specific IPC key: 0x44000000
    2008-05-13 16:35:55 18829     11536 init_shm attached shared section at   0x50000000
    2008-05-13 16:35:55 18829     11537 init_shm shared section ends at       0x500A2000
    2008-05-13 16:36:02 18829     11521 PIPE_IO  Operating system does not support fstat for input check of pipes
    2008-05-13 16:36:02 18829     11522 PIPE_IO  Input check for pipe with poll supported
    2008-05-13 16:36:02 18829     11000 INITIAL  Verified that open of needed 165 file descriptors is possible
    2008-05-13 16:36:07 18835     12821 TASKING  Thread 18835 starting
    2008-05-13 16:36:07 18834     12767          CLOCK started
    2008-05-13 16:36:07 18836     12821 TASKING  Thread 18836 starting
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      '+++++++++++++++++++++++++++++++++++++++++++++++++'
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      '+++++++++++++++++++ Kernel Forked +++++++++++++++'
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      'SAPDB02A'
    2008-05-13 16:36:08 18834     12771 INFO              Process ID:    18834
    2008-05-13 16:36:08 18834     12769 INFO     Starting SERVERDB:      '+++++++++++++++++++++++++++++++++++++++++++++++++'
    2008-05-13 16:36:08 18834     12811 EVENTING Suppressing output to 'knldiag.evt' 0 pages
    2008-05-13 16:36:08 18834     12812 EVENTING Eventbuffer 2 events 100 tasks
    2008-05-13 16:36:08 18837     12821 TASKING  Thread 18837 starting
    2008-05-13 16:36:08 18834     12885 MEMORY   10000 Pages allocated for I/O buffer cache
    2008-05-13 16:36:08 18834     12831 TRACE_IO Configured MAXMESSAGE_FILES:0
    2008-05-13 16:36:08 18834     12832 TRACE_IO Disabled: No TraceMessagefiles wanted
    2008-05-13 16:36:08 18838     12821 TASKING  Thread 18838 starting
    2008-05-13 16:36:08 18839     12821 TASKING  Thread 18839 starting
    2008-05-13 16:36:08 18840     12821 TASKING  Thread 18840 starting
    2008-05-13 16:36:08 18841     12821 TASKING  Thread 18841 starting
    2008-05-13 16:36:08 18842     12821 TASKING  Thread 18842 starting
    2008-05-13 16:36:08 18838     20213 RTE      CONSOLE thread started
    2008-05-13 16:36:08 18843     12821 TASKING  Thread 18843 starting
    2008-05-13 16:36:08 18844     12821 TASKING  Thread 18844 starting
    2008-05-13 16:36:08 18844     11565 startup  TIMER started
    2008-05-13 16:36:08 18845     12821 TASKING  Thread 18845 starting
    2008-05-13 16:36:08 18845     11565 startup  REQUESTOR started
    2008-05-13 16:36:08 18846     12821 TASKING  Thread 18846 starting
    2008-05-13 16:36:08 18846     11565 startup  DEV0 started
    2008-05-13 16:36:08 18847     12821 TASKING  Thread 18847 starting
    2008-05-13 16:36:08 18848     12821 TASKING  Thread 18848 starting
    2008-05-13 16:36:08 18849     12821 TASKING  Thread 18849 starting
    2008-05-13 16:36:08 18850     12821 TASKING  Thread 18850 starting
    2008-05-13 16:36:08 18851     12821 TASKING  Thread 18851 starting
    2008-05-13 16:36:08 18852     12821 TASKING  Thread 18852 starting
    2008-05-13 16:36:08 18853     12821 TASKING  Thread 18853 starting
    2008-05-13 16:36:08 18854     12821 TASKING  Thread 18854 starting
    2008-05-13 16:36:08 18855     12821 TASKING  Thread 18855 starting
    2008-05-13 16:36:09 18855     12627 TASKING  UKT1 started
    2008-05-13 16:36:10 18856     12821 TASKING  Thread 18856 starting
    2008-05-13 16:36:10 18856     12627 TASKING  UKT2 started
    2008-05-13 16:36:11 18857     12821 TASKING  Thread 18857 starting
    2008-05-13 16:36:11 18857     12627 TASKING  UKT3 started
    2008-05-13 16:36:11 18857     11554 COMMUNIC UKT3 attached big comseg at  0xB1890000
    2008-05-13 16:36:11 18857     11555 COMMUNIC UKT3 big comseg ends at      0xB18B0088
    2008-05-13 16:36:12 18858     12821 TASKING  Thread 18858 starting
    2008-05-13 16:36:12 18858     12627 TASKING  UKT4 started
    2008-05-13 16:36:13 18859     12821 TASKING  Thread 18859 starting
    2008-05-13 16:36:13 18859     12627 TASKING  UKT5 started
    2008-05-13 16:36:13 18859     11554 COMMUNIC UKT5 attached big comseg at  0xB084D000
    2008-05-13 16:36:13 18859     11555 COMMUNIC UKT5 big comseg ends at      0xB088D0D8
    2008-05-13 16:36:14 18860     12821 TASKING  Thread 18860 starting
    2008-05-13 16:36:14 18861     12821 TASKING  Thread 18861 starting
    2008-05-13 16:36:14 18861     12627 TASKING  UKT7 started
    2008-05-13 16:36:14 18861     11554 COMMUNIC UKT7 attached big comseg at  0xAE232000
    2008-05-13 16:36:14 18861     11555 COMMUNIC UKT7 big comseg ends at      0xAE872FD8
    2008-05-13 16:36:15 18834     12627 TASKING  No CPU binding, since only 1 processor configured
    2008-05-13 16:36:15 18860     12627 TASKING  UKT6 started
    2008-05-13 16:36:15 18860     12929 TASKING  Task T1 started
    2008-05-13 16:36:15 18860     11525 vdevsize Start formatting 0 pages
    2008-05-13 16:36:15 18860     11527 vdevsize Finished formatting 711 pages
    2008-05-13 16:36:15 18860     11000 vdevsize 'knltrace', 710 succeeded
    2008-05-13 16:36:15 18862     12821 TASKING  Thread 18862 starting
    2008-05-13 16:36:15 18862     11597 IO       Open 'knltrace' successfull, fd: 17
    2008-05-13 16:36:15 18862     11565 startup  DEVi started
    2008-05-13 16:36:15 18860     11000 vattach  'knltrace' devno 0 T1 succeeded
    2008-05-13 16:36:15 18860     20040 Admin    Kernel state: 'ADMIN' reached
    2008-05-13 16:36:15 18860         9 SrvTasks Available Servertasks: 28
    2008-05-13 16:36:15 18860     54003 dynpool  HIST_DIR  item size    :      8
    2008-05-13 16:36:15 18860     54003 dynpool  HIST_DIR  num items    :     50
    2008-05-13 16:36:15 18860     54003 dynpool  DYNP_B930_HIST_DIR     :    400
    2008-05-13 16:36:15 18860     54003 dynDATA  DYND_K57_KB_PAGES      :     11
    2008-05-13 16:36:15 18860     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TASK LIST       :    208
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP DEVSP LIST      :     96
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP SRR QUEUE       :    656
    2008-05-13 16:36:15 18860     54003 dynpool  DYNP_K38_SAVE_GLOB     :   1568
    2008-05-13 16:36:15 18860     54003 dynDATA  DYND_K38_SAVE          :   1729
    2008-05-13 16:36:15 18860     54003 dynDATA  BACKUP RESTART REC (8K):      1
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TASK LIST       :     32
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP TAPE LIST       :    672
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP DEVSP LIST      :     16
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP VOL IDX LIST    :     32
    2008-05-13 16:36:15 18860     54003 dynpool  BACKUP SRR QUEUE       :    128
    2008-05-13 16:36:15 18860     54003 dynpool  DYNP_K38_AUTOSAVE      :    864
    2008-05-13 16:36:15 18860     54003 dynDATA  DYND_K38_AUTOSAVE      :    321
    2008-05-13 16:36:15 18860     12930 TASKING  Kernel initialization completed
    2008-05-13 16:36:15 18860     12929 TASKING  Task T4 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 4
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:0
    2008-05-13 16:36:15 18860     12929 TASKING  Task T14 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 14
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:1
    2008-05-13 16:36:15 18860     12929 TASKING  Task T13 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 13
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:2
    2008-05-13 16:36:15 18860     12929 TASKING  Task T12 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 12
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:3
    2008-05-13 16:36:15 18860     12929 TASKING  Task T11 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 11
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:4
    2008-05-13 16:36:15 18860     12929 TASKING  Task T10 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 10
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:5
    2008-05-13 16:36:15 18860     12929 TASKING  Task T9 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 9
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:6
    2008-05-13 16:36:15 18860     12929 TASKING  Task T8 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 8
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:7
    2008-05-13 16:36:15 18860     12929 TASKING  Task T7 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 7
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:0
    2008-05-13 16:36:15 18860     12929 TASKING  Task T6 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 6
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:1
    2008-05-13 16:36:15 18860     12929 TASKING  Task T5 started
    2008-05-13 16:36:15 18860     20018 Pager    Start TaskId: 5
    2008-05-13 16:36:15 18860     20019 Pager    First DataCacheSegment:2
    2008-05-13 16:36:15 18856     12929 TASKING  Task T2 started
    2008-05-13 16:36:15 18855     12929 TASKING  Task T3 started
    2008-05-13 16:36:15 18859     12929 TASKING  Task T15 started
    2008-05-13 16:36:15 18859     11007 COMMUNIC wait for connection T15
    2008-05-13 16:36:15 18859     12929 TASKING  Task T17 started
    2008-05-13 16:36:15 18859     12929 TASKING  Task T16 started
    2008-05-13 16:36:15 18859     11007 COMMUNIC wait for connection T16
    2008-05-13 16:36:15 18858     12929 TASKING  Task T18 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T45 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T44 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T43 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T42 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T41 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T40 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T39 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T38 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T37 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T36 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T35 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T34 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T33 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T32 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T31 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T30 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T29 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T28 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T27 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T26 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T25 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T24 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T23 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T22 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T21 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T20 started
    2008-05-13 16:36:15 18858     12929 TASKING  Task T19 started
    2008-05-13 16:36:16 18844         3 RunTime  State changed from STARTING to ADMIN
    ======================================= end of startup part ====================
    2008-05-13 16:36:16 18844     11570 startup  complete
    2008-05-13 16:36:16 18860        31 SrvTasks Permanently reserved 13 servertasks for 'Backup / Restore'.
    2008-05-13 16:36:16 18860        31 SrvTasks Permanently reserved 2 servertasks for 'Backup / Restore'.
    2008-05-13 16:36:16 18860        31 SrvTasks Permanently reserved 1 servertasks for 'Savepoint'.
    2008-05-13 16:36:16 18845     11561 COMMUNIC Connecting T47 local 18826
    2008-05-13 16:36:16 18861     12929 TASKING  Task T47 started
    2008-05-13 16:36:16 18861     11007 COMMUNIC wait for connection T47
    2008-05-13 16:36:16 18861     11561 COMMUNIC Connected  T47 local 18826
    2008-05-13 16:36:16 18863     12821 TASKING  Thread 18863 starting
    2008-05-13 16:36:16 18863     11597 IO       Open '/dev/raw/raw1' successfull, fd: 10
    2008-05-13 16:36:16 18863     11565 startup  DEVi started
    2008-05-13 16:36:16 18864     12821 TASKING  Thread 18864 starting
    2008-05-13 16:36:16 18864     11597 IO       Open '/dev/raw/raw1' successfull, fd: 18
    2008-05-13 16:36:16 18861     11000 vattach  '/dev/raw/raw1' devno 1 T47 succeeded
    2008-05-13 16:36:16 18864     11565 startup  DEVi started
    2008-05-13 16:36:16 18865     12821 TASKING  Thread 18865 starting
    2008-05-13 16:36:16 18865     11597 IO       Open '/dev/raw/raw2' successfull, fd: 20
    2008-05-13 16:36:16 18865     11565 startup  DEVi started
    2008-05-13 16:36:16 18866     12821 TASKING  Thread 18866 starting
    2008-05-13 16:36:16 18866     11597 IO       Open '/dev/raw/raw2' successfull, fd: 21
    2008-05-13 16:36:16 18861     11000 vattach  '/dev/raw/raw2' devno 2 T47 succeeded
    2008-05-13 16:36:16 18866     11565 startup  DEVi started
    2008-05-13 16:36:16 18861     20016 Pager    Start Read Converter
    2008-05-13 16:36:16 18861     20017 Pager    Stop Read Converter, Pages: 8 IO: 8
    2008-05-13 16:36:16 18861     53000 DATACACH Begin data cache restart
    2008-05-13 16:36:16 18861     54003 dynpool  DATA_CACHE_REGIONS     :      8
    2008-05-13 16:36:16 18861     54003 dynpool  B20_DATACACHE_HEAD     :  79784
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE head num item:   9973
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE head item siz:      8
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE task queue   :   1296
    2008-05-13 16:36:16 18861     54003 dynpool  US + SV + DW +  8      :     81
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE taskq elem   :     16
    2008-05-13 16:36:16 18861     54003 dynpool  B20_DATACACHE_TASKQ    :  81080
    2008-05-13 16:36:16 18861     54003 dynDATA  DATA_CACHE_PAGES       :   1247
    2008-05-13 16:36:16 18861     54003 dynpool  B20_DATACACHE_CB       : 104748
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE num cblocks  :   1247
    2008-05-13 16:36:16 18861     54003 dynpool  DATACACHE cblock size  :     84
    2008-05-13 16:36:16 18861     54003 dynpool  DYNP_B20_DATACACHE     :1486624
    2008-05-13 16:36:16 18861     54003 dynDATA  DYND_B20_DATACACHE     :   9976
    2008-05-13 16:36:16 18861     53000 DATACACH Finish data cache restart
    2008-05-13 16:36:16 18861     53000 B*TREE   LOB file directory restart successful
    2008-05-13 16:36:16 18861         7 FileDir  File directory restarting
    2008-05-13 16:36:16 18861         8 FileDir  File directory restart completed
    2008-05-13 16:36:16 18861     20061 Log      History: 50 (50) files existing
    2008-05-13 16:36:16 18861     20064 Log      History: all history files registered, GC is ready
    2008-05-13 16:36:16 18861     54003 dynpool  DYNP_K51_LOCK_LIST     :1189376
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK maxlocks          :   4080
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK items             :  14700
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK Regions           :     24
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransRegions      :      8
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK RegionGlob+Space  :   3072
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransGlob         :    640
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplyItemsPerRgn :    100
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplySize        : 172800
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK RowHash entries   :   4080
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TabHash entries   :    816
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK Row+Tab hash size :  19712
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK Trans entries     :    408
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK trans_list size   :  78336
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransPtrList      :   1632
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransHash entries :    408
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK TransHash size    :   1664
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplyPoolSegments:    123
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK SupplyPoolSize    : 888064
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK ObjColl_list size :  13056
    2008-05-13 16:36:16 18861     54003 dynpool  LOCK ObjReq_list size  :   8160
    2008-05-13 16:36:16 18861     20006 Log      1 queues, flushmode is 'MaximizeSafety', devstate is 'Okay'
    2008-05-13 16:36:16 18861     20007 Log      Oldest not saved is ioseq NIL @ off 1
    2008-05-13 16:36:16 18861     20008 Log      First known on LogVolume is ioseq 0 @ off 1
    2008-05-13 16:36:16 18861     20005 Log      Restart from ioseq 73471 @ off 3023 to ioseq 73471 @ off 3023
    2008-05-13 16:36:16 18861     20010 Log      Result after checking the log device: 'Ok'
    2008-05-13 16:36:16 18861         9 Log      The number of active logging-queues has been increased to 1
    2008-05-13 16:36:16 18861     53000 OBJECT   Restarted Garbage coll: 0
    2008-05-13 16:36:16 18861        11 Rst      408 redo transactions readable and 11 redo tasks available.
    2008-05-13 16:36:16 18858         7 Restart  recovering log from log_volume from IOSeq: '73471'
    2008-05-13 16:36:16 18858     20044 Log      normal end of log found at off 3023 lastseq 73471.
    2008-05-13 16:36:16 18858     20012 Log      last-redo-read empty errlist#1:TR4294967295(303)[73471]@3023.564'SavepointEntry':20080513:163518
    2008-05-13 16:36:16 18858         1 Savepoin Savepoint (Distance) started by T35
    2008-05-13 16:36:16 18858     20004 Pager    SVP(1) Start Write Data
    2008-05-13 16:36:16 18858     20005 Pager    SVP(1) Stop Data IO, Pages: 50 IO: 13
    2008-05-13 16:36:16 18858     20006 Pager    SVP(2) Wait for last task: 34
    2008-05-13 16:36:16 18858     20007 Pager    SVP(2) Stop Wait for last task, Pages: 0 IO: 0
    2008-05-13 16:36:16 18858     53070 SAVPOINT B20PREPARE_SVP: 305
    2008-05-13 16:36:16 18858     20008 Pager    SVP(3) Start Write Data
    2008-05-13 16:36:17 18858     20009 Pager    SVP(3) Stop Data IO, Pages: 2 IO: 2
    2008-05-13 16:36:17 18858     20010 Pager    SVP(3) Start Write Converter
    2008-05-13 16:36:17 18858     20011 Pager    SVP(3) Stop Converter IO, Pages: 8 IO: 8
    2008-05-13 16:36:17 18858     53071 SAVPOINT B20SVP_COMPLETED: 305
    2008-05-13 16:36:17 18861         5 Rst      RedoControl: End of redo processing
    2008-05-13 16:36:17 18861         4 Rst       +   RedoControl: OldestCommitSeq: NIL, RedoTasks: 11 , MaxRedoTrans: 408
    2008-05-13 16:36:17 18861         6 Rst       +   RedoControl: EndOfLogReached: true, RedoIsAborted: false, RedoProcessingDisabled: false
    2008-05-13 16:36:17 18861        12 Rst       +   RedoControl: redo reader T0 wait reason:  isNotWaiting, waiting redo executer:  0
    2008-05-13 16:36:17 18861         8 Rst       +   RedoControl: Transactions processed: 0 (0)
    2008-05-13 16:36:17 18861         1 Savepoin Savepoint (Restart) started by T47
    2008-05-13 16:36:17 18858     20004 Pager    SVP(1) Start Write Data
    2008-05-13 16:36:17 18858     20005 Pager    SVP(1) Stop Data IO, Pages: 0 IO: 0
    2008-05-13 16:36:17 18858     20006 Pager    SVP(2) Wait for last task: 34
    2008-05-13 16:36:17 18858     20007 Pager    SVP(2) Stop Wait for last task, Pages: 0 IO: 0
    2008-05-13 16:36:17 18858     53070 SAVPOINT B20PREPARE_SVP: 306
    2008-05-13 16:36:17 18858     20008 Pager    SVP(3) Start Write Data
    2008-05-13 16:36:18 18858     20009 Pager    SVP(3) Stop Data IO, Pages: 2 IO: 2
    2008-05-13 16:36:18 18858     20010 Pager    SVP(3) Start Write Conve

  • Error Workflow System:error on approving Requisition

    Hi,
    DB:11.1.0.7
    R12.1.1
    OS:Linux 86x64 Red Hat Linux
    We are receiving Error Workflow System:error on approving Requisition?
    Could anyone please share the resolution on it if faced before?
    Thanks for your time!
    Regards,

    Hi
    I see the below error in log.
         Abort          Resolved          Retry          Reassign          Request Information     
    To          SYSADMIN
    Sent          20-Apr-2011 13:15:54
    ID          5008
         An Error occurred in the following Workflow.
    Item Type = POAPPRV
    Item Key = 104-108
    User Key =9
    Error Name = WFENG_ITEM_ATTR
    Error Message = 3103: Attribute 'DOCUMENT_ID' does not exist for item 'POAPPRV/104-108'.
    Error Stack =
    PO_REQAPPROVAL_ACTION.ReserveAutonomous(010)
    PO_REQAPPROVAL_ACTION.ReserveDoc(ReserveDoc 020: Doc Header Id = 104)
    PO_REQAPPROVAL_ACTION.Reserve_Doc(POAPPRV, 104-108, PO_REQAPPROVAL_ACTION.Reserve_Doc: 01)
    Wf_Engine.GetItemAttrNumber(POAPPRV, 104-108, DOCUMENT_ID)
    Wf_Engine_Util.Function_Call(PO_REQAPPROVAL_ACTION.RESERVE_DOC, POAPPRV, 104-108, 229749, RUN)
    Activity Id = 229749
    Activity Label = DOC_RESERVE_PROCESS:RESERVE_DOCUMENT
    Result Code = #EXCEPTION
    Anybody have any idea on this.
    Thanks and Regards,

  • System returned to ROM by error - a system error, PC 0x41E84BA8

    Hi, I have a router that rebbot itself.  Can anyone know how to resolve this problem?
     This is the output message:
    Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Tue 20-Mar-12 18:13 by prod_rel_team
    ROM: System Bootstrap, Version 12.4(13r)T11, RELEASE SOFTWA
    CAMBRA-LA-LUKE uptime is 31 minutes
    System returned to ROM by error - a System Error, PC 0x41E84BA8 at 16:33:16 PA Tue Nov 11 2014
    System image file is "flash:c2800nm-adventerprisek9-mz.151-4.M4.bin" Last reload type: Normal Reload
    This product contains cryptographic features and is subject to United States and local country laws governing import, export, transfer and use. Delivery of Cisco cryptographic products does not imply third-party authority to import, export, distribute or use encryption. Importers, exporters, distributors and users are responsible for compliance with U.S. and local country laws. By using this product you agree to comply with applicable laws and regulations. If you are unable to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at: http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to [email protected]
    Cisco 2811 (revision 1.0) with 509952K/14336K bytes of memory. Processor board ID FTX1431AJTX
    11 FastEthernet interfaces

    It's possible that you've got a problem in your IOS release. I would upgrade to 15.1.4M9 and see if the problem goes away. If that doesn't do it, I would open a case with TAC and submit the latest crashinfo file to see if they can figure out what the problem might be. When you start getting into obscure system errors causing a reload, troubleshooting becomes much more difficult.

  • -9405 AK Datapart too short and -9999 invalid indexorder after upgrade

    Hello,
    we´ve got a problem with a update trigger after upgrading from 7.5 to 7.6.03.15.
    Update statements returns:
    -9999 invalid_indexorder
    and
    -9405 AK Datapart too short
    Best regards,
    Michael Jürgens
    CREATE TRIGGER UPDATE_MESSAGE
        FOR
            MESSAGE
        AFTER
             UPDATE
        EXECUTE (
            IF NEW.INMESSAGEID <> OLD.INMESSAGEID AND NOT NEW.INMESSAGEID IS NULL THEN
              BEGIN
                    SELECT KEYWORD
                        INTO :KEYWORD FROM OPER.MESSAGE WHERE :NEW.INMESSAGEID = ID;
                    UPDATE
                        OPER.MESSAGE
                    SET
                        INMESSAGEKEYWORD       = :KEYWORD
                    WHERE
                        ID = :NEW.ID
                        IGNORE TRIGGER;
                  END;
            IF NEW.DESTAPPID <> OLD.DESTAPPID THEN
              BEGIN
                    SELECT COMPANY_FK
                        INTO :DESTCOMPANYID FROM OPER.COMPANY_APPLICATION WHERE :NEW.DESTAPPID = APPLICATION_FK;
                    SELECT APPLICATIONTYPEID
                        INTO :DESTAPPTYPEID FROM OPER.APPLICATION WHERE :NEW.DESTAPPID = APPLICATION.ID;
                    UPDATE
                        OPER.MESSAGE
                    SET
                        DESTCOMPANYID = :DESTCOMPANYID,
                        DESTAPPTYPEID = :DESTAPPTYPEID
                    WHERE
                        ID = :NEW.ID
                        IGNORE TRIGGER;
                  END;
            IF NEW.RECEIVEDDATETS <> OLD.RECEIVEDDATETS THEN
              BEGIN
                    UPDATE
                        OPER.MESSAGE
                    SET
                        RECEIVEDDATEDATE = DATE(:NEW.RECEIVEDDATETS),
                        RECEIVEDDATEHOUR = MAKETIME(HOUR(:NEW.RECEIVEDDATETS),0,0)
                    WHERE
                        ID = :NEW.ID
                        IGNORE TRIGGER;
                END;
            IF NEW.ORGAPPID <> OLD.ORGAPPID THEN
              BEGIN
                    SELECT COMPANY_FK
                        INTO :ORGCOMPANYID FROM OPER.COMPANY_APPLICATION WHERE :NEW.ORGAPPID = APPLICATION_FK;
                    SELECT APPLICATIONTYPEID
                        INTO :ORGAPPTYPEID FROM OPER.APPLICATION WHERE :NEW.ORGAPPID = APPLICATION.ID;
                    UPDATE
                        OPER.MESSAGE
                    SET
                        ORGCOMPANYID = :ORGCOMPANYID,
                        ORGAPPTYPEID = :ORGAPPTYPEID
                    WHERE
                        ID = :NEW.ID
                     IGNORE TRIGGER;
                  END;
            IF NEW.DELIVERDATETS <> OLD.DELIVERDATETS THEN
              BEGIN
                    UPDATE
                        OPER.MESSAGE
                    SET
                        DELIVERDATEDATE = DATE(:NEW.DELIVERDATETS),
                        DELIVERDATEHOUR = MAKETIME(HOUR(:NEW.DELIVERDATETS),0,0)
                    WHERE
                        ID = :NEW.ID
                     IGNORE TRIGGER;
                END;
            IF NEW.SENTDATETS <> OLD.SENTDATETS THEN
              BEGIN
                    UPDATE
                        OPER.MESSAGE
                    SET
                        SENTDATEDATE = DATE(:NEW.SENTDATETS),
                        SENTDATEHOUR = MAKETIME(HOUR(:NEW.SENTDATETS),0,0)
                    WHERE
                        ID = :NEW.ID
                        IGNORE TRIGGER;
                END;

    Hello Michael,
    please supply the table/index definitions and some test data so that we can actually reproduce the problem.
    Also post the current parameter setup of your database.
    regards,
    Lars

  • BAPI_GOODSMVT_CREATE ERROR: A System Error Has Occurred While Locking

    Hi All,
    I am having a problem with a Z program that I am writing.
    Basically, it uses the BAPI mentioned in the title. The program will read excel file that is being uploaded, and then will segregate the line items by 200 lines.
    That means, if I were to upload 1000 line items, the BAPI will be called and executed 5 times (1000/200 = 5).
    However, when trying to upload 10000 line items, I received this error after around 3000 line items.
    "A system error has occurred while locking".
    This happens when IMPORT parameter TEST_RUN is set to 'X'.
    I found this after some googling: http://sap.ittoolbox.com/groups/technical-functional/sap-basis/lock-entry-system-error-1674434
    I am hoping for your expert thoughts on this.
    Thank you.

    BAPI TO Upload Inventory Data
    * GMCODE Table T158G - 01 - MB01 - Goods Receipts for Purchase Order
    *                      02 - MB31 - Goods Receipts for Prod Order
    *                      03 - MB1A - Goods Issue
    *                      04 - MB1B - Transfer Posting
    *                      05 - MB1C - Enter Other Goods Receipt
    *                      06 - MB11
    * Domain: KZBEW - Movement Indicator
    *      Goods movement w/o reference
    *  B - Goods movement for purchase order
    *  F - Goods movement for production order
    *  L - Goods movement for delivery note
    *  K - Goods movement for kanban requirement (WM - internal only)
    *  O - Subsequent adjustment of "material-provided" consumption
    *  W - Subsequent adjustment of proportion/product unit material
    report zbapi_goodsmovement.
    parameters: p-file like rlgrap-filename default
                                     'c:\sapdata\TEST.txt'.
    parameters: e-file like rlgrap-filename default
                                     'c:\sapdata\gdsmvterror.txt'.
    parameters: xpost like sy-datum default sy-datum.
    data: begin of gmhead.
            include structure bapi2017_gm_head_01.
    data: end of gmhead.
    data: begin of gmcode.
            include structure bapi2017_gm_code.
    data: end of gmcode.
    data: begin of mthead.
            include structure bapi2017_gm_head_ret.
    data: end of mthead.
    data: begin of itab occurs 100.
            include structure bapi2017_gm_item_create.
    data: end of itab.
    data: begin of errmsg occurs 10.
            include structure bapiret2.
    data: end of errmsg.
    data: wmenge like iseg-menge,
          errflag.
    data: begin of pcitab occurs 100,
            ext_doc(10),           "External Document Number
            mvt_type(3),           "Movement Type
            doc_date(8),           "Document Date
            post_date(8),          "Posting Date
            plant(4),              "Plant
            material(18),          "Material Number
            qty(13),               "Quantity
            recv_loc(4),           "Receiving Location
            issue_loc(4),          "Issuing Location
            pur_doc(10),           "Purchase Document No
            po_item(3),            "Purchase Document Item No
            del_no(10),            "Delivery Purchase Order Number
            del_item(3),           "Delivery Item
            prod_doc(10),          "Production Document No
            scrap_reason(10),      "Scrap Reason
            upd_sta(1),            "Update Status
          end of pcitab.
    call function 'WS_UPLOAD'
      exporting
        filename                      = p-file
        filetype                      = 'DAT'
    * IMPORTING
    *   FILELENGTH                    =
      tables
        data_tab                      = pcitab
    * EXCEPTIONS
    *   FILE_OPEN_ERROR               = 1
    *   FILE_READ_ERROR               = 2
    *   NO_BATCH                      = 3
    *   GUI_REFUSE_FILETRANSFER       = 4
    *   INVALID_TYPE                  = 5
    *   OTHERS                        = 6
    if sy-subrc <> 0.
      message id sy-msgid type sy-msgty number sy-msgno
              with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      exit.
    endif.
    gmhead-pstng_date = sy-datum.
    gmhead-doc_date = sy-datum.
    gmhead-pr_uname = sy-uname.
    gmcode-gm_code = '01'.   "01 - MB01 - Goods Receipts for Purchase Order
    loop at pcitab.
      itab-move_type  = pcitab-mvt_type.
      itab-mvt_ind    = 'B'.
      itab-plant      = pcitab-plant.
      itab-material   = pcitab-material.
      itab-entry_qnt  = pcitab-qty.
      itab-move_stloc = pcitab-recv_loc.
      itab-stge_loc   = pcitab-issue_loc.
      itab-po_number  = pcitab-pur_doc.
      itab-po_item    = pcitab-po_item.
      concatenate pcitab-del_no pcitab-del_item into itab-item_text.
      itab-move_reas  = pcitab-scrap_reason.
      append itab.
    endloop.
    loop at itab.
      write:/ itab-material, itab-plant, itab-stge_loc,
              itab-move_type, itab-entry_qnt, itab-entry_uom,
              itab-entry_uom_iso, itab-po_number, itab-po_item,
                                                  pcitab-ext_doc.
    endloop.
    call function 'BAPI_GOODSMVT_CREATE'
      exporting
        goodsmvt_header             = gmhead
        goodsmvt_code               = gmcode
    *   TESTRUN                     = ' '
    * IMPORTING
        goodsmvt_headret            = mthead
    *   MATERIALDOCUMENT            =
    *   MATDOCUMENTYEAR             =
      tables
        goodsmvt_item               = itab
    *   GOODSMVT_SERIALNUMBER       =
        return                      = errmsg
    clear errflag.
    loop at errmsg.
      if errmsg-type eq 'E'.
        write:/'Error in function', errmsg-message.
        errflag = 'X'.
      else.
        write:/ errmsg-message.
      endif.
    endloop.
    if errflag is initial.
      commit work and wait.
      if sy-subrc ne 0.
        write:/ 'Error in updating'.
        exit.
      else.
        write:/ mthead-mat_doc, mthead-doc_year.
        perform upd_sta.
      endif.
    endif.
    *       FORM UPD_STA                                                  *
    form upd_sta.
      loop at pcitab.
        pcitab-upd_sta = 'X'.
        modify pcitab.
      endloop.
      call function 'WS_DOWNLOAD'
        exporting
          filename                      = p-file
          filetype                      = 'DAT'
    * IMPORTING
    *   FILELENGTH                    =
        tables
          data_tab                      = pcitab
    * EXCEPTIONS
    *   FILE_OPEN_ERROR               = 1
    *   FILE_READ_ERROR               = 2
    *   NO_BATCH                      = 3
    *   GUI_REFUSE_FILETRANSFER       = 4
    *   INVALID_TYPE                  = 5
    *   OTHERS                        = 6
    endform.
    Code Formatted by: Alvaro Tejada Galindo on Dec 26, 2008 10:20 AM

  • Error Message : System error in program SAPLRSDRH and form BUILD_VIEW-3-

    Hi Experts,
    An anyone encountered the error below and is aware of a note or how to correct it:
    "System error in program SAPLRSDRH and form BUILD_VIEW-3-"
    I got this error while trying to run a BEx query.
    Thanks
    Kingsley
    Message was edited by:
            Kingsley Nndem

    Check this note 919870 if it helps..
    https://websmp203.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=919870&_NLANG=E

  • Please Help - "page error" / a system error occurred

    I am very basic with Coldfusion Developed websites and pretty awesome on HTML and PHP. While working on a website I made an HTML change and added a line to a page. All works well on the test website/server but after uploading the changed page the page went offline/errored a day later.
    I have an error receipt and am hoping to resolve this issue with some insight from a good Coldfusion Developer or Programmer.
    PLEASE HELP, see error below.
    A system error occurred: http://www.mix.co.zm/mix_schools.cfm?
    Error - struct
    Detail    Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. <br> Using relative paths (for example, template="index.cfm" or template="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.
    Message    Could not find the included template components/mix_documents2.cfm.
    MissingFileName    components/mix_documents2.cfm
    StackTrace    coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template components/mix_documents2.cfm. at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:349) at cfmix_schools2ecfm527774291.runPage(D:\hshome\mixnet\mix.co.zm\mix_schools.cfm:15) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:360) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:94) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:79) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:200) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at com.intergral.fusionreactor.filter.FusionReactorFilter.i(FusionReactorFilter.java:566) at com.intergral.fusionreactor.filter.FusionReactorFilter.c(FusionReactorFilter.java:258) at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 164) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 ) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    TagContext    Error - array
    1    Error - struct
    COLUMN    0
    ID    CFINCLUDE
    LINE    15
    RAW_TRACE    at cfmix_schools2ecfm527774291.runPage(D:\hshome\mixnet\mix.co.zm\mix_schools.cfm:15)
    TEMPLATE    D:\hshome\mixnet\mix.co.zm\mix_schools.cfm
    TYPE    CFML
    TagName    CFINCLUDE
    Type    MissingInclude

    With LR closed move the preferences file to the Trash as described at the below link. You will lose your Preferences settings, so you may want to record them if unsure what you have changed from the default settings.
    http://helpx.adobe.com/lightroom/kb/error-changing-modules-lightroom
    DO NOT RESTART LR!
    Next uninstall LR and then completely shutdown your system and turn the power OFF. Your catlog(s) will not be removed, so no worries.
    Restart your system and reinstall LR using the latest version download available (LR5.4, LR4.4).
    What version of LR and OS X are you using?

  • E61 - Error message "system error!" when trying to...

    I have been trying to synchronise my E61, and keep getting system error. This happens whether connected thru USP or by Bluetooth.
    Will I need to reformat the phone and reload software.
    Please help.
    Happt Christmas

    Go through all these threads and post back if that solves your problem or still you stuck up.
    Mathan

  • Office Professional Plus 2010 - Fails to Install - Error 25004 - "System error: -1073418209" - Microsoft Key Management Server

    I am receiving an error when attempting to install a site license copy of Microsoft Office Professional Plus 2010. The enterprise environment that I am in is using a Microsoft Key Management Server for the authentication of all Office 2010 and Windows 7
    installations. The error that I receive at the end of the installation is: "Error 25004. The product key you entered cannot be used on this machine. This is most likely due to previous Office 2010 trials being installed. (System error: -1073418209)".
    I have never installed a trial of Office 2010, nor did I ever install the beta of Office 2010. I do have a copy of Microsoft Office Projects 2010 installed. Before attempting to install Office 2010, I had Office 2007 installed. I used the Upgrade option
    to install 2010, instead of removing 2007 (which apparently I should have done instead) first. I have tried using the Microsoft FixIt tool to remove both Office 2007 AND Office 2010. Neither of those tools has fixed my problem. Office 2010 also does not show
    up in my Add/Remove Programs list.
    Any ideas on how to fix this? I do not have time to reformat until after the Holiday seasons, and need to have Office working!

    Hi,
    The full error text is as follows: Error 25004: The product key you entered cannot be used on this machine. 
    This is most likely due to previous Office 2010 trials being installed. (System error: 1073422308)
    The key you are currently trying to install with, is an Office Professional Plus Trial key. A machine will allow one Professional Plus Trial key installed on it ever. Meaning you can
    install a trial on a machine, used it for some time, uninstall Office. When you go back to the Microsoft website and get a new key, the second installation will be rejected with the above error message.
    If this is not the situation, try to completely uninstall all the versions of the Office programs from control panel, and then use the suggestions in this KB
    article to uninstall it:
    How do I uninstall Office 2003, Office 2007 or Office 2010 suites if I cannot uninstall it from Control Panel?
    http://support.microsoft.com/kb/290301
    Then, reinstall the Office 2010 program.
    Best Regards,
    Sally Tang

Maybe you are looking for

  • I can't download an epub book to my ereader

    I've been purchasing books from kobo & I have to make sure they are a drm book coz if they are only a epub file it will open up in my library on adobe digital edition but when I go to where all my downloaded books are it doesn't seem to come across s

  • AP register report with PO and related invoices

    Hi SAP gurus, Business wants a AP register report, listing all processed invoices related to a PO. Basically they want to see the PO no. and invoices on the same report. I have tried to find a std report but couldnt. Please suggest if there is any su

  • 2600 Classic, connecting to PC

    hi, I have a 2600 Classic, is there a data cable available to be able to connect it to a PC? otherwise how do you get images you have taken on the phone onto the PC? i have read somewhere data transfer isn't possible... in which case, what is the por

  • Unexpected error;Primary key does not exist:CmscdomPK version=2,name=J2E

    Hi I am getting the following error when i try to access the CMS related WebDynpro application. First time i am able to access the CMS.I created the domain and track.after that i edited the Domain tab with new domain name J2E.During that time i tried

  • Questions about latest updates

    Today on my PC I had the options of updating Photoshop CC, Photoshop CC 2014, Bridge and Lightroom. I have two questions; 1. Prior to updating Photoshop CC, the version was 14.2.1 x64, after updating, the version was the same. Is that correct? 2. Wha