Hi all
Due to a merger with another company I have to import 1.7 TB journal data in form of PST files into a newly created Journal archive. I do not have any CFG files from the export. The Journal archive has no mailbox associated.
Is it possible to import such PST files directly into a Journal archive without having a mailbox enabled with the help of EVPM? I currently use the following INI file for EVPM.
[DIRECTORY]
DIRECTORYCOMPUTERNAME=<hostname of EV directory server>
SITENAME=141E8E83F8644EC419DE1B2BCD8DA44B61d10000evjoursitezrh.<our domain>
[PSTDEFAULTS]
COMPACTPST = TRUE
DELETEPST = FALSE
INCLUDEDELETEDITEMS = TRUE
SERVERCOMPUTERNAME = <hostname of the EV server serving the Journal archive>
MIGRATIONMODE=REPORT
PSTLANGUAGE=Western European
CancelMbxAutoArchive=TRUE
RetentionCategory=1686EB642797A1B4AAC98ED5CFE47870B1b10000evjoursitezrh.<our domain>
[PST]
FILENAME = E:\EVPM\ini\MJ05282012.pst
ArchiveName=<name of the journal archive to import the data>
The INI file is saved in UNICODE format. If I use this INI file with the EV service account I always get the following error...
;----------------------------------------------------------------------
; Report_Status: PST cannot be migrated
; Report_Error: Error reading PST file. [ E:\EVPM\ini\MJ05282012.pst ]
;----------------------------------------------------------------------
The PST file itself can be accessed with the same account by opening the PST file with Outlook 2007.
What do I need to add to the INI file to prevent such errors?