Table does not refresh after database level action

We have defined an Advanced table on a VO to represent invoice lines. The VO is referenced by a VL from the invoice header.
At one point during our process, a database level package is executed on the current lines. We have a "Requery" button to refresh the lines, however, the lines do not refresh unless we exit the invoice entirely and come back to it via the VL.
How can we refresh the lines on a current table after a database level transaction occurs?
Thanks, Jerry.
Our AM code is as follows...
// handleRefreshInvoiceLines( )
public void handleRefreshInvoiceLines()
OAViewObject vo = (OAViewObject)getInvoiceLinesVO1( );
if( !vo.isPreparedForExecution( ) )
getTransaction( ).validate();
vo.executeQuery( );
clearVOCaches( "InvoiceLinesEO", true ); // troubleshooting
} // handleRefreshInvoiceLines()

Thank you. I've moved clearCache around a bit. apparently vo.isPreparedForExecution() is false. I wonder why?
--Jerry.                                                                                                                                                                                                                                                   

Similar Messages

  • Advanced Table does not refresh after database level action

    Hi,
    I have a page which has an advanced table. I update the advanced table from the page do some validations, update some DB level columns(also part of advanced table) and see that the changes are saved to the DB but the advanced table does not show the updates done at the DB level.
    I tried clearing the VO Cache and re-executing the VO but still it does not refresh the Advanced table data.
    This is very critical requirement for the client, any inputs will be greatly appreciated.
    Thanks a lot in Advance.
    Here is the code snippet from my CO's processRequest:
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    OAAdvancedTableBean tblbean = (OAAdvancedTableBean)webBean.findChildRecursive("recasttable");
    if(tblbean!=null)
    tblbean.setRendered(true);
    OAApplicationModule tblam = (OAApplicationModule)am.findApplicationModule("RecastLineAM1");
    tblam.invokeMethod("initQuery");
    tblbean.getTableData();
    Here is my AM - initQuery() code:
    public void initQuery()
    //clearVOCaches("RecastLineEO",true);
    clearVOCaches(null,true);
    getRecastLineVO1().init();
    Here is the VO - init() code:
    public void init()
    System.out.println("****************************executing...");
    OADBTransaction tx = (OADBTransaction) getApplicationModule().getTransaction();
    if (tx.getTransientValue("RECAST_ID") !=null)
    Number recastId = (Number) tx.getTransientValue("RECAST_ID");
    System.out.println("recastId: "+ recastId);
    setWhereClause("RECAST_HDR_ID = :1");
    setWhereClauseParams(null); // Always reset
    setWhereClauseParam(0, recastId);
    executeQuery();
    }

    hi,
    This is how I am calling a DB package. the package does updates on the table. once done I am issueing a commit and requerying the data, however the vo is not getting refreshed.... Can someone point out what am I missing... why is the VO not getting refreshed....
    This is very critical...
    Thanks
    Srini
    public void validateRecast(String respKey)
    OADBTransaction tx = (OADBTransaction)getApplicationModule().getTransaction();
    Number recastId = (Number) tx.getTransientValue("RECAST_ID");
    System.out.println("*********************validateRecast().RecastId: " + recastId);
    OracleCallableStatement ocs = null;
    Connection conn = tx.getJdbcConnection();
    String strOut="", strErr="";
    Number respId = null;
    try
    respId = new Number(respKey);
    catch(Exception e)
    throw new OAException("Invalid Responsibility");
    String stmt = "BEGIN " +
    "GE_RECAST_UTILS_PKG.validate_recast(:1,:2,:3,:4); " +
    "END;";
    try
    ocs = (OracleCallableStatement)conn.prepareCall(stmt);
    ocs.setNUMBER(1,recastId);
    ocs.setNUMBER(2,respId);
    ocs.registerOutParameter(3,OracleTypes.VARCHAR);
    ocs.registerOutParameter(4,OracleTypes.VARCHAR);
    ocs.execute();
    strOut = ocs.getString(3);
    strErr = ocs.getString(4);
    ocs.close();
    System.out.println("Returned with: " + strOut);
    if(strOut.equalsIgnoreCase("ERROR"))
    //throw new OAException(strErr);
    tx.putTransientValue("ERROR",strErr);
    tx.commit();
    getApplicationModule().clearVOCaches("RecastLineEO",true);
    RecastLineVOImpl lineVo = (RecastLineVOImpl)getApplicationModule().findViewObject("RecastLineVO1");
    lineVo.init();
    System.out.println("===============RecastLnId: " +lineVo.first().getAttribute("RecastLnId"));
    System.out.println("===============Product Line: " +lineVo.first().getAttribute("ProductLine"));
    catch(SQLException e)
    tx.rollback();
    if(ocs!=null)
    try
    ocs.close();
    }catch(SQLException e1)
    throw OAException.wrapperException(e1);
    throw OAException.wrapperException(e);
    }

  • Management Studio 2008 does not refresh after table create / alter

    hello
    Management Studio 2008 does not refresh after table create / alter, why?
    f5 / refresh button does not work in "Object Explorer".... i always need the restart the whole application to see any changes, this is strange...
    regards, jan

    Hi jm,
    I’m writing to follow up with you on this post. Was the problem resolved after performing Vishal ‘s steps? If you are satisfied with our solution, I’d like to mark this issue as "Answered". Please also feel free to unmark the issue, with any new findings
    or concerns you may have.
    Thanks,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Short dump 'Table does not exist in database'

    Hello All,
    When a report is executing it is going to short dump by saying 'Table does not exist in database'. As per the short dump analysis this issue is happening because of the following   Native SQL statement statement :
    Program :  %_T050N0 (This is a dynamic  program generating by SAP )
    Form Name :  DYN_LIC_SEL_TOT
    exec sql performing LOOP_MOVE_WRITE_ISAP.
    select single_plate, itm_num, ctry_code, model_lot,
    lic_hold_flg, qty into :dcat-lplate, :dcat-matnr,
    :dcat-werks, :dcat-charg, :dcat-holdflag,
    :dcat-qty from ZLICENSE_R2 where itm_num   = :p_matnr and
                    model_lot = :p_charg
    endexec.
    As per the customer this issue occurring since they migrated the SAP  back-end data base from Oralce to DB6. Here I felt that ZLICENSE_R2 is not migrated from the  Oracle to DB6. But as per the BASIS Team, even this table was not maintained in Oracle also. If the table was not maintained in the Oracle, this issue should have been there even before migration also.
    Following is the short dump details:
    Short text
        Table does not exist in database.
    What happened?
        The table or view name used does not
        exist in the database.
        The error occurred in the current database connection "DEFAULT".
    What can you do?
        Check the spelling of the table names in your report.
        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
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_NATIVE_SQL_ERROR', was not
         caught in
       procedure "DYN_LIC_SEL_TOT" "(FORM)", nor was it propagated by a RAISING
    clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    Triggering SQL statement: "select single_plate, itm_num, ctry_code, model_lot,
    lic_hold_flg, qty from ZLICENSE_R2 where itm_num = ? and model_lot = ? "
    Database error code: "-204"
    Could you please  let me know what might be the reason for this issue.
    Many Thanks in Advance.

    Transaction SE11, input ZLICENSE_R2 for table name, and display the table. Did the table display? If not, that is the main problem.
    If the table displays, go to menu item Utilities -> Database Object -> Database Utility
    In the resulting screen, under the "Status" fields, you should see text "Exists in the database." If you don't, then the table exists in the dictionary, but doesn't exist in the database system. Click the "Create database table" button and then you should be able to run the program.
    You may need basis team's help to carryout some of these actions.

  • Native SQL "Table does not exist in database"

    Hi Developers,
    I'm doing a database connection to an Oracle db and trying to read data using native SQL - I keep getting the runtime error "table does not exist in database" on the statement Fetch Next Cursor. The following is the code snippet (I've commented out the Exec SQL and Fetch Next to make sure I have a connection and I do). HR is a schema in the database and T_Donation is a table in HR.
    Data: w1(3),
             c1 type cursor.
    start-of-selection.
      if con_name is initial.
        write: 'No connection specified'.                       "#EC NOTEXT
        return.
      endif.
    try to open the connection and catch the errors (if any)
      try.
          con_ref = cl_sql_connection=>get_connection( con_name ).
        catch cx_sql_exception into sqlerr_ref.
        error occured
          write:
            'Could not open connection', con_name, '.'.         "#EC NOTEXT
          if sqlerr_ref->unknown_connection = 'X'.
            write:
              / con_name, 'is not defined in DBCON'.            "#EC NOTEXT
          elseif sqlerr_ref->db_error = 'X'.
            write:
              / 'sql error', sqlerr_ref->sql_code, 'occured:',
              / sqlerr_ref->sql_message.                        "#EC NOTEXT
          else.
            perform get_trace_file using dev_file.
            write:
              / 'DBI error', sqlerr_ref->internal_error, 'occured.',
              / 'See trace file for further info:',
                icon_read_file as icon hotspot, dev_file.       "#EC NOTEXT
          endif.
          return.
      endtry.
    connection successfully opened
      write:
        / 'Connection', con_name, 'successfully opened.'.       "#EC NOTEXT
    *- Get the data from MS-SQL Server
      EXEC SQL.
        open C1 for
        SELECT HR.T_DONATION.DN_DONATIONYEAR
        FROM HR.T_DONATION
      ENDEXEC.
      do.
        EXEC SQL.
          FETCH NEXT C1 into :w1
        ENDEXEC.
        if sy-subrc = 0.
          perform loop_output.
        else.
          exit.
        endif.
      enddo.
      EXEC SQL.
        CLOSE C1
      ENDEXEC.
    close connection again
      con_ref->close( ).
      write:
        / 'Connection', con_name, 'closed'.                     "#EC NOTEXT
    end-of-selection.
    *& Form LOOP_OUTPUT
    Output
    form loop_output .
      write: /5 w1.
    endform. " LOOP_OUTPUT
    Thanks for your help.
    Jim
    Message was edited by:
            James Barnes

    Well my advice is to check the question in the sql tutorial, it will be quicker then getting an answere.

  • Table is not refreshing after comming

    Hi Experts,
    Working in JDEV 11.1.1.3.0 with ADF BC.
    I am updating the selected rows when the file download is done, in the same method i am coming the recording and reexecuting my VO and adding partial trigger as my table component, but still my table is not refreshing.
    Code:
    public void commitRows(RowData rowData){
    rowData.setAttribute("PrintState", "PRINTED");
    DCIteratorBinding printIter =
    ADFUtils.findIterator("XxwfsAvcardPrintInterfaceVO1Iterator");
    ADFUtils.invokeEL("#{bindings.Commit.execute}");
    printIter.getViewObject().executeQuery();
    AdfFacesContext.getCurrentInstance().addPartialTarget(printTB);
    // ADFUtils.invokePopup(this.getP2().getClientId(FacesContext.getCurrentInstance()));
    }

    Thanks for your reply Suganth.
    i don't have partial submitt on the button.
    My requirement is i am updating selected row on the table and at the same time i am downloading file, after download is finish selected row is updating properly but that row is still apearing on the table, if the user click on download button once again then i am getting null pointer exception, because the row is not there on the table it got updated.
    Because of file download table refresh is blocking, how should i need to refresh my table on file download method.
    Edited by: user5802014 on Aug 26, 2010 8:39 AM
    Edited by: user5802014 on Aug 26, 2010 9:05 AM

  • Master-Detail Detail does not refresh after it's been empty

    I have a master detail page (both are tables) that works just fine, until I click a master record that has no details.
    After that the panelHeader of teh detail is refreshed with the PPT but the table underneath it is not, I keep seeing "no rows yet", no matter which master record I click.
    When I go to a different page and return it's fine again.
    Only one of my pages has this behavior, I tested this on another and it was fine. Has anyone seen this behavior before?
    My console has this message:
    May 11, 2007 10:52:38 AM oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel getSelectedRow
    WARNING: rowIterator is null
    Message was edited by:
    Wendy Tromp

    Ok I found it,
    My details iterator had the following properties:
    <iterator id="AfdelingMedewerkersIterator" RangeSize="-1"
    Binds="AfdelingMedewerkers"
    DataControl="PRBAppModuleDataControl"
    Refresh="IfNeeded" RefreshCondition="#{!adfFacesContext.postback}" />
    I have no idea why I set it like that, but removing the Refresh properties fixed my problem.
    I am still clueless as of why this led to the behavior as described above. I could have understood it if my iterator was not refreshed at all, but I have no idea why it stopped working only after the details were empty and not a second before...
    Anyway, problem solved!

  • Recon task does not start after database reboot during recon in OIM

    If during a trusted recon, the database reboot then we are unable to start any recon task after the database come up. The logs does not get update. We are using OIM 9.1 on oc4j 10.1.3.3.
    Thanks.
    Vinay
    Edited by: user504421 on Jan 23, 2009 2:49 PM

    Make sure the scheduler is running. Go to http://oimurl/xlScheduler to view the status and http://oimurl/xlScheduler/admin to stop and start the scheduler if needed.
    -Kevin

  • CFM2 - Table does not exist in database.

    Hi Gurus,
    I am new to EWM & facing one error while transferring Inbound Delivery to SCM EWM from ECC.(T Code - CFM2)
    Please also note that, 1.I could transfer the master data through CFM1& CFM2 from ECC to EWM
                                        2.Inbound delivery created in ECC is showing "distributed" status.
    Please see below the screen shot where the error message is occurring.
    Kindly also let me know apart from CIFing what are other ways to transfer transactional data to EWM from ECC ?
    Thanks in advance.
    Regards,
    Dinu J

    Hi,
    I'd like to add that delivery data is transferred via QRFC. The integration can be maintained in the ERP customizing. EWM relevancy of a delivery will be determined based on plant/storage location.
    Best regards,
    Christian

  • Screen not refreshing after sleep mode

    Hello All,
         I have had a problem since 10.7.XX where my screen does not refresh after the computer goes into screen saver mode and then into sleep mode. When I move my mouse to resume i get a line drawn where I move my mouse and it reveals the login screen slowly. I can click on a login account and a small section of the screen refreshes where the login password is. Once I login it goes away. Was hoping Mountail Lion would address, but the problem continues from Snow Leopard. I am on a Imac 24" 2009 3.06Ghz dual core with 4 Gig of Ram, Nvidia GeForce 8800 GS 512mb. Thanks in advance for any advice.
    Chad

    Hello,
    See if it's related to this...
    It also seems to be related to later OSX versions, like 10.8.x & 10.9.x
    The 2012 macs (and later apparently) (also later OSX versions on earlier Macs can do it also), not waking normally from sleep after hours being in sleep. (noted here ...
    http://www.xlr8yourmac.com/archives/feb13/022813.html#2012macswontwake
    "Why 2012 iMac/2012 Mac Mini won't Wake After Hours of Sleep (Hibernates/Powers Off)")
    The sleepimage file still reappears even if never slept. Delete it (hibernate off, etc) - within minutes its back.
    A note on that here - http://www.xlr8yourmac.com/feedback/Chameleon_SSD_Optimizer.html
    About iMac sleep...
    http://forums.macrumors.com/showthread.php?t=1529750
    Try this: "sudo pmset autopoweroff 0" and "sudo pmset standby 0"
    http://xlr8yourmac.com/archives/sep13/091313.html#10.8.5SleepEjectTip

  • Table data does not refresh

    Using LV2010.
    A table displays the test configuration that has been selected by the user.  This appeared to work fine until recently. 
    Nothing in that area of the code has changed .
    The issue is that although valid data exists on the wire and it even gets written to file, nothing is displayed in the table.
    The operator can click multiple times and nothing is displayed.  Even when running with highlight execution turned ON, the table does not get refreshed.
    Unfortunately, each time the operator click the button to insert the configuration, it does.  But it is not displayed.  The same list goes to the table.  You would expect the subsequent attempts would cause all the items to be displayed when it finally does, but no... only the last selection gets displayed.
    I've recently taken over the project and did notice that a previously working feature was not working.  That feature was to allow multiple selections to be inserted at once.  I suspect the feature still workes, but the table only displays a single line of data.
    I did find a thread that started to discuss a similar behavior with a link to a description of the bug, but that page appears to have dissappeared from the website.  It was discussed in 2005.
    Is there a way to force a refresh display on a table?  Another thought... Could it be that the table is displaying data from a portion further down the list which makes it appear as if there is no data?  As I said earlier, this section of code was not touched and it is the only area where the table data is updated and the display refreshed..
    Has anyone else seen this behavior?
    As can be seen above, the probe does "see" the data on the wire.  The screen capture was taken after the data flow had completed the entire state. The wire itself claims to have a 2D array of 1 X 11 elements.  Normally, this data would be displayed.  I can't think of why it wouldn't be displayed.  If I could, I wouldn't be posting this.. 
    I am curious if this is a LV bug...
    Attachments:
    TableDataInvisible.PNG ‏21 KB

    You know me & locals... 
    Plus the property node was used for something else.
    I fear using the VI Analyzer would... well... euh..  hummm...  how to say this,...
    blow up.. 
    LOL!! 

  • Table TTZDF does not exist on database

    HI forum
    i am installing the last SAPIDES Ehp3 Linux / Maxdb during the process of installation all job were imported sucessfully 32 of 50 , in the phase CHECK DDIC PASSWORD, the system can´t do log in.
    Review the log in the work directory (dev_w0) the follow message is generated.
    A Sat Jun 12 21:19:56 2010
    A  **GENER Trace switched off ***
    B  dbmyclu : info : my major identification is 3231713892, minor one 0.
    B  dbmyclu : info : Time Reference is 1.12.2001 00:00:00h GMT.
    B  dbmyclu : info : my initial uuid is CF0B144C2E40F845E1000000C0A00A64.
    B  dbmyclu : info : current optimistic cluster level: 2
    B  dbmyclu : info : pessimistic reads set to 2.

    C Sat Jun 12 21:20:15 2010
    C  *** ERROR =>   prepare() of C_0063, rc=1, rcSQL=-942 (POS(95) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(95) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28435b8,no=63,idc_p=(nil),con=0,act=0,slen=190,smax=256,#vars=1,stmt=0x19449e10,table=TTZDF                        
    C  SELECT "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "TIMETO" FROM "TTZDF"
    C   WHERE "CLIENT" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT"  WITH LOCK ISOLATION LEVEL 1;
    B  ***LOG BZA=> table TTZDF      does not exist on database R/3       
    B  *** ERROR => Buffer loading failed: {fcode=293, rc=32, cnt=0, table='TTZDF'}
    C  *** ERROR =>   prepare() of C_0063, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28435b8,no=63,idc_p=0x2b4da2909220,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x19449e10,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:20:26 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(95) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(95) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=(nil),con=0,act=0,slen=190,smax=256,#vars=1,stmt=0x1944e480,table=TTZDF                        
    C  SELECT "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "TIMETO" FROM "TTZDF"
    C   WHERE "CLIENT" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT"  WITH LOCK ISOLATION LEVEL 1;
    B  ***LOG BZA=> table TTZDF      does not exist on database R/3       
    B  *** ERROR => Buffer loading failed: {fcode=293, rc=32, cnt=0, table='TTZDF'}
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:20:28 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:20:30 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:20:31 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:21:18 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:21:21 2010
    C  *** ERROR =>   prepare() of C_0065, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da28436e8,no=65,idc_p=0x2b4da2909350,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x1944e480,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction

    C Sat Jun 12 21:21:29 2010
    C  *** ERROR =>   prepare() of C_0066, rc=1, rcSQL=-942 (POS(114) Unknown table name:TTZDF)
    C  *** ERROR => SQL PREPARE on connection 0, rc=-942 (POS(114) Unknown table name:TTZDF)
    C  sc_p=0x2b4da2843780,no=66,idc_p=0x2b4da29093e8,con=0,act=0,slen=199,smax=256,#vars=2,stmt=0x194421a0,table=TTZDF                        
    C  SELECT  /*+ KEYACCESS  */ "CLIENT" , "DSTRULE" , "YEARACT" , "DATEFROM" , "TIMEFROM" , "DATETO" , "T
    C  IMETO" FROM "TTZDF" WHERE "CLIENT" = ? AND "DSTRULE" = ? ORDER BY "CLIENT" , "DSTRULE" , "YEARACT" ;
    B  ***LOG BZA=> table TTZDF      does not exist on database           
    B  *** ERROR => missing return code handler     
    abtstmp#?[613] does not handle return code 2 from dbcrtab#10[1764]     
    ==> calling sap_dext to abort transaction
    M  ***LOG R47=> ThResFree, delete (001024) .
    I search notes and in sdn forum any information about this error, but there isn´t information.
    How i can solve this inconsistence durant the installation for finish the SAP IDES installation.
    Hi forums
    cheking the process of the installation, the problem i wait have it  solve doing the reinstallation with any  adjust in the database release .. i will be comment the process to the solution.
    Jairo

    thie process was solved with a new installation-

  • The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle db

    I am using Livecycle 8.2 running on JBOSS. I get this error in server log
    2013-07-25 13:48:33,809 ERROR [com.adobe.idp.config.AdobePreferenceFactory] UserM:GENERIC_ERROR: [Thread Hashcode: 5001776] Problem with system root| [com.adobe.idp.storeprovider.jdbc.DBStoreFactory] errorCode:12293 errorCodeHEX:0x3005 message:The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.
    2013-07-25 13:48:33,809 INFO  [STDOUT] java.lang.RuntimeException: The VersionEntity table does not exist in the LiveCycle database. Please bootstrap LiveCycle database.null
    Also not able to login using Administrator password. Assuming above error is the cause. Please any help is appreciated. Thnks.

    Is this observed on a running server or have you made any changes to LC server or database after which this error is seen?
    --Santosh

  • Row action event on data table does not occur when rows added dynamically

    Row action event on data table does not occur (only refreshes the page) when the rows in the data table are added dynamically at run time using button click and java bean.
    please tell me a way to catch the row click event when adding rows dynamically to data table. i m using RAD 6.0 to develop Faces jsp pages.
    thanks
    amit

    i got the answer

  • Table does not Exist in Unix OS after it has been created In HTML_DB

    I created a table in HTML_DB and can see the table fine in my HTML_DB application. However, when I go to the Unix OS and try to look up the database using SQL*Plus, I am getting an error saying the table does not exist. Any help as to why this is happening would be appreciated.
    Kelly

    When I go to the Unix OS, I then try and search for the table in the exact schema that I used in >HTML_DB.I don't see what the Unix OS has to do with it here...do you mean you're connecting via SQLPlus?
    If you're connecting via SQLPlus, which schema are you connecting to? (i.e. are you certain you're connecting to the same schema that the table was created under when you were connected to Application Express).

