User`s guide
3: Programming Using the DLITE Embedded Interface
DC 900-1516D 53
3.3.4.1 Common Logging Service Errors
An application can encounter several errors related to logging and tracing upon initial-
ization with the
dlInit function. See Tab le 3–3. These errors can result from the unavail-
ability of system resources such as memory or disk space. In either case, the errors are
non-fatal and the application proceeds normally; however, logging and tracing are not
activated. The application can ignore these errors (since these services are not
available).
3.3.4.2 General Application Error File
DLITE creates an application error file “_DLITERR.TXT” which contains descriptive
run-time errors. Regardless of log and trace levels defined in the DLITE configuration
file, the error file is created in the directory where the application is started. It is a circu-
lar file containing a maximum of 1000 entries.
Table 3–3: DLI Error Codes
Error Code Error Description Recommended Action
–10006 DLI_INIT_ERR_LOG_INIT_FAILE
D
dlLogInit() failed to start logging. Non-fatal
return from dlInit. Application can ignore this
error (since this service is not available).
–11701 DLI_LOGI_ERR_TRACE_OPEN_F
AILED
dlTrcInit() failed to start tracing. Non-fatal
return from dlInit. Application can ignore this
error (since this service is not available).