Kbase P107632: Errors 43 and 1423 when WRITE trigger fires
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/12/2005 |
|
Status: Unverified
SYMPTOM(s):
Errors appearing when WRITE trigger fires
** Cannot find or open file <file-name>, errno = <number>. (43)
** Cannot find or open file <file-name>, errno = 2. (43)
There is no server for database <dbname>. (1423)
WRITE trigger references 2 databases
Database name had been changed
4GL code used in the trigger references the current database name
Both error messages reference the name of the database as it was prior to the change
CAUSE:
The Auto-Connect list for the first database references 2 non-existent databases, one of which is referenced in the error messages generated.
FIX:
Remove the incorrect references from the Auto-Connect list and re-add as required.
The Auto-Connect list can be accessed via Data Administration > Utilities > Edit PROGRESS Auto-Connect List...