Originals and archiving

Dear experts,
I'm trying to find out how archiving of DMS info records coexists with originals attached to those records.
I couldn't find the answers in the documentation. Could you shed some light on this please?
We use DMS - there are DMS documents with originals , that are kept on a SAP Content Server (through KPro).
Now we would like to set up archiving for the documents (The reasons are typical - there are 'old' documents tah should be removed from production system).
Logically I take a DMS record and its originals as a single entity (or am I wrong with this approach?), and expect that it should be possible to process it consistently.
I understand that I can easily archive 'info records'  (that is entries in tables DRAW, DRAT, etc ) , but what happens to the originals and to the linkage info (table dms_doc2loio, etc) then?
What would be the right scenario here? Is there some document at help.sap.com or Sap Library that covers this?
Thank you in advance!

Hi Egor,
The original remains in content server though you have changed the status as archived. For removing these from contetn server or transport to some other server location. Transaction code is SARA and you need to set deletion indicator for DIR's those needs to be archiived means removed . Archiving is a separate task based on the space availabilit in contetn server and client referring those document or not.
Please refere following link , it may help you in getting some additional info:
http://help.sap.com/saphelp_erp60_sp/helpdata/en/c1/1c31a243c711d1893e0000e8323c4f/frameset.htm
I hope this will resolve the query.
Regards,
Ravindra

