How can I migrate results from Polyspace Web Metrics to Polyspace Access in MATLAB R2025b?

3 views (last 30 days)

I am currently working with Polyspace Access and I would like to import data from our previous Polyspace Metrics server into Polyspace Access for testing. 
How can I perform the migration of this data in MATLAB R2025b?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 5 Sep 2025 at 0:00
It is possible to migrate some results from Polyspace Metrics to Polyspace Access, as explained on the "Migrate Results from Polyspace Metrics to Polyspace Access" documentation page.
The main steps required for this process are:
  1. Generate the migration files
    1. Run the following command, setting the right output directory: 
      > polyspace-access -generate-migration-commands -output-folder-path <DIR>
    2. Open the migration file directory <DIR> and remove all projects/runs that you don't want to migrate.
  2. Perform the migration:
    1. Run the following command, setting the right directory path: 
      > polyspace-access -migrate -option-file-path <DIR> -project-date-after 2017-09-05
    2. More information on the "polyspace-access" command can be found on the "polyspace-access" documentation page.
Note that even though this workflow exists, it is time-consuming and the results from releases R2018b or earlier can not be viewed on Polyspace Access, but only in Polyspace UI.
If the results to be imported are generated before release R2019a, it could be helpful to migrate only the last run of each important result projects. 

More Answers (0)

Products


Release

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!