Prompt NODE_NOT_FOUND when doing archiving object

Hi Expert,
I find an exception raise when accessing logs of archiving objects: "MM_MATNR" and "SD_VBAK" in t-code: SARA. Could you advice what's the problem and how to fix it? Thanks!
Rdgs,
Emily

HI Emily,
Try to upgrade system kernel with 720.Kindly refer SAP doc Upgrading SAP Kernel from Release 700 to SAP Kernel 720_REL / 720_EXT Part II of II
Regards,
Gaurav

Similar Messages

  • When does an object gets refreshed, if its state has changed in the cache?

    Do I have to use transactional reads for an object to get the changes done
    by another web application ?
    Thanks
    Wolfgang

    Hi Marc,
    I have a shop system comprised of two web applications where one is for
    maintaining the shop and the other for using the shop. When I do changes
    to the shop from the one webapp they do not show up in the second, unless
    I call refresh. Also, I have to switch off the cache, it seems and do a
    flush on the changed objects. There are some questions now:
    a) when I call refresh, is the complete state reread regardless whether
    there have been changes or not or does it know, when the state has not
    changed in the DB ? it is a performance question, I guess.
    b) can I use transactional reads to do the refresh automatically ?
    c) I noticed that refresh does not do a deep refresh of all the objects
    referenced by the one to be refreshed. Is there a way to do this or do I
    have to go thru all the objects ?
    I asked some questions some time ago in another thread, which might refer
    to. I am sorry, if I am not clear enough.
    Best regards
    Wolfgang
    Marc Prud'hommeaux wrote:
    Wolfgang-
    I take the question to mean that you are wondering how you can refresh
    the state of a persistent instance to reflect changes in the data store.
    If that is the case, then you can just call
    PersistenceManager.refresh(ob) on the object, and the newer values will
    be obtained.
    If that doesn't help, can you clarify the question a little?
    In article <cj7ris$mhr$[email protected]>, Wolfgang Kundrus wrote:
    Do I have to use transactional reads for an object to get the changes done
    by another web application ?
    Thanks
    Wolfgang
    Marc Prud'hommeaux
    SolarMetric Inc.

  • When does an object become persistent?

    I'm unclear about when I need to explicitly make an object persistent:
    class PC1
    Collection _items = new ArrayList();
    class PC2
    <class name="AssociationImpl">
    <field name="_items">
    <collection element-type="PC2"/>
    </field>
    </class>
    PC1 pc1 = new PC1();
    pm.makePersistent(pc1);
    PC2 pc2 = new PC2();
    pc1._items.add(pc2);
    assert(JDOHelper.isPersistent(pc2)); // is pc2 persistent?
    Which bit of the JDO spec makes this clear?
    Thanks,
    Tom

    Hi Marc,
    I have a shop system comprised of two web applications where one is for
    maintaining the shop and the other for using the shop. When I do changes
    to the shop from the one webapp they do not show up in the second, unless
    I call refresh. Also, I have to switch off the cache, it seems and do a
    flush on the changed objects. There are some questions now:
    a) when I call refresh, is the complete state reread regardless whether
    there have been changes or not or does it know, when the state has not
    changed in the DB ? it is a performance question, I guess.
    b) can I use transactional reads to do the refresh automatically ?
    c) I noticed that refresh does not do a deep refresh of all the objects
    referenced by the one to be refreshed. Is there a way to do this or do I
    have to go thru all the objects ?
    I asked some questions some time ago in another thread, which might refer
    to. I am sorry, if I am not clear enough.
    Best regards
    Wolfgang
    Marc Prud'hommeaux wrote:
    Wolfgang-
    I take the question to mean that you are wondering how you can refresh
    the state of a persistent instance to reflect changes in the data store.
    If that is the case, then you can just call
    PersistenceManager.refresh(ob) on the object, and the newer values will
    be obtained.
    If that doesn't help, can you clarify the question a little?
    In article <cj7ris$mhr$[email protected]>, Wolfgang Kundrus wrote:
    Do I have to use transactional reads for an object to get the changes done
    by another web application ?
    Thanks
    Wolfgang
    Marc Prud'hommeaux
    SolarMetric Inc.

  • Defer log shipping and RMAN-08137 message when doing archivelog backup

    Hello,
    in a Primary & Dataguard scenario in which we set to DEFER the log shipping to the Dataguard during a high impact process done in the Primary, we receive the message "RMAN-08137: WARNING: archive log not deleted as it is still needed" when doing archive log backup with rman.
    Is it the expected behaviour due to the DEFER status with the Dataguard? or even in this scenario  we might we able to delete the logs and therefore we have to look more in deep to find our problem?
    Thanks in advance for your help.

    Hello,
    Had a look on v$archived_log and found the archivelogs that are not deleted and the state for them is
    DEST_ID=1 
    STANDBY_DEST=NO
    ARCHIVED=YES
    APPLIED=NO
    as http://docs.oracle.com/cd/B12037_01/server.101/b10755/dynviews_1015.htm says , they are all Local, were archived and there is no apply needed for them as they are not defined to go to the StandBy Database.
    Therefore, why can not still archive them?  How can we check if they had been processed by a Streams process?
    Regards

  • Printer not prompting when doing double sided copies

    According to the manual, my Hp 7645 is supposed to prompt when to place the second original in the feeder when doing double sided copying.  Well, is not.  I've followed all the directions; checked all the settings, but the darn thing will spit out the first copy of the one I'm making and then pull it back in (even when I have put the second original in the feeder) and then spit the copy back out with no double side.  What is going on?  Any ideas?  Thank you for your help.

    Hi @Mariposa29 
    I can hep you copy 1 sided originals to 2 sided copies. Please place the pages that need to be copied on the document feeder, then in the copy menu be sure to select the 2 sided copy option and choose 1:2.
    Please let me know if this resolves the issue, thanks.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • When does java deallocate memory for objects;

    um i'm working on a midp application that is very memory consuming. i would like to optimise it and make it just the oposite of what it is. now i would like to know when does java dellocate memory for an object, is it when it can find no more references to that object? or some other time, well i know its not when it can find no more references to that object because i've already tried that.
    or to make things simpler is there any explicit way to make java deallocate memory for a specific object, like if i have a thread, which is executing a while loop, and i want java to end the thread and free its memory. is there any way to do this?

    I happen to have quite some J2ME experience and it's not overly wise to count on extensive garbage collection. The garbage collector in limited device VMs isnt as advanced as it's big brothers. Try to avoid excessive object allocation and reuse instances whenever possible.
    As for garbage collection, objects will be garbage collected if they can no longer be reached by any of the active application threads and if the garbage collectors deems it necessary to collect garbage, which will probably be when free heap memory becomes sparse or when there's some idle time in your application.

  • Archiving Object SOBL - New Object Links Package

    Any one has experience on this archiving object?
    Is it necessary to run this archive object? or the object relationship is archived when the object is archived.
    if we do need to archive this object, how can we sure it does not cause data lose. I tried to run this archive object it selects records which linked objects are still active!

    Alberto,
    Can you explain what you are trying to do. Are you trying to archive data from a BI object or are you trying to export data out of a BI object using open hub.

  • Archive object COPA1_PABA

    Hi,
    I made archiving and delete of archiving object: COPA1_PABA, The process finishes well, without errors. But when I try to read it with tx SARI read all file in 1 hour and finish, but doesn´t show any data.
    How can I check this archive object?
    Thanks!!!

    Hi Jorge,
    If you want to read the data for reporting or
    control purposes, you have to write a report, which reads data from the archive files sequentially.
    Alternatively, you can also use the Archiving Information System (AS). This tool enables you to define an
    InfoStructure, and create reports based on these InfoStructures. The InfoStructures define an index for
    the archive file data. At the moment, the archiving process in the BW system does not fill the
    InfoStructures during the archiving session automatically. This has to be performed manually when
    needed.
    Another way of displaying data from the archive file is by using the ‘Extractor checker’ (TCODE RSA3).
    Enter the name of the export DataSource of the respective data target (name of the data target preceded
    by ‘8’), and choose the archive files that are to be read. The extractor checker reads the selected archive
    files sequentially. Selection conditions can be entered for filtering but have to be entered in in internal
    format (e.g. 20011130 for date 30.11.2001).
    Anup.

  • Archiv object creation

    Hi Experts,
    I dont have archive objects for the tables EEIN and EAUS.
    I have found the OSS notes solution for this issue in SDN.
    They have provided three programs for Archive , Delete and read.
    I have created the Object ISU_EVER as per the instrucitons provided in OSS notes for the tables EEIN and EAUS. When I tried to create the variant for the delete program, I have got errors.  The error message is
    "This archiving report is for internal use only and is not released.
    SAP does not support the use of this report."
    How do I make use of this program then.
    Can anyone give some suggestions please.
    Thanks in advance,
    Shree.

    Solved  by commented a Message statement  Message e295 .
    Then its archiving.

  • Create archive object

    Hello.
    I created a new archive object at AOBJ.
    I copied MM_ACCTIT actually.
    But an error message "Entry & does not exist in ARCH_OBJ" is shown when I enter the new archive object at SARA.
    The error does not occur in development system.
    Beacause entry exists in table ARCH_OBJ.
    I transported the new archive pbject to production system.
    And I found no entry exists in table ARCH_OBJ.
    The enrty was not transported.
    I don't remember how to create entry in ARCH_OBJ.
    I guess the entry is created by running in any transaction.
    But I don't know what the transaction is.
    Thank you and regards.
    Emma S.

    hi,
      check this link, it contains how to create field catalog.
    http://www.sap-press.de/download/dateien/362/sap_press_archiving_sap_data.pdf
    do reward if it helps,
    priya.

  • MM_EKKO Archiving Object

    Hi,
    Reg: MM_EKKO - Material Management Archiving Object.
    I have executed the Write Job it completed successfully. And then I executed Delete Job in 'Test Mode', it also executed successfully and it didn't delete the record from the table which is correct. But when i tried to open the Purchase order from ME23N it shown message in status as ' Purchase Order already archived'. Kindly let me know why this message is produced.
    Regards,
    Vimal

    Hi Reddy,
    Thanksfor your reply.
    Actually my concern is not that.
    Write Job(Production Mode) --  It Created a Archive file with the Purchase Order i specified in the selection parameter. So write Job is fine.
    Delete Job(Production Mode) - It deleted the Purchase Order from the database and the archived PO is displayed from ME23N. So this is also fine.
    Delete Job(Test Mode) -- It just executed, Purchase Order is not deleted from database. Which is also fine and correct as well. When i displayed the same PO in ME23N, The PO is displayed with message 'Purchase Order is already archived' . But it should not show the message bcoz i didnt archived it. This is wat my concern.
    Regards,
    Vimal

  • 0FIA_DS11:Error when activating DataStore Object

    Hi,
    We have activated the datasources related FI_AA and replicated in to a new BI 7 system.
    Currently we are able to activate the asset accounting related targets like 0FIAA_C11, 0FIAA_c12 and 0FIAA_C13
    however not able to activate DSO's 0FI_DS11, 0FI_DS12 and 0FI_DS13.
    We have replicated the datasources 0FI_AA_11 and 0FI_AA_12  in 3.x but while installing the DSO 0FI_DS11 and 0FI_DS12, facing below given  error.
    " DataSource 80FIA_DS11 does not exist in source system BIDCLNT600 of version A     
    Error when creating the export DataSource and dependent Objects
    Error when activating DataStore Object 0FIA_DS11 "
    We have checked the mysource system settings and activated the Data Marts respectively but still we are not able to activate.
    System is BI 7 with EHP4 ehanced packege.
    Please suggest.
    Thanks & Regards,
    SMS

    Hi Jonas,
    I understand the procedures and had followed all the procedures.
    We had resolved the issue and issue was with the IP in sm59.
    It is cleared.
    Thanks for the reply.
    Regards,
    S M S

  • Archiving Objects in SAP Retail (transaction SARA)

    Hi All.
    I have problem with archiving object WS_ACSITE in SAP RETAIL.(Transaction SARA)
    When I write data archiving, message appeard is that archive sessions are created.
    When I try to execute the next step: delete - the archive sessions are not appearing in the dialog box where we should choose the archive sessions for deletion.
    The above situation appear when I am working with plants existing in system for a while, but when I've create a new one and try to go through all SARA's steps it is OK, and master date of sites are deleted (e.g WB03).
    Can anyone help me?
    The second question is u2013 can I restore deleted sites to system?
    thanks in advance.
    Marcin

    Hello,
    Check below information for Material master record required to archive:
    1. Is there any stocks in the plant for which MMR need s to be archived? (Stock = Zero)
    2. Is there any open items at FI accounting? (There should be no pending bills or parked documents)
    3. Is there any pending delivery for this material? (there should be no open deliveries)
    If all the above criteria is met then set the deletion flag and indicator for perticular Plant you are looking for.
    Note: Make sure that non of the other plants which is sharing this MMR is marked for deletion flag / indicatory
    Then execute Archive run for archiving object MM_MATNR.
    Note: All the required configuration is done for archiving object MM_MATNR.
    Hope this will help you to archive MMR only for your required plant.
    -Thanks,
    Ajay

  • Creation of archiving objects in AFX_WB

    Hi,
    I am trying to create an archiving object in AFX_WB.
    I assigned a custom package which I created to the archiving object.
    The transaction generates the programs for the archiving object by itself with the inputs given.
    In one of the steps, I am getting an error " SAP Object cannot be assigned to the custom package".
    When I tried with a standard package, I got error in another step saying "custom object cannot be assigned to standard package".
    Is there an appropriate package which I can assign the archiving object ( as it has got a combination of custom and SAP standard object) ?
    What is the purpose of including package in package hierarchy and defining user access for them?
    Thanks and regards,
    Lakshmi Reghuvaran

    Hi,
    What is your Apex version?
    Is your Apex instance runtime environment or can you login to INTERNAL workspace?
    See this for Apex 4. Document do not say how disable demonstration app creation on runtime environment.
    http://download.oracle.com/docs/cd/E17556_01/doc/admin.40/e15521/adm_mg_service_set.htm#sthref255
    Regards,
    Jari

  • Can I partition my HD when I Archive and Install the OS?

    I may need to perform an Archive and Install of OS X 10.6 due to some glitches, and this was recommended by an Apple tech support. If I do go through with this (hassle), does anyone know whether it is possible, to choose at that time to create a 2nd partition on my HD? I have a new MacBook Pro and during the installation/migration process of retrieving my data and transferring it from a backup HD to the new computer, I did not have an opportunity to create a 2nd (or more) partition. Anyone know if this is possible when doing an Archive & Install without a lot of hassle?
    Thanks!

    Tara Hollander wrote:
    I may need to perform an Archive and Install of OS X 10.6 due to some glitches, and this was recommended by an Apple tech support.
    If you understood Apple's support people correctly, they seem to be a bit confused. Snow Leopard doesn't have an "Archive and Install" option. It has an upgrade install method. You can also launch Disk Utility early in the installation process to do the equivalent of an "Erase and Install" method.
    If I do go through with this (hassle), does anyone know whether it is possible, to choose at that time to create a 2nd partition on my HD?
    As soon as the installation process shows you a "Utility" menu, open Disk Utility and use it to partition the computer's disk. After the installation, copy your data from the backup drive.

Maybe you are looking for

  • How do I install OS software on a erased hard drive all I get is folder icon with blinking ?

    Trying to install OS10.6 on erased hard drive but just getting folder with blinking ? symbol any ideas?

  • How to parameter Target System in eCATT

    Dear all, I would like to know if it is possible to have the Target System in the eCATT editor to parameterize them like the interfaces? In fact from solution manager I have to run a business scenario in diffrent satellite systems with RFC connection

  • Blu-Ray DLNA compatibility in Lion?

    Hi, I have an LG BD570 Blu Ray player that is connected to an LG 55LH40 tv.  The blu ray player has a "home link" feature that allows media from my Mac to be accessed and played on the player.  This worked amazingly well on Snow Leopard, but since up

  • Need network security settings for wireless printer set-up

    I have an older airpot extreme base station. I'm trying to set-up my wireless brother printer and it says that I need the following network information: SSID- I know this one Authentication Method (open system/shared key/WPA-PSK/WPA2-PSK) Encription

  • Rating multiple files PC v Mac

    Ok, I'm working on Lightroom on a mac at school and a pc at home.  I've noticed one interesting problem.  On the mac, when I select multiple files in grid view and push "3" all the files change their rating to "3" like it's supposed to, however on my