Consultor Eletrônico



Kbase 18584: How to configure Tranman with Roundtable within multiple workgroup directories
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/07/2003
Status: Unverified

GOAL:

How to configure Tranman with Roundtable within multiple workgroup directories

FACT(s) (Environment):

Roundtable
Windows 32 Intel
Translation Manager

FIX:

TranMan names objects using the relative path to the object. This means that dir1/dir2/program.p is a different object than dir2/program.p. It also means that your translations will not show up if you run with one path, but compile with another.

Within Roundtable, you specify:
A: the work-space root directory e.g. //OCENTCIM01/DEVEL
B: the workspace module source directory e.g. OCS/SRC/OMSI2

RTB invokes the compiler with relative paths, such as:
OCS/SRC/OMSI2/procname.p

The RTB workspace root directory must be the same as the Translation
Manager "Source code directory".

For example, in TranMan you could specify for the "Source code
directory"
//OCENTCIM01/DEVEL/OCS/SRC and place it in your propath instead of
specifying //OCENTCIM01/DEVEL. You would end up storing the strings
within the TranMan database with the names OMSI2/procname instead of
OCS/SRC/OMSI2/procname.