Tables not archived with CO_ORDER

Hi All,
CO_ORDER is the archiving object for archiving orders in CO
The following tables though they are listed in DB15 transaction are not getting archived with CO_ORDER but the table entries are deleted while running the delete program pertaining to CO_ORDER. These tables however are getting archived and deleted with CO_ITEM archiving object with object type ORD
The list of tables that are getting deleted are COBK,COBK_INDX,COEJ,COEJL,COEJR,COEP,COEPB,COEPL,COEPR.
If CO_ORDER object alone has to be archived, then these tables will not get archived but will be directly deleted.
Is there any sequence in archiving CO_ITEM and CO_ORDER?
Any pointers to the same will be helpful.

Hi,
Refer to the following note and its referenced corresponding notes for further information into this issue.
Note: 110923  Archives cannot be read or accessed
In addition, also refer to the following note that provides further clarity on the use of archiving and analysis (especially the information in relation to Programs RARCCOA1, RARCCOA2)
Note: 138688   Archiving/Controlling: table analysis
If this is an issue that the archive files for CO_ORDER are no longer available (Deleted), then please refer to the following information:
If you run the Analysis Program RKAARCS1 and the selection for the archive files shows a 'lightning bolt' this means the files are not accessible.
You can then check the archive information structures for CO_ORDER and if they are built. If they are not built there will be a 'red light' which indicates to build the structure via transaction SARI and Status. This is not possible if the Archive Files are not available though.
You will either have to restore the Archive files or Create a new Archive file. Care should be taken when you create Archive files that they are stored in a secure location and backed up on a seperate schedule than your normal backup.
I hope this information helps you get the results you are seeking.
Kind Regards,
Brendan
Edited by: Brendan O'Brien on Sep 2, 2008 2:21 PM

