Consultor Eletrônico



Kbase P6436: Error 2736 when connecting to the database.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   21/03/2008
Status: Verified

FACT(s) (Environment):

Progress 9.1x
OpenEdge 10.x
All Supported Operating Systems

SYMPTOM(s):

Error 2736 when connecting to the database.

Unable to open word-break table file <table-num>. (2736)

Unable to open word-break table file 1. (2736)

CAUSE:

A word-break rule file has been associated with the database and cannot be found. These files are named "proword.<table-num>".

For example: proword.1

FIX:

Check whether the file exists in the Progress installation directory (DLC) and whether its permissions are set correctly.

Additionally, verify whether an environment variable PROWDn=<path_to_proword.n> is defined. (n = the rule-number specified when the proutil wbreak-compiler was run).

If this file doesn't exist, as a last resort the word-break rule can be changed back to the default by doing the following:
proutil <database> -C word-rules 0
proutil <database> -C idxbuild all