Pst migrating status stuck on completing
Created: 18 Aug 2012 | 2 comments
Hi,
pls help for we are using EV 10 pst migration it is stuck on completing, how to remove from admin console.
Thanking you.
Asif Momin.
Discussion Filed Under:
Comments 2 Comments • Jump to latest comment
Do you have any warnings or errors in the event logs? Get a DTrace of the MigratorServer and restart the migrator task and find out what error gives
I would agree with Jesus, rather than looking for removing from admin console, you should try troubleshooting on why it is struck there.
If you still need to remove it from admin console, you can do so by changing migration status in SQL using below query:
Use EnterpriseVaultDirectory
update dbo.PSTFile
Set MigrationStatus = '100'
Where PSTFileIdentity = '<PST file ID>'
This will set PST file as "Do Not migrate" in Admin console, after which you can remove it easily.
Thank You
AKL
Would you like to reply?
Login or Register to post your comment.