Consultor Eletrônico



Kbase P10878: error 1494 with non-Progress DSV
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

DataServers

SYMPTOM(s):

Could not find file <file name> in database <db> [1494]'

CAUSE:

The tables are within the foreign database, not within the schema holder.

FIX:

If you have compiled your program against a Foreign database "mydb", then you need to have again your foreign database (Oracle, MS-SQL, ...) to be also named "mydb".
The "-ld" parameter is not applicable for the foreign database.

You could also add within your program:
CREATE ALIAS mydb FOR DATABASE foreigndb.