cancel
Showing results for 
Search instead for 
Did you mean: 

Limit on number of entries for Holding Files listed under Personal Store Management > Files

Sharad_Sharma
Level 3

Hello,

We have been migrating PST files using Locate and Migrate method which uses Locator, Collector and Migrator tasks.

The Locator task scans and lists identified PST files and this list is available under EV Admin Console > Personal Store Management > Files.

This list also shows the migration status e.g. Not Ready, Migration Failed or Completed etc.

Apparently the list has some limit as older entries of processed files are not displayed.

My question what is the limit on number of entries which are available in this list when no filter is set?

Is there a way to get a list of all files which are/have been processed by EV Locate and Migrate process?

Regards,

Sharad.

1 ACCEPTED SOLUTION

Accepted Solutions

AndrewB
Moderator
Moderator
Partner    VIP    Accredited

if the admin console isnt displaying what you think it should, you could always go to sql and query the PstFile table to find what you're looking for.

What do the values in the MigrationStatus field of the PstFile table indicate.

Article:TECH50989  |  Created: 2009-01-12  |  Updated: 2009-01-12  |  Article URL http://www.symantec.com/docs/TECH50989

View solution in original post

2 REPLIES 2

AndrewB
Moderator
Moderator
Partner    VIP    Accredited

if the admin console isnt displaying what you think it should, you could always go to sql and query the PstFile table to find what you're looking for.

What do the values in the MigrationStatus field of the PstFile table indicate.

Article:TECH50989  |  Created: 2009-01-12  |  Updated: 2009-01-12  |  Article URL http://www.symantec.com/docs/TECH50989

Sharad_Sharma
Level 3

Hello AndrewB,

Thanks.