Any Recommended Purging policy for files in Archive folder?

Hi All,
Is there any recommended purge policy for files stored under Archive folder after import from ready folder.We need to delete files that are piling up the Archive,but wondering is there any recommendations.
Thanks

Hi,
Yes it is possible to delete the files under Archive folder. Just follow the below steps:
1. Create a text file which contain the below lines:
cd {MDM Installation Path}\Server\......\Archive
del star . star /q
Note: Instead of writing "star" use star symol
E.g. C:\Program Files\SAP MDM 5.5 Server\Distributions\Test-MDM_MSQL\Test-Repo\Inbound\Remote_sys\Inbound_port\Archive
2. Save the file with .bat extension.
3. You can schedule this file using Windows Schedular. For this go to Start -> Programs -> Accessories -> System Tools -> Scheduled Tasks and create a new one by double clicking on it. Select the bat file created and accordindly schedule it like daily, weekly etc.
4. Now whenever the task is due it automatically executes the commands written in bat file and deletes all the files from Archives folder :).
Its working fine at my end...
Kindly Reward points and update the thread status
Regards,
Jitesh Talreja

Similar Messages

  • Any recommendations or references for managing video content in iMovie 11?

    Any recommendations or references for managing video content (Events, Clips, Thumbnails, Projects, etc.) in iMovie 11?
    I just finished importing all my digital videos and understand the .mov files will be large, but want to make the most efficient use of my disk space and iMovie 11 as possible.  Any recommendations or references to other resources will be welcomed.

    My suggestion would be that in the future, they upload photos only to iphoto, and upload video clips directly to iMovie. In the early days of iOS, going through iPhoto was the only way, so it is a habit that I have had to break.
    With iOS 5 and 6, iMovie now recognizes the iPhone and the iPad as cameras.
    I agree that the Consolidate Media command should bring over iPHoto movies along with the photos. I suggest that you go to iMovie/Provide Feedback and let the developers know that you would like this feature.

  • Do u guys have any trade in policy for I pad

    I need to know if apple has any trade in policy for I pad

    Talk to Apple. They are not here.
    My guess is no.
    Allan

  • How can I get a search bar added to my email archives screen to make it easier to search for the right archives folder, Samsung has one so I was surprised to see that I have to scroll up and down to find the right folder?

    How can I get a search bar added to my email archives screen to make it easier to search for the right archives folder, Samsung has one so I was surprised to see that I have to scroll up and down to find the right folder?

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    You can modify the pref <b>keyword.URL</b> on the <b>about:config</b> page to use Google's "I'm Feeling Lucky" or Google's "Browse By Name".
    * Google "I'm Feeling Lucky": http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
    * Google "Browse by Name": http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=
    * http://kb.mozillazine.org/keyword.URL
    * http://kb.mozillazine.org/Location_Bar_search

  • Is there any component in JSF for   file browsing

    Hi Friends,
    i have to place a file browser in my page,i am using JSF Framework. so i need file browser component in JSF , but i am not able to find the JSF Component for file browser.( in normal html there is this tag {<input type="file" /> } for file browsing ), is there tag for file browsing in JSF.

    Edukondalu_Avula wrote:
    can you tell me what is the jar file i have to add for this taglib
    <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t" %>
    Read reply #3. I have posted a link.

  • Recommended backup policy for 500 users company .

    Hi Guys ,
     We are planing for a new and effective backup policy for our organization. the total data size per data may be 5-7 GB and weekly 40-45 GB .need a suggestion how to schedule backup ( how many full,incremental or differential ) per day and per week . it will be very helpful if someone suggest an idea .....     
    This topic first appeared in the Spiceworks Community

    Andrew,
    This topic has been discussed several times before on this forum. Please check the following threads for more details:
    Apps Backup
    Re: Apps Backup
    Backup Oracle Applications (11.5.10.2)
    Re: Backup Oracle Applications (11.5.10.2)
    Best Backup Strategy
    Re: Best Backup Strategy
    System Backup
    system backup
    Reommended backup and recovery startegy for EBS
    Re: Reommended backup and recovery startegy for EBS
    I say this because users complain performance problem with forms. The backup method has no impact on the system performance.

  • Files in Archive folder having limited access rights

    hi forum,
    i am using a File->XI scenario, where file is picked from a folder say XP1, and archived (as per configuration in the sender channel) to another folder say Archive, and subsequently sent to Integration server,
    the case is, the files in the Archive folder has the owner XP1ADM with access rights rw_ _ _ _ _ _ _,
    as a result, i cannot view the files in the Archive folder, as i m using a a user-id which is different from XP1ADM,  -
    (i am required to view these files - mandatory requirement)
    for information, the UMASK of XP1ADM is 022 (found by typing the command UMASK in it shell),
    hence, according to me, the files should have access rights 644 (since UMASK is 022), but the files are having access rights 600,
    can you please tell me why it is so,
    please help

    Gaurav, thanks fro the reply,
    i guess even if i keep the user in XPIADM's group, it wont do any good.....as access rights for group in 600 is 0,
      correct me if i m worng....
    anyways i didnt understand your reply---->
    <<Your administrator has to set the permissions group for the ID you use for this folder similar to XP1ADM.>>
    thanks

  • Checking for files in a folder -- Wrong output

    Hi guys,
    I'm writing a simple program, I have to check for 6 files (hardcoded, they will never change) if they are in certain directories/paths.
    The problem is, I think I have a problem in my IF statements, because it continueally returns false.
    The paths are on networked drives, does that make a difference?
    I'm rather stuck on this one, any help would be appreaciated.
    (some paths/file names have been replaced by "xxxxxxxxx", for security)
    * Checks for files in a directory, prints results.
    * @author Mitchell
    * @version 0.2
    * @date 28 Jul '05
    import java.awt.*;
    import java.io.*;
    import java.lang.Object;
    import javax.swing.*;
    import java.util.*;
    public class FileCheck extends JFrame
        //declare filenames/paths, add more if needed.
        String fileName1 = "file it2_load.txt";
        String fileName2 = "mo_batch.txt";
        String fileName3 = "mo_bcp.txt";
        String fileName4 = "mo_load.txt";
        String fileNameX = "IT2_1000_yyyymmdd.txt";
        String fileNameY = "IT2_2000_yyyymmdd.txt";
        //declare directories to search
        String fileLocation1 = "\\\\xxxxxxxxx\\aus_bear\\Patrol";
        String fileLocation2 = "\\\\xxxxxxxxx\\nz_bear\\Patrol";
        String fileLocation3 = "\\\\xxxxxxxxx\\bear\\remote\\RTS";
        String fileLocation4 = "\\\\xxxxxxxxx\\bear\\remote\\RTS";
        //declares array for filename storage. Change if needed.
        File fileNamesArray1[];
        File fileNamesArray2[];
        File fileNamesArray3[];
        File fileNamesArray4[];
        //set path to find files
        File filePath1 = new File(fileLocation1);
        File filePath2 = new File(fileLocation2);
        File filePath3 = new File(fileLocation2);
        File filePath4 = new File(fileLocation2);
        //string buffer to store results
        StringBuffer results = new StringBuffer();
        //start of FileCheck method
        public FileCheck()
            //collects all filenames from pre-set path1
            fileNamesArray1 = filePath1.listFiles();
            results.append("This program checks for files in given folders."
                            +"\nTRUE = File does exist in folder."
                            +"\nFALSE = File does not exist in folder.\n\n");
            results.append(fileLocation1 + "\n");
            //start for loop1 - check for pre-set filenames in path1
            for(int i=0; i < fileNamesArray1.length; i++)
                    if( fileName1.equals(fileNamesArray1.toString()))
    results.append("PATH1 >> " + fileNamesArray1[i] + " >> TRUE\n" + fileNamesArray1[i].lastModified());
    else if( fileName2.equals(fileNamesArray1[i].toString()))
    results.append("PATH1 >> " + fileNamesArray1[i] + " >> TRUE\n" + fileNamesArray1[i].lastModified());
    else if( fileName3.equals(fileNamesArray1[i].toString()))
    results.append("PATH1 >> " + fileNamesArray1[i] + " >> TRUE\n" + fileNamesArray1[i].lastModified());
    else if( fileName4.equals(fileNamesArray1[i].toString()))
    results.append("PATH1 >> " + fileNamesArray1[i] + " >> TRUE\n" + fileNamesArray1[i].lastModified());
    else
    results.append("PATH1 >> " + fileNamesArray1[i] + " >> FALSE\n");
    } //end for loop1
    //collects all filenames from pre-set path2
    fileNamesArray2 = filePath2.listFiles();
    results.append("\n" + fileLocation2 + "\n");
    //start for loop2 - check for pre-set filenames in path2
    for(int j=0; j < fileNamesArray2.length; j++)
    if( fileName2.equals(fileNamesArray2[j].toString()))
    results.append("PATH2 >> " + fileNamesArray2[j] + " >> TRUE\n" + fileNamesArray2[j].lastModified());
    else if( fileName2.equals(fileNamesArray2[j].toString()))
    results.append("PATH2 >> " + fileNamesArray2[j] + " >> TRUE\n" + fileNamesArray2[j].lastModified());
    else if( fileName3.equals(fileNamesArray1[j].toString()))
    results.append("PATH2 >> " + fileNamesArray2[j] + " >> TRUE\n" + fileNamesArray2[j].lastModified());
    else if( fileName4.equals(fileNamesArray1[j].toString()))
    results.append("PATH2 >> " + fileNamesArray2[j] + " >> TRUE\n" + fileNamesArray2[j].lastModified());
    else
    results.append("PATH2 >> " + fileNamesArray2[j] + " >> FALSE\n");
    } //end for loop2
    //collects all filenames from pre-set path1
    fileNamesArray3 = filePath3.listFiles();
    results.append("\n" + fileLocation3 + "\n");
    //start for loop3 - check for pre-set filenames in path1
    for(int k=0; k < fileNamesArray3.length; k++)
    if( fileNameX.equals(fileNamesArray3[k].toString()))
    results.append("PATH3 >> " + fileNamesArray3[k] + " >> TRUE\n" + fileNamesArray3[k].lastModified());
    else
    results.append("PATH3 >> " + fileNamesArray3[k] + " >> FALSE\n");
    } //end for loop3
    //collects all filenames from pre-set path4
    fileNamesArray4 = filePath3.listFiles();
    results.append("\n" + fileLocation4 + "\n");
    //start for loop4 - check for pre-set filenames in path1
    for(int l=0; l < fileNamesArray4.length; l++)
    if( fileNameY.equals(fileNamesArray4[l].toString()))
    results.append("PATH4 >> " + fileNamesArray4[l] + " >> TRUE\n" + fileNamesArray4[l].lastModified());
    else
    results.append("PATH4 >> " + fileNamesArray4[l] + " >> FALSE\n");
    } //end for loop4
    //construct displaybox for results
    JTextArea textArea = new JTextArea( results.toString() );
    textArea.setEditable(false); //disables modification of results
    Container container = getContentPane();
    container.add( new JScrollPane( textArea ) );
    setSize( 500, 500 ); // set window size
    setVisible( true ); //allow visibility
    //main
    public static void main (String args[])
    FileCheck window = new FileCheck();

    You could try using the File.exists() method.
    The paths are on networked drives, does that make a difference?Try the above on a local file and a networked file.
    I'm writing a simple program, Actually a simple program would be something like:
    File file = new File("xxx");
    System.out.println(file.exists());No need to include all the code you posted.
    http://www.physci.org/codes/sscce.jsp

  • How to move files to Archive folder in same document library

    hi,
    we have one document library (Upload Documents) in that document library we have Archive Folder , when upload document to upload document library first we want check same document   name is there or not and check version also ,if the same document
    is there in that document library then move to that  document to Archive  folder  with  same version and add to document to  upload document library..
    ex:
    Document Lib name:---Upload document
    folder name-->Archive Folder
    Document: Test.txt and version is 1.0
    when upload  same document to document library the Test.txt file move to archive folder and add same document in upload document library with new version

    you can look at Item Adding Event receiver and before you add the new document do you check and move the document to archive folder 
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • A folder on my desktop is missing, when I search for files in the folder nothing comes up...

    a folder  on my desktop is missing, when I search for files that are in the folder nothing comes up!  There are no items in my trash! please help!!!!

    Well, now you know why you should have backed your data up. There are two kinds of computer users: those who have accidentally deleted important data in the past, and those who will do so in the future. You've just switched groups. If your data isn't backed up, it will all be lost sooner or later to boneheaded mistakes or hard drive failure. The only question is when. Good backups are cheap insurance against that day.
    Now that those files have been deleted, you'll have to use data recovery software to try to salvage them, assuming the space they occupied on your hard drive hasn't yet been overwritten (a pretty good bet if they were still visible yesterday and you STOP using your computer now, to avoid overwriting them before you recover them). To do so you'll need an external hard drive and one of the following recovery utilities:
    Data Rescue 3: http://www.prosofteng.com/products/data_rescue.php
    FileSalvage 7: http://subrosasoft.com/OSXSoftware/index.php?main_page=product_info&products_id= 1
    Both are offered in demo versions that will show you what the full version could recover before you have to pay for anything.

  • IE policy for file extention prompts

    our developers have an INTRANET site that have links that point to .mdb and .xls files, how do I disable the security prompt. I know IE is doing exactly what it is suppose to but I need to be able to make and exception for certain extentions for the INTRANET
    zone alone. Can you help?

    Hi,
    Regarding your request, would you please first let me know the IE version?
     In IE8 There used to be a key called HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046} which stored the File Types that could either Auto-Open or not. This Key is
    not created in IE9, it can be added to the registry and IE9 still reads and applies settings associated with it.
    Whichever File Type you need to Auto-open, simply add a Zero Length Binary value by its name. These key values can either be added to the registry using GPP, and then the user is able to Auto-Open
    the specific file type in the browser. Hope this helps.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • DivX to H.264 -- Any way to control for file size?

    Hi there,
    I'm converting DivX files that my digital camera uses to H.264 files. I'm using MPEG Streamclip to do this.
    It's working fine, but results in much larger files. For example, a 23.4MB DivX AVI file converts to a 89.6MB H.264 MP4 file. A 91.4MB DivX AVI file converts to a 414.2MB H.264 MP4 file.
    Is there any way to convert these using H.264 without sacrificing quality and without resulting in such large files? MP4 files work with Quicktime, iMovie and (under Leopard) the Finder much better than DivX files do. Any advice?
    Thanks in advance,
    Mike

    When you are playing a DixX file have a look at the bitrates - IIRC that is a mix of video (most of it) and audio codecs. Say it says 1000 kb/sec. If you open the file in (freebie) MPEG Streamclip and export to MPEG-4 selecting the iPod setting 320X240 you will get a 700 kb/sec video and 128 kb/sec audio so around 830 kb/sec. The file will be smaller.
    If you pick the Apple TV export preset it is at about 1500 kb/sec so the result will be 50% bigger.
    Depending on the source codec using a lot higher H264 bitrates may not make it look better anyway (you cannot create data) , so try the basic iPod setting - benefit - reasonably small - a 45 minute TV show for me is about 270MB yet looks good on a TV set via iPod, and you will have iPod compatibility as well.
    Use MPEG Streamclip 1.9b3 version.

  • Can anyone recommend a method for File Replication among MacBookPros and Server?

    I am trying to find a way to have folders replicated on a Shared Lion-Server Folder.  The idea is - A folder is shared on the Server and when anyone changes the folders or files within the Share, that those changes are replicated to folder/Files on the independant folders of users.  So, when "John" is on a plane and he updates a Pages Document those changes are updated and replicated on the Shared Folder on the Server - Once "John" regains internet access.  Similar to Dropbox, but without the limitations of Size.
    Any suggestions?  Sorry if my explination is not very clear.
    Sal

    I'll chime in here and say that managing Mobility with Profile Manager is broken right now. It will work about one out of every 5 machines that you deploy the profile to.
    I was told by an Apple engineer to continue using Workgroup Manager for setting up users with Mobile accounts and Portable Home Directories. This always works as expected.
    Currently Mobility is the only thing I'm using MCX to manage. Everything else works fine with Profile Manager.

  • Any recommendations on productivity for database and project management, Bento was good but no longer sync with ical and address book

    I've unfortunately updated to the new Bento on MakBook and iPad and synced my data and in the process it tells me that iCal and Address books will not sync any more.  I have several projects I am working on and looking for something that will syn with iCal, address book and Busy Cal to manage my  time efficiently and seamlessly. Help?

    I think you're in the wrong forum - this is for developers, who write programs for apple products.
    As for Bento, their problem is due to Apple's changes in the API.  The code that syncs with calendars and contacts is now deprecated, which means at some point in the future, it will no longer work.  This problem will affect all developers, so you probably won't find any replacement for Bento.

  • Any recommendations or templates for User authentication with Flash sites?

    Looking to register, validate email registration and autheticate users to restrict access to individual accounts.  Does anyone have recommendations or templates?  It seems there would be a template out there that is generic for this purpose.

    Looking to register, validate email registration and autheticate users to restrict access to individual accounts.  Does anyone have recommendations or templates?  It seems there would be a template out there that is generic for this purpose.

