cancel
Showing results for 
Search instead for 
Did you mean: 

ShortcutMode = MailboxShortcuts

jgirotto
Level 4
Is there a trick to using this feature in a scripting PST migration? It keeps failing when I use it with this error.
 
Event Type: Error
Event Source: Enterprise Vault
Event Category: Migrator Server
Event ID: 6469
Date:  2/13/2008
Time:  4:58:51 PM
User:  N/A
Computer: HOUEVAULTP2
Description:
An exception has occurred.
 [Internal reference CMigrator::StartWorking/ce]
For more information, see Help and Support Center at http://evevent.symantec.com/rosetta/showevent.asp
The link says to run a scanpst.exe utility, which I have. The PST is fine. I've tried many PSTs and even newly created PSTs. It is not a corrupt PST.
 
Any help would be appreciated. Actually, if you have working example initialization files, I'd love to see it. I want to inget a pst and put the shortcuts in a subfolder in OUtlook. Can this be 2 levels deep? Such as: MailboxFolder = EVPM PST\Another foder name here, for example?
 
My initialization looks similar to this (variables have been made generic):
 
Code:
;;[Directory]directorycomputername = evault1sitename = Anadarko Vault Houston[PSTdefaults]MigrationMode=Process;; Default option settings applicable to all PST migrations;PSTLanguage=Western EuropeanMailboxFolder = EVPMservercomputername = evault2ConcurrentMigrations = 5ShortcutMode = MailboxShortcutsIncludeDeletedItems = trueSetPSTHidden = falseSetPSTReadOnly = falseCompactPST = falseDeletePST = trueMergePSTFolders = falseCancelMbxAutoArchive = false;; Individual PST migration settings;[PST]Filename = \\server\Evault_PST_Files\PFTEST2008.pstMailboxDN = /O=ABC/OU=EXAMPLE/cn=Recipients/cn=uniqueuserid

 
Jeff
 
1 ACCEPTED SOLUTION

Accepted Solutions

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified
Jeff,
You might find this helpful.
 
 
It has some examples for scripted migration.
 
Regards,
 

View solution in original post

2 REPLIES 2

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified
Jeff,
You might find this helpful.
 
 
It has some examples for scripted migration.
 
Regards,
 

jgirotto
Level 4
Thanks! That is a great document. I'm going to switch my migration strategy after reading that.
 
Jeff