How do I determine the progress of a GoNative process during a Star Team upgrade?

0 Likes

Problem:

How do I determine the progress of a GoNative process during a Star Team upgrade?

Resolution:


  • Product Name: StarTeam
  • Product Version: 2005 R2
  • Product Component: StarTeam Server
  • Platform/OS Version: All


GoNative is one of the processes that needs to be completed when upgrading from StarTeam 2005 R2 to StarTeam 2006. It is sometimes difficult to establish the progress of the migration.

In order to do so you can periodically execute the command below to report on the progress :

SELECT COUNT(*) FROM syn_file WHERE archiveformat=1

This SQL statement returns the number of files that are stored in Native-I format, which indicates the number of files that still need to be converted.

You should execute this query before starting the upgrade to determine how many files need to be converted. The SQL query will return a value of zero when the conversion has been completed.



Old KB# 27374
Comment List
Related
Recommended