Kbase 18871: TranMan - V8 - V9 Upgrade Information
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
GOAL:
What to do when upgrading from TranMan 8 to TranMan 9
FACT(s) (Environment):
Progress 8.x
Progress 9.x
FIX:
To upgrade your Progress 8.x Translation Manager projects and kits to Progress 9.x follow these steps:
Backup the project database using Progress 8.x
Since the Progress 8.x project and kit databases are single volumn they need to be converted to multi volume using the following command:
prostrct convert <DatabaseName>
Truncate the BI file of the new multi volume database using the following command:
proutil <DatabaseName> -C truncate bi
Convert the database into Progress 9.x format by using the following command:
proutil <DatabaseName> -C conv89