Automate Outlook export process

Hi there.
I'm looking for a way to automate the built-in export files to PST function in outlook (2010)
I've got multiple pst archives per user (thanks to previous sysadmin), all with sub-folders and I need to keep the folder structures but extract all of 2007, 2008 , 2009 etc emails into their own pst's. I have tried some 3rd party applications but they have
all failed rather spectacularly. Any help would be greatly appreciated, even if someone can just point me in the right direction to get started. Am I correct in saying that Exchange 2007 cannot export PST's because they aren't part of the Mailbox Identity?

Hi,
We can use Group Policy to change the default AutoArchive settings for all users. However, if the AutoArchive setting for separate folders is set to "Do not archive items in this folder", the Group Policy settings won't apply to these separate
folders and there is no way to deploy AutoArchive settings to separate folders.
Since you are in Exchange 2007 environment, we can use Managed Folders instead of AutoArchive to achieve the same goal. See:
https://technet.microsoft.com/en-in/library/bb125163%28v=exchg.80%29.aspx
If you need further assistance regarding Managed Folder, you can post a new question in the Exchange forum:
https://social.technet.microsoft.com/Forums/office/en-US/home?category=exchangeserver
Thanks,
Steve Fan
TechNet Community Support
It's recommended to download and install
Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
programs.
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Automate Outlook Contact import/export?

    I am in the process of developing a contact management system
    for my company and have built coldfusion pages that allow the user
    to import their personal contacts from outlook, as well as export
    contacts from the system into their MS Outlook contacts.
    The process is fairly simple on the users (in my mind) but it
    requires using Outlook's import/export function, which is about 6
    or 7 steps. My users would of course like to have this process
    simplified.
    Is it possible to have a button on one of my pages that
    automates the entire process? i.e. creates the csv file (or
    whatever other format is needed) and then automatically pushes that
    data into outlook (and vice versa) ?
    Any thoughts or suggestions are greatly appreciated!

    If your Outlook users are using Exchange you might look into
    ColdFusion's Exchange features.
    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=cfexchange_1.html#112045 8

  • Aperture automatically starts exporting while processing

    I just updated my Aperture 3 with the newes update, and it seems to have an issue with processing image adjustments. When I apply a couple of adjustments without waiting for one adjustment to stop "processing" before applying the next, the text automatically change from "processing" to "exporting" and it keeps saying "exporting" until I shut down. If I apply further adjustments these are implemented and the text changes from "Exporting" to "processing" before it changes back again.
    Is it something I do, or is it at bug in Aperture.

    It sounds like you are working it a bit to hard.
    I think you may need more RAM, or slow down a little when doing adjustments. Allan

  • How to Send an Email to Outlook using process type in RSPC?

    Hi,
    How to Send an Email to Outlook using process type in RSPC?
    We created lot of process variants, actually we want to send an mail to users if the DP Background job was succesfully finished.
    Actually i tried with create message its not happening...
    Plz let me know .. its urgent ...
    Regards,
    Satish

    Hello Satish,
    If you want to send a friendly message to your users, then you can do this by building an ABAP program that calls function module SO_NEW_DOCUMENT_SEND_API1 . You can then insert this ABAP program in your process chain (using the ABAP program process type) or as a second step in your background job. With this technique, you can send an email to SAP users, or to external users (e..g Outlook email addresses)
    Here's  a sample ABAP code:
      data: ls_docdata type SODOCCHGI1,
            lt_objcont type table of solisti1,
            lt_receivers type table of somlreci1,
            ls_objcont type solisti1,
            ls_receivers type somlreci1,
            ls_user type syuname.
    * Fill these variables with subject and msg lines that you need.
    data: MAIL_SUBJECT     TYPE STRING,
    MSG_LINE1     TYPE STRING,
    MSG_LINE2     TYPE STRING,
    MSG_LINE3     TYPE STRING,
    MSG_LINE4     TYPE STRING,
    MSG_LINE5     TYPE STRING.
      ls_docdata-obj_descr = mail_subject.
      ls_objcont-line = msg_line1.
      append ls_objcont to lt_objcont.
      ls_objcont-line = msg_line2.
      append ls_objcont to lt_objcont.
      ls_objcont-line = msg_line3.
      append ls_objcont to lt_objcont.
      ls_objcont-line = msg_line4.
      append ls_objcont to lt_objcont.
      ls_objcont-line = msg_line5.
      append ls_objcont to lt_objcont.
    * t_userlist contains the list of users to whom th email will be sent.
      loop at t_userlist into ls_user.
        ls_receivers-receiver = ls_user.
    "Change the type  here if email is for outlook users, See documentation
    " of function module in SE37
        ls_receivers-rec_type = 'B'.            
        ls_receivers-express = 'X'.
        append ls_receivers to lt_receivers.
      endloop.
      CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
        EXPORTING
          document_data                   = ls_docdata
        tables
         OBJECT_CONTENT                   = lt_objcont
         receivers                        = lt_receivers
       EXCEPTIONS
         TOO_MANY_RECEIVERS               = 1
         DOCUMENT_NOT_SENT                = 2
         DOCUMENT_TYPE_NOT_EXIST          = 3
         OPERATION_NO_AUTHORIZATION       = 4
         PARAMETER_ERROR                  = 5
         X_ERROR                          = 6
         ENQUEUE_ERROR                    = 7
         OTHERS                           = 8
    You can test out the function module first in SE37 (just put the name of the FM and click execute). Testing it in SE37 will help you get your parameters right.
    Hope this helps.

  • Automating the import / export process in 9.0.2

    In Portal 3.0.9.x the export and import were entirely command-line driven tools, so it was possible to automate the process to a certain degree.
    In 9.0.2 the import/export process is a combination of scripts and manual actions through the Portal UI to import and export the transport sets.
    Is there any way in 9.0.2 to automate this process ?

    You make me feel better. I am having THE problem. Logs say it was all a success but NOTHING is imported. I tried with portal 9.0.2.2.22 on Win2000 and now I'll try it on 9.0.2.2.14A on Sun. What did you use?

  • Automatic EXP export of database 11gR1

    Dear All,
    I use to take backup daily of my database 11gR1 on Linux from my client window machine through exp comand.
    I have to go on a leave for one week. I want to automate this procedure that export of schemas in database is taken automatically on daily basis. What is the easiest process to do this.
    Regards,
    Imran

    You should use Oracle 11g Scheduler to automate your backup process
    Please refer to below pages:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28310/schedover.htm#i1106753
    http://johanlouwers.blogspot.com/2009/03/oracle-database-11g-scheduler.html
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Siebel to outlook export data

    Hey ,
    This is my first post ,I am working on a EAI project,in which i am supposed to export activity and contact data from siebel to ms outlook,i have done this in following manner
    1.Created a button on activity applet which will sync the export process
    2.The workflow will be triggered which uses the business service named eai siebel adapter which gives a siebel msg as output and uses the search spec ( last updated date <sysdate )as input argument.Also it uses the query method of EAI siebel adapter.
    Now this siebel msg is passed to another business service siebel eai xml read which uses xml hierarchy as output agrument.
    The IO which will contain all the required fields of Action BC (activity ) will be used as another input arg for the siebel business adapter business service.
    3. Now the problem comes ,how do i parse the siebel hierarchy which i will obtain from the business service EAI Siebel Xml read.Please let me know how to parse xml hierarch ..any method other than FINS Industry XML Read.
    Also i am supposed to use some macros for getting the data from outlook to siebel.Please guide me.

    Hello,
    I am not sure... but take a look at eaisiebel.js (do a search in bookshelf).
    Good luck
    Antonio,
    Bexpert - Brazil
    Siebel consulting & training

  • My itunes in pc fails to secure link with itunes store it shows the process bar it automatically quits the process it also does not shows any on the screen. i am using windows xp service pack 3. what shoul i do?

    my itunes in pc fails to secure link with itunes store it shows the process bar it automatically quits the process it also does not shows any on the screen. i am using windows xp service pack 3. what shoul i do?
    Diagnostics test
    Microsoft Windows XP Professional Service Pack 3 (Build 2600)
    ECS G31T-M7
    iTunes 10.5.2.11
    QuickTime 7.6.9
    FairPlay 1.13.37
    Apple Application Support 2.1.6
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 4.0.0.97
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.5.502
    Gracenote MusicID 1.9.5.115
    Gracenote Submit 1.9.5.143
    Gracenote DSP 1.9.5.45
    iTunes Serial Number 0012ABAC07F3CCB0
    Current user is an administrator.
    The current local date and time is 2011-12-31 14:06:21.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is not supported. (16005)
    Video Display Information
    Intel(R) G33/G31 Express Chipset Family
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:        {7599FAD1-1BB9-4AC6-80AF-404253DC519E}
    Description:            Atheros L2 Fast Ethernet 10/100 Base-T Controller - Packet Scheduler Miniport
    IP Address:             192.168.1.5
    Subnet Mask:          255.255.255.0
    Default Gateway:    192.168.1.1
    DHCP Enabled:      Yes
    DHCP Server:         192.168.1.1
    Lease Obtained:     Sat Dec 31 13:46:09 2011
    Lease Expires:       Tue Jan 03 13:46:09 2012
    DNS Servers:         192.168.1.1
    Active Connection: LAN Connection
    Connected:             Yes
    Online:                    Yes
    Using Modem:        No
    Using LAN:             Yes
    Using Proxy:           No
    SSL 3.0 Support:     Enabled
    TLS 1.0 Support:     Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was unsuccessful.
    The network connection timed out.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2011-12-31 14:00:02.
    **** Device Connectivity Tests ****
    iPodService 10.5.2.11 is currently running.
    iTunesHelper 10.5.2.11 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8.  Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9.  Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA.  Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB.  Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    Connected Device Information:
    rawkiss’s iPhone, iPhone 3G running firmware version 4.0
    Serial Number:       86931UEAY7H
    **** Device Sync Tests ****
    Sync tests completed successfully.

    I have found a fix after doing additional research through this forum. Tech Note #328730 addresses this problem and it works for Photoshop Album 3.2 even though it was written for release 1.0.
    Here is a link that will take you directly to the Tech Note:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=328730
    When using this fix the Tech Note indicates:
    "Imported image data and tags are lost when you re-create the My Catalog.psa file, so you need to reimport images and reapply any tags"
    however it did retain the captions (at least it did for me).

  • Any solutions for "Export process terminated unexpectedly [11]" problem?

    Hey guys,
    I'm trying to simply use Quicktime Pro (Version 7.6.6 Build 1632) to enable the "Fast Internet Start" feature of a 640 x 480 video H.264 video. It uses 16-bit Little Endian for audio, if that's of any help.
    Anyway, like lots of other users with this same exact problem, I make the changes in the "Export" dialogue (in this case, enabling "Fast Internet Start" and lowering the audio quality a bit), and the little status indicator goes away and "Export Process Terminated Unexpectedly {11}" appears in its place. Has a definitive answer been found for this problem?

    Similar issue here when exporting AVI files captured from Canon G9 to iPod.
    QuickTime Pro quits with: Failed: process terminated unexpectedly (11).
    Oddly, if I start from a power off and run QTime the error does not occur.
    Of course powering off for every export is a real PAIN IN THE Axx but it is a work around on this end.
    I have yet to try 3rd party software but this is error occurs with Quick Time Pro Ver 7.5 build 149.5.
    Sad

  • Payment methods for automatic incoming payment processing.

    Hi,
    We have been using 'f110'  program for automatic outgoing payment processing. Now we are trying to set the incoming payment processing using the same program.  It should be mentioned that its a Canadian organization.  For outgoing payment, we have been using Bank transfer method, one of the available methods for outgoing payment. Our organization wants the same bank transfer method for the incoming payment processing. However, Bank transfer method is not belong to the group of incoming payment methods, rather it has the following methods:
                          1. Debit memo
                          2.   Bill/ex
                          3. Bill/ exch. pyt req.
                          4. Payment demand .
    I am just wondering is there anyway we can include the bank transfer method inside the incoming payment group or we can use any of the existing method for the same purpose.      
    Reagrds,
    Lokman

    Dear Lockman,
    The payment method "B" can just be:   
    If outgoing payment:   Bank Transf           
    If incoming payment:   Debit memo            
    So Debit memo means Bank transfer for incoming payment.
    I hope this helps.
    Mauri

  • Can you have a PDF fit on the viewer's screen automatically when exporting from InDesign CS4?

    Can you have a PDF fit on the viewer's screen automatically when exporting from InDesign CS4?

    If you were to upgrade to InDesign CS5 or CS5.5 and if you exported as Adobe PDF (Interactive), you could set the View settings for Page Layout and Zoom.
    While, as Jongware points out, its possible for individual users to override that option (Preferences > Page Display > Default Layout and Zoom), the number who will actually do that is actually very tiny.

  • Flash play installation not work - The exe file deelete automaticly and the process is still running

    Flash play installation not work - The exe file deelete automaticly and the process is still running

    Why i get no answer?

  • Please help. When exporting a 720p video using Quicktime Conversion in FCP it saves some extra temporary files to my computer. The file is called ICMMultiPassStorage. This file gets so large that eventually the program and exporting process crashes.

    Please help. When exporting a 720p video using Quicktime Conversion in FCP it saves some extra temporary files to my computer. The temporary file it saves is called ICMMultiPassStorage. This file gets so large that eventually the program and exporting process crashes. I have been able to locate the file using GrandPerspective and close out of FCP to delete it. But when I try exporting the movie again it creates the ICMMultiPassStorage file again. I have made sure my scratch disks are set to my external hard drive so I know that isn't the issue. How do I fix this problem so these temporary files are not being stored on my internal hard drive instead of my external?Thanks!

    Try exporting the timeline "using current settings" via Make QuickTime Movie, then submit that clip to Compressor for the transcode. This should be faster and less painful.

  • How to automate the Export Window feature?

    How can I automate the Export Window (while in the All Computers view) feature?
    I've looked in the Automator program but the Export Window Action is unavailable. Can someone point me in the right direction?

    cleaning up old questions. I never found a way to do it but I no longer need to do it.

  • Tax deduction in EXPORT process

    Hi
    Please let me at what stage will we deduct tax ( during SAP business transaction ) in following senarios
    1. When Form C is submitted
    2. during Export process when ARE 1/bond is generated
    3.when ARE 3 document/license  is generate/bond
    For above senario's I want to clarify that will we deduct tax while creating sales order or will we adjust it after invoice when we create bond/license.
    Thanks

    Hi,
    1.C form is a sort of tax discount applicable when both the parties are registered under VAT (TIN No ) Say instead of 12.5 % tax bill at 2% tax if C form is received before PGI.Create a tax classification with C form and without C form and assign to your customer master and use the same in sales order.
    2.Both exports (Except claim of rebate) and deemed exports are exempted from excise duty and sales tax as per govt norms,In sales order the excise values will be calculated but will be statistical (No account posting) the displayed value is only for creation of ARE forms (Export removal).
    Regards,
    Siraj

Maybe you are looking for

  • Check for required fields before locking subforms and submitting

    Hello, I have a 5-page form with many questions, to be completed by the original requestor and multiple approvers.  What I'm trying to do is have the original requestor's Submit button on p. 3 lock the input on the first three pages, but first check

  • Issues with wifi connection after upgrade 10.8.5.

    After the upgrade, wifi empty triangle. No way to activiate the wifi. Need to reboot 3 times (just reboot, any other action) to finally have the wifi activated and the connection working. Known issue in this version? Fix planned? Thanks.

  • What is better Java Logging or Log4J?

    What is better Java Logging or Log4J and why?

  • Please help omg I need music.

    When I plug my iphone into my computer to download music, the device doesn't show up on my itunes. How can I get it to show up? I really wanna download music and it's not working and i'm not a happy camper help

  • AZWR condition type

    Hi, I would really appreciate it if someone could shed some light on the AZWR condition type. I have the following queries - 1) When the condition type AZWR is included in a pricing procedure, which account key should be assigned to it ? 2) Should AZ