Video Screencast Help
Search Video Help Close Back
to help

Pst migrating status stuck on completing

Created: 18 Aug 2012 | 2 comments
aasifmomin@rediffmail.com's picture
0 0 Votes
Login to vote

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.

Comments 2 CommentsJump to latest comment

JesusWept3's picture

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

0
Login to vote
  • Actions
AKL's picture

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

0
Login to vote
  • Actions