Similar Messages

  • AVCHD import copies and archiving

    When I import AVCHD cards or card images, FCP X seems to re-wrap the the original to a ".mov" file and put it in the event folder.  This happens without copy to Event checked, create optimized checked, or create proxy checked.  As far as FCP X is concerned, the re-wrapped clips it generated in the Event folder are the Originals and the the card image archive is non-existant - at least as far as I can tell.
    What should I archive as the original media? Is there a way to reconnect/re-generate the re-wraped FCP X copy?
    Thanks
    Rick

    FCP can't edit .mts files, which is what's on the card, so it has to copy it.
    Archive the card. You could archive the QuickTime files, but they are a bit larger. FCP will relink automatically if you use camera import from an archived card.

  • Capture all SQL statements and archive to file in real time

    Want to Capture all SQL statements and archive to file in real time?
    Oracle Session Manager is the tool just you need.
    Get it at http://www.wangz.net
    This tools monitor how connected sessions use database instance resources in real time. You can obtain an overview of session activity sorted by a statistic of your choosing. For any given session, you can then drill down for more detail. You can further customize the information you display by specifying manual or automatic data refresh, the rate of automatic refresh.
    In addition to these useful monitoring capabilities, OSM allows you to send LAN pop-up message to users of Oracle sessions.
    Features:
    --Capture all SQL statement text and archive to files in real time
    --Pinpoints problematic database sessions and displays detailed performance and resource consumption data.
    --Dynamically list sessions holding locks and other sessions who are waiting for.
    --Support to kill several selected sessions
    --Send LAN pop-up message to users of Oracle sessions
    --Gives hit/miss ratio for library cache,dictionary cache and buffer cache periodically,helps to tune memory
    --Export necessary data into file
    --Modify the dynamic system parameters on the fly
    --Syntax highlight for SQL statements
    --An overview of your current connected instance informaiton,such as Version, SGA,License,etc
    --Find out object according to File Id and Block Id
    Gudu Software
    http://www.wangz.net

    AnkitV wrote:
    Hi All
    I have 3 statements and I am writing some thing to a file using UTL_FILE.PUT_LINE after each statement is over. Each statement takes mentioned time to complete.
    I am opening file in append mode.
    statement1 (takes 2 mins)
    UTL_FILE.PUT_LINE
    statement2 (takes 5 mins)
    UTL_FILE.PUT_LINE
    statement3 (takes 10 mins)
    UTL_FILE.PUT_LINE
    I noticed that I am able to see contents written by UTL_FILE.PUT_LINE only after statement3 is over, not IMMEDIATELY after statement1 and statement2 are done ?
    Can anybody tell me if this is correct behavior or am I missing something here ?Calling procedure must terminate before data is actually written to the file.
    It is expected & correct behavior.

  • How can I prevent deleted mail from ending up in "All Mail"     and "Archives"?  To my horror, I've emptied these boxes and lost all my mail from all my boxes  (and why do I need to enter this question three times?"

    How can I prevent deleted mail from ending up in "All Mail" and "Archives"? 
    To my horror, I emptied these boxes and lost all my mail from all my boxes .
    All mail also disappeared from my iPad, I suppose because they are "synched"
    (Also, no offense, but why do I need to enter this question multiple times?)
    Thanks for any thoughts.

    I'm having a similar but slightly different problem. My company just migrated to Gmail, and it's saving mail drafts every 30 seconds into my Trash folder.
    I unchecked the "Show in IMAP" preference in the Gmail settings, but my Drafts folder completely disappeared. I went back and checked it and the folder reappeared (with my drafts still in there).
    I like the idea if starting an email on my laptop and having the option of finishing it on my iPhone or iPad, so only saving Drafts locally would not be ideal.

  • Queries related to DMS and Archive link

    Hi Experts,
    1. Is it possible to link documents in MIGO or FB03 through Archive link with documents already stored via OAWD or CV01N.
    2. Can we use any single transaction code for reporting purpose where we can find all the documents stored via DMS and Archive link.
    Kind Regards,
    Vikas

    Hi,
    Christoph already answered that question in regard to document info records.
    Regarding documents from OAWD, your question is a bit surprising. The main idea of OAWD is to trigger a workflow for linking an external document to a SAP object (document in FB03 or whatever). This is done via ArchiveLink, so all documents linked via OAWD will appear in transactions like MIGO or FB03. Once more, please refer to the documentation:
    [Storage Scenarios with Integration of SAP Business Workflow|http://help.sap.com/saphelp_nw73/helpdata/en/4c/f3ee755e21458ae10000000a42189b/frameset.htm]
    regards,
    Juan

  • Need to create the document with originals and checkin that document

    HI Guys,
    My requirement is to write a method to  create the document with originals and checkin that document of DMS.
    Plz suggest the approach to get this requirement solved.
    Regards,
    RSK

    Hi Bala,
    Thanks for the reply.
    Iam writing the code under method like below.
    Importing:
    ls_doc type bapi_doc_draw2.
      APPEND is_files TO it_files.
      CALL FUNCTION 'BAPI_DOCUMENT_CREATE2'
        EXPORTING
          documentdata               = ls_doc
       IMPORTING
         documenttype               = iv_doctype
         documentnumber             = iv_docnumber
         documentpart               = iv_docpart
         documentversion            = iv_docvers
         return                     = iv_return
       TABLES
        documentfiles              = it_files.
    Iam checking with document number , document type, document part, document version... it is throwing error message as
    error while checking in and storing: version number(25).
    Please advice whether it is correct approach?
    Regards,
    RSK
    Edited by: shravan kumar ravula on Dec 22, 2011 11:24 AM
    Edited by: shravan kumar ravula on Dec 22, 2011 1:26 PM
    Edited by: shravan kumar ravula on Dec 22, 2011 1:26 PM

  • Archive and print and archive buttons not active

    I create a smartform and join it in sap. It is transection me9a.
    The problem when I run the program comes printpreview. There are two button that "Archive" and "Print and Archive". But they are not active. I wan to use them. What sould I do?

    Pass the below parameter to smartform function module,
    Ex,
    EXPORTING
                    control_parameters = control_param
                    output_options     = output_opt
    Check the below structure:
    data:  control_param    type ssfctrlop,
             output_opt       type ssfcompop.
      control_param-no_dialog = 'X'.
          control_param-preview = 'X'.
          control_param-getotf = ''.
          output_opt-tddest = 'LOCL'.
          output_opt-tdnoprint = 'X'.
    Similarly chack the other structure <b>ssfctrlop</b>
    Just a rough idea given above.
    Close the thread if your question is answered.
    Regards,
    SaiRam

  • Build and Archive not available?

    I'm trying to build an application to test on a friends (windows based) computer, so I want to do the Build and Archive function and send them the file since they are remote.
    My app builds fine, loads in the simulator and everything, but this option is grayed out.
    I'm using the latest sdk/xcode. Thanks

    You must install the Application Tools package after installing Xcode 3.2.5. There is a link to the Application Tools package below the link to download Xcode 3.2.5 and iOS SDK 4.2.
    http://developer.apple.com/devcenter/download.action?path=/ios/ios_sdk_4.2__fina l/application_tools_1.1.dmg
    If you have access to Apple's forums for paid developers, read FAQ #5 at the following URL for more information:
    https://devforums.apple.com/thread/75228?tstart=0

  • Which user is used to pick-up and archive files using the file adapter?

    Hi guys,
    which one it is? is it XIPADM?
    thank you,
    Olian

    Hi! Olian,
    You can get archive the file from FTP Server also or else even you can kept the folderrs in your local machine also....its your choice..
    Suppose if you want to Keep and archive directory or else a folder of another copy at which you are sending files from XI  you can follow the below steps...
    1. While configuring the Sender File Adapter you can select the option of ARchive directory ....there in File Adapter Parameters..
    2. Select that radio button and then create first one seperate folder in FTP location and then you can enter that directory path name in the Archive directory 3. Also if you want to delete the files from where the XI is picking the files from the source directory means select option called Delete.......
    3. Then automatically it will be deleted once the file is picked and also it can maintain another copy file in the archive folder or directory...
    I hope it can be useful to you.and this is sufficent to you...
    Regards:
    Amar Srinivas Eli

  • How to create Live and Archive Streaming URLs??

    Hello Pros,
    I am new to QT Streaming Server, and how it is setup and delivered. Please take it easy on me. Here are my questions.
    Our school has been using Helix (Real) Server to deliver some video content via Live/Archive streaming video. The school will be changing a format to QuickTime Streaming server to move away from Real. We would like to deliver MPEG4 file via Live Streaming and archive. We set up QT Streaming Server and we can deliver video now.
    How do you create and display URLs on a webpage to share live and archive movies? In RealServer, you can list URLs with live and archive, and RealPlayer opens separately and play movie. The videos are lectures so the website will have list of lecture links as we record every week.
    If I click this link, a RealPlayer opens and start playing. Currently, I know that “sdp” file is assigned under RealPlayer. When I changed it to QuickTime Player, the player does not open to play movie. Is there way for me to setup URL to open it in external player? We are not interested in making the movie playable inside webpage. We would like to let viewers have option to stretch the movie player to view larger image if they wish. Strange thing is that when the live movie is played in RealPlayer, the image size is smaller that what we stream (320x240). How is it possible? I am confused…
    How about archived streaming URLs? I have seen sites with embedded movie in the webpage, but how do you make links that when a viewer click the URL, it will start QuickTime Player externally instead of open it in new webpage? Is this possible? In RealServer, you can use “ramgen” code in a part of URL to open RealPlayer to play a movie.
    Any help will be appreciated it.
    Thank you.
    Reed
    G5, PB 17, Xserver, XSAN Mac OS X (10.4.7)
    G5, PB 17, XServe, XSAN   Mac OS X (10.4.7)  

    The Photoshop Forums (mac & PC) can be found here:
    Photoshop Windows
    Photoshop Macintosh

  • Diff. between content server and archive server(SARA on content server)

    I am very interested about difference between content server and archive server. Is there content server supplied by SAP and archive server by third party producers or something else?
    If so dditionally what needs to be done to archive data (via Sara) on content server. I did it on sap R/3 4.0 on an archive server. Is it huge difference to do it on 4.7x2 on content server?

    Hey,
    The content server is used to save documents,
    and SARA (and other third party producers) are used to archive old data.
    For example:
    You should use Content server - When you need to save un-structured data about worker (e.g: pictures, documents and etc) .
    You should use SARA (and other third parties) - When you need to move to archive old
    worker which have left your organization before 5 or more years (there for they are not relevant for you)
    Here is some more information about Content server
    from help.sap.com:
    "Therefore, besides the SAP database, an external content server is always available in every SAP system installation. In this way, the necessary technical infrastructure is provided for all document-centric applications and business scenarios that do not require a long-term archiving solution"
    Here is some more information about SARA and archiving
    from help.sap.com:
    "Data Archiving removes from the database application data from closed business transactions that are no longer relevant for the operational business. The archived data is stored in archive files that can be accessed by the system in read-only mode."
    for more information:
    http://help.sap.com/saphelp_nw70/helpdata/en/8c/e9ddbb5d9a524bbb7854d31b963248/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/73/c335406ee32e34e10000000a155106/frameset.htm

  • Urgent: Huge diff in total redo log size and archive log size

    Dear DBAs
    I have a concern regarding size of redo log and archive log generated.
    Is the equation below is correct?
    total size of redo generated by all sessions = total size of archive log files generated
    I am experiencing a situation where when I look at the total size of redo generated by all the sessions and the size of archive logs generated, there is huge difference.
    My total all session redo log size is 780MB where my archive log directory size has consumed 23GB.
    Before i start measuring i cleared up archive directory and started to monitor from a specific time.
    Environment: Oracle 9i Release 2
    How I tracked the sizing information is below
    logon as SYS user and run the following statements
    DROP TABLE REDOSTAT CASCADE CONSTRAINTS;
    CREATE TABLE REDOSTAT
    AUDSID NUMBER,
    SID NUMBER,
    SERIAL# NUMBER,
    SESSION_ID CHAR(27 BYTE),
    STATUS VARCHAR2(8 BYTE),
    DB_USERNAME VARCHAR2(30 BYTE),
    SCHEMANAME VARCHAR2(30 BYTE),
    OSUSER VARCHAR2(30 BYTE),
    PROCESS VARCHAR2(12 BYTE),
    MACHINE VARCHAR2(64 BYTE),
    TERMINAL VARCHAR2(16 BYTE),
    PROGRAM VARCHAR2(64 BYTE),
    DBCONN_TYPE VARCHAR2(10 BYTE),
    LOGON_TIME DATE,
    LOGOUT_TIME DATE,
    REDO_SIZE NUMBER
    TABLESPACE SYSTEM
    NOLOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;
    GRANT SELECT ON REDOSTAT TO PUBLIC;
    CREATE OR REPLACE TRIGGER TR_SESS_LOGOFF
    BEFORE LOGOFF
    ON DATABASE
    DECLARE
    PRAGMA AUTONOMOUS_TRANSACTION;
    BEGIN
    INSERT INTO SYS.REDOSTAT
    (AUDSID, SID, SERIAL#, SESSION_ID, STATUS, DB_USERNAME, SCHEMANAME, OSUSER, PROCESS, MACHINE, TERMINAL, PROGRAM, DBCONN_TYPE, LOGON_TIME, LOGOUT_TIME, REDO_SIZE)
    SELECT A.AUDSID, A.SID, A.SERIAL#, SYS_CONTEXT ('USERENV', 'SESSIONID'), A.STATUS, USERNAME DB_USERNAME, SCHEMANAME, OSUSER, PROCESS, MACHINE, TERMINAL, PROGRAM, TYPE DBCONN_TYPE,
    LOGON_TIME, SYSDATE LOGOUT_TIME, B.VALUE REDO_SIZE
    FROM V$SESSION A, V$MYSTAT B, V$STATNAME C
    WHERE
    A.SID = B.SID
    AND
    B.STATISTIC# = C.STATISTIC#
    AND
    C.NAME = 'redo size'
    AND
    A.AUDSID = sys_context ('USERENV', 'SESSIONID');
    COMMIT;
    END TR_SESS_LOGOFF;
    Now, total sum of REDO_SIZE (B.VALUE) this is far less than archive log size. This at time when no other user is logged in except myself.
    Is there anything wrong with query for collecting redo information or there are some hidden process which doesnt provide redo information on session basis.
    I have seen the similar implementation as above at many sites.
    Kindly provide a mechanism where I can trace which user is generated how much redo (or archive log) on a session basis. I want to track which all user/process are causing high redo to generate.
    If I didnt find a solution I would raise a SR with Oracle.
    Thanks
    [V]

    You can query v$sess_io, column block_changes to find out which session generating how much redo.
    The following query gives you the session redo statistics:
    select a.sid,b.name,sum(a.value) from v$sesstat a,v$statname b
    where a.statistic# = b.statistic#
    and b.name like '%redo%'
    and a.value > 0
    group by a.sid,b.name
    If you want, you can only look for redo size for all the current sessions.
    Jaffar

  • Install and Archive

    I've read posts on this but I seem to have such a basic question that I think it wasn't asked before. So, here it goes:
    - I had to perform an install and archive because my MBP would not start - I'd get that message in I-don't-know-how-many languages. I now have a folder on my HD that reads Previous Systems. My question is: the library folder I find in there is the old username/library or the HD/library?
    Thanks

    This should help you alot: http://docs.info.apple.com/article.html?artnum=107120.
    If you would like a run down of every last file and folder it preseves including and not including preserving network and user settings, please check this article.
    Hope this helps.

  • Process Order Deletion and Archiving process

    Hi all,
    I just want to ask what is the proper process in deleting and archiving process orders and what are the possible impacts on the other modules?
    Thanks!

    Using SARA, Archiving object is PR_ORDER or t-code COAC.  Follow the step pre-process, write archive file, and delete from database.
    I don't recall any prerequisite for archiving process orders.   However, costing guys/girls often yelled to keep process orders for a very long while so you might want to check with their requirement (Note that archiving is more business-oriented than you think).
    Before you can do so, you must follow the steps of process order life cycle (from create, release, tech.comp., close, deletion flag, deletion indicator, accordingly).
    For deletion flag, and deletion indicator, you can set via COAC t-code.  There is a set up for period lapse between deletion flag to deletion indicator to archive in order type configuration (residence time 1, 2).  Process order, for example,  must reside in database for 1 month after deletion flag and another 1 month after deletion indicator before you can archive them out if you set residence time 1,2 to 1.
    Hope it helps.

  • Document Scanning,Indexing and Archiving

    Hi
    I have been asked to do Document Scanning, Indexing and archiving documents in SharePoint 2013.
    How to do this ?
    Regards
    Siva

    Hello Siva,
    you will need to use some third-party-soultion like Captiva Pro or Kodak Document Imaging or develope custom solution to archive and index documents, f.e. using Canon Scanner (for paper documents) with
    Simplify Scan and barcodes, which you can use for achiving and indexing documents in SharePoint.
    Regards,
    Alexander

Maybe you are looking for