Consultor Eletrônico



Kbase P5544: How to properly deploy word-break tables.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   30/11/2009
Status: Verified

GOAL:

How to properly deploy word-break tables.

GOAL:

Where to place the compiled word-break rules proword.nnn file?

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x
OpenEdge 10.x

FIX:

In cases where word-break table(s) have been defined for your database all deployments will need to have these word-break table(s) deployed on the server side of the deployment.

If self-service clients will be connecting to the database (batch or interactive) then copy the word-break rules files into the DLC directory of the client.
For self-service connections it is the client which performs the word-break functions.

If remote-clients will be connection to the database then copy the word-break rules files into the DLC directory of the server.
In all remote client connections it is the server which performs the word-break functions.

Since in some cases the DLC directory is deleted for one reason or another it is safest to deploy into a special directory within the Application Installation and then COPY the work-break rules files into the relevant DLC directory.

The standard extension for word-break table files is .wbt.