Maybe you are looking for

  • Reminder for text based PO's on plant level or purchasing org. level?

    Hi, I work for a corporate company and we have in our system arround 100 different plant codes (of more or less different companies). My problem is now, how to set-up the reminder in part of text based purchase orders for the different plants? Or dif

  • JTextPane in JScrollPane... Scrolling when needed

    Hello all. I have a jtextpane in a jscrollpane and I'm using the following code to append a line in jtextpane and set the vertical scrollbar of jscrollpane at the bottom...   htmlDoc = (HTMLDocument) output.getDocument();   htmlKit.insertHTML(htmlDoc

  • DropDown List in ALV Grid

    Hii, I am showing one of my Column Cells of ALV grid as DropDown List. I have developed this Code for that. DATA : ls_drpdwn TYPE lvc_s_drop,          lwa_holders LIKE LINE OF gt_holders,         gt_drpdwn1 TYPE lvc_t_drop. FIELD-SYMBOLS : <lwa_fcat>

  • ESS: Room Booking in MySAP ERP 2004

    Hi All, I am creating Room Booking service. I dont find any standard link in ESS. Has anyone created Room Booking in MySAP ERP 2004. Is any workflow attached with this service. Can PP30 transaction serve the purpose.. I dont the correct functionality

  • EHP5 offical release date?

    Hi Community, I am trying to identify when EHP5 will be officially released and available to customers. Can anyone help me to identify who can help me answer this question and get a definitive answer and date? Regards, Chris