DBIF_RSQL_TABLE_UNKNOWN

Hello APO gurus,
I am getting dump error message while accessing planning table in my ideas server, i am attaching snap shot of that dump file, waiting for your replies.
Thanks in advance.
Sharanu

Hi Sharanu,
I have seen some other threads with the same error log.
Have you searched for relevant SAP Notes? I have also seen dozens of notes about this issue.
Check these ones:
1950545 - DBIF_RSQL_TABLE_UNKNOWN after liveCache
installation
1962517 - Sporadic occurrences of dump
DBIF_RSQL_TABLE_UNKNOWN
1723009 - Dump with message "DBIF_RSQL_TABLE_UNKNOWN" during first
run
If these notes do not work, then try to read more SAP notes and tell us more about what you did, so we can more know about your issue.
Check also about this error in google. E.g.:
[Solved] DBIF_RSQL_TABLE_UNKNOWN PAT05 on fresh new ECC 6.0 SR3 DB2 9.5
Kind Regards,
Mariano

Similar Messages

  • DBIF_RSQL_TABLE_UNKNOWN Table AUSPN_V1 does not exist in the database with ID R/3

    Hi All,
    We are encountering numerous short dumps in our system caused by Table AUSPN_V1 does not exist in the database with ID R/3.
    Can anyone advise how to solve the issue? Please find below portion of the short dumps.
    Category               ABAP Programming Error
    Runtime Errors         DBIF_RSQL_TABLE_UNKNOWN
    ABAP Program           SAPLCLVF
    Application Component  CA-CL-CL
    Date and Time          11.06.2014 12:08:28
    Short text
         A table is unknown or does not exist.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLCLVF" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    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.
    Error analysis
         A table is referred to in an SAP Open SQL statement that either does not
          exist or is unknown to the ABAP Data Dictionary.
         The table involved is "AUSPN_V1" or another table accessed in the statement.
    Source Code Extract
    Line  SourceCde
      104     if dupl = kreuz.
      105       insert auspc_v2 client specified from table auspcv2
      106                              accepting duplicate keys.
      107     else.
      108       insert auspc_v2 client specified from table auspcv2.
      109       if syst-subrc ne 0.
      110         message a585 with tabausp.
      111       endif.
      112     endif.
      113     refresh auspcv2.
      114   endif.
      115   read table auspcv3 index 1.
      116   if syst-subrc = 0.
      117     if dupl = kreuz.
      118       insert auspc_v3 client specified from table auspcv3
      119                              accepting duplicate keys.
      120     else.
      121       insert auspc_v3 client specified from table auspcv3.
      122       if syst-subrc ne 0.
      123         message a585 with tabausp.
      124       endif.
      125     endif.
      126     refresh auspcv3.
      127   endif.
      128   read table auspnv1 index 1.
      129   if syst-subrc = 0.
      130     if dupl = kreuz.
      131       insert auspn_v1 client specified from table auspnv1
      132                              accepting duplicate keys.
      133     else.
    >>>>>       insert auspn_v1 client specified from table auspnv1.
      135       if syst-subrc ne 0.
      136         message a585 with tabausp.
      137       endif.
      138     endif.
      139     refresh auspnv1.
      140   endif.
      141   read table auspnv2 index 1.
      142   if syst-subrc = 0.
      143     if dupl = kreuz.
      144       insert auspn_v2 client specified from table auspnv2
      145                              accepting duplicate keys.
      146     else.
      147       insert auspn_v2 client specified from table auspnv2.
      148       if syst-subrc ne 0.
      149         message a585 with tabausp.
      150       endif.
      151     endif.
      152     refresh auspnv2.
      153   endif.

    Hello
    Please check on transaction SE11 if this table exists and if it is active.
    Also, it may be a database issue. What is your database?
    BR
    Caetano

  • Short dump error DBIF_RSQL_TABLE_UNKNOWN

    Hi Experts,
    We are using a job having program "ATPBD001" to Refresh the buffer. Yesterday this job failed with the short dump error
    DBIF_RSQL_TABLE_UNKNOWN.
    The message is coming like " One of the tables in the statement accessing table "ATP_RESB " is unknown ".
    Today the same job run successfully. what could be the possible root cause of the error ?
    Here is the source code for reference :
    004370                     atp_resb-sobkz = sobkzk
    004380   *}   INSERT
    004390               CLEAR atp_resb-sobkz.
    004400   *           checks
    004410               resb_check atp_resb
    004420                          p_atpmex.
    004430             ENDSELECT.
    004440           ENDIF. " IF  NOT g_t441v-skbdp IS
    004450
    004460         ENDIF. " IF  s_index_flg = swoff.
    004470       ELSE.
    004480         SELECT *
    004490         FROM   atp_resb
    004500         INTO   atp_resb
    004510         WHERE  matnr = atpmat-matnr
    004520         AND    werks = atpmat-werks
    004530         AND    xloek = space
    004540         AND    kzear = space
    004550   *{   REPLACE        PA8K040916
    004560   *\      AND    sobkz IN (space, sobkzk)
    004570   *XFO 16.12.2005 H908220 wrong ATP for spe
    004580   *(del)      AND    sobkz IN (space, sobkz
    004590   *}   REPLACE
    004600         AND    bdmng > atp_resb~enmng
    004610         AND    txtps = space
    004620         AND    schgt = space
    004630         AND    dbskz = space
    004640         AND  ( vorab IS NULL
    >             OR vorab = space ).
    004660   *{   INSERT         PA8K040916

    Check noe 950317.
    rob

  • Runtime Errors DBIF_RSQL_TABLE_UNKNOWN in BW system

    Hi Guys,
    We refreshed BW system from production to sandbox. SGEN finished successfully.
    Now I am strucked at bdls. when i ran bdls i am getting below dump pls help me to resolve this.
    Runtime Errors         DBIF_RSQL_TABLE_UNKNOWN
    Date and Time          05.02.2008 08:32:09
    What happened?
         Error in ABAP application program.
         The current ABAP program "SBDLS31220080205083134" had to be terminated because
          one of the
         statements could not be executed.
         This is probably due to an error in the ABAP program.
    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.
    Error analysis
         An SAP Open SQL statement contains a table that does not exist in the
         database or is not listed in the ABAP Data Dictionary.
         The table is "/BI0/0100000086 " or another table that is accessed in the
          statement.
    How to correct the error
         Probably the only way to eliminate the error is to correct the program.
         Please check the entries in the system log (Transaction SM21).
         Internal call code.........: "[RSQL/READ//BI0/0100000086 ]"
         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_RSQL_TABLE_UNKNOWN" C
         "SBDLS31220080205083134" or "SBDLS31220080205083134"
         "RELEVANT_TABLES_DETERMINE"

    Hi Nani,
    check the temp tables like :
    EDP13
    EDP21
    EDPP
    Change source system entry to target system manually. Then try to rerun the BDLS.
    Thanks,
    Sanjay

  • Process chains-Error occurred in the data selection-DBIF_RSQL_TABLE_UNKNOWN

    Hi All,
    The problem occurred in PC which was running smooth until now 
    Now I am getting message:
    in BI : Error occurred in the data selection
    When I went in R/3 it shows DBIF_RSQL_TABLE_UNKNOWN
    Probably the only way to eliminate the error is to correct the program.
    Please check the entries in the system log (Transaction SM21).
    Internal call code.........: "[RSQL/READ/PA0009 ]"
    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_RSQL_TABLE_UNKN
    SAPLXRSA" or "ZXRSAU
    EXIT_SAPLRSAP_002"
    Can anyone explain..

    Hi ,
    Check note 950317.
    also check the blow forum having same kind of discussion :
    Runtime Errors DBIF_RSQL_TABLE_UNKNOWN
    Short dump error DBIF_RSQL_TABLE_UNKNOWN
    DBIF_RSQL_TABLE_UNKNOWN
    thanks,
    Deepak

  • DBIF_RSQL_TABLE_UNKNOWN occured. P1=ABAP-gen

    Hi There
    Could anybody assist. We are busy doing a OS/DB migration and the following is info on our servers.
    Source system info:
    OS/ Windows 2008 R2
    DB: Oracle 11.3
    SAP: ECC6 EHP 7 non-unicode
    Kernel 740: patch 37
    DBSL Patch 051
    Tagert system:
    OS: Windows 2012
    DB: Sybase 15.7
    SAP: ECC6 EHP 7 unicode
    Patch 740 patch 68
    The export with conversion to unicode completed successfully.  The import stopped toward the end as user DDIC password was not correct. Now we are trying to login to the system so that we can fix user DDIC. When we try to login via SAPGUI we get error DBIF_RSQL_TABLE_UNKNOWN occured. P1=ABAP-gen.
    We see the following on log files:
    A  Generating ABAP Program RSPOWP00                                .
    A  Source ???????????????????????????????????????? Line 0.
    A  Error Code DBIF_RSQL_TABLE_UNKNOWN.
    A  Module  $Id: //bas/740_REL/src/krn/abap/gen/scsyenh.c#2 $ SAP.
    A  ** RABAX: level LEV_RX_SET_ALERT completed.
    A  ** RABAX: level LEV_RX_COMMIT entered.
    A  ** RABAX: level LEV_RX_COMMIT completed.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A  ** RABAX: level LEV_RX_RESET_PROGS entered.
    A  ** RABAX: level LEV_RX_RESET_PROGS completed.
    A  ** RABAX: level LEV_RX_STDERR entered.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_APC_ERROR entered.
    A  ** RABAX: level LEV_RX_APC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    M  RmCleanUpResources3: hdr/tbl/ext_tbl/free/keep = 000000000E0B7118/0000000000000000/0/0/1
    M  RmCleanUpResources3: no resources registered
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    Can anybody assist.
    Regards,
    Prince

    Hi Deepak
    I uninstalled everything and started the import again. Now only 7 out of 190 failed.
    I logged a call with SAP but I only got one response and after that they went dead silent for days.
    All that are failing are DDNTT .
    (RFF) ERROR: no entry for table "DDNTT_CONV_UC" in "G:\Dev_eport13May2014\ABAP\DATA\DDNTT_CONV_UC~2.TOC"
    (RFF) ERROR: no entry for table "DDNTT" in "G:\Dev_eport13May2014\ABAP\DATA\DDNTT~2.TOC"
    (RFF) ERROR: no entry for table "DDNTF_CONV_UC" in "G:\Dev_eport13May2014\ABAP\DATA\DDNTF_CONV_UC~2.TOC"
    (RFF) ERROR: no entry for table "DDNTF" in "G:\Dev_eport13May2014\ABAP\DATA\DDNTF~2.TOC",
    Regards,
    Prince

  • Licecache table missing Table MATRIXINDE does not exist in the database wit

    Hello,
    We recently done a system copy of our APO system, everything went well. in case of Livecache there are 2 problem
    1) when we do the integration for LCA/LDA/LCA while we mentione the Livecache server it is not taking the host name , it is only picking the IP address of the livecache server. If we tried host name, it times out.
    2) once we give the IP address as livecache server  we can start the live cache server. Bure there is only two tables in it
    when we run
    transaction Livecache Check (/SAPAPO/OM03) we get the erro i.e.Table MATRIXINDE does not exist in the database with ID LCA
    runtime error DBIF_RSQL_TABLE_UNKNOWN
    When we look into the tables there are only 2 tables in it
    AAPSYSNAME
    LCA_WARNINGS
    when I compare with other system...it is missing a lots of other tables..
    We did re-initialized the livecache.
    Appreciate your help in this

    Hello Sudhir,
    1) Did you create the SAP ticket where this issue is reported?
    2) It's good to know more details about the APO version, liveCache/LCA versions on your
        source & target systems.
        What note or document did you follow to do a system copy of our APO system?
    3) Please pay attention to the recommendations in the SAP notes:::
             877203     Post steps after the Homogenous liveCache copy usi u2026
             886103    System Landscape Copy for SAP SCM
    Thank you and best regards, Natalia Khlopina

  • Error while activation of 0vendor

    Hi experts,
    I want to activate master data of 0vendor.
    For this i have right clicked 0vendor -> Activate master data.
    But it showed me a runtime error as follows:
    =============================================
    Runtime Errors         DBIF_RSQL_TABLE_UNKNOWN
    Date and Time          06.05.2008 12:29:26
    Short text
         A table is unknown or does not exist.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_RSDMD_ACTIVATE_MASTER_DATA=CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         A table is referred to in an SAP Open SQL statement that either does not
          exist or is unknown to the ABAP Data Dictionary.
         The table involved is "/BI0/XVENDOR " or another table accessed in the
          statement.
    Trigger Location of Runtime Error
         Program                                 CL_RSDMD_ACTIVATE_MASTER_DATA=CP
         Include                                 CL_RSDMD_ACTIVATE_MASTER_DATA=CM002
         Row                                     207
         Module type                         (METHOD)
         Module Name                        ACTIVATE
    =============================================
    Anyone please help me in solving this issue.
    Full points will be assigned.
    Thanks & Regards,
    V N.

    Hi Jitu & Khaja,
    Thanks for the reply.
    Actually i want to delete the master data of 0vendor so i went
    to se14 and gave the table name as /BI0/XVENDOR and
    clicked on edit and there instead of clicking "activate and
    adjust data base" i clicked on "delete database table".
    So i think this error have occured.
    And also my load is not succesfull.
    What should i do to solve this issue.
    Thanks & Regards,
    V N.

  • Error in Data transfer ECC to APO

    Hello Guys,
    I'm getting an error in my system when I try to transfer data from ECC to APO system. When I CIF (after generating IM, when I activate it)  older data (master data created previously in system), I'm getting a short dump with mesage class 'XC', It says :
    Diagnosis
        An internal condition was found during the
        the system to access a substandard program"
    Trigger Location of Runtime Error
        Program                                 SAPLCSER
        Include                                 LCSERU02
        Row                                     101
        Module type                             (FUNCTION)
        Module Name                             CIF_SER_MESSAGE_SERIALIZE.
    But when I create a new data and try to transfer it, it smoothly transfers into APO without any dump or error.
    Similarly, when I pull the data in APO with CCR, I get short dump while iterating data:
    Category               ABAP Programming Error
    Runtime Errors         DBIF_RSQL_TABLE_UNKNOWN
    ABAP Program           /SAPAPO/SAPLDM_LC_SQL
    Application Component  BC-DB-LCA.
    The current ABAP program "/SAPAPO/SAPLDM_LC_SQL" had to be terminated because
    it has
    come across a statement that unfortunately cannot be executed.
    A table is referred to in an SAP Open SQL statement that either does not
    exist or is unknown to the ABAP Data Dictionary.
    The table involved is "/SAPAPO/ORDMAP" or another table accessed in the
    statement.
    I'm not much aware on LC technology, I have deactivated & activate LC once in LCA10. Also, checked consitency in OM17, it shown no inconsistency. Plus, when checked in OM13, all checks are showing green.
    Can you please suggest what needs to be done?
    Thanks,
    AP.

    Hi Deepak,
    Following is the detail I could see:
    Cl.  User         Function Module                 Queue Name                Destination                       Date        Time
    100  SS813794     MCEX_UPDATE_11_QRFC        MCEX11           NONE              27.02.2014  05:33:02
    100  SS813794     MCEX_UPDATE_11_QRFC         MCEX11          NONE               02.03.2014  23:00:35
    Status                                              TID                       Host      Tran                  Program
    Transaction recorded                AC131B362DEC530F145E0001  IGTBILSA  VA01                  RSM13000
    Transaction recorded                AC131B362DEC5313FE630002  IGTBILSA  VA01                  RSM13000
    Both the queues which are seen are while I created a sales order in ECC.
    If I further double click, it will take me into FM and after clicking queue name 'MCEX11' I could see:
                        LUW Information
            TransID:         AC131B362DEC530F145E0001
            LUW-Cnt:         00000001
    Thanks,
    AP.

  • E2E BI HOUSEKEEPING

    Hello,
    In our solman 7.1 system the job E2E BI HOUSEKEEPING finished but the spool has different errors & there st22 dumps too.
    Found this note 1844955 but my question is :
    1. We have not been using End to End analysis tab in solman workcenter tcode -> root cause analysis  so is this job still necessary to run in solman ?
    2. If not, its been running for a while what would be the affect of un-scheduling the job now ?
    3. Do I have to carry out any steps to check if doesn't affect any steps in solman or connected systems ?
    Spool Errors :
    Target Infocube: 0DB4_C04D
    Source Infocube: 0DB4_C04H
    Destination    : NONE
    Aggregator     :
    E2E_HK_AGGREGATE_MDX
    Delta          :         90
    HK: Calling SMD_HOUSEKEEPER at NONE
    HK: Cube aggregation: SMD_HK_AGGREGATE_MDX
    HK: Error detected by SMD_HK_AGGREGATE_MDX
    HK: Status :     3-
    HK: Message:
    Target 0DB4_C04D does not exist
    Runtime [s]:   0
    Target Infocube: 0ORA_C03D
    Source Infocube: 0ORA_C03H
    Destination    : NONE
    Aggregator     :
    E2E_HK_AGGREGATE_MDX
    Delta          :         90
    HK: Calling SMD_HOUSEKEEPER at NONE
    HK: Cube aggregation: SMD_HK_AGGREGATE_MDX
    System Failure:
    Time limit exceeded.
    Runtime [s]:      17.985
    ST22 ( two dumps)
    Category          
    ABAP Programming Error
    Runtime Errors    
    DBIF_RSQL_TABLE_UNKNOWN
    ABAP Program      
    SAPLRSDRD
    Application Component  BW-BEX-OT
    Date and Time     
    03/19/2014 05:31:31
    Short text
    A table is unknown or does not exist.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLRSDRD" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    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.
    Error analysis
    A table is referred to in an SAP Open SQL statement that either does not
    exist or is unknown to the ABAP Data Dictionary.
    The table involved is "/BI0/F0ORA_C02D" or another table accessed in the
    statement.
    Category          
    ABAP Programming Error
    Runtime Errors    
    TIME_OUT
    ABAP Program      
    SAPLRSDRD
    Application Component  BW-BEX-OT
    Date and Time     
    03/19/2014 05:30:23
    Short text
    Time limit exceeded.
    What happened?
    The program "SAPLRSDRD" has exceeded the maximum permitted runtime without
    interruption and has therefore been terminated.
    Thanks
    Shradha

    Hi Shradha,
    E2E BI HOUSEKEEPING is must run job in solution manager. it is actually needed for your BI house cleaning.
    1. We have not been using End to End analysis tab in solman workcenter tcode -> root cause analysis  so is this job still necessary to run in solman ?
    In 7.1, there is no dedicated guided concept for RCA, if you have done managed system configuration iteself, most of the extractors were active for the system, the data collection and storing to BI has started. You must have this housekeeping job. Recently solution manager has UPL integration too. All these features would go long term if you have proper housekeeping activity scheduled. hence please make this job running without fail.
    2. If not, its been running for a while what would be the affect of un-scheduling the job now ?
    3. Do I have to carry out any steps to check if doesn't affect any steps in solman or connected systems ?
    This is the independent job, will not affect any other scheduled jobs.
    Refer my blog How Is The Health Of Your SAP Solution Manager BI Content? and the sap note 1480588 - ST: E2E Diagnostics - BI Housekeeping - Information
    Please check
    Thanks
    Jansi

  • SAP Gateway failed during SAP2004S with Oracle 10.2 installation

    Hi,
    Oracle10.2 installation completed.
    SAP installatation reached upto "Check DDIC Password" (i.e. 28 of 43)
    SAP instances are up n running(from mnc I can see them green)
    Now I got error as....
    ERROR 2009-07-15 15:51:46
    FRF-00007  Unable to open RFC connection.
    ERROR 2009-07-15 16:21:27
    MUT-03025  Caught ERfcExcept in Modulecall: Connect to SAP gateway failedConnect_PM  GWHOST=inld50057853a, GWSERV=sapgw01, SYSNR=01
    ERROR 2009-07-15 16:21:27
    FCO-00011  The step runRUTTTYPSET with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Doublestack_OneHost|ind|ind|ind|ind|3|0|NW_CI_Instance|ind|ind|ind|ind|16|0|NW_CI_Instance_ABAP_Reports|ind|ind|ind|ind|1|0|runRUTTTYPSET was executed with status ERROR .
    Could you please let me know what is issue here?
    in /etc/services I have made entry of sapmsANK 3301/tcp
    Regards,
    Ankit Baphna
    Edited by: I041468 on Jul 15, 2009 12:52 PM
    Edited by: I041468 on Jul 15, 2009 12:58 PM

    Thanks,
    I can not logon to ABAP because my installation is not yet finished..I am in between installation and I can see isntancesses green.
    anyways here goes dev_w0...
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    M  *** WARNING => PfStatWrite: missing STAT_END for opcode STAT_DYNPLOAD [pfxxstat.c   4105]

    B Wed Jul 15 16:39:27 2009
    B  ***LOG BZA=> table D010ENH    does not exist on database R/3        [dbtran#6 @ 7490] [dbtran  7490 ]
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_MTX completed.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER entered.
    A  ** RABAX: level LEV_RX_COVERAGE_ANALYSER completed.
    A  ** RABAX: level LEV_RX_ROLLBACK entered.
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   12999]
    A  ** RABAX: level LEV_RX_ROLLBACK completed.
    A  ** RABAX: level LEV_RX_DB_ALIVE entered.
    A  ** RABAX: level LEV_RX_DB_ALIVE completed.
    A  ** RABAX: level LEV_RX_HOOKS entered.
    A  ** RABAX: level LEV_RX_HOOKS completed.
    A  ** RABAX: level LEV_RX_STANDARD entered.
    A  ** RABAX: level LEV_RX_STANDARD completed.
    A  ** RABAX: level LEV_RX_STOR_VALUES entered.
    A  ** RABAX: level LEV_RX_STOR_VALUES completed.
    A  ** RABAX: level LEV_RX_C_STACK entered.
    A  ** RABAX: level LEV_RX_C_STACK completed.
    A  ** RABAX: level LEV_RX_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK entered.
    A  ** RABAX: level LEV_RX_AFTER_MEMO_CHECK completed.
    A  ** RABAX: level LEV_RX_INTERFACES entered.
    A  ** RABAX: level LEV_RX_INTERFACES completed.
    A  ** RABAX: level LEV_RX_GET_MESS entered.
    A  ** RABAX: level LEV_RX_GET_MESS completed.
    A  ** RABAX: level LEV_RX_INIT_SNAP entered.
    A  ** RABAX: level LEV_RX_INIT_SNAP completed.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG entered.
    A  ** RABAX: level LEV_RX_WRITE_SYSLOG completed.
    A  ** RABAX: level LEV_RX_WRITE_SNAP entered.
    A  ** RABAX: level LEV_SN_END completed.
    A  ** RABAX: level LEV_RX_SET_ALERT entered.
    A  ** RABAX: level LEV_RX_SET_ALERT completed.
    A  ** RABAX: level LEV_RX_COMMIT entered.
    A  ** RABAX: level LEV_RX_COMMIT completed.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG entered.
    A  ** RABAX: level LEV_RX_SNAP_SYSLOG completed.
    A  ** RABAX: level LEV_RX_RESET_PROGS entered.
    A  ** RABAX: level LEV_RX_RESET_PROGS completed.
    A  ** RABAX: level LEV_RX_STDERR entered.
    A  Wed Jul 15 16:39:27 2009

    A  Generating ABAP Program RSPOWP00                                .
    A  Source ???????????????????????????????????????? Line 0.
    A  Error Code DBIF_RSQL_TABLE_UNKNOWN.
    A  Module  $Id: //bas/700_REL/src/krn/gen/scsyenh.c#8 $ SAP.
    A  Function performRsqlD010enh Line 383.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS entered.
    A  ** RABAX: level LEV_RX_RESET_SHMLOCKS completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    A  ** RABAX: end RX_GOTO_GENEXIT
    Edited by: I041468 on Jul 15, 2009 1:12 PM
    Edited by: I041468 on Jul 15, 2009 1:12 PM
    Edited by: I041468 on Jul 15, 2009 1:13 PM
    Edited by: I041468 on Jul 15, 2009 1:14 PM
    Edited by: I041468 on Jul 15, 2009 1:15 PM
    and dev_rfc....
    >TS> Wed Jul 15 16:45:53 2009
    T:1712 ======> Connect to SAP gateway failed
    Connect_PM  TPNAME=IGS.ANK, GWHOST=INLD50057853A, GWSERV=3301
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       internal error
                (this retcode should be handled by caller of NI-layer)
    TIME        Wed Jul 15 16:45:53 2009
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -8
    MODULE      nixx.c
    LINE        1537
    DETAIL      NiCloseHandle: invalid hdl -1
    COUNTER     127
    Edited by: I041468 on Jul 15, 2009 1:16 PM

  • /BIC/FFIN_PS_6 table is missing in the database

    Hello All,
    We were unable to Delete requests from FIN_PS_6 , as we perform the job it is getting terminated with DBIF_RSQL_TABLE_UNKNOWN message.
    Found out that table /BIC/FFIN_PS_6 is missing in the database. Any clues to find how this Table got deleted? logs or traces for this activity.
    Thanks & Regards,
    Madan

    Hi Vani,
      /BIC/FFIN_PS_6  seems to be a Fact table. So please activate the corresponding Infocube .
    Then try to work on it.
    Regards,
    James Harold.

  • Runtime Errors & Tables missing

    Hello,
    We have a strange problem:
    We successfully installed the EHP4 upgrade for ERP 6.0 with the EHPinstaller on our central instance. We set up an distributed system, the database is on Linux with MaxDB.
    After that I tried to logon with the SAPGUI on the SAP server, but I receive directly the message "SAP System Message: a table is unknown or does not exist." So a logon on the system IS NOT possible.
    In the MMC Syslogs I see that there are 2 errors with starting the SAP server:
    - SAP Basis System: Run-time error "DBIF_RSQL_TABLE_UNKNOWN                (ERROR)
    - Database: Table D010ENH    does not exist in the database with ID R/3             (WARNING)             
    These two errors are occuring several times in the syslogs. The server nodes in die SAPMMC are running all on green.
    What can I do there? Any ideas? Haven't found any notes on this problem.
    Regards,
    Vermeer

    Hello,
    <br>
    In the EHPI log file TABLOC.LOG are all tables listen, as well the D010ENH and at the and it says that "tp_exec_dbscript: 3 statement(s) successfully processed."
    <br>
    <br>
    Here the dev_w0 log:
    <br>
    <br>
    trc file: "dev_w0", trc level: 1, release: "701"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      30
    M sid        GB1
    M systemid   562 (PC with Windows NT)
    M relno      7010
    M patchlevel 0
    M patchno    94
    M intno      20020600
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        3820
    M

    M Thu Sep 23 15:03:31 2010
    M  kernel runs with dp version 244000(ext=110000) (@(#) DPLIB-INT-VERSION-244000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3820) [dpxxdisp.c   1349]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          28032     (1752)
    M  DpShMCreate: sizeof(tm_adm)          5912704     (29416)
    M  DpShMCreate: sizeof(wp_ca_adm)          24064     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  DpShMCreate: sizeof(comm_adm)          552080     (1088)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)          0     (104)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1864)
    M  DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000B2C0050, size: 6612384)
    M  DpShMCreate: allocated sys_adm at 000000000B2C0050
    M  DpShMCreate: allocated wp_adm at 000000000B2C2270
    M  DpShMCreate: allocated tm_adm_list at 000000000B2C8FF0
    M  DpShMCreate: allocated tm_adm at 000000000B2C9050
    M  DpShMCreate: allocated wp_ca_adm at 000000000B86C8D0
    M  DpShMCreate: allocated appc_ca_adm at 000000000B8726D0
    M  DpShMCreate: allocated comm_adm at 000000000B874610
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 000000000B8FB2A0
    M  DpShMCreate: allocated gw_adm at 000000000B8FB320
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 000000000B8FB350
    M  DpShMCreate: allocated wall_adm at 000000000B8FB360
    M  rdisp/queue_size_check_value :  -> off
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    X  mm.dump: set maximum dump mem to 96 MB

    M Thu Sep 23 15:03:32 2010
    M  ThInit: running on host vmhsapgb01

    M Thu Sep 23 15:03:33 2010
    M  calling db_connect ...
    B  create_con (con_name=R/3)
    B  Loading DB library 'E:\usr\sap\GB1\DVEBMGS30\exe\dbsdbslib.dll' ...
    B  Library 'E:\usr\sap\GB1\DVEBMGS30\exe\dbsdbslib.dll' loaded
    B  Version of 'E:\usr\sap\GB1\DVEBMGS30\exe\dbsdbslib.dll' is "700.08", patchlevel (0.93)
    B  New connection 0 created

    C  DBSDBSLIB : version 700.08, patch 0.093 (Make PL 0.94)
    C  MAXDB shared library (dbsdbslib) patchlevels (last 10)
    C    (0.093) Unknown primary key (note 1459400)
    C    (0.093) Connection table corrected (note 1466271)
    C    (0.092) Improved overflow error handling (note 1463647)
    C    (0.084) Use SCHEMANAME instead of OWNER for MaxDB 7.8 (note 1353266)
    C    (0.082) Support of  MaxDB 7.8 (note 1353266)
    C    (0.047) MVCC support for MaxDB (note 1332203)
    C    (0.037) NUMC conversion corrected (note 1288313)
    C    (0.024) Default value for max. input variables is 2000 (note 655018)
    C    (0.024) Profile parameter to define max. input variables (note 655018)
    C    (0.024) Switch SQLMODE after CREATE INDEX SERIAL (note 1267841)


    C  Loading SQLDBC client runtime ...

    C Thu Sep 23 15:03:34 2010
    C  SQLDBC SDK Version : SQLDBC.H  7.6.0    BUILD 007-123-091-175
    C  SQLDBC Library Version : libSQLDBC 7.6.5    BUILD 009-123-191-997
    C  SQLDBC client runtime is MaxDB 7.6.5.009 CL 191997
    C  SQLDBC supports new DECIMAL interface : 0
    C  SQLDBC supports VARIABLE INPUT data   : 1
    C  SQLDBC supports keepAlive indicator   : 0
    C  INFO : SQLOPT= -I 0 -t 0 -S SAPR3
    C  Try to connect (DEFAULT) on connection 0 ...
    C  Attach to SAP DB : Kernel    7.7.04   Build 028-123-194-355
    C  Database release is SAP DB 7.7.04.028
    C  INFO : Database 'GB1' instance is running on 'vlhsapdbgb01'
    C  DB max. input host variables  : 2000
    C  DB uses MVCC support          : 0
    C  INFO : SAP DB Packet_Size = 131072
    C  INFO : SAP DB Min_Reply_Size = 4096
    C  INFO : SAP DB Comm_Size = 126976
    C  INFO : DBSL buffer size = 126976
    C  INFO : SAP DB MaxLocks = 800000
    C  INFO : Connect to DB as 'SAPGB1'
    C  Command info enabled
    C  Now I'm connected to SAP DB
    C  00: vlhsapdbgb01-GB1, since=20100923150334, ABAP= <unknown> (0)
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName                        ConId     ConState     TX  HC  PRM RCT FRC TIM MAX OPT Date     Time   DBHost                       
    B  000 000 R/3                            000000000 ACTIVE       NO  NO  YES NO  NO  000 255 255 20100923 150333 vlhsapdbgb01                 
    C  INFO : SAP RELEASE (DB) = 701
    M  db_connect o.k.
    M  ICT: exclude compression: *.zip,*.cs,*.rar,*.arj,*.z,*.gz,*.tar,*.lzh,*.cab,*.hqx,*.ace,*.jar,*.ear,*.war,*.css,*.pdf,*.js,*.gzip,*.uue,*.bz2,*.iso,*.sda,*.sar,*.gif,*.png,*.swc,*.swf

  • Error with gui

    hi..
    have a problem regarding loging into sap.... the problem is..
    i have istalled sap on my laptop and
    as i click on logon tab on the gui screen i get a error message like
    <b>ABAP/4 runtime error</b> and on the status bar i get the error
    <b>DBIF_RSQL_TABLE_UNKNOWN occured. P1=[RSQL/FT</b>
    SO KINDLY HELP ME OUT...
    TANX IN ADVANCE...

    what have you installed on your laptop? SAPGUI or the SAP IDES. or any thing else?

  • Login problem...need help...

    Dear experts,
    I have migrated my QA system into another system, but the sapgui showed me the error message when i login the sapgui.
    ABAP/4 runtime error        Error code  DBIF_RSQL_TABLE_UNKNOWN
    i checked the log, found there has one line marked 'update error'
    X  <ES> client 0 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.
    M
    M Wed Jan 23 18:21:08 2008
    M  calling db_connect ...
    C  Got ORACLE_HOME=G:\oracle\ora92 from environment
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPQ19's password
    C  Connecting as /@C11 on connection 0 ...
    C  Attaching to DB Server C11 (con_hdl=0,svchp=059AD3A4,svrhp=0A023D74)
    C
    C Wed Jan 23 18:21:43 2008
    C  Starting user session (con_hdl=0,svchp=059AD3A4,srvhp=0A023D74,usrhp=0A02C5AC)
    C  Now I'm connected to ORACLE
    *C  *** ERROR => ORA-1031 when updating table SAPUSER* [dbsloci.c    10144]
    C  Got SAPQ19's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=059AD3A4,usrhp=0A02C5AC)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPQ19/<pwd>@C11 on connection 0 ...
    C  Starting user session (con_hdl=0,svchp=059AD3A4,srvhp=0A023D74,usrhp=0A02C5AC)
    C  Now I'm connected to ORACLE
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  Database instance c11 is running on SAPIDES with ORACLE version 9.2.0.5.0 since 20080123
    B
    B Wed Jan 23 18:21:44 2008
    B  Connection 0 opened
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBH
    M Wed Jan 23 18:22:43 2008
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   12270]
    B
    B Wed Jan 23 18:31:45 2008
    *B  **LOG BZA=> table DD092526V  does not exist on database [dbtran#3 @ 7256] [dbtran  7256 ]A  TH VERBOSE LEVEL FULL
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   12270]
    A
    A Wed Jan 23 18:31:46 2008
    A  Wed Jan 23 18:31:46 2008
    A
    A  ABAP/4 Program SAPLSDNT                                .
    A  Source LSDNTU16                                 Line 481.
    A  Error Code DBIF_RSQL_TABLE_UNKNOWN.
    A  Module  $Id: //bas/640_REL/src/krn/runt/absapsql.c#9 $ SAP.
    A  Function HandleRsqlErrors Line 776.
    A  Table is unknown or does not exist..
    A
    *B  **LOG BZA=> table D010SINF   does not exist on database [dbtran#3 @ 7256] [dbtran  7256 ]A  TH VERBOSE LEVEL FULL
    M  ***LOG R68=> ThIRollBack, roll back () [thxxhead.c   12270]
    A  Wed Jan 23 18:31:46 2008
    Has someone can give me advise ?
    Thanks in advanced,
    Carlos

    Hello Carlos
    >> I have migrated my QA system into another system
    How did you migrate?
    >> *B ***LOG BZA=> table DD092526V does not exist on database dbtran#3 @ 7256 dbtran 7256 *A TH VERBOSE LEVEL FULL
    >> *B ***LOG BZA=> table D010SINF does not exist on database dbtran#3 @ 7256 dbtran 7256 *A TH VERBOSE LEVEL FULL
    The "tables" DD092526V and D010SINF are not "really" tables.. they are just views on ddic tables and report sources.
    I think that you have not created the views in your migration.
    Regards
    Stefan

Maybe you are looking for

  • Error while compiling QuoteRenderer.java file

    Currently I am working on Quotes customizations. As part of customizations, I need to modify the seeded java file (i.e., $JAVA_TOP/oracle/apps/qot/util/QuoteRenderer.java) Since i have only class files, I have decompiled the class file using JAD and

  • Tons of glitches. Explain what happened?

    EA staff, Until now I have been very impressed with EA and trusted its development. So much so that we've made a lot of plans and begun several projects using this program. But clearly something has gone haywire with EA 2014.1. I've never seen a prod

  • How to Convert Standard Text in Smart forms?

    Hello Friends,            My requirement is to display the lables in Chinese Language. Those text elements should be displayed in Chinese Format. How can we do it. Is there any way to display text in Chinese format. please help me out from this senar

  • How to extract a attachment from an email

    Hello SDN, we receive email via the configuration of TAC SO28 and trigger a workflow. What would be a good/possible way to extract potential attachments (such as pdf's or tif's) from the email within SAP workflow? Are there any methods or FM's, which

  • When using Mobile Me I can't sync with outlook exchange?

    I want to use mobile me to sync my contacts/calender and when I sync mobile me (desktop)with the cloud it says syncing but nothing shows up in Mobile me...Can anyone help? I have all my contact/calender in exchange...