cancel
Showing results for 
Search instead for 
Did you mean: 

Pst migrating status stuck on completing

aasifmomin
Not applicable

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.

2 REPLIES 2

JesusWept3
Level 6
Partner Accredited Certified

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

https://www.linkedin.com/in/alex-allen-turl-07370146

AKL
Level 6
Certified

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.