Kbase 20822: Locating The Error Log After a Failed Load of a .df
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  08/11/2004 |
|
Status: Unverified
GOAL:
Locating the error log after a failed load of a .df
FIX:
When loading the data definitions through the Progress Data Dictionary, a prompt to select the method of error handling is given as follows:
1. Stop if Error found in definition.
2. Output errors to file.
3. Output errors to screen.
If Option 2 is selected and an error occurs during the load of the data definitions, an error log is created. It resides in the same directory that the database is in, and it has the same name as the database that is receiving the .df file. It has an extension of type .e
For example:
The database is named XYZ. The error log that is created after a failed load of data definitions is called XYZ.e
No log is created if the load completes without errors.