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

조회 수: 3 (최근 30일)

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?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2025년 9월 5일 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. 

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Generate Report에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by