Maybe you are looking for

  • In Mail, I can not open a viewer window

    I just had my hard drive replaced on my 27 inch imac.  It came back with a new operating system (OSX10.7.5)  Along with that it had several software updates. One of which was Mail.  It is now at version 5.3.  When I went to open it, it asked to trans

  • Changing GR/IR clearing account

    Hi, We are using one Gr/ir clearing account for both Material and Service Entry sheet process. Now for clear process we want to create new account for the Service entry sheet. We have given blank valuation class for Service entry sheet and it has bee

  • Oracle 8i Lite - OO4O and other Questions

    1.) Can OO4O (Oracle Objects for OLE) be used with the Oracle 8i Lite database ? 2.) Does Oracle 8i Lite operate as a "client/server" database ? 3.) Is it possible to have multi-user access to Oracle 8i Lite ? 4.) Is there documentation somewhere tha

  • Keyboard froze today on my HP pc and on my Acer laptop. both run on Windows 8.1

    Is anyone experiencing a freeze in their keyboard running on Windows 8.1 ? I not seeing a bug on the net that matches my symptoms : the mouse is working good and the PC seems fine but I cannot type anything and number 1 is lid up on the keyboard. Sim

  • Troubles with Zen Xtra 4

    I just bought a 40 gig Zen Xtra and when booting it freezes at the EAX title screen... when i boot it into the recorvery mode everything seems to be fin...but nope, i am unable to successfully complete any of the option listed except reboot...clean u