EVPM Script ingesting PST's
Hopping that someone might be able to help me with my PST ingestion ini. Currently the customer has apprx 2 TB of PST's that need to be ingested. All of the PST are stored on a network file share under random paths that were created by a collection tool. The problem I'm trying to resolve is how EVPM interperates the file path to the PST.
Below I have included the snip from the ini file. As you can see some of these paths are very long and all of them contain spaces. I have attempted to wrap the paths in qoutes but that didnt work. So I was hopeing someone else may have solved my syntax issue. I generally recieve one of the two failures
1. Report_Error: The filename, directory name, or volume label syntax is incorrect.
2. Report_Error: The system cannot find the file specified
[PSTDefaults]
MigrationMode = Report
ServerComputerName = ADCEXCHARC2
CONCURRENTMIGRATIONS = 10
PSTLanguage = Western European
ShortcutMode = MailboxShortcuts
IncludeDeletedItems = False
SetPSTHidden = false
SetPSTReadOnly = false
CompactPST = false
DeletePST = false
CancelMbxAutoArchive = false
[PST]
Filename = "F:\PSTRepository_Ingestions\Chismar_Deborah\SIEL08116 Collection_mfs01\SIEL081166 Collection\C_\Documents and Settings\024553\Local Settings\Application Data\Microsoft\Outlook\archive.pst"
MailboxFolder = PST Ingested Mail Archive1
RetentionCategory = Default FMI Retention
ArchiveName = Chismar, Deborah
[PST]
Filename = "F:\PSTRepository_Ingestions\Chismar_Deborah\SIEL08116 Collection_mfs01\SIEL081166 Collection\C_\Documents and Settings\024553\My Documents\archive.pst"
MailboxFolder = PST Ingested Mail Archive2
RetentionCategory = Default FMI Retention
ArchiveName = Chismar, Deborah
[PST]
Filename = F:\PSTRepository_Ingestions\Chismar_Deborah\archive1.pst
MailboxFolder = PST Ingested Mail Archive3
RetentionCategory = Default FMI Retention
ArchiveName = Chismar, Deborah
[PST]
"Filename = F:\PSTRepository_Ingestions\Chismar_Deborah\SIEL08116 Collection_mfs01\SIEL081166 Collection\C_\Documents and Settings\024553\My Documents\Outlook\024553.pst"
MailboxFolder = PST Ingested Mail Archive4
RetentionCategory = Default FMI Retention
ArchiveName = Chismar, Deborah
[PST]
Filename = \\adcna06_vf0\ADCEXCHARC5_evstore2\_Nuix Extractions\Chismar_Deborah\SIEL081166 Collection_mfs01\SIEL081166 Collection\C_\Documents and Settings\024553\Local Settings\Application Data\Microsoft\Outlook\archive.pst
MailboxFolder = PST Ingested Mail Archive5
RetentionCategory = Default FMI Retention
ArchiveName = Chismar, Deborah
Thanks in advance,
John
John,
I can verify with your ini I simply changed the f drive to my d drive your UNC just my servername and I migrated successfully.
Summary:Number of PST migrations performed: 6Number of PST migrations completed successfully: 6Number of PSTs partially processed: 0Number of PST migrations failed: 0Number of PST migrations unprocessed: 0Number of PST migrations processing incomplete: 0Attached is a copy of the report run and then the final run, I also included my modded ini. But it works...I successfully ingested PSTs from here:Filename = D:\PSTRepository_Ingestions\Chismar_Deborah\SIEL08116 Collection_mfs01\SIEL081166 Collection\C_\Documents and Settings\024553\Local Settings\Application Data\Microsoft\Outlook\archive.pstFilename = D:\PSTRepository_Ingestions\Chismar_Deborah\SIEL08116 Collection_mfs01\SIEL081166 Collection\C_\Documents and Settings\024553\My Documents\archive.pstFilename = D:\PSTRepository_Ingestions\Chismar_Deborah\archive1.pstFilename = D:\PSTRepository_Ingestions\Chismar_Deborah\SIEL08116 Collection_mfs01\SIEL081166 Collection\C_\Documents and Settings\024553\My Documents\Outlook\024553.pstFilename = D:\PSTRepository_Ingestions\\Chismar_Deborah\SIEL08116 Collection_mfs01\SIEL081166 Collection\C_\024553\My Documents\Outlook\024617.pstFilename = \\APPS\ADCEXCHARC5_evstore2\_Nuix Extractions\Chismar_Deborah\SIEL081166 Collection_mfs01\SIEL081166 Collection\C_\Documents and Settings\024553\Local Settings\Application Data\Microsoft\Outlook\archive.pst

