Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
How do I determine the progress of a GoNative process during a Star Team upgrade?
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.