Kbase P122437: Error 13693 appears when running a query with tables from multiple databases running on Unix
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/22/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1B
UNIX
SYMPTOM(s):
Error 13693 appears when running a query with tables from multiple databases
Catalog name is an unknown catalog. (13693)
Databases are located on Unix
In the auxiliary databases log file, there is no trace of SQL connection
The primary database name is in uppercase
The oesql.properties file is located in the same directory than the primary database.
CAUSE:
The oesql.properties file is not read since the case of the oesql.properties was not correct.
Since the primary database name is uppercase, it should also be in uppercase for the oesql.properties files.
FIX:
Change the case of the primary database in the oesq.properties file name.
For example, if the database name is SPORTS, then it should be SPORTS.oesql.properties.