Similar Messages

  • "Next" and "Previous" functionality on UIX tables not working with 10g

    With new release of JDeveloper(10G), the "Next" and "Previous" navigation buttons/links on UIX tables are not working. I tried different approaches:
    1. It does not work with Data Controls built from Java Beans or from TopLink.
    2. I tried without using Data Controls and it still does not work.
    I shows "Next" and "Previous" buttons on the page. But it shows all records on the page rather then showing limited records. Say for example if the block size is 5 and total number of records are 15, it shows all 15 records in the table but the "next" and "Previouds" button would say "1-5 of 15".
    Did any of you observe the same behaviour?

    Hi Shital -
    Thanks for the additional info...
    When I said that the total number of records is 15, I
    meant that my tableData's DataObjectList contains 15
    entries. (In case of DataControls you don't even use
    DataObjectList, but for my non data control
    applications I used DataObjectList). You are saying
    that If I want to display only 5 records per page
    then I will need to provide a DataObjectList with
    five items. Then for next five records from 6-10 I
    will have to program in such a way that my method
    call returns 6-10 records.That's correct. In the case where you are explicitly providing data to the table via a DataObjectList, you need to feed the data to the table in page size blocks - and you also need to handle the table's goto event to scroll the table to the next/previous block of data.
    In previous version of
    UIX(2.1.7) I never had to program for next and
    previous buttons. UIX tables used to take care of
    that. That's why I am so surprised.It sounds like you must have been using the <bc4j:table> component. Is that the case?
    Getting back to your original issue...
    1. It does not work with Data Controls built
    from Java Beans or from TopLink.I believe that this is a bug in the preview release - and I'm fairly sure this will be addressed by production. In production, ADF should automatically handle wiring up table scrolling for you when binding your table to a data control - whether the data control is implemented via JavaBeans, Toplink, or BC4J. I believe that in the preview release, scrolling only working when binding to a BC4J data control.
    Andy

  • WebDynpro Mobile - Table not rendered with PIE Client

    Hello experts,
    I want to create a WebDynpro Mobile application.
    In this application I have a table which is bound to three Context Attributes with the type String.
    In a standard browser, that table is displayed correctly. But when I am using the PIE Client, I just get a strange table-like "thing" with one column and row, without a header title and a radiobutton in the one table cell.
    Does anybody have an idea what is going wrong here?
    Thanks in advance
    Felix

    Refer this thread also. Similar question was earlier raised by me also..
    Mobile WebDynpro Sample App Problem
    Solution is at the last message of this thread.
    Regards,
    Gopal

  • Database table not updating with the changes

    Hi friends,
                    Iam having a tablecontrol where iam gettting the data from the ztable for a particular key field.  When i change certain fields in the table control and when i click save, it should update the changes in the ztable.
       module save output.
       modify zslip_po1 from table x_po1_slip.
    here slpno is the key field.  if I change a field for a particular slpno it should update the changes for that slpno value only.
    but it is not updating the changes. although iam setting the slpno field dynamically.
    Please give me ideas.
    thanks and regards
    Murali Krishna T

    Hi,
    1. Have 2 Internal Tables, the first one must contain the original data(before change ) and the second one  contains the update data(after changed ie. table control data).
    2. loop the first table and read the data from the second table using index.
    3. inside the loop, compare the work area of both the internal table.
       if both are same, then no change was made to that particular record, so no need for updation
       if both are not same, then some changes were made on that record, so need to update.
    4. use modify command to update that particular record from the work area.
    i think in performance wise also this logic will be helpful, since we are updating only the changed record.
    since this is addon table, so i hope the no of records will also less, so no need to worry about loop.
    check with this, it may work out......
    thank you,
    SenthilPandi C
    Edited by: SenthilPandi ChandraSekaran on Feb 4, 2010 5:36 PM

  • Select * from table not working with Oracle OBDC driver

    Hello,
    In our web development we have been using the MS ODBC for Oracle
    driver to connect to our Oracle db. We decided to try the
    Oracle ODBC driver because it supports the commandTimeout
    property in ASP which the MS driver does not. The problem I'm
    running into now is that all of our select * from table
    statements appear not to be working. The Oracle ODBC driver
    version we are using is ver 8.00.05.00. Is there something that
    I'm not doing properly? If I take the same select * from table
    statement and name the columns, I dont get any error. Otherwise
    I'm getting a Subscript out of range error. It seems strange to
    me that this driver would not support a select * from table
    statement (which I''m told is the case by another developer
    here).
    Is there something I'm missing?
    Thanks,
    Pete

    I'm positive I have a connection. Otherwise I wouldn't get a
    response when I name the columns instead of using *.
    There must be something else that I'm missing or doing wrong.
    I've actually been looking into alternative ODBC drivers to see
    if I have the same problems but none that I have found support
    commandTimeout.
    Any other ideas?

  • Temporary Table Not Creating With Rows

    I'm running Oracle 9i on Windows XP, and I'm trying to create a temporary table to use in a larger query. The problem is that when I create it using ON COMMIT DELETE ROWS, after creation it has no rows. If I use ON COMMIT PRESERVE ROWS, then I can't delete it unless I log out and come back.
    Here's the query
    CREATE GLOBAL TEMPORARY TABLE tempaltid
    ON COMMIT PRESERVE ROWS as (select distributionid
    from distributions d
    where D.distributionid not in
    (select distributionid
    from distributionalternatives
    where ( distributionalternatives.alternativeid not in (11018,11019,11020,11021,11022,11023,11024,
    11025,11026,11475,11476,11477,11478,11479,
    11480,11481,11482,11483,11484,11485,11486,
    11487,11488,11489,11490,11491,11492,11493,
    11494,11495)))
    and D.distributiontypeid in
    (239,209)
    and D.distributionexpdt is null);
    I'm not committing after creation, so I don't see why the table would just be empty.

    Yes you are, and before too
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/sqlplsql.htm#sthref3520
    You don't use global temporary tables like that, you create them once and fill and empty them repeatedly.

  • Project Server 2013 : Report table not updated with Published tables

    Hello Team,
    We found the issue that Publish and Reporting table have difference in work attribute. is their any way that we can refresh the Reporting table in one go.
    Thanks.

    If this issue is specific to one or few projects, using Save for sharing would be much more easier.
    If this issue is for all the projects then as NicoOosthuysen recommended RDB refresh would be the option. Having said that  you have to take extra measure before you start RDb refresh , since it is very high system resource and time consuming activity
    Steps for Save for sharing
    1. Open MS Project Pro 2013.
    2. Open the project plan from the server.
    3. Now save it locally without making changes in the File Name, using File > Share > Save For Sharing. Provide local location. Do not close Project Professional
    4. Now save back the project back to server using File > Save As (Project Name should be grayed out)
    5. Save and then publish the project plan.
    Hrishi Deshpande Senior Consultant

  • Table not recognized with Auto Field Detection

    Hello,
    I have imported a MS Word with a table before and loved how LiveCycle ES2 recognized the table and automatically created a fillable form.
    I've now imported a different MS Word document and LiveCycle isn't adding fillable text boxes to the cells.
    Any suggestions on improving the MS Word document so that LiveCycle can add fillable text boxes?
    Or are there settings to LiveCycle I need to adjust.
    Thanks for any recommendations!

    I understand that Designer has that feature. I have never tried it. Do expect to have to fix it a bit, but it should give you a start.

  • Why are iDVD saved project files so large if the media is not archived with it?

    I now understand the difference (I think) between a saved project and an archived project, but I would expect my saved project files to be smaller in size.  Are there really some hidden media files that it still can access (or that I can find)?

    I now understand the difference (I think) between a saved project and an archived project, but I would expect my saved project files to be smaller in size.  Are there really some hidden media files that it still can access (or that I can find)?

  • After REFRESH the cached object is not consistent with the database table

    After REFRESH, the cached object is not consistent with the database table. Why?
    I created a JDBC connection with the Oracle database (HR schema) using JDeveloper(10.1.3) and then I created an offline database (HR schema)
    in JDeveloper from the existing database tables (HR schema). Then I made some updates to the JOBS database table using SQL*Plus.
    Then I returned to the JDeveloper tool and refreshed the HR connection. But I found no any changes made to the offline database table JOBS in
    JDeveloper.
    How to make the JDeveloper's offline tables to be synchronized with the underling database tables?

    qkc,
    Once you create an offline table, it's just a copy of a table definition as of the point in time you brought it in from the database. Refreshing the connection, as you describe it, just refreshes the database browser, and not any offline objects. If you want to syncrhnonize the offline table, right-click the offline table and choose "Generate or Reconcile Objects" to reconcile the object to the database. I just tried this in 10.1.3.3 (not the latest 10.1.3, I know), and it works properly.
    John

  • In Rtf Template ,table is not fit with window after hide columns

    Hi,
    In my RTF template i have table with 5 columns in that 3 colums will display based on condition. During runtime it showing correctly with 5 columns i.e fit to window.
    suppose if any of column is not displayed(hide) and table is shrinking and not fit with window.
    Tried with following option in word doc:
    Right click on table and select Auto Fit--> Auto fit to window. but didn't work. Please let me know is any options to make table to fit with window.
    Thanks..
    Edited by: user9530489 on May 3, 2011 1:09 PM

    Hi,
    I've changed the output device in order to test with the LP01 printer.
    This device is not active in SPAD but if i setup my action with this device I can preview the smartform. It is not possible to preview the smartform with the printer that I'd like to use.
    Any ideas?
    Thanks in advance,
    Stephanie

  • GR/IR account G/L balance does not match with BSIS table

    Hi,
    I am preparing a report which uses table BSIS.But the total in the table does not match with the GR/IR G/L balance account.When I click on balance item display in FS10N the entries match with that of BSIS but the total is different.Also how to factor the year opening balance entries in the report.
    Thanks
    Arun

    But that will slow down the system considerabley, because BSEG contains a huge data

  • Layout adjustment not working with tables

    Hi all
    Why will layout adjustment not work with tables?
    I am trying to re-format from A4 landscape to A4 portrait.
    The text box containing the table will resize but not the table.
    Any clues why this might be, I don't want to manually resize every table in the document.
    Many thanks,
    Rob

    Thanks Jongware,
    Having resized the table and got the little red ovals, I tried various things like changing the font size etc but the best workaround I found was to select the table and change the cell inset value to 0, this got rid of all red ovals and I didn't need to change the font size.
    Cheers,
    Rob

  • Table are not prefixed with Schema in  SQL request - Unable to get Data

    I began this new thread because I closed the [previous one|Unable to get data (DSN connection); a little bit early, I believed it was OK but no the problem still here.
    First my architecture :
    Oracle 9g
    +500 Reports made under CR developper 8.5 or 9.0
    Report opened in VB .net application, framework 2.0 using CR runtime 8.5 and 9.0
    We want to upgrade CR version to 2008, so modification of reports will be done with CR 2008 Developper, and we want to
    use only CR 2008 runtime.
    The problem :
    Everything works fine in CR Developer, but the same report with the same parameters failed when called inside .net.
    The error is "Unable to get data", the database connection is OK but the queries mades from inside the report are wrong :
    The tables/views in the from statement are not prefixed with the Schema, so Oracle don't find them.
    Example (SQL monitoring done with TOAD)
    Execution of postes.rpt report directly in CR :
    Timestamp: 10:30:03.881
    Successful logon attempt (session tag: 0x6464CB8)
    username: 'APPLI_HUET'; database: 'DEV'
    SELECT ...
    FROM  "COMMUN"."ETAB" "ETAB" INNER JOIN "GESTION_DES_TEMPS"."POSTES" "POSTES"
    ON "ETAB"."N_ETAB"="POSTES"."N_ETAB"
    WHERE  "POSTES"."N_ETAB"=2 ORDER BY "POSTES"."N_POSTE"
    Timestamp: 10:50:29.178
    Logoff (session tag: 0x6464CB8).
    Same report, same authentication but throught .net program :
    Timestamp: 11:01:24.569
    Successful logon attempt (session tag: 0xA93FC38)
    username: 'APPLI_HUET'; database: 'DEV'
    SELECT ...
    FROM   "ETAB" "ETAB" INNER JOIN "POSTES" "POSTES"
    ON "ETAB"."N_ETAB"="POSTES"."N_ETAB" WHERE  "POSTES"."N_ETAB"=2 ORDER
    BY "POSTES"."N_POSTE"
    Runtime error occurred: 942 (ORA-00942: Table ou vue inexistante)
    The .net code :
    Dim _report As New ReportDocument()
    _report.Load("report.rpt", OpenReportMethod.OpenReportByDefault)
    Dim myConnectionInfo As ConnectionInfo = New ConnectionInfo()
    myConnectionInfo.ServerName = "DSN_file"
    myConnectionInfo.UserID = p_Userid
    myConnectionInfo.Password = p_Password
    ' to see code in this method se my original post
    SetDBLogonForReport(myConnectionInfo, _report)
    SetDBLogonForSubreports(myConnectionInfo, _report)
    Dim frmViewer As New CrystalReportViewer
    frmViewer.CrystalReportViewer1.ReportSource = _report
    frmViewer.Show()
    Any ideas ?

    Thanks for the and sorry but I don't understand.
    I've made a research of Location on this forum the more intersting thread I've found is rpt-files do not function anymore after deploying to a different database, but I still don't understand.
    I take a look at all code sample and I can't found anything.
    You say that .Location need to be set, indeed Location property of CrystalDecisions.CrystalReports.Engine.Table object only contains table name.
    I tried to overrides this value by the fully qualified table name (ie Schema.Table, for example GESTION_DES_TEMPS.POSTES), and it work  BUT it wouldn't be the solution, my code is designed to be generic, I can't have a database to know wich schema add before differents table name.
    Why when we execute the report directly in CR 2008 developper we don't have to redefine the table location ?
    Another test :
    I've made a new report directly in CR 2008 with a DSN, launch it in .net with the same DSN (server) : OK
    Then I launch it in .net with another DSN, it work also.
    Why report done with Crystal 8.5 or 9.0 have this problem ?
    I'me gonna be mad....
    Edited by: Yoann DAVID on Jan 8, 2010 3:32 PM

  • Final Cut Pro X - Create Archive not working with Yosemite!

    Just upgraded my laptop to Yosemite and now I can't create any camera archives.  I am not sure if it is my laptop or Yosemite that is causing the issue.  I tried creating a camera archive with the same SD card on another machine (running Mavericks) and it worked fine.  Anyone else having similar issues?

    Oddly, still no luck. i was hoping to find something in the logs but FCPX keeps pretty quiet. My goal was to see if this feature was broken but since it is working for others, I will close this question.
    Thanks

Maybe you are looking for

  • Problem with Dynamic GUI in NB

    Hi all! i'm a noob in GUI programming, BTW i created a stand alone class (read app) that can draw a Line Graph. Let's name this class Drawer. Drawer extends JPanel, anyway when in my NB project i try to add the Drawer to a JPanel doing // i added the

  • PDF text pages in iPhoto books

    I'm not sure that this is a problem. I just want reassurance before I click the ORDER BOOK button and buy the iPhoto book I have created. I have imported PDF pages of text into the book, as I was able to get more control over the text layout that way

  • Issue in Synchronous OSB using Jms Queues in OSB11g

    Hi, I am working on building a synchronous OSB using the following steps. 1)     Creating the Synchronous OSB Proxy Service which routes the message to the business service which in turn places a message in the Queue(inqueue) by populating the JMSCor

  • How to Refresh OR Mappings.

    Hi How can OR mappings be refreshed/updated when adding new objects to a current entity model? For example my current entity contains 2 entities A and B, with existing relationships between them. I now add an entity for table C which has a relationsh

  • Steps to take when a Windows-based database server changes domains

    For reasons beyond my control, my oracle 10 database servers, running Windows Server 2003 R2, have had their domain names changes. Oracle now does not work (none of the databases is addressable, the only error that gets thrown was a packet receive er