How to import PST to Exchange 2007 from Exchange 2010

Hello everyone,
I have a problem with importing PSTs to Exchange 2007 mailboxes.
I exported PSTs without problem on Exchange 2010 using New-MailboxExportRequest but I run in several problems with importing PSTs on Exchange 2007.
I created VM with Windows XP, 32bit Exchange Management tools and Outlook 2007 because it's needed for importing/exporting in Ex2007 Envinroment. I created separate account for imporing PSTs, grant him rights to Exchange server and specific mailbox but I still
got this error while importing: Error occurred in the step: Approving object. An unknown error has occurred., error code: -2147219968 or sometimes import run without any error but no messages are imported (also it is processed very fast).
I use Import-Mailbox -identity <user> -PSTFolderPath <Path>
Do you know what causing this issue and how to fix it or how to import PST to Exchange using different aproach?
Thank you

Hi,
Please make sure that your account has proper permissions
Exchange Server Administrators role
Local Administrators group for the target server
Full access to the target mailbox
In addition. what’s size of that PST file? If it is too large, it might be corrupted and we may need to export it again from Exchange 2010.
Best Regards.  
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]
Lynn-Li
TechNet Community Support

Similar Messages

  • How to import more than 2k items from Excel(2010) to SharePoint 2010 List?

    Hi,
    I am getting error while importing more than 2k items from Excel to SharePoint List.
    Need solution!!

    Hi.
    Try to use the Import Spreadsheet list template to import your data.
    http://www.dummies.com/how-to/content/import-a-spreadsheet-as-a-list-in-sharepoint-2010.html
    Regards,
    Bubu
    http://zsvipullo.blogspot.it
    Please mark my answer if it helped you, I would greatly appreciate it.

  • How to import or sync Exchange server data like Calendar, Contacts with a web application or web service

    How to import or sync Exchange data like Calendar, Contacts with a web application or web service.
    1. Is there any API to import contacts and calendar (tasks and events) from exchange server to my calendar in web application using web services or http request. the user would have provided the username and password for his exchange account.
    2. Is there any licensing involved to communicate with exchange server for its data.
    thanks in advance 

    I am bit lost here; i have my exchange credentials, how (or) can i use the above mentioned solution for windows application or web services. can you please point in the right direction. my requirement is this: how to sync exchange data with a third party
    app or webapp(my development) using EWS. how to start with, starting point and steps to do[just overview ;)].

  • HOW TO IMPORT DATA MORE THAN ONCE FROM THE SAME EXPORT DUMP FILE?

    before asking my question i'd like to mention that i'm a french spoke...
    so my english is a little bit bad. sorry for that.
    my problem is : IMPORT
    how to import data a SECOND TIME from an export dump file within oracle?
    My Export dump file was made successfully (Full Export) and then i
    tried to import datas for the first time.
    I got this following message in my logfile: I ADDED SOME COMMENTS
    Warning: the objects were exported by L1, not by you
    . importing SYSTEM's objects into SYSTEM
    REM ************** CREATING TABLESPACES *****
    REM *********************************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "USER_DATA" DATAFILE 'E:\ORANT\DATABASE\USR1ORCL.ORA' SI"
    "ZE 3145728 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAX"
    "EXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "ROLLBACK_DATA" DATAFILE 'E:\ORANT\DATABASE\RBS1ORCL.ORA"
    "' SIZE 10485760 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS "
    "1 MAXEXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    etc........
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "L1" DATAFILE 'E:\ORADATA\L1.DBF' SIZE 1048576000 "
    "DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAXEXTENTS 121 PCTIN"
    "CREASE 50) ONLINE PERMANENT"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file 'E:\ORADATA\L1.DBF'
    ORA-09200: sfccf: error creating file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified
    --->etc..........
    the drive E: with the folder E:\ORADATA didn't exist, but after
    all that i created it.
    see below, before my IMPORT statement
    REM ********************* CREATING USER *********
    REM ********************************************
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "L1" IDENTIFIED BY VALUES 'A6E0DAA6865E7627' DEFAULT TABLESPACE"
    " "L1" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'L1' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "MLCO" IDENTIFIED BY VALUES '56AC6447B7D50467' DEFAULT TABLESPA"
    "CE "MLCO" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'MLCO' does not exist
    ETC.......
    REM ********************* GRANTING ROLES ***********
    REM ************************************************
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER ANY TABLE to "L1" "
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'L1' does not exist
    ETC.........
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "L1" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'L1' does not exist
    -- that is normal, since the creation of the
    tablespace failed !!
    REM******************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLLBACK SEGMENT RB_TEMP STORAGE (INITIAL 10240 NEXT 10240 MINEXTENT"
    "S 2 MAXEXTENTS 121) TABLESPACE "SYSTEM""
    IMP-00015: following statement failed because
    . importing SCOTT's objects into SCOTT
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "EVT_PROFILE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 21 CACHE 20 NOORDER NOCYCLE"
    ETC............
    importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    REM *************** IMPORTING TABLES *******************
    REM ****************************************************
    . importing SYSTEM's objects into SYSTEM
    . . importing table "AN1999_BDAT" 243 rows imported
    . . importing table "BOPD" 112 rows imported
    . . importing table "BOINFO_AP" 49
    ETC................
    . . importing table "BO_WHF" 2 rows imported
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLE "DEF$_CALL" ("DEFERRED_TRAN_DB" VARCHAR2(128),
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ROLES" FOR "SYS"."DBA_ROLES""
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ERRORS" FOR "SYS"."DBA_ERRORS""
    IMP-00008: unrecognized statement in the export file:
    . importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00008: unrecognized statement in the export file:
    J
    Import terminated successfully with warnings.
    -------------------------------------b]
    So after analysing this log file, i created
    the appropriate drives and folders... as the
    import statement doesn't see them.
    E:\ORADATA G:\ORDATA etc...
    And i started to [b]IMPORT ONE MORE TIME. with:
    $ IMP73 sys/pssw Full=Y FILE=c:\temp\FOLD_1\data_1.dmp BUFFER=64000
    COMMIT=Y INDEXFILE=c:\temp\FOLD_1\BOO_idx.sql
    LOG=c:\temp\FOLD_1\BOO_log.LOG DESTROY=Y IGNORE=Y;
    after that i could not see the users nor the
    tables created.
    and the following message appeared in the log file:
    Warning: the objects were exported by L1, not by you
    . . skipping table "AN1999_BDAT"
    . . skipping table "ANPK"
    . . skipping table "BOAP"
    . . skipping table "BOO_D"
    ETC.....skipping all the tables
    . . skipping table "THIN_PER0"
    . . skipping table "UPDATE_TEMP"
    Import terminated successfully without warnings.
    and only 2 new tablespaces (originally 3) were
    created without any data in ( i check that in
    the Oracle Storage manager : the tablespaces exit
    with 0.002 used space; originally 60 M for each !!)
    so,
    How to import data (with full import option) succefully
    MORE THAN ONE TIME from an exported dump file ?
    Even if we have to overwrite tablespaces , tables and users.
    thank you very much

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the appropriate Database forum.
    The main URL is:
    http://forums.oracle.com/forums/index.jsp?cat=18

  • How to import a *.dmp file (exported from 10g) to 8i database?

    Hi everybody!
    Could anybody tell me how to import a *.dmp file (exported from 10g) to 8i database?
    I have tried but it seemed to be error "wrong version".
    Thanks a lot!

    From 10.1.0 to 8.1.7 => Use the EXPORT 8.1.7 to export the data from the 10.1.0 database and IMPORT 8.1.7 to
    import the data into the 8.1.7 database.
    Metalink note 132904.1 Subject: Compatibility Matrix for Export & Import Between Different Oracle
    Nicolas.

  • Urgent: how to import or transport abap class from dev to q

    How to import/transport custom abap class from dev to q.
    Any suggestions points will be awarded.
    Thanks in advance.
    MK

    hi M K,
    try SE24, your class, and go to menu 'Go to' -> object directory entry,
    click pencil icon and give your package name, will raise request.
    SE10 to release and STMS from prod to import.
    hope this helps.

  • How to import photos containing a tag from elements?

    how to import photos containing a tag from adobe elements 8?

    Tags are keywords.
    Other metadata:
    There is no way to share Faces from one system to another. Places will happen automatically if your photos have the gps co-ordinates in the Metadata. Events are populted depending on the choices you make in the iPhoto Preferences.
    Again, I'm not sure exactly what you're hoping for here, sorry.

  • How to import tables, indexes, tablespace, etc from a DMP.

    Hello,
    I like to know how to import tables, indexes, tablespace, etc from an DMP export of a Oracle 10.2.0.1 to be apply on a Oracle 11.2.0. When I import the DMP file all the data is going to one single Tablespace, for example, Users tablespace.
    On the original database we have various tablespace's each separated with different content (tables, indexes) and I like to know if it posible to import the same schema,tables, indexes, tablespace all made with one single DMP Export. I can't use DBUA because the software of the database on the 10.2 is missing, I have only a DMP file (24GB) of DMP!.
    Thanks for the reply,
    Sorry for my english :).
    Regards.

    thanks for that but is not what Im looking for.
    Look, on my ORCL directory of the oracle 10.2 I have for example this:
    CONTROL01.CTL
    EXAMPLE01.DBF
    REDO01-1.LOG
    REDO01.LOG
    REDO02-2.LOG
    REDO02.LOG
    REDO03-3.LOG
    REDO03.LOG
    RMAN.DBF
    SYSAUX01.DBF
    SYSTEM01.DBF
    TEMP01.DBF
    UNDOTBS01.DBF
    USERS01.DBF
    TABLESPACE1.ORA
    TABLESPACE2.ORA
    TABLESPACE3.ORA
    TABLESPACE4.ORA
    TABLESPACE5.ORA
    I make a full export to a DMP. Then in my 11.2 version first I created the user then when import the DMP file none of the tablespace (TABLESPACE1, TABLESPACE2, ETC...) is created, all is going to the USERS tablespace, SO, im looking a way to tell imp command that generates the exactly tablespace structure that i was have on the 10.2.
    Hope this can explain more my problem.
    Thanks again!.

  • How to import a maintenance task list from external system to R3

    Is there a bapi or a fm can import the maintenance task list (equipment ,function location ,generic) from external system to R3.

    Hello,
    how to import task list to sap from external system
    Hope this helps.
    Regards, Murugesh AS

  • E52- how to import contacts to ovi suit - from csv...

    hi,
    for E52 mobile - how to import contacts to ovi suit - from csv , excel files, can  any one please?

    I used  the program MyphoneExplorer to back up the ocntacts from my old S-E phone (or perhaps it was S-E's own PC Companion. Anyway, when pasting from that program I got a bunch of vcf files. I dropped and dragged these into Nokia PC-Suite and it workd very well.
    To add a little gripe about these "so called2 user friendly PC-suite programs - THEY ARE NOT. Are you listening Nokia? 
    I want to selectively import and export every single bit and byte from my phone in and out to my PC. I want to modyfy the data and put it back up again into the phone. Why is that supposed to be made so difficult.
    Spend less time making the finsishing touches on you icon and color gradient and put in more FUNCTION. Being locked up into one phone brand, just makes you agry - and you always find around the limitations.
    Interestingl, try to search your manual for "Import". NOTHING comes up concerning contacts. But synchonizing  sigh - if you have nothing to synchronize - because everything is on the PC - does not do you much good does it?

  • How to Import .pst files in Mac mail?

    I am finding a solution to import .pst files in Mac mail.
    In other and simpler words, I am tryng to transfer emails from ms outlook 2007 that supports .pst files to mac mail of mac operating system.
    Also it will very helpful if I can get solution for transferring contacts and calender work along with the above asked question.
    Eagerly waiting for the solutions.
    Thanks

    do it with the help of import-export wizard. Here goes the steps for youhttp://www.trickyways.com/2010/08/how-to-transfer-emails-from-outlook-to-apple-m
    ail/
    Your best move would be if you search for your problem on some search engine
    that you use.
    Typing "Convert
    Pst To Mac Mail" will land you in several solution.
    Or you can simply visit apple online store for this problem have a look:
    https://itunes.apple.com/in/app/pst-con
    ... 1009?mt=12
    Hope this helps

  • Exchange 2007 (sbs) export maiol contacts and distrubution lists an import in to Exchange 2010 (sbs)

    Hello, I have a server running SBS2008 with exchange 2007.
    I need to export all Mail Contacts, only need to export Dispaly Name, Alias and External email address.
    I then need to import them into my new server running exchange 2010
    Then i need to to dthe same with the distrubuition lists and add the contacts inoot the relavant groups.
    Does anybody know if this is possible please, if so  can anybody help me?

    Hi
    Perhaps you can export to a csv and then import from the .csv in exchange 2010?
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to import tables to target databse from a remote sql server

    Hi,
    I have various remote database (SQL Server, Oracle).
    I need to replicate those database in staging database and then from that database do a transformation to the datawarehouse database.
    I created a source database and staging database in oracle 9i.
    Using OWB i created a source module and imported all the metadata information from the remote(SQL) database.
    Now i need to import all these stuff to the target database.(just a replica of the remote database in my local machine).
    pls let me know how can i import the stuff into the target database without manually creating it.
    What i am looking for is some sort of scripts where in i can just run them in the target database.
    OR
    is there any other way were i can import the tables and the data into the target module directly?
    when i tried to do this i got an error saying its a invalid oracle source?
    Does this mean that i cannot import the stuff from SQL Server to OWB target module and then deploy to the database??
    pls help me in understanding this?
    TIA
    shankar

    In a nutshell, what you should do is:
    1. Import the source database structure into an SQL Server module or an ODBC source module (depending on whether you are using a transparent gateway or ODBC as a connecting mechanism between SQL Server and Oracle),
    2. Define the target database schema structure in an OWB's target module (in your case, since the source and target module are identica, you can just cut ad paste the source objects into the target module).
    3. Define the mappings (processes that extract data from the source and put them into the target) - in your case these will be straightforward, just 1:1 field mappings, since the source and target databases will have the same structure.
    4. Deploy everything to the target database schema - this will create the target schema objects (tables, views etc.) and install the scripts for data transfer that you designed when you defined the mappings.
    5. Finally, you can run the mappings that will transfer the data from SQL Server to Oracle.
    Regards:
    Igor

  • How to reset logs on Exchange 2010 after Event 518 stops backups from completing?

    I'm only able to find references to resetting logs Exchange 2000 and 2003.  I'm looking for info for Exchange 2010.
    There appears to be some kind of corrupt logs issue with one of our mailbox databases.  The corrupt logs cause the full backup to fail and because the full backup fails, the logs just get worse and keep growing.
    The server has event ID 518 that says a log is  "is missing (error -528) and cannot be used. If this log file is required for recovery, a good copy of the log file will be needed for recovery to complete successfully. "
    How do e get past this and stop the backup job from trying to look for this log file and start over?  I know that a full backup is supposed to clear the logs, but it will not happen because the backup never completes due to this log error.

    its still same for 2010
    Stop all the databases in the storage group.
    Verify the state of each database file in the particular storage group. For information about how to verify the state of each database file, see the "Database states" section.
    Perform one of the following actions:
    If one or more of the databases are in a Dirty Shutdown or Inconsistent state, determine which transaction log files can be removed without affecting database consistency.
    For more information, see the "Log files" section.
    If all the databases are in a Clean Shutdown or Consistent state, you may remove all the transaction log files except for the current transaction log file. Removing the
    current log file when all databases are in a Clean Shutdown state will cause a reset of the log file sequence. This does not prevent databases from starting. However, a reset of the log file sequence affects the ability to roll a
    database forward from a previous backup if the situation occurs.
    Copy all the transaction log files that you want to remove to a different location before you permanently remove them from the transaction log hard disk. Do not permanently delete the transaction log files until you have
    successfully completed a full online backup of all the databases in the storage group.

  • How to import a MP3 file song from iTunes into Logic 9?

    How do i import an MP3 music file from iTUNES into a recording project in LOGIC PRO 9?
    What type of recording trac needs to be used or enabled? Audio Trac or Software Instrument trac?
    I cannot find this task listed in the Apple Pro Training book for Logic 9.
    Thank you.

    Have you tried simply dragging and dropping the actual audio file using Finder... into the arrange window? Make sure you drop it into either a blank space in the arrange area or onto an Audio track. When you drop the Audio file into a blank area, Logic will automtically create an Audio track for it...
    This is how I normally do it without issue...

Maybe you are looking for

  • How to diminish latency when clicking and playing a track?

    I´m currently working on a play as the sound technician, and I have to play sound on certain cues. The other day, at a rehearsal, my mac froze, second time it´s happened (though it didn´t really freeze because I hit a few keys and a little ¨quit wind

  • Custom date buckets?

    All, I have built numerous reports that display information about opportunities closing for example, in the next 30 days, 30-90 days and 90-180 days. Thus, I'm just filtering on the opportunity close date for the period of interest. Now, I would like

  • HT201401 iCloud Backup

    Unable to backup my iPhone 4S to the iCloud - Receive a message, "there was a problem enabling iCloud backup". Also the following message is displayed at the top of storage screen, "iCloud storage details are currently unavailable. Try again later."

  • Double column options not showing up in answers environment

    Hi, I have configured descriptor id for one of the dimension column, I have saved rpd, restarted the server twice, i am unable to get the "filter by column id" options in prompt not in the report filter. should i enable something at presentation leve

  • Measure command execution time

    How can we measure that how much time has been taken by a command to complete. For instance if i 'm running a find / -name something .. how can i find out for much time did this command run.