Consultor Eletrônico



Kbase P58386: Creating alias name for the schema image during compile time causes errors 4612 and 1660 when not co
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/09/2008
Status: Verified

SYMPTOM(s):

Creating alias name for the schema image during compile time causes errors 4612 and 1660 when not connected to the foreign database

Attempt to connect to 2nd database with logical name <logical name> (4612)

Logical dbname <nm> must be connected in order to add alias <alias>. (1660)

FACT(s) (Environment):

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

CAUSE:

If an alias is created during the compile time the database has to be connected. Therefore, if not connected in this case to the foreign database, it will give the above errors. This is working as designed.

FIX:

Connect to the foreign database and then compile the code.