How archive infostructures are filled when the delete program runs(sd_cond)

I could not find a suitable forum for this, hence posting it here. I need to know how the ZARIX tables get filled in SAP Archiving. As far as I know, they are filled automaticlaly when the delete job runs, but I could not find any code in SD_COND_ARCH_DELETE program.
My issue is that my delete program did not fill one of the infostructures which was active and this infostructure corresponds to the zarix table. On the other hand, this infostructure got filled manually(verified in zarix also).
Wondering how this could have happened. Can this be because multiple delete jobs are running creating various sessions. This is mainly with reference to the SD_COND archive object.

Hi,
There is a separate program to fill infostructures as when you fill them manually (Transaction SARJ, Environment -> Fill Structure) a new job is triggered. Have a look at the job that ran when you filled your infostructure manually and analyse the program that ran.
There should not be any problem in filling the infostructures due to several archiving sessions running at the same time. If you face the same issue again, see if any of the archiving jobs (write, store, delete) failed for any reason. If all the jobs finished successfully but an infostructure didn't get filled then have a look for any OSS note related to this issue. If you can't find anything, raise an SAP message as the infostructures have to get filled automatically as otherwise there will be no access to the archived data.
Hope this helps.

Similar Messages

  • Archived logs are 5MBish when the ORL is 10mb !

    version: 10.2.0.4/RHEL 5.4
    In our DB the Online Redo Logs are sized 10mb
    SQL> select group#, bytes/1024/1024 from v$log;
        GROUP# BYTES/1024/1024
             1              10
             2              10
             3              10But the archived redo logs are of size around 5mb.As you can see from the file sizes below, manual log switch/archiving is not happening.
    Below are the archived redo log file in the location configured for LOG_ARCHIVE_DEST_1
    -rw-r----- 1 oracle dba 5267456 May  7 22:00 kemsuat_1_655792404_95866.arc
    -rw-r----- 1 oracle dba 5241856 May  7 22:00 kemsuat_1_655792404_95867.arc
    -rw-r----- 1 oracle dba 5241856 May  7 22:00 kemsuat_1_655792404_95868.arc
    -rw-r----- 1 oracle dba 6000640 May  7 22:00 kemsuat_1_655792404_95869.arc
    -rw-r----- 1 oracle dba 5241856 May  7 22:00 kemsuat_1_655792404_95870.arc
    -rw-r----- 1 oracle dba 5241856 May  7 22:01 kemsuat_1_655792404_95871.arc
    -rw-r----- 1 oracle dba 5241856 May  7 22:01 kemsuat_1_655792404_95872.arc
    -rw-r----- 1 oracle dba 6201344 May  7 22:23 kemsuat_1_655792404_95873.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95875.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95874.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95876.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95877.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95878.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95879.arc
    -rw-r----- 1 oracle dba 8305152 May  7 23:13 kemsuat_1_655792404_95880.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:13 kemsuat_1_655792404_95881.arc
    -rw-r----- 1 oracle dba 5294592 May  7 23:13 kemsuat_1_655792404_95882.arc
    -rw-r----- 1 oracle dba 7031296 May  7 23:14 kemsuat_1_655792404_95883.arc
    -rw-r----- 1 oracle dba 5241856 May  7 23:14 kemsuat_1_655792404_95884.arc
    -rw-r----- 1 oracle dba 5236736 May  7 23:45 kemsuat_1_655792404_95885.arc
    -rw-r----- 1 oracle dba 5259264 May  8 01:15 kemsuat_1_655792404_95886.arc
    -rw-r----- 1 oracle dba 5241856 May  8 02:50 kemsuat_1_655792404_95887.arc
    -rw-r----- 1 oracle dba 5238784 May  8 04:30 kemsuat_1_655792404_95888.arc
    -rw-r----- 1 oracle dba 5298176 May  8 06:06 kemsuat_1_655792404_95889.arc
    -rw-r----- 1 oracle dba 5241856 May  8 07:30 kemsuat_1_655792404_95890.arc
    -rw-r----- 1 oracle dba 5240320 May  8 09:00 kemsuat_1_655792404_95891.arc
    -rw-r----- 1 oracle dba 5241856 May  8 09:44 kemsuat_1_655792404_95892.arc
    -rw-r----- 1 oracle dba 5238784 May  8 10:15 kemsuat_1_655792404_95893.arc
    -rw-r----- 1 oracle dba 5241856 May  8 10:37 kemsuat_1_655792404_95894.arc
    -rw-r----- 1 oracle dba 5241856 May  8 11:06 kemsuat_1_655792404_95895.arc
    -rw-r----- 1 oracle dba 5241856 May  8 11:37 kemsuat_1_655792404_95896.arc
    -rw-r----- 1 oracle dba 5241856 May  8 12:15 kemsuat_1_655792404_95897.arc
    -rw-r----- 1 oracle dba 5241856 May  8 12:52 kemsuat_1_655792404_95898.arc
    -rw-r----- 1 oracle dba 5241856 May  8 13:22 kemsuat_1_655792404_95899.arc
    -rw-r----- 1 oracle dba 5241344 May  8 14:01 kemsuat_1_655792404_95900.arcAny idea why is this ?

    LOG_BUFFER is only 15 mb in this DB.Could this be the cause as suggested in the ML document ?
    SQL> show parameter log_buff
    NAME                 TYPE                 VALUE
    log_buffer           integer              15638720
    SQL > select 15638720/1024/1024 from dual;
    15638720/1024/1024
            14.9142456 But LOG_BUFFER parameter is automatically set by oracle after some internal calculation. Right ? Something went wrong with that calculation ?

  • How to create a fill in the blank program?

    Hey everyone,
    So I am working on a new program that requires a fill in the blank section. I am loading the data via xml as a paragraph, but what I am wondering is how to take this data and make a simple fill in the blank section where if it is right, it turns green, if its wrong, it turns red. Any ideas? All help is greatly appreciated!

    Hi Linda,
    I will try this.
    I tried too.
    I started with a blank Page Layout document in Pages (File > New From Template Chooser... > Page Layout > Blank > Blank Canvas.
    I added four Text Boxes to that blank canvas:
    In my example, the Text Boxes all have black outlines for clarity in that screen shot (select the Text Boxes, then in Inspector > Graphic > Stroke > Line and set the line style, colour and width).
    Then File > Print...
    and on the bottom left of the Print dialogue:
    Save with a suitable document name in a convenient location.
    Then open that PDF in Preview and type the word DoubleClick in each user field:
    Double clicking will select that "word" and it will act as the Place Holder Text that Peter referred to. The user can begin typing to replace that "word".
    Please be aware that this PDF is not a locked form with fields that users can enter data. Here, I show how to select (and possibly vandalise) the Name box:
    It all depends upon how well you can trust your users!
    Regards,
    Ian.

  • How to reconnect 27000  photos when the organizer program keeps crashing?

    I currently have PSE 9 and some how 27000+ files of 50000+ are unconnected and the organizer is so unstable it crashes before it can even find two files. i don't know how the files got disconnected, I hope they are still there just disconnected to the organizer. Is there a way to scour my hard drives and cull all photos and move/copy them in one place and start all over with a new catalog?

    Does your organizer crash in other situations than trying to reconnect files?
    I suppose you have already run the 'repair' option in the catalog manager.
    Here is some information about reconnecting:
    Photoshop Elements (PSE) knowledge base.
    If you are able to 'write metadata to files' in the File menu, a last resort solution would be to create a new catalog and re-import your library. That woud at least get your keywords, ratings and notes back. (not albums, stacks, version sets... )

  • How to execute unix command from the Java program running on Windows

    Hello,
    I need to
    1. Execute a unix shell script from a Java program running on the Windows.
    2. I also need to capture the output of this shell script in my program.
    Please suggest me how to achieve this.
    Thanks in Advance.

    Hi...
    Something is missing here
    If you want to execute a shell script in windows that not posible unless you find or develop a unix shell script parser for windows.
    But if you are trying the execute a unix shell script on a remote unix computer from your java program running on a windows platform you can do that by logging on to the UNIX terminal which is running on port 23 I think.
    You can test this using telnet tool on windows
    just type on command prompt
    telnet <ip of the unix pc> <port number this case 23>
    you should get the unix terminal. If that works you can do the same through java or you can directly conect to port 23 of that pc using sockets that way your program will be platform independant

  • I have a new computer and my old drive has my UNSAVED bookmarks on it and I want to import them, how do I do it when the bookmarks are not SAVED?

    I have a new computer and my old drive has my UNSAVED bookmarks on it and I want to import them, how do I do it when the bookmarks are not SAVED?

    You can backup the bookmarks on the old computer and create a JSON or HTML backup and restore or import this file in the Bookmarks Manager (Bookmarks > Show All Bookmarks).
    You can use an USB stick to transfer the saved bookmarks file to the new computer.<br />
    You can also copy the places.sqlite file from that computer to have the bookmarks and the history.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • TS3092 My Apple bluetooth wireless keyboard caps lock keeps changing so that sometimes the caps are on when the lights on and sometimes the caps are on when the light is off. How do I control this?

    My caps lock keeps changing. That is, sometimes the caps are locked and the light is on the key and sometimes the caps are on when the light is off. It changes without my knowing it. Also when I hold the shift key down I hear a double click noise which changes the keys in some way. How do I get it to not change?

    Try resetting SMC and NVRAP and then reboot.
    http://support.apple.com/kb/HT3964
    http://support.apple.com/kb/PH4405
    Try booting the Recovery Partition.  Power off, boot and then hold down the Command and R keys.  Is the screen still black?  If so it is not a software problem so take it in for diagnosis and repairs.  Make a Genius Bar reservation http://www.apple.com/retail/geniusbar/ or find an Apple Authorized Service Provider https://locate.apple.com/country .
    If you are running Mavericks try upgrading to 10.9.2.  It has a fix for black screen problems.

  • How to Keep all the Portal report menu's are "open" when the user logs on?

    Hi
    I have a question about the BI Portalu2019s configuration.  Does anyone know how to keep the Web Portal (i-vew) report menu's are "open" when the user logs on?
    Thanks.
    For example:
    Web Report Panel
    Report  Folder A 
                  i-view  a1
                  i-view  a2
                  i-view  a3
                  i-view  a4
                  i-view  a5
                  i-view  a6
    Report  Folder B 
                  i-view  b1
                  i-view  b2
                  i-view  b3
                  i-view  b4
                  i-view  b5
                  i-view  b6

    Hi,
    Thank you very much.  The problem is the Folder didn't 'open when the user logs on.  Yes, the iview can be openned.  Does anyone know how to set the default Open for the Folder.  My question is about the folder in BI portal.  Yes, the ivew we can set the defaul Open but we have Folder in the portal and our user wants to be able to see the report lists when they log on to the Portal.
    For example:
    Our Current situation
        Navigation Panel
       .>Act vs Plan report Folder_
       .>Year to Day report Folder_
    Hope To Be (When user logs on the BI Portal)
       Navigation Panel
        .>Act vs. Plan report Folder
            (i-view) Report A
            (i-view) Report B
            (i-view) Report C
            (i-view) Report D
            (i-view) Report E
    .>Year to Day report Folder
           (i-view)  Budget by Cost Element report
           (i-view)  Actual by Cost Center report
           (i-view)  Income statement report
           (i-view)  Balance Sheet report

  • How do I take pics off my photo albums when the delete button is muted?

    How do I take pics off my photo albums when the delete button is muted?

    Were these photo albums synced onto the iPad through iTunes? If so, the only way to remove them is to do another sync (from the same computer) without the ones you want gone.

  • I've lost my iPhone 4... How can I find it when the device is offline when using "find my iPhone app"????? Any way of getting a location from it????

    I've lost my iPhone 4... How can I find it when the device is off linesmen using "find my iPhone app"????? Any way of getting a location from it?????

    No. It must be online in order to locate it.
    What To Do If Your iDevice Is Lost Or Stolen
    iPhone, iPod Touch, and iPad
    If you activated Find My Phone before it was lost or stolen, you can track it only if it is connected to the Internet by Wi-Fi or cellular. What you cannot do is track your device using a serial number or other identifying number. You cannot expect Apple or anyone else to find your device for you. You cannot recover your loss unless you insure your device for such loss. It is not covered by your warranty.
    If your iPhone, iPod, iPod Touch, or iPad is lost or stolen what do you do? There are things you should have done in advance - before you lost it or it was stolen - and some things to do after the fact. Here are some suggestions:
    This link, Re: Help! I misplaced / lost my iPhone 5 today morning in delta Chelsea hotel downtown an I am not able to track it. Please help!, has some good advice regarding your options when your iDevice is lost or stolen.
      1. Reporting a lost or stolen Apple product
      2. Find my lost iPod Touch
      3. AT&T. Sprint, and Verizon can block stolen phones/tablets
      4. What-To-Do-When-Iphone-Is-Stolen
      5. iCloud- Use Lost Mode
      6. What to do if your iOS device is lost or stolen
      7. 6 Ways to Track and Recover Your Lost/Stolen iPhone
      8. Find My iPhone
      9. Report Stolen iPad | Stolen Lost Found Online
    It pays to be proactive by following the advice on using Find My Phone before you lose your device:
      1. Find My iPhone
      2. Setup your iDevice on iCloud
      3. OS X Lion/Mountain Lion- About Find My Mac
      4. How To Set Up Free Find Your iPhone (Even on Unsupported Devices)

  • How can I generate data when the link is click on?

    i have written a stackoverflow question ,
    would like some input if you have any , thanks, i would like to stay away from using jquery
    http://stackoverflow.com/questions/23143436/how-can-i-generate-data-when-the-link-is-click -on/23143813?noredirect=1#23143813

    I think you need to rephrase your question and be more specific. Also for me the images you are referring to do not exist. From your question I am interpreting it as "how do I program?"

  • How can i find out when the Creative Cloud be available in my country?

    how can i find out when the Creative Cloud be available in my country?

    This information is not available. We are working to add more countries, the newest being South Africa which will be added by the end of November. We are working to make this process more transparent. I understand how frustrating it is to not know if and/or when the Creative Cloud will be available in your country.

  • How many table are affected when sales order creation(O2C)

    Hi all,
             HOw many table are affected when sales order creation, can any one please help ,and please give me a description indepth please please. I know some of the table affected
    Thanks&Regrads,
    Surya

    Hi Kantur Shekar madhuri,
    Would you confirm the whether in your schedule line category is activated for "Product Allocation" or not.
    if not please activate and re run your scenario.
    Regards
    Arun

  • How to debugg a script when the Required out put is like Fax  or email

    Hi this is Durga Prasad i have small doubt in scripts can any one clarify that one plz  normally we will do that one with activating debugger but when a special requirement is like fax or e mail    how we will do that one
    "how to debugg a script when the Required out put is like Fax  or email"
    Thanks in advance
    Durga Prasad.

    Hi
    DEBUG Smartform:
    1) One way to debug smartform is to debug the Function Module of that smartforms.
    If you want to debug particular smartform node that the solution would be,
    insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint.
    So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.
    2) SFTRACE can be used for debugging SMARTFORMS.
    Read More here.
    http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    script
    1). Use Tools - Word Processing - Layout Set (SE71). Enter name of layout set and then Utilities - Activate Debugger.
    It is of no consequence which layoutset you enter when selecting the SAPscript debugger. (Menu path: Tools-Wordprocessing - Forms, Utilities - Activate Debugger) The next layoutset called will invoke the debugger.
    2). Another way to set the SAPScript debugger is to run program RSTXDBUG.
    When you debug Print program it is same as you debug any other ABAP program. While when you debug SAPScript, you actually debug the code ( scripting) you have written SAPScript Form.
    As per ur question there is nothing new with script debugging,
    it is same as normal report debugging...
    SMARTFORMS DEBUGGING
    For smartforms debugging you can do this.
    1. Execute the smartform (execute button in SMARTFORMS transaction)
    2. Take the generated function module and display it in SE80.
    3.Find the smartforms Elements (text elements, windows, code lines, loops) in this and set Soft break points.
    Correct name is SMARTFORM_TRACE. You have lots of options for adequate analysis
    Tcode - SFTRACE
    Re: How to Debug a Smartform
    Debug of smartform and sapscript.
    Debugging SmartForms
    Debugging of a subroutine pool.
    SCRIPT
    There are 2 separate kinds of debugging available when you try to debug scripts.
    1. Debugging the print program : This is the normal debugging we do for our report programs.
    2. Debugging the script itself : You Can debug a SAP Script by activating debugger in two ways:
    a .In SE71->Menu->Utilities->Activate Debugger, then debugger will be get activated and when your print program is executing Script Debugger will be in active and you can proceed with your debugging.
    b. Goto se38-> RSTXDBUG ->Execute this same as going thru in se71-> Menu, now debugger will be activated.
    refer to the link below
    http://www.howforge.com/how-to-debugging-sapscript-form
    Look at the BLOG here, it is well explained
    /people/sudheer.junnuthula2/blog/2007/01/09/script-debugging
    Regards
    Anji

  • How many gb are actually on the 16 gb model

    How many gb are actually on the 16 gb model new iPad is it the same as the iPad 2

    On your iPod menu, Settings>About. Click the centre button to move through the screens until you get to the one that tells you how many songs, videos etc. you have. You can also see the information by connecting your iPod to iTunes. Connect your iPod and when it shows in the iTunes 7 source list click on the chevron (the little triangle) to the left of the iPod icon This will display the various icons for the iPod itself, Music, Movies, TV Shows and Playlists. Click on Music and you'll see the usual song list, on the grey bar at the bottom you'll see how many songs are there.

Maybe you are looking for

  • Standard vga graphics adaptor - Error 10

    Hi,  I have a Hp Envy 15 Laptop and i recently got it fixed, replaced my Harddrive. And now my Standard vga graphics adaptor cant start and it gives an error 10. Do you have any drivers for it?

  • How to access database file on CDROM from Java Programe??

    Hello friends, I am making online exam application. I want my question database to be reside on CDROM. but i am not getting any idea how to make DSN or static path that resolute the path that i have mentioned for CDROM. basically i want to know how t

  • I loaded the newest version of itunes and now neither my windows 7 computer nor itunes recognizes my ipod

    i loaded the newest version of itunes and now neither my windows 7 computer nor itunes recognizes my ipod

  • For J2ME Wireless Toolkit Beta 2

    I wrote a project with this toolkit, I test it and it works fine with the Run MIDP Application. I tried to install it in the Nokia 72XX (Handphone of my fried, sorry forget the model). It reported "Invalid Jad file" Any suggestions? Thanks a lot in a

  • Adobe FME not working

    i'm running adobe fme 3.0.1 on my computer and it comes up fine but when i try to change the video input or start broadcasting it just hangs up and freezes.  i've already tried deleting the startup.xml and i still am having problems. any sggestions o