ATM Transaction Anayzer User and Installation Guide
Appendix M 191
Appendix M
Error Messages
Service Errors Description
ATMLOGGER Could not start service For some reason the Windows service manager could not start the
service.
Could not query service For some reason the Windows service manager could not query about
the service.
Could not open service For some reason the Windows service manager could not open handle
about the service.
Could not connect to the SCM
service
Could not connect to the Windows Service Control Manager.
Create Service failed The error description of the failure will follow.
Service is already running Another instance of the same service is already running.
Could not create execution
thread
The service failed to create the main execution thread.
Transaction Data Size Mismatch The total size of a transaction is not matching with the header
information size.
Could not open config file /
Error while loading config file
The application cannot open/Load the configuration (.ini) file. The
Specific error description will follow.
Could not register the service
handler
The application could not register itself as a service with the service
handler.
Could not start service control
dispatcher
The generated error description will follow this message.
Cannot un-install running service
/ Could not stop service
The reason of the failure will be logged.
Database error: SQLPrepare()
failed
Cannot associate the DB statement with the generated SQL query.
Database error: write(db) failed Failed to insert data in the table. This will be followed with the SQL
generated specific error description.
Database error: Query failed Cannot execute a query.
Database error: Fetch failed Cannot fetch record for a executed select query.
Database error : Couldn't
connect to the database
Cannot connect to database with the given connection information.
Database error:
SQLAllocHandle(SQL_HANDLE_
ENV) failed
Database error: commit() failed The application failed to commit a db transaction. This message will
also follow the SQL error description for the failure.
Database error: rollback() failed The DB transaction failed to rollback. This error message will follow the
sql specific error description.
Database erro : Error while
executing SQL statement
The SQL prepared statement failed to execute. This error message will
follow the sql specific error description.
Logger stopped processing with
error
This is to handle unexpected halting of service.The reason description
will follow.
Failures exceed allowable limit.
Shutting down.
If the failure to start the service exceeds the maxNumFailures value set
in the ini file this error will be logged
Appendix M