/SAPAPO/OM_DELETE_OLD_SIMSESS - Fails

hi,
/SAPAPO/OM_DELETE_OLD_SIMSESS - periodic job fails says as below log. I could not find OSS note in my search.
Looks to me, the lock corresponds to a simulation version is missing. Job tries to delete simulation version/ lock together.. however it fails.
If this is the case, how to clear old SIMM versions?
Job Log:
07/21/2011 08:31:13 JYKhRvRmN6dX0000f6VRCW lock does not exist
07/21/2011 08:31:14 Cannot delete simulation version
07/21/2011 08:31:14 Job cancelled after system exception ERROR_MESSAGE
Thanks,
RajS

Hi Nathalia,
Hope you are doing great!!
We have similar issue as above and i am SAP customer and i already logged a message long back on this issue please check this message ( 1012512 / 2012 ) and let us know your thoughts.
Thanks
Ravi

Similar Messages

  • Significance of /sapapo/om_delete_old_simsess

    Hi Gurus,
    Could you pls explain me the significance of the report "/sapapo/om_delete_old_simsess".
    can i use the same to solve the DP locking problems?
    Thanks,
    Vignesh

    Hi Vignesh,
    The basic purpose of this programme is to delete periodically the hanging
    transactional Simulations.
    Whenever user carries out simulations in transactional level, sometimes
    data will get locked or hanged depending upon the situation.
    Such scenarios can be corrected using this programme
    Regards
    R. Senthil Mareeswaran.

  • Select form table /SAPAPO/ORDMAP fails

    Hi,
    I'm performing a system copy of an SCM system. The procedure includes executing the following select statement in the MaxDB database:
    "select LOGSYS… from "SAPR3"."/SAPAPO/ORDMAP…"
    The command failed due to the following error "Base table not found;-4004 POS(16) Unknown table name:/SAPAPO/ORDMAP"
    I looked at dba_tables and found that the table's owner is SAPLCA, I tried also the above statement using this owner, but it didn't work either.
    Selecting from some of the SYS tables is working, but none of the tables which belong to SAPLCA (according to dba_tables table) worked.
    Can anyone please help to find out the content of /SAPAPO/ORDMAP?
    Thanks,
    Shiri.

    Hello Shiri,
    I saw that the similar question was posted in the opened the OSS message 558872/2006 on queue BC-DB-LCA. Correct?
    As you are using liveCache & APO, you are SAP customer, and I would like to recommend you to work with SAP support in the message 558872/2006, or, if it's NOT your message, open the new one for SAP on queue BC-DB-LCA or 'BC-DB-LVC'.
    If you are performing the Homogenous liveCache copy using backup/restore procedure, please review the SAP notes 457425 & 877203.
    -> run the SQL statement as DBA user ( default :'SUPERDBA' ) & check that 'SAPLCA' user is listed:                                                       select * from domain.users   
    [ you could use the SQLSTUDIO, logon as superdba user, or dbmcli tool:
      dbmcli -d <LCSID> -u <control>,<control>
      dbmcli on <LCSID>>sql_connect superdba,admin
      dbmcli on <LCSID>>sql_execute select * from domain.users
      dbmcli on <LCSID>>exit
    -> Run the SQL statement as SAPLCA user ::                   
       select * from tables where owner='SAPLCA'      
    [ you could use the SQLSTUDIO, logon as SAPLCA user, or dbmcli tool:
      dbmcli -d <LCSID> -u <control>,<control>
      dbmcli on <LCSID>>sql_connect saplca,<pwd>
      dbmcli on <LCSID>>sql_execute select * from tables where owner='SAPLCA' 
      dbmcli on <LCSID>>exit
    -> Run the SQL statement as SAPLCA user ::                     
       select LOGSYS, count(*) from "SAPLCA"."/SAPAPO/ORDMAP" group
       by logsys
    [ you could use the SQLSTUDIO, logon as SAPLCA user, or dbmcli tool:
      dbmcli -d <LCSID> -u <control>,<control>
      dbmcli on <LCSID>>sql_connect saplca,<pwd>
      dbmcli on <LCSID>>sql_execute select LOGSYS, count(*) from "SAPLCA"."/SAPAPO/ORDMAP" group
       by logsys
      dbmcli on <LCSID>>exit
    Thank you and best regards, Natalia Khlopina

  • Logical Test (/SAPAPO/OM03) fails with liveCache-test on LCA incorrect mess

    Hi All,
    On SCM 5.0 instance, when running logical test transaction (/n/SAPAPO/OM03), I get the following message at the end of the test:
    liveCache-test on LCA incorrect.
    There is no shortdump or any database errors I can see. Please advice.
    Many Thanks,
    Regards,
    Nisch

    Hello Nisch,
    You are running SCM 5.0 system, therefore you are SAP customer. Please create the SAP ticket concerning this issue => we could logon via OSS and check the status of your system.
    -> If you are running the SCM 5.0 installation, you have to follow the liveCache installation guide and finish all post installation steps, run //om13 -> checks , click on the info box of the red semaphores u2026
         Review the system logs in /nsm21.
         Then you could run /SAPAPO/OM03, it is the test Program for liveCache and LCA, in the liveCache relevant client.
         If it's failed & you don't know the reason of the failure => create the SAP ticket to the component 'BC-DB-LCA'.
    Thank you & best regards, Natalia Khlopina

  • /SAPAPO/OM_REORG_DAILY error

    Hi folks,
    I have an issue with transaction LCA03 in SCM 5.0. It shows a red light at "Critical logging event" --> ReorgDaily. When I check the log, I can see that the background job /SAPAPO/OM_REORG_DAILY is terminating every night with the following error message:
    "No planning version active in current client" and then "Job cancelled after system exception ERROR_MESSAGE."
    We work in client 100. In client 100, I checked transaction /SAPAPO/MVM and there is planning version 000 active.
    When I check SM36 --> standard jobs, there are several background jobs (standard jobs) scheduled and running, but all seem to run in Client 000. One of these is /SAPAPO/OM_REORG_DAILY.
    How can I get this fixed? Do I have to delete the standard job /SAPAPO/OM_REORG_DAILY and create it again, in client 100? What about the other jobs, that are running fine in Client 000 (/SAPAPO/OM_DELETE_OLD_SIMSESS, SLCA_LCK_SYNCHOWNERS)? Do they make sense there? Or does it not matter, in which client these jobs run?
    Sorry, but the client concept is new to me and I couldn't find info on this with regard to these jobs.
    Thank you for helping, Matthias

    Hi, thanks for your answers!
    I first checked the job log in transaction SM36 for /SAPAPO/OM_REORG_DAILY. From there comes the error message I provided.
    /SAPAPO/OM11 shows all occurences for /SAPAPO/OM_REORG_DAILY, they all failed and only ran in client 000. Also, DelOldRegs (/SAPAPO/OM_DELETE_OLD_SIMSESS) are shown with a yellow light, all are shown for client 000 only.
    I now ran the job /SAPAPO/OM_REORG_DAILY manually on client 100 from transaction SE38.
    It first shows an information window which says: /sapapo/om_reorg_daily Scheduled Daily: 100 --> See /sapapo/om13.
    Then a new Informtion windows with: Analysis of LC and LCA objects shows errors.
    If I go again to transaction LCA03, there are only two red traffic lights:
    -/sapapo/om_reorg_daily 100 (I think I just have to schedule the job for client 100 here daily, since now it is only scheduled in client 000)
    -Critical logging event: This shows the error, that /SAPAPO/OM_REORG_DAILY failed in the last nights (when it was running in client 000. It failed with the error message given earlier.)
    What to do? Just schedule the job for client 100 and delelte the standard job for client 000? Because I cannot schedule two standard jobs with the same program to be executed.
    Thanks again, Matthias
    Message was edited by:
            Matthias Sartor

  • /SAPAPO/OM_LCAALERTS

    Hi folks,
    we run SCM 5.00 (Level 0010) with LiveCache (2005_700, Level 0005).
    We already scheduled /SAPAPO/OM_REORG_DAILY and /SAPAPO/OM_DELETE_OLD_SIMSESS as regularily running background jobs in the only liveCache relevant client 100. Do we have to schedule the job /SAPAPO/OM_LCAALERTS for this client as well, or is it obsolete for our version?
    Thanks in advance, Matthias

    Hi Raghu,
    thanks! The Job /SAPAPO/OM_LCAALERTS is currently scheduled and running in client 000 - which is not LiveCache relevant. Does it really matter in which client this job runs - is it client-dependent? LCA03 shows no red lights, but I don't know if it makes sense to let the job run in client 000. Please help...
    Thanks,
    Matthias
    Message was edited by:
            Matthias Sartor

  • Problems with liveCache in APO

    Hi experts,
    I have an issue with regards to liveCache in APO and I hope someone can help me.
    Whenever I try to create a Planning Version within a Model (via transaction /SAPAPO/MVM) the following
    error message is provided: "General error in model / version management planning".
    Through some research I found a document that makes the following recommendation: "Sometimes when you work in a multi-client system, you maybe encounter the following error message: "General error in model/planning version management". This error is due to the fact that in LiveCache the planning version already exists but it cannot be found on database. As a remedy, you have to remove this inconsistency by using the transaction /SAPAPO/OM17. For detailed information, please refer to SAP Note 519014."
    Then, as recommended, I tried to execute the transaction /SAPAPO/OM17. But when I tried to execute this transaction another error message was released: "Connection to liveCache failed. Message no. /SAPAPO/OM000".
    Moreover, the result of the transaction /SAPAPO/OM13 ( Analyze liveCache and LCA Objects ) shows the following errors and warnings:
    Item
    Check
    Connection to LCA
    with errors
    liveCache Stat. from LCA - ???
    with errors
    liveCache Initialization - 001
    with errors
    Old simulation versions
    with warnings
    /sapapo/om_reorg_daily - 001
    with errors
    /sapapo/om_delete_old_simsess
    with errors
    /sapapo/om_lcaalerts
    with errors
    Number of LC Sessions - 0
    with errors
    Thanks in advance for help.
    Greetings,
    Francisco Fonseca.

    Hi sai balakavi,
    initially, thanks for the fast help.
    As suggested, the issue was escalated to the BASIS team and the procedure chosen was as follows:
    Shutdown SAP APO and liveCache (ECC + SE6) services
    Shutdown DB Oracle (ORCL + ECC + APO + SE6) services
    Logs verification
    Restart server
    Restart SAP APO and liveCache (ECC) services
    Restart DB Oracle (ORCL + ECC + APO + SE6) services
    However, the previous problems still persist. So, in order to get more information about the problem, I exported a full report (at the end of this message) on the result of the transaction /SAPAPO/OM13 ( Analyze liveCache and LCA Objects ).
    Is there any other action to be taken in addition to shutdown and restart of liveCache services?
    Thanks in advance for help.
    Greetings,
    Francisco Fonseca.
    EXPORTED REPORT
    Versions
    Current ABAP SP          : LCAPPS 2005_700: patch 0003
    Import Date of SP        : 28.09.2006
    Import Time of SP        : 17:14:18
    Runtime Environment Vers.:
    liveCache Connection     : titanidas-LCA
    Module     ReleaBuildPatch OpSys      Change  DLL Date    Size      D
    Number of LCA Routines   :                                            0
    dbsdbslib                : (Cannot determine) Patch
    SQLDBC Release           :
    Times
    Application Server       : 16.10.2008 06:00:16
    liveCache Server         :
    LCA Object               :
    Checks
    liveCache Connection LCA : X                                OK
    liveCache Connection LDA : X                                OK
    liveCache Connection LEA : X                                OK
    Connection to LCA        :                                  ERROR
    liveCache Status from LCA: ???                              ERROR
    liveCache Initialization : 001                              ERROR
    Number of Active Traces  :                             0    OK
    Number of Active Checks  :                             0    OK
    No. of Old Trans. Sim.   :                             0    Warning
    Initialize Follow-Up     :                                  ERROR
    /sapapo/om_reorg_daily Scheduled Daily: 001                 ERROR
    /sapapo/om_delete_old_simsess scheduled regularly:          ERROR
    /sapapo/om_lcaalerts Scheduled Daily:                       ERROR
    Number of Work Processes :                            13    ERROR
    Number of LC Sessions    :                             0    ERROR
    RFC Connections          :                                  OK
    Clients with Errors      :                                  OK
    MAXLOCKS                 :                             0    Warning
    OMS_HEAP_LIMIT           :                             0    Warning
    OMS_HEAP_THRESHOLD       :                             0    Warning
    OMS_VERS_THRESHOLD       :                             0    Warning
    REQUEST_TIMEOUT          :                             0    Warning
    Critical Logging Event   :                                  OK
    Network
    Server titanidas
    Client titanidas
    Thu Oct 16 06:00:52 2008
    ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection re
    *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 0 / sock 1916
        (SI_ECONN_REFUSE/10061; I4; ST; 172.16.28.148:3298) [nixxi.cpp    27
    *** ERROR => NiTClientLoop: NiHandle (rc=-10) [nixxtst.cpp  2839]
    *  ERROR       partner '172.16.28.148:3298' not reached
    *  TIME        Thu Oct 16 06:00:52 2008
    *  RELEASE     700
    *  COMPONENT   NI (network interface)
    *  VERSION     38
    *  RC          -10
    *  MODULE      nixxi.cpp
    *  LINE        2770
    *  DETAIL      NiPConnect2
    *  SYSTEM CALL connect
    *  ERRNO       10061
    *  ERRNO TEXT  WSAECONNREFUSED: Connection refused
    *  COUNTER     1
    Process died with exitcode -1
    Current Messages
    knldiag - Start
    Error when reading the KNLDIAG file
    knldiag - End
    Error Messages
    knldiag.err - Last Message
    knldiag.err - Last Initialization
    knldiag.err - Last Start
    Log Initialization
    lcinit.log - Start
    Error when reading the LCINIT.LOG file
    lcinit.log - End
    Logging for Log - /SAPAPO/OM11
    Date       Time     Event      Cl. Message
    Data Cache
                        Pages              Megabyte
    Cache Sizes                 0                  0
    OMS Data                    0                  0
    OMS History/Undo            0                  0
    SQL Data                    0                  0      Used (%)
    Overall                     0                  0            0,00
    Accesses       Hit Rate (%)            Overall         Failed
    OMS Data                 0,00                       0            0
    OMS History/Undo         0,00                       0            0
    SQL Data                 0,00                       0            0

  • LiveCache lock server is not installed

    Hi All,
    Job /SAPAPO/OM_DELETE_OLD_SIMSESS  has been failed:
    Job log says:
    Job started
    Step 001 started (program /SAPAPO/OM_DELETE_OLD_SIMSESS, variant , user ID BATCHSCHE)
    evaluate oms_versions
    evaluate simsession delta
    obsolete transactional simulations
    <b>liveCache lock server is not installed</b>
    Job cancelled after system exception ERROR_MESSAGE
    Same was  finished successfully and its job log says:
    Job started
    Step 001 started (program /SAPAPO/OM_DELETE_OLD_SIMSESS, variant , user ID BATCHSCHE)
    evaluate oms_versions
    evaluate simsession delta
    obsolete transactional simulations
    Job finished
    liveCache lock server is not installed  seems to be extra.Any hint?
    Thanks in advance.
    Regards,
    Tushar

    Hello,
    Just forgot to give  server details:
    KERNEL    7.6.01   BUILD 009-123-141-487
    DBMServer 7.6.01   Build 009-123-141-487
    SCM basis 700 sp 11
    Regards,
    Tushar

  • In SCM 5.0 Runtime Errors: DBIF_DSQL2_SQL_ERROR Exception: CX_SY_NATIVE_SQ

    Hi,
    I am getting following shortdump in my SCM 5.0 system with LiveCache 7.6.03 on AIX 5.3.
    Please help me.
    Runtime Errors         DBIF_DSQL2_SQL_ERROR
    Exception              CX_SY_NATIVE_SQL_ERROR
    Date and Time          01.07.2008 09:20:09
    Short text
    An SQL error occurred when executing Native SQL.
    What happened?
    The error "-4016" occurred in the current database connection "LCA".
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    How to correct the error
    Database error text........: "POS(1) Unknown procedure
    name:SIM_SIMSESSION_GET_ACTIVE"
    Database error code........: "-4016"
    Triggering SQL statement...: "EXECUTE PROCEDURE "SIM_SIMSESSION_GET_ACTIVE""
    Internal call code.........: "[DBDS/NEW DSQL]"
    Please check the entries in the system log (Transaction SM21).
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "DBIF_DSQL2_SQL_ERROR" "CX_SY_NATIVE_SQL_ERROR"
    "/SAPAPO/SAPLOM_CORE" or "/SAPAPO/LOM_COREU23"
    "/SAPAPO/OM_SIMSESSION_GET_ALL"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    The exception must either be prevented, caught within proedure
    "/SAPAPO/OM_SIMSESSION_GET_ALL" "(FUNCTION)", or its possible occurrence must
    be declared in the
    RAISING clause of the procedure.
    To prevent the exception, note the following:
    System environment
    SAP-Release 700
    Application server... "dewall43"
    Network address...... "10.40.16.43"
    Operating system..... "AIX"
    Release.............. "5.3"
    Hardware type........ "00C912FC4C00"
    Character length.... 16 Bits
    Pointer length....... 64 Bits
    Work process number.. 14
    Shortdump setting.... "full"
    Database server... "dewall43"
    Database type..... "ORACLE"
    Database name..... "APO"
    Database user ID.. "SAPSR3"
    Char.set.... "C"
    SAP kernel....... 700
    created (date)... "Jan 23 2008 21:25:00"
    create on........ "AIX 2 5 005DD9CD4C00"
    Database version. "OCI_102 (10.2.0.2.0) "
    Patch level. 144
    Patch text.. " "
    Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
    SAP database version. 700
    Operating system..... "AIX 1 5, AIX 2 5, AIX 3 5, AIX 1 6"
    Memory consumption
    Roll.... 1117168
    EM...... 0
    Heap.... 0
    Page.... 24576
    MM Used. 720672
    MM Free. 376056
    User and Transaction
    Client.............. 100
    User................ "DDIC"
    Language key........ "E"
    Transaction......... " "
    Transactions ID..... "48692ABF23D6012AE10080000A28102B"
    Program............. "/SAPAPO/SAPLOM_CORE"
    Screen.............. "SAPMSSY0 1000"
    Screen line......... 6
    Information on where terminated
    Termination occurred in the ABAP program "/SAPAPO/SAPLOM_CORE" - in
    "/SAPAPO/OM_SIMSESSION_GET_ALL".
    The main program was "/SAPAPO/OM_DELETE_OLD_SIMS ".
    In the source code you have the termination point in line 39
    of the (Include) program "/SAPAPO/LOM_COREU23".
    The program "/SAPAPO/SAPLOM_CORE" was started as a background job.
    Job Name....... "/SAPAPO/OM_DELETE_OLD_SIMSESS"
    Job Initiator.. "DDIC"
    Job Number..... 08200801
    The termination is caused because exception "CX_SY_NATIVE_SQL_ERROR" occurred
    in
    procedure "/SAPAPO/OM_SIMSESSION_GET_ALL" "(FUNCTION)", but it was neither
    handled locally nor declared
    in the RAISING clause of its signature.
    The procedure is in program "/SAPAPO/SAPLOM_CORE "; its source code begins in
    line
    1 of the (Include program "/SAPAPO/LOM_COREU23 ".
    Source Code Extract
    Line
    SourceCde
    9
    *"     REFERENCE(ET_ACTIVE_SIMSESSION) TYPE  /SAPAPO/OM_SIMSESSION_TAB
    10
    *"     REFERENCE(ET_RC) TYPE  /SAPAPO/OM_LC_RC_TAB
    11
    *"  EXCEPTIONS
    12
    *"      LC_CONNECT_FAILED
    13
    *"      LC_COM_ERROR
    14
    *"      LC_APPL_ERROR
    15
    16
    17
    data_def.
    18
    create_gen_com_params_default.
    19
    CLEAR ls_gen_com_params-client.
    20
    21
    Verbindung zum liveCache aufbauen
    22
    start_function 'OM_SIMSESSION_GET_ALL'.                   "#EC *
    23
    check_server.
    24
    connect_to_livecache.
    25
    IF et_simsession IS REQUESTED.
    26
    COM-Routine zum Auslesen aller trans. Sim.
    27
    EXEC SQL.
    28
    EXECUTE PROCEDURE "SIM_SIMSESSION_GET_ALL" (
    29
    IN  :LS_GEN_COM_PARAMS,
    30
    OUT :LV_RC,
    31
    OUT :ET_SIMSESSION)
    32
    ENDEXEC.
    33
    Returncodes pruefen und evtl. Exception raisen
    34
    lv_subrc_sav = sy-subrc.
    35
    ENDIF.
    36
    IF et_active_simsession IS REQUESTED.
    37
    COM-Routine zum Auslesen aller aktiven trans. Sim.
    38
    EXEC SQL.
    >>>>>
    EXECUTE PROCEDURE "SIM_SIMSESSION_GET_ACTIVE" (
    40
    IN  :LS_GEN_COM_PARAMS,
    41
    OUT :LV_RC,
    42
    OUT :ET_ACTIVE_SIMSESSION)
    43
    ENDEXEC.
    44
    Returncodes pruefen und evtl. Exception raisen
    45
    lv_subrc_sav = sy-subrc.
    46
    ENDIF.
    47
    48
    end_performance_measure.
    49
    end_function_no_main om_simsession_get_all.
    50
    check_returncodes.
    51
    if iv_get_testguids = gc_false.
    52
    delete ET_ACTIVE_SIMSESSION where table_line cs '~'.
    53
    delete ET_SIMSESSION        where table_line cs '~'.
    54
    endif.
    55
    ENDFUNCTION.
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    0
    SY-TABIX
    1
    SY-DBCNT
    0
    SY-FDPOS
    0
    SY-LSIND
    0
    SY-PAGNO
    0
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE
    Periodic Deletion of Hanging Simulation Versions
    SY-MSGTY
    SY-MSGID
    SY-MSGNO
    000
    SY-MSGV1
    SY-MSGV2
    SY-MSGV3
    SY-MSGV4
    SY-MODNO
    0
    SY-DATUM
    20080701
    SY-UZEIT
    092008
    SY-XPROG
    RSDBRUNT
    SY-XFORM
    %_INIT_PBO_FIRST
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
    Name
    3 FUNCTION     /SAPAPO/SAPLOM_CORE                 /SAPAPO/LOM_COREU23                    39
    /SAPAPO/OM_SIMSESSION_GET_ALL
    2 FUNCTION     /SAPAPO/SAPLOM_CORE                 /SAPAPO/LOM_COREU12                    52
    /SAPAPO/OM_SIMSESSION_SELECT
    1 EVENT        /SAPAPO/OM_DELETE_OLD_SIMS          /SAPAPO/OM_DELETE_OLD_SIMS             67
    START-OF-SELECTION
    Chosen variables
    Name
    Val.
    No.       3 Ty.          FUNCTION
    Name  /SAPAPO/OM_SIMSESSION_GET_ALL
    IV_GET_TESTGUIDS
    X
    0
    0
    5
    8
    ET_ACTIVE_SIMSESSION
    Table IT_9[0x44]
    \FUNCTION=/SAPAPO/OM_SIMSESSION_SELECT\DATA=LT_SIMSESSION
    Table reference: 2
    TABH+  0(20) = 0000000000000000000000000000000000000000
    TABH+ 20(20) = 0000000200000009000000000000002CFFFFFFFF
    TABH+ 40(16) = 04000021000026C00010249401800000
    store        = 0x0000000000000000
    ext1         = 0x0000000000000000
    shmId        = 0     (0x00000000)
    id           = 2     (0x00000002)
    label        = 9     (0x00000009)
    fill         = 0     (0x00000000)
    leng         = 44    (0x0000002C)
    loop         = -1    (0xFFFFFFFF)
    xtyp         = TYPE#000192
    occu         = 16    (0x00000010)
    access       = 1     (ItAccessStandard)
    idxKind      = 0     (ItIndexNone)
    uniKind      = 2     (ItUniqueNon)
    keyKind      = 1     (default)
    cmpMode      = 2     (cmpSingleMcmpR)
    occu0        = 1
    groupCntl    = 0
    rfc          = 0
    unShareable  = 0
    mightBeShared = 0
    sharedWithShmTab = 0
    isShmLockId  = 0
    gcKind       = 0
    isUsed       = 1
    isCtfyAble   = 1
    >>>>> Shareable Table Header Data <<<<<
    tabi         = Not allocated
    pghook       = Not allocated
    idxPtr       = Not allocated
    shmTabhSet   = Not allocated
    id           = Not allocated
    refCount     = Not allocated
    tstRefCount  = Not allocated
    lineAdmin    = Not allocated
    lineAlloc    = Not allocated
    shmVersId    = Not allocated
    shmRefCount  = Not allocated
    shmIsReadOnly = Not allocated
    >>>>> 1st level extension part <<<<<
    regHook      = Not allocated
    collHook     = Not allocated
    ext2         = Not allocated
    >>>>> 2nd level extension part <<<<<
    tabhBack     = Not allocated
    delta_head   = Not allocated
    pb_func      = Not allocated
    pb_handle    = Not allocated
    ET_RC
    Table[initial]
    ET_SIMSESSION
    Table[initial]
    OM_LC_NAME
    LCA
    000000000000000000000000000000
    000000000000000000000000000000
    444222222222222222222222222222
    C31000000000000000000000000000
    GC_OM_SYSUBRC
    -16842752
    F
    E
    SY-SUBRC
    0
    0000
    0000
    %_SPACE
    0
    0
    2
    0
    %_VIASELSCR
    0
    4
    OM_LC_APPL_NAME
    000000000000000000000000000000
    000000000000000000000000000000
    222222222222222222222222222222
    000000000000000000000000000000
    SPACE
    0
    0
    2
    0
    LS_GEN_COM_PARAMS
    DDIC                                 # /SAPAPO/OM_DELETE_OLD_SIMS
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2222222222222222222222444422222222222222222222222222222222202254545424454444545444554452222222
    0000000000000000000000449300000000000000000000000000000000000F31010FFFDF45C545FFC4F39D30000000
    LV_RC
    00
    00
    00
    00
    GC_OM_SPP_FORECAST_EXT
    K
    4
    B
    GC_IMMEDIATE_TRANSFER
    65537
    0
    0
    GC_RESOURCE_MULTI
    16909060
    0
    1
    GV_SIMSESSION_TYPE
    0
    0
    2
    0
    OM_MEASURE_PERFORMANCE
    0
    0
    2
    0
    GC_OM_OBJECT_OUTPUT_NODE
    454827294
    1
    B
    OM_AS_KEY
    000000000000000000000000000000
    000000000000000000000000000000
    222222222222222222222222222222
    000000000000000000000000000000
    %_DUMMY$$
    0000
    0000
    2222
    0000
    No.       2 Ty.          FUNCTION
    Name  /SAPAPO/OM_SIMSESSION_SELECT
    IV_MIN_AGE_IN_HOURS
    1
    0000
    0001
    IV_SAVED_INCLUSIVE
    0
    0
    2
    0
    ET_OMS_VERSION
    Table[initial]
    ET_SIMSESSION_DELTA
    Table[initial]
    SCREEN
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GC_OM_RPM_PORD_DEL
    2004
    000D
    0074
    GC_OM_OBJECT_UNKNOWN
    66051
    0
    0
    GC_OM_OBJECT_ORDER
    16909060
    0
    1
    GS_OMS_VERSION
    00000000                      ########
    000000000000000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000000000000C
    222222222222222222222233333333222222222222222222222200000000
    000000000000000000000000000000000000000000000000000000000000
    GC_MINTIME
    09011000
    1700002C
    GT_OMS_VERSION
    Table[initial]
    GC_APPLICATION_BLRG
    235868177
    0
    E
    GC_OM_OBJECT_MODE
    50595078
    0
    3
    GC_TRUE
    X
    0
    0
    5
    8
    RSJOBINFO
    00000000000000                                  ##
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2222222222222222222222222222222233333333333333222222222222222222222222222222222200
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GC_OM_OBJECT_RESOURCE
    67438087
    0
    4
    LT_SIMSESSION
    Table IT_9[0x44]
    GC_APPLICATION_CTPE
    168496141
    0
    A
    SY-REPID
    /SAPAPO/SAPLOM_CORE
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    2545454254544454454222222222222222222222
    F31010FF310CFDF3F25000000000000000000000
    GC_APPLICATION_MATP
    185339150
    0
    B
    SYST-REPID
    /SAPAPO/SAPLOM_CORE
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    2545454254544454454222222222222222222222
    F31010FF310CFDF3F25000000000000000000000
    GC_ATP_UPD_RPM
    R
    0
    0
    5
    2
    No.       1 Ty.          EVENT
    Name  START-OF-SELECTION
    VARI
    ###00000000000000      ############
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2222222222222222222222222222222222222222222222222222222222200033333333333333222222000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    SYST-REPID
    /SAPAPO/OM_DELETE_OLD_SIMS
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    2545454244544445454445544522222222222222
    F31010FFFDF45C545FFC4F39D300000000000000
    GC_OM_OBJECT_RPM_GENERIC
    791687475
    2
    F
    SY-SUBRC
    0
    0000
    0000
    %_VIASELSCR
    0
    4
    SY-REPID
    /SAPAPO/OM_DELETE_OLD_SIMS
    0000000000000000000000000000000000000000
    0000000000000000000000000000000000000000
    2545454244544445454445544522222222222222
    F31010FFFDF45C545FFC4F39D300000000000000
    SY-MSGID
    00000000000000000000
    00000000000000000000
    22222222222222222222
    00000000000000000000
    GC_TRANSPORT
    y
    0
    0
    7
    9
    SPACE
    0
    0
    2
    0
    SY-MSGNO
    000
    000
    000
    333
    000
    SY-MSGV1
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    SY-MSGV2
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    SY-MSGV3
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    SY-MSGV4
    00000000000000000000000000000000000000000000000000
    00000000000000000000000000000000000000000000000000
    22222222222222222222222222222222222222222222222222
    00000000000000000000000000000000000000000000000000
    GC_ITRUE
    16777623
    0
    1
    GC_FALSE
    0
    0
    2
    0
    SYST
    ###############################################################################T########X ####
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    000000000000000000000000000000000000000100000000000000000000000000000000000000000000000E000200
    0000000000000000000000000000000000000006000000000000000000000000000000000000010500000001520000
    000001010000010000000000010001000000000A00000000000000000000000000000000000006040000000080000C
    GC_IFALSE
    104192
    0
    0
    GT_OMS_VERSION
    Table[initial]
    GC_MINTIME
    09011000
    1700002C
    GT_SIMS_DELTA
    Table[initial]
    SY-XFORM
    %_INIT_PBO_FIRST
    000000000000000000000000000000
    000000000000000000000000000000
    254445554454455522222222222222
    5F9E94F02FF6923400000000000000
    %_DUMMY$$
    0000
    0000
    2222
    0000
    SCREEN
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    Internal notes
    The termination was triggered in function "DsqlErrorHandler"
    of the SAP kernel, in line 2062 of the module
    "//bas/700_REL/src/krn/runt/abexsql.c#2".
    The internal operation just processed is "DSQL".
    Internal mode was started at 20080701092008.
    Internal call code.........: "[DBDS/NEW DSQL]"
    Active Calls in SAP Kernel
    Lines of C Stack in Kernel (Structure Differs on Each Platform)
    => 64 bit R/3 Kernel
    => 64 bit AIX Kernel
    => Heap limit      = unlimited
    => Stack limit     = unlimited
    => Core limit      = 4294965248
    => File size limit = unlimited
    => Heap address  = 0x0x1152ede20
    => Stack address = 0xfffffffffff84a0
    => Stack low     =  0xfffffffffff84a0
    => Stack high    =  0xffffffffffff7a0
    => Stack Trace:
         AixStack() at 0x1000c7d94
         CTrcStack2() at 0x1000c7e8c
         rabax_CStackSave__Fv() at 0x1000b2d70
         ab_rabax() at 0x1000af728
         ab_dbdserr__FiPCUsT1T2P9DS_HEADERT2T1Pv() at 0x10057efbc
         DsqlErrorHandler__Fi() at 0x10135b8e8
         ExecuteCall__Fv() at 0x10135b454
         ab_jdsql__Fv() at 0x101356b40
         ab_extri__Fv() at 0x10040d93c
         ab_xevent__FPCUs() at 0x100a9d170
         ab_trigg__Fv() at 0x100a9ce5c
         ab_run() at 0x1014bee48
         N_ab_run() at 0x100d5bca8
         dynpmcal() at 0x100d5aa74
         dynppai0() at 0x100d58a08
         dynprctl() at 0x100d6047c
         dynpen00() at 0x100d52364
         Thdynpen00() at 0x1000e2410
         TskhLoop() at 0x1000e4254
         ThStart() at 0x1000fe324
         DpMain() at 0x10156c770
         nlsui_main() at 0x101a99998
    List of ABAP programs affected
    Index
    Typ
    Program
    Group
    Date
    Time
    Size
    Lang.
    0
    Prg
    /SAPAPO/OM_DELETE_OLD_SIMS
    0
    28.09.2006
    17:13:54
    115712
    E
    1
    Prg
    SAPMSSY0
    1
    07.01.2008
    17:16:23
    92160
    E
    2
    Prg
    SAPMSSYD
    1
    27.09.2006
    18:38:20
    21504
    E
    3
    Prg
    SAPFSYSCALLS
    1
    03.12.2004
    17:45:45
    8192
    E
    4
    Prg
    RSDBRUNT
    0
    07.01.2008
    17:27:13
    254976
    E
    5
    Typ
    RSSCR
    0
    12.10.1999
    15:50:05
    5120
    6
    Prg
    RSDBSPBL
    0
    22.02.2005
    08:58:45
    72704
    E
    7
    Prg
    SAPDB__S
    0
    03.12.2004
    17:45:45
    19456
    E
    8
    Prg
    RSDBSPMC
    0
    27.09.2006
    18:23:16
    79872
    E
    9
    Typ
    DDSHDESCR
    0
    28.11.1997
    16:26:30
    4096
    10
    Typ
    SPPARAMS
    0
    07.03.1997
    14:48:48
    2048
    11
    Prg
    SAPLSABE
    11
    03.12.2004
    17:45:46
    13312
    E
    12
    Prg
    SAPLSECU
    12
    07.01.2008
    17:09:46
    87040
    E
    13
    Typ
    RSSUBINFO
    0
    25.02.2000
    15:47:23
    3072
    14
    Prg
    SAPLSTUP
    14
    07.01.2008
    17:08:20
    74752
    E
    15
    Prg
    SAPLCNDP
    15
    13.12.2007
    16:41:21
    195584
    E
    16
    Prg
    SAPLSCNT
    16
    22.02.2005
    08:58:56
    30720
    E
    17
    Prg
    SAPSHDTV
    16
    31.01.2005
    15:41:11
    33792
    E
    18
    Prg
    SAPFGUICNTL
    1
    22.02.2005
    08:58:14
    24576
    E
    19
    Prg
    SAPLOLEA
    19
    12.12.2007
    14:16:36
    96256
    E
    20
    Prg
    SAPLSGUI
    20
    07.01.2008
    17:16:23
    84992
    E
    21
    Prg
    SAPLSTTM
    21
    28.07.2005
    11:12:25
    69632
    E
    22
    Prg
    SAPLSBDC
    22
    07.01.2008
    17:09:02
    44032
    E
    23
    Prg
    SAPLSFES
    23
    07.01.2008
    17:27:14
    260096
    E
    24
    Prg
    SAPLTHFB
    24
    07.01.2008
    17:16:23
    394240
    E
    25
    Typ
    WPINFO
    0
    08.02.1999
    14:18:32
    6144
    26
    Prg
    SAPLURFC
    26
    07.01.2008
    17:13:39
    22528
    E
    27
    Prg
    SAPLSPLUGIN
    27
    03.12.2004
    17:45:46
    8192
    E
    28
    Typ
    SWCBCONT
    0
    07.10.1997
    12:13:50
    3072
    29
    Typ
    OLE_VERBS
    0
    09.02.1995
    13:23:37
    2048
    30
    Typ
    OLE_PA
    0
    13.01.1995
    11:06:59
    2048
    31
    Prg
    /1BCDWBEN/SAPL/SAPAPO/EN0001
    31
    08.06.2001
    20:33:24
    233472
    E
    32
    Prg
    SAPLSENA
    32
    12.12.2007
    14:18:37
    33792
    E
    33
    Prg
    /SAPAPO/SAPLOM_CORE
    33
    28.07.2005
    16:02:32
    502784
    E
    34
    Prg
    SAPLSAL2
    34
    07.01.2008
    17:15:35
    81920
    E
    35
    Typ
    /SAPAPO/OM_OMS_VERSIONS_STR
    0
    16.02.2006
    18:01:55
    3072
    36
    Prg
    CL_ABAP_CHAR_UTILITIES========CP
    36
    28.07.2005
    11:12:24
    13312
    E
    37
    Prg
    CX_SY_NATIVE_SQL_ERROR========CP
    37
    12.12.2007
    12:39:14
    13312
    E
    38
    Typ
    SCX_SRCPOS
    0
    08.07.2004
    09:59:00
    2048
    39
    Prg
    CX_SY_SQL_ERROR===============CP
    39
    28.07.2005
    11:12:24
    10240
    E
    40
    Prg
    CX_DYNAMIC_CHECK==============CP
    40
    28.07.2005
    11:12:24
    10240
    E
    41
    Prg
    CX_ROOT=======================CP
    41
    12.12.2007
    17:18:15
    11264
    E
    42
    Prg
    CX_NO_CHECK===================CP
    42
    28.07.2005
    11:12:24
    10240
    E
    43
    Prg
    CX_SY_NO_HANDLER==============CP
    43
    28.07.2005
    11:12:24
    10240
    E
    44
    Prg
    %_CSYDES
    0
    22.02.2005
    08:58:46
    8192
    E
    45
    Prg
    %_CSYDB0
    0
    22.02.2005
    08:58:45
    36864
    E
    46
    Typ
    RSVAMEMKEY
    0
    16.12.1996
    19:31:50
    2048
    47
    Prg
    %_CRSDS
    0
    22.02.2005
    08:58:21
    10240
    E
    48
    Prg
    %_CSLIS
    12
    17.02.2006
    08:58:39
    89088
    E
    49
    Typ
    DTC_S_LAYO
    0
    08.06.2001
    15:59:56
    6144
    50
    Typ
    CAT_SVARS
    0
    19.05.2004
    16:00:08
    3072
    51
    Typ
    SYST
    0
    03.12.2004
    17:45:35
    31744
    52
    Typ
    RSJOBINFO
    0
    09.02.1995
    13:25:17
    3072
    53
    Typ
    VARI
    0
    16.12.1996
    19:38:11
    6144
    Directory of Application Tables
    Name                                     Date       Time       Lngth
    Val.
    Program  /SAPAPO/OM_DELETE_OLD_SIMS
    SYST                                     03.12.2004 17:45:35   00004612
    \0\0\0\0\0\x0001\0\x0001\0\0\0\0\0\x0001\0\0\0\0\0\0\0\0\0
    VARI                                       .  .       :  :     00003052
    Program  /SAPAPO/SAPLOM_CORE
    RSJOBINFO                                  .  .       :  :     00000164

    As per note 1619720, drop following two tables and then validate by running t-code lca03.
    drop table APPSYSNAME
    drop table APPSYSPARAM
    dbmcli -d LCSID -n hostname -u superdba,sdbapassword -uSQL SAPSID,password
    dbmcli on hostname : SID>sql_execute drop table APPSYSPARAM
    OK

  • What is the Role of R/3 BASIS administrator in SAP-APO

    Hi can any one tell me, what is the role of a BASIS admin. in SAP-APO. Please list the responsibilities. 
    Thanks in advance.
    Regards,
    bompally.

    Thank you very much manish,
    Actually I am a BASIS admin. I want to explore the BASIS -APO administration side. What do you suggest on this.
    Please provide me some more information on the following also.
    CIF Performance Questions.
    What is CIF?
    1) Check and ensure that same qRFC versions and supplements are used in both R/3 and APO Side. Make sure that latest available qRFC Version and supplement is being used.
    2) Review the Integration models used currently and identify if they can be reorganized to reduce the duplication?
    3)Review the background processes for Activation and generation of the integration models.
    4)Identify if there are any bottlenecks in the CIF queues.
    5)Review the process of transferring the Product/Material master changes? Are the change pointers being used or BTE's?
    6)Review and check the schedule of the following background jobs: (Which transaction we use to do these functions?)
    Deleting old integration models?
    Deleting old application logs.
    Processing of change pointers.
    Deletion of old change pointers.
    Live Cache consistency Check jobs.
    Planning area consistency checks.
    Reorganize OMS Data (/SAPAPO/OM_REORG_DAILY and /SAPAPO/OM_DELETE_OLD_SIMSESS)
    7)Monitor the QRFC Tables-ARFCSSTATE, ARFCSDATA, ARFCRSTATE,
    TRFCQDATA, TRFCQIN, TRFCQOUT and TRFCQSTATE.
    8)Monitor the Optimization server performance.
    Thanks and Regards,
    Pradeep

  • SCM Optimizer error

    Hi
    the SCM optimizer run is failing with the following error.
    >       sno_module.cpp(317) 'SnoModule' optimal solution found
    <e>  optsvr_rfcconnection.cpp(953) 'MsgMgr' <RFC> RfcCallReceive(RFC_HANDLE=1, func<152>=/SAPAPO/OPT_SVR_CALL) failed in thread#1108
         RFC_RC (RFC_SYS_EXCEPTION) System exception raised, connection closed
         RFC_ERROR_GROUP (RFC_ERROR_SYSTEM_FAILURE) e.g. SAP system exception raised
         key=RFC_ERROR_SYSTEM_FAILURE
    LOCATION    SAP-Gateway on host  / sapgw10
    ERROR       Conversation 9856256 not found
    message=CPIC-CALL: 'CMRCV : rc=19
    I checked the logs from gateway dev_rd, found the same error..
    Please let me know how to troubleshoot. Thanks in advance.
    Edited by: Kheer. on Nov 15, 2009 3:29 AM
    Edited by: Kheer. on Nov 15, 2009 3:35 AM
    Edited by: Kheer. on Nov 15, 2009 3:40 AM

    Hi Kheer,
    As per i know, there is NO standard function module or program by this name '/SAPAPO/OPT_SVR_CALL' in SCM system.
    But anyways, you can check in your SCM systems but not in Optimizer.
    Go to transaction - se37 & se38 for checking for both function module and programs respectively.
    note - you may just put /sapapo* and press f4 to see the list of the function modules or programes in your system.
    I hope this will help you in concluding the issue.
    Regards
    Sekhar

  • Test Livecache

    Hi people,
    I´m setup up the SCM/APO with livecaché. I´ve connected the LCA database with the scm system. But when I go to the LCA03 tcode for do the test I get four red messages.
    /sapapo/om_reorg_daily
    /sapapo/om_delete_old_simsess
    /sapapo/om_lcaalerts
    For this last, I follow the step of made the jobs. I do it, but when refresh the tcode LCA03 it´s is same. The other two jobs are equal.
    And the last error is Lc sessions account, which indicates the MAXUSERTASKS. Where can i do to set up this parameter?

    Hi,
    The third point is correct.
    The erros are that /sapapo/om_reorg_daily, /sapapo/om_delete_old_simsess, /sapapo/om_lcaalerts are with red check. I follow the steps for to do them and when i back to the realized the test I get the same errors.
    I read in one thread that there are to execute /sapapo/opt_inst, for to see the RFC connections. I get the diferent connections on red. It´s possible that this affected the before step???
    Edited by: Ruben Torres on Apr 9, 2009 12:10 PM
    Another question. In the sm36 I select the standart jobs and push standar prevision, then when I back to the tcode LCA03 don´t show me the screen with the diferentes options with the checks greens or reds. Only show me one message that says "liveCache-test onLCA finished without errors". It´s normal?? Not should be show me the screen with the diferents checks????
    More thanks
    Edited by: Ruben Torres on Apr 9, 2009 1:06 PM

  • HTTP/S connection to the SAP System failed

    Dear SDN,
    I am trying to connect my EP System (Enterprise Portal 6.0 SP 15) to MMSCMDEV System(SCM 4.0 Development System).
    Please note SCM 4.0 has external ITS on server MMLCADEV (both are in same network). EP is in different domain.
    User Mapping has been done while making the system connection.
    1. Ttransaction service test is successful to MMSCMDEV from EP (System Administration->Support->Support Desk->SAP Application->Test and Configuration Tools->Transaction with parameters "service - transaction; tcode - /sapapo/ac04; SAP GUI Type - SAP GUI for Windows").
    2. While uploading transaction using Role Upload, I m not able to view any transaction and get the error as : System connection failed.
    3. System Connection Tests to ITS & WAS fails with error: HTTP/S connection test failed.
    The SAPGUI HTML is available thru ITS.
    Please help me resolve issue.

    Well I just tried to create the SAP Transaction Iview, putting the tcode I need.
    I am able to see them properly , both in  Wingui as well as webgui.
    I used a test role and attached it to my user Id and another test id (this exists in both systems and user mapping is done for it.)
    I am able to see the iviews working from my Id , but in the test id : it gives an error as : Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Unable to lookup System 'MMSCMTST'. Please check the system object and the alias..
    See the details for the exception ID in the log file
    and : com.sap.portal.appintegrator.sap.Transaction::Transaction/WebGuiSSOLayer
    Can somebody tell me why this should have happened ?
    Regards,
    Chandani

  • TIME_OUT error with /sapapo/rtsinput_cube

    We are in the process of cutting over to a new
    planning area ZPA2 with data from a backup InfoCube
    (ZIC21), and the /sapapo/rtsinput_cube program
    is failing with a TIME_OUT error.
    The overall job finishes with a success message,
    although data is only partially loaded in to the
    planning area. When you look at the spool, the first
    steps are green, then the job times out for the
    subsequent steps.
    We ran this first with 3 key figures being loaded
    from cube to planning area for approx 1/5 of 464000
    CVCs for 5 years in monthly buckets only.
    This errored with SAPSQL_INVALID_FIELDNAME message as
    well as the TIME_OUT error message, and data was
    loaded partially in the ZPA2 planning area (only 2
    months).
    We then reduced the time horizon from 5 years of
    months to be only 1 year in months.
    This errored with the TIME_OUT error message. Again,
    data was partially loaded in to the planning area
    (about 7 of the 12 months was loaded).
    The prime issue is with the constant time out.
    Has anyone any idea how to solve this problem ?

    not sure what version you are using but if you are on the latesr versions, its a good idea to use parallel processing - you can find it on the additonal settings tab
    you can also set it to copy only the specified period (previously it copied the whole bucket in the planning area to cover the time period)
    if you are in versions that dont support this - then you can create parallel jobs that get triggered by an event or use a process chain and run this in parallel. As long as you dont overlap the periods it should be fine
    you should also ask your basis team to check the time out set up for the application and get it extended (you can see this in rz11 i think and choosing the correct parameter - would leave it to the basis folks to help in this) Alternately check your processing power and see if you can get it increased

  • /SAPAPO/TS_DM_GET = LC-ERROR 40020

    Hi,
    i have to read time-series data with /SAPAPO/TS_DM_GET.
    With few data selection this works fine.
    But with a great selection it fails.
    Background the interal counter  "Z" of table  et_tab - ddic-structure /SAPAPO/TS_TAB_EXT wil be only int4.
    if i split the selection in blocks to handle it in the SAME REPORT, it would be necessary to reset counter and ... for the live-cache.
    Will there be a function module or method for this?
    Kind reagards

    solved

Maybe you are looking for

  • Sy-ucomm value for print preview

    Hi friends, Can any one tell me the sy-ucomm value for the print preview..?

  • Date change problem on 6110 Navigator

    Hi, On Sat morning I noticed my phone had not changed date and still showed Fridays date, yet the time was correct. I changed the date to Sat, and again on Sunday I noticed the same thing - still showed Saturdays date. On Monday and other days of the

  • ECC6 IMPORT/EXPORT to MEMORY ID 'OPENFI00002213E'

    Hi experts, I have a problem with IMPORT/EXPORT in ECC6 within the same program. The short dump happenned at IMPORT time. Here is part of my code. DATA: MEMID13(15) VALUE 'OPENFI00002213E',           T_VBKPF  LIKE  VBKPF OCCURS 0 WITH HEADER LINE. EX

  • ORACLE SQL DEVELOPER and SQLPLUS

    How can I run the sqlplus command inside of ORACLE SQL DEVELOPER? Whe I try to run show SGA command , I get "SQLPLUs command skipped"

  • Record Voiceover is not enabled

    I'd like to record a voiceover in iMovie 10 but the option is not enabled even after first clicking in the Movie.  Can anyone please tell me what I'm doing wrong? Thanks, Dave