2018.2
Table Of Contents
- What is Connect Send?
- Installation
- License modes
- OL Connect Send in Workflow
- Using the Printer Driver
- Log files
- Troubleshooting
On the first line of this CSV file are its column headers:
{{Date;Time;Printer;Job ID;Document Path;Document Name;Pages;Chunks;Chunk
No;Status;Mode;User;Target}}
The separator character is the semicolon (0x3B).
Each following line is one log entry.
The file can be loaded with e.g. Excel and filtered, ordered, sorted and modified as desired.
Note
When the history log file is open in another application (such as Excel), it is locked for write access,
which means that OL Connect Send printers cannot add entries to it. The printer's normal log entries
will be written but the related history log entries will be lost.
Logged events
Entries are written at the following events.
l The Connect Send Printer Driver has been called by the spool system and a new job
must be sent. (Status = "Initialized", Job mode = Unknown)
l The Printer Driver received a reply from the server for the initial XFER request. In case of
an unaccessible host, the log message will indicate the status "Unaccessible" and the
Job mode will be Unknown. In case of a successful communication the status will be
"Accepted" and the Job mode will be set related to the server reply.
l The Printer Driver sends a chunk. (Status = Sending)
l The job gets aborted. (Status = Aborted)
l The job transfer fails. (Status = Failed)
l The job transfer has finished successfully. (Status = Success)
Information per log entry
Log entries contain the following information.
l
Date stamp. Date = Current local date (non-UTC) in the format of YYYY-MM-DD.
l
Time stamp formatted as HH:MM:SS.sss. Local time including milliseconds in 24h
format.
Page 59