4.19. Server Events

While the server is operational, it will generate a set of events based on performed operations.

These events can be used for auditing and logging.

An event can be logged into a log file, and the log file can be used later for audit tasks.

An event can be part of multiple groups: error group, informational group, ftp group, etc.

This page documents the available events and event groups.

For configuring the server to react when an event occurs, please see the dedicated page.

4.19.1. Event Groups

The server’s events are grouped in event groups. Grouping facilitates operations on multiple events, and is done based according to various criteria.

Below is the list of available event groups.

4.19.1.1. administration

Events emitted by actions done by local administrators or by the process itself. All events have an avatar data field.

4.19.1.2. agent

Events emitted by the client side component.

4.19.1.3. authenticated

Events emitted by authenticated accounts. All events have an avatar data field.

4.19.1.4. compat

Operating system compatibility layer.

4.19.1.5. failure

Events generated by a failed operation. Any failed operation, critical or non critical.

4.19.1.6. failure-critical

Events generated by a critical failure. This event should not occur under normal operation.

4.19.1.7. failure-high

Events generated by failures with a high impact on server operation. This can be configuration or operational errors.

4.19.1.8. file-operation

Events generated by file handling operations. They can be both server-side or client-side operations. When the events are generated by a server-side component, operating in a chrooted/locked filesytem, the path data field is set to the virtual path of the file on which the operation is performed. The ‘real_path’ data field is set to the full path of that file, as present to the normal file system.

4.19.1.9. ftp

Events generated by FTP/FTPS service.

4.19.1.10. http

Events generated by HTTP/HTTPS service.

4.19.1.11. informational

Events informing that an action is going to be performed, or containing details about the service state.

4.19.1.12. local-manager

Events generated by Local Manager service.

4.19.1.13. location-operation

Events generated by operations on location. All events have a path data field populated with the local path of the file on which the operation is performed. The path can be local or remote.

4.19.1.14. monitor

Events generated by the monitor service.

4.19.1.15. operation-append

File content was appended.

4.19.1.16. operation-create-folder

A new folder was created.

4.19.1.17. operation-delete

A file or folder was deleted.

4.19.1.18. operation-read

The content of a file was read.

4.19.1.19. operation-rename

A file or folder was renamed or moved.

4.19.1.20. operation-write

The content of a file was written.

4.19.1.21. operational

Events generated by internal server functions.

4.19.1.22. process

Events generated by process itself while not associated with any account, administrator or remote peer. All events have an avatar data field.

4.19.1.23. session

Event generated by opening and closing connection and establishing authenticated sessions for clients. All events have a peer data field populated with the host/port address of the client connection.

4.19.1.24. ssh

Events generated by SSH service. SFTP, SCP and SFTP specific events.

4.19.1.25. success

Events generated by a successful operation.

4.19.2. Events

Server logs are based on ‘Server events’.

Server events are emitted during server operations. Each server event type has a unique ID.

Below is the list of available events.

4.19.2.1. 0

Message:Internal message. This should not be visible in log entries.
Groups:informational, operational
From version:1.6.0
To version:None
Description:None

4.19.2.2. 100

Message:Debug message.
Groups:process, informational, operational
From version:1.6.0
To version:None
Description:None

4.19.2.3. 1006

Message:Could not switch process to local account “%(account)s” for user “%(username)s”.
Groups:compat, failure, failure-high, operational
From version:1.6.0
To version:None
Description:None

4.19.2.4. 1008

Message:Could not write PID file at %(path)s.
Groups:compat, failure, failure-high, operational
From version:1.6.0
To version:None
Description:None

4.19.2.5. 1009

Message:Deleting Unix root folder is not allowed.
Groups:process, failure, failure-high, compat, operational
From version:1.6.0
To version:None
Description:None

4.19.2.6. 1013

Message:Failed to remove group “%(group)s” from “%(path)s”. %(details)s
Groups:compat, failure, failure-high, operational
From version:1.6.0
To version:None
Description:None

4.19.2.7. 1014

Message:Could not get home folder for user “%(username)s”. %(details)s
Groups:compat, failure, failure-high, operational
From version:1.6.0
To version:None
Description:None

4.19.2.8. 1015

Message:Failed to get primary group for user “%(username)s”.
Groups:compat, failure, failure-high, operational
From version:1.6.0
To version:None
Description:None

4.19.2.9. 1016

Message:Failed to set owner to “%(owner)s” for “%(path)s”. %(details)s
Groups:compat, failure, failure-high, operational
From version:1.6.0
To version:None
Description:None

4.19.2.10. 1017

Message:Failed to add group “%(group)s” for “%(account)s”. %(details)s
Groups:compat, failure, failure-high, operational
From version:1.6.0
To version:None
Description:None

4.19.2.11. 10011

Message:

Received command “%(command)s” with “%(parameters)s”.

Groups:

ftp, session, success

From version:

1.6.0

To version:

None

Description:

This is a debug message emitted each time a FTP command is received.

Data:
command:Received command.
parameters:Command parameters.

4.19.2.12. 10012

Message:

Successfully open file “%(path)s” for writing at offset %(offset)s.

Groups:

file-operation, ftp, authenticated, success

From version:

2.4.0

To version:

None

Description:

None

Data:
offset:Position inside the file where the read will begin.

4.19.2.13. 10013

Message:Failed to open file “%(path)s” for writing at offset %(offset)s. %(details)s
Groups:file-operation, failure, authenticated, ftp
From version:2.4.0
To version:None
Description:None

4.19.2.14. 10014

Message:Clients are required to send a valid certificate. Maybe the client did not sent a certificate or the client certificate is not valid. %(details)s
Groups:failure, session, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.15. 10015

Message:

Ran out of passive ports from range %(port_range)s.

Groups:

failure, ftp, failure-high, authenticated, operational

From version:

1.8.1

To version:

None

Description:

None

Data:
port_range:Range from which passive ports are allocated.

4.19.2.16. 10016

Message:

Internal error. Failed to process the FTP command “%(line)s”. %(details)s

Groups:

failure-critical, failure, ftp, authenticated, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
line:Full line of FTP command that generated the error.

4.19.2.17. 10017

Message:No authentication method enabled. Users will not be able to authenticate against the FTP/FTPS service. Please enable one of the supported authentication methods.
Groups:failure, session, failure-high, ftp
From version:1.7.4
To version:None
Description:None

4.19.2.18. 10018

Message:Password based authentication must be enabled when FTPS is not enabled.
Groups:failure, ftp, session, failure-high, operational
From version:1.7.4
To version:None
Description:None

4.19.2.19. 10019

Message:

FTP command “%(command)s” not implemented by the service.

Groups:

failure, authenticated, ftp

From version:

1.6.0

To version:

None

Description:

None

Data:
command:FTP command received.

4.19.2.20. 10020

Message:Extended Passive transfer requested.
Groups:ftp, authenticated, operational
From version:1.8.1
To version:None
Description:None

4.19.2.21. 10021

Message:Connection was closed before finalization of SSL handshake.
Groups:failure, session, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.22. 10022

Message:

Listening on port %(port)s for the next passive request.

Groups:

ftp, authenticated, success

From version:

1.8.1

To version:

None

Description:

This event is raised by both normal and extended passive requests.

Data:
port:Port number on which passive connection was established.

4.19.2.23. 10023

Message:Passive data connection time out while waiting for client initialization. %(details)s
Groups:failure, authenticated, ftp
From version:2.1.0
To version:None
Description:None

4.19.2.24. 10024

Message:Initializing secure command channel.
Groups:ftp, session, informational
From version:1.6.0
To version:None
Description:None

4.19.2.25. 10025

Message:Processing APPE command for file “%(path)s”.
Groups:file-operation, informational, authenticated, ftp
From version:1.6.0
To version:None
Description:FTP APPE command request was received from the client.

4.19.2.26. 10026

Message:

Invalid address “%(address)s” for PORT command.

Groups:

failure, authenticated, ftp

From version:

2.1.0

To version:

None

Description:

None

Data:
address:The requested raw address, in FTP format.

4.19.2.27. 10027

Message:No authentication method was enabled for this service.
Groups:failure, session, failure-high, ftp
From version:1.7.4
To version:None
Description:None

4.19.2.28. 10028

Message:Users are required to authenticate using a SSL certificate.
Groups:failure, session, ftp
From version:1.7.4
To version:None
Description:None

4.19.2.29. 10029

Message:

Failed to authenticate as user “%(username)s” with X.509 certificate credentials.

Groups:

failure, session, ftp

From version:

1.7.4

To version:

None

Description:

None

Data:
username:Username requesting authentication.

4.19.2.30. 10030

Message:

Data connection closed. Protected using %(encryption)s. Received: %(received)s. Sent %(sent)s. %(host_address)s:%(host_port)s - %(peer_address)s:%(peer_port)s . Client certificate: %(certificate)s

Groups:

ftp, authenticated, success

From version:

1.8.1

To version:

None

Description:

None

Data:
certificate:The certificate of the remote client.
host_address:IP address for the local data connection.
host_port:Port number for the local data connection peer.
peer_address:IP address of the remote data connection peer.
peer_port:Port number of the remote data connection peer.
received:Size of data read from the data connection.
sent:Size of data wrote on the data connection.

4.19.2.31. 10031

Message:

Data connection closed in a non clean way. Protected using %(encryption)s. Received %(received)s. Sent %(sent)s. %(host_address)s:%(host_port)s - %(peer_address)s:%(peer_port)s. Client certificate: %(certificate)s %(details)s

Groups:

failure, authenticated, ftp

From version:

1.8.1

To version:

None

Description:

None

Data:
certificate:The certificate of the remote client.
details:More details about the connection error.
host_address:IP address for the local data connection.
host_port:Port number for the local data connection peer.
peer_address:IP address of the remote data connection peer.
peer_port:Port number of the remote data connection peer.
received:Size of data read from the data connection.
sent:Size of data wrote on the data connection.

4.19.2.32. 10032

Message:

Data connection time out after initialization. %(host_address)s:%(host_port)s - %(peer_address)s:%(peer_port)s.

Groups:

failure, session, ftp

From version:

1.8.3

To version:

None

Description:

None

Data:
host_address:IP address for the local data connection.
host_port:Port number for the local data connection peer.
peer_address:IP address of the remote data connection peer.
peer_port:Port number of the remote data connection peer.

4.19.2.33. 10033

Message:New FTP/FTPS client connection made.
Groups:ftp, session, success
From version:1.6.0
To version:None
Description:None

4.19.2.34. 10034

Message:

Client FTP/FTPS connection lost. Client certificate: %(certificate)s

Groups:

ftp, authenticated, success

From version:

1.6.0

To version:

None

Description:

None

Data:
certificate:The certificate of the remote client.

4.19.2.35. 10035

Message:SSL/TLS required on the command channel.
Groups:failure, session, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.36. 10036

Message:SSL/TLS required on the data channel.
Groups:failure, session, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.37. 10037

Message:Request to change current folder to “%(path)s”.
Groups:file-operation, informational, authenticated, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.38. 10038

Message:Current folder successfully changed to “%(path)s”.
Groups:file-operation, ftp, authenticated, success
From version:1.6.0
To version:None
Description:None

4.19.2.39. 10039

Message:

Failed to change to folder “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ftp

From version:

1.6.0

To version:

None

Description:

None

Data:
details:Details about the failure.

4.19.2.40. 10040

Message:Successfully open file “%(path)s” for appending.
Groups:file-operation, operation-append, authenticated, success, ftp
From version:2.4.0
To version:None
Description:None

4.19.2.41. 10041

Message:Failed to open file “%(path)s” for appending. %(details)s
Groups:file-operation, failure, authenticated, operation-append, ftp
From version:2.4.0
To version:None
Description:None

4.19.2.42. 10042

Message:

Connection on the command channel was closed due to an error. Client certificate: %(certificate)s %(details)s

Groups:

failure, failure-high, authenticated, ftp

From version:

2.8.0

To version:

None

Description:

None

Data:
certificate:The certificate of the remote client.

4.19.2.43. 10043

Message:Request to delete “%(path)s”.
Groups:file-operation, informational, authenticated, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.44. 10044

Message:Successfully deleted “%(path)s”.
Groups:file-operation, ftp, authenticated, operation-delete, success
From version:1.6.0
To version:None
Description:None

4.19.2.45. 10045

Message:Failed to delete “%(path)s”. %(details)s
Groups:file-operation, failure, authenticated, operation-delete, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.46. 10046

Message:

Listing path “%(path)s” with wildcard “%(glob)s” for %(operation)s.

Groups:

file-operation, informational, authenticated, ftp

From version:

1.6.0

To version:

None

Description:

None

Data:
operation:Type of listing which was requested.

4.19.2.47. 10047

Message:Path “%(path)s” successfully listed with wildcard “%(glob)s” for %(operation)s.
Groups:file-operation, ftp, authenticated, success
From version:1.6.0
To version:None
Description:None

4.19.2.48. 10048

Message:Failed to list path “%(path)s”. %(details)s
Groups:file-operation, failure, authenticated, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.49. 10049

Message:

Getting attributes for “%(path)s”.

Groups:

file-operation, informational, authenticated, ftp

From version:

1.6.0

To version:

None

Description:

None

Data:
attributes:List of requested attributes.

4.19.2.50. 10050

Message:

Successfully got attributes for “%(path)s”.

Groups:

file-operation, ftp, authenticated, success

From version:

1.6.0

To version:

None

Description:

None

Data:
attributes:List of requested attributes.

4.19.2.51. 10051

Message:

Failed to get attributes for “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ftp

From version:

1.6.0

To version:

None

Description:

None

Data:
attributes:List of requested attributes.

4.19.2.52. 10052

Message:Creating folder “%(path)s”.
Groups:file-operation, informational, authenticated, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.53. 10053

Message:Successfully created folder “%(path)s”.
Groups:file-operation, ftp, authenticated, operation-create-folder, success
From version:1.6.0
To version:None
Description:None

4.19.2.54. 10054

Message:Failed to create folder “%(path)s”. %(details)s
Groups:file-operation, failure, authenticated, operation-create-folder, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.55. 10055

Message:

Data connection opened. %(host_address)s:%(host_port)s - %(peer_address)s:%(peer_port)s

Groups:

ftp, authenticated, success

From version:

3.14.0

To version:

None

Description:

None

Data:
host_address:IP address for the local data connection.
host_port:Port number for the local data connection peer.
peer_address:IP address of the remote data connection peer.
peer_port:Port number of the remote data connection peer.

4.19.2.56. 10058

Message:

Validating password for user “%(username)s”.

Groups:

ftp, session, informational

From version:

1.6.0

To version:

None

Description:

None

Data:
username:Username requesting authentication.

4.19.2.57. 10059

Message:

User successfully logged on “%(real_path)s” as “%(virtual_path)s”.

Groups:

ftp, authenticated, success

From version:

1.6.0

To version:

None

Description:

None

Data:
home_folder:User’s home folder.
real_path:User’s home folder system path.

4.19.2.58. 10060

Message:

Failed to authenticate as user “%(username)s” with password credentials.

Groups:

failure, session, ftp

From version:

1.6.0

To version:

None

Description:

None

Data:
username:Username requesting authentication.

4.19.2.59. 10061

Message:Passive transfer requested.
Groups:informational, authenticated, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.60. 10062

Message:

Active transfer requested to “%(address)s:%(port)s”.

Groups:

informational, authenticated, ftp

From version:

1.6.0

To version:

None

Description:

None

Data:
address:Address on the client where server should connect for active transfer.
port:Port where server should connect.

4.19.2.61. 10063

Message:

Successfully initiated active connection to destination %(address)s:%(port)s using source %(source_address)s:%(source_port)s.

Groups:

ftp, authenticated, success

From version:

1.6.0

To version:

None

Description:

None

Data:
address:IP address of the remote data connection peer.
port:Port number of the remote data connection peer.
source_address:Source IP address use for data connection.
source_port:Source TCP port used for data connection.

4.19.2.62. 10064

Message:

Failed to initiate active connection to destination %(address)s:%(port)s using source %(source_address)s:%(source_port)s. %(details)s

Groups:

failure, authenticated, ftp

From version:

1.6.0

To version:

None

Description:

None

Data:
address:IP address of the remote data connection peer.
port:Port number of the remote data connection peer.
source_address:Source IP address use for data connection.
source_port:Source TCP port used for data connection.

4.19.2.63. 10065

Message:Requesting current folder.
Groups:ftp, authenticated, success
From version:1.6.0
To version:None
Description:None

4.19.2.64. 10066

Message:Closing current session.
Groups:ftp, session, success
From version:1.6.0
To version:None
Description:None

4.19.2.65. 10067

Message:

Client initiating authentication as “%(username)s”. Command protected using %(encryption)s. Client certificate: %(certificate)s

Groups:

ftp, session, success

From version:

1.6.0

To version:

None

Description:

None

Data:
certificate:Certificate sent by the client over the command channel.
encryption:The cipher suite use to protect the command channel.
username:Username requesting authentication.

4.19.2.66. 10068

Message:Opening file “%(path)s” for reading.
Groups:file-operation, informational, authenticated, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.67. 10069

Message:Successfully retrieved file “%(path)s”.
Groups:file-operation, ftp, authenticated, operation-read, success
From version:1.6.0
To version:None
Description:None

4.19.2.68. 10070

Message:Failed to retrieve file “%(path)s”. %(details)s
Groups:file-operation, failure, authenticated, operation-read, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.69. 10071

Message:Deleting folder “%(path)s”.
Groups:file-operation, informational, authenticated, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.70. 10072

Message:Successfully deleted folder “%(path)s”.
Groups:file-operation, ftp, authenticated, operation-delete, success
From version:1.6.0
To version:None
Description:None

4.19.2.71. 10073

Message:Failed to delete folder “%(path)s”. %(details)s
Groups:file-operation, failure, authenticated, operation-delete, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.72. 10074

Message:

Renaming “%(from)s” to “%(to)s”.

Groups:

file-operation, informational, authenticated, ftp

From version:

1.6.0

To version:

None

Description:

None

Data:
from:Current name of the file.
path:Current name of the file.
to:The future name of the file.

4.19.2.73. 10075

Message:

Successfully renamed “%(from)s” to “%(to)s”.

Groups:

file-operation, ftp, operation-rename, authenticated, success

From version:

1.6.0

To version:

None

Description:

None

Data:
from:Old name of the file.
path:Old name of the file.
to:The new name of the file.

4.19.2.74. 10076

Message:

Failed to rename “%(from)s” to “%(to)s”. %(details)s

Groups:

file-operation, failure, operation-rename, authenticated, ftp

From version:

1.6.0

To version:

None

Description:

None

Data:
from:Current name of the file.
path:Current name of the file.
to:The future name of the file.

4.19.2.75. 10077

Message:Processing STOR command for file “%(path)s”.
Groups:file-operation, informational, authenticated, ftp
From version:1.6.0
To version:None
Description:FTP STOR command request was received from the client.

4.19.2.76. 10078

Message:Successfully stored file “%(path)s”.
Groups:file-operation, ftp, authenticated, operation-write, success
From version:1.6.0
To version:None
Description:None

4.19.2.77. 10079

Message:Failed to store file “%(path)s”.
Groups:file-operation, failure, authenticated, operation-write, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.78. 10080

Message:

Unknown FTP representation type “%(type)s”.

Groups:

failure, authenticated, ftp

From version:

2.12.0

To version:

None

Description:

None

Data:
type:The value requested for the type.

4.19.2.79. 10081

Message:

FTP representation type set to “%(type)s”.

Groups:

ftp, authenticated, success

From version:

2.12.0

To version:

None

Description:

None

Data:
type:The value requested for the type.

4.19.2.80. 10082

Message:

Ignoring FTP representation type for “%(type)s”.

Groups:

informational, authenticated, ftp

From version:

3.9.0

To version:

None

Description:

None

Data:
type:The value requested for the type.

4.19.2.81. 10083

Message:

Listening on port %(port)s for the next passive request.

Groups:

ftp, session, authenticated, success

From version:

1.6.0

To version:

None

Description:

None

Data:
port:Port number on which passive connection was established.

4.19.2.82. 10084

Message:Client FTP/FTPS connection time out.
Groups:failure, session, ftp
From version:1.6.0
To version:None
Description:None

4.19.2.83. 10085

Message:Successfully cleared the command channel.
Groups:ftp, authenticated, success
From version:1.7.18
To version:None
Description:None

4.19.2.84. 10086

Message:Command channel is already cleared.
Groups:failure, authenticated, ftp
From version:1.7.18
To version:None
Description:None

4.19.2.85. 10087

Message:Server does not allow to clear the command channel.
Groups:failure, authenticated, ftp
From version:1.7.18
To version:None
Description:None

4.19.2.86. 10088

Message:Successfully initiated extended address active connection.
Groups:ftp, session, authenticated, success
From version:1.7.18
To version:1.8.1
Description:None

4.19.2.87. 10089

Message:Failed to initiate extended address active connection.
Groups:failure, session, authenticated, ftp
From version:1.7.18
To version:1.8.1
Description:None

4.19.2.88. 10090

Message:

Extended address active transfer requested to protocol “%(protocol)s” on address “%(ip)s:%(port)s”.

Groups:

informational, authenticated, ftp

From version:

1.7.18

To version:

None

Description:

None

Data:
ip:Destination IP address.
port:Destination port.
protocol:Protocol name.

4.19.2.89. 10091

Message:New client connection denied. To many concurrent FTP/FTPS connections.
Groups:failure, session, ftp
From version:1.8.0
To version:None
Description:None

4.19.2.90. 10092

Message:Internal error. Failed to start FTP protocol handler. %(details)s
Groups:failure-critical, failure, session, ftp
From version:1.8.3
To version:None
Description:An internal server error occurred while creating FTP protocol handler for new client.

4.19.2.91. 10093

Message:

Explicit FTPS for %(service)s changed to %(state)s.

Groups:

informational, ftp, administration, operational

From version:

2.4.0

To version:

None

Description:

Inform about changes in SSL layer for FTP protocol.

Data:
service:Name of the service.
state:New state.

4.19.2.92. 10094

Message:

Successfully open file “%(path)s” for reading at offset %(offset)s.

Groups:

file-operation, ftp, authenticated, operation-read, success

From version:

2.4.0

To version:

None

Description:

None

Data:
offset:Position inside the file where the read will begin.

4.19.2.93. 10095

Message:Failed to open file “%(path)s” for reading at offset %(offset)s. %(details)s
Groups:file-operation, failure, authenticated, operation-read, ftp
From version:2.4.0
To version:None
Description:None

4.19.2.94. 10096

Message:Setting attributes for “%(path)s” to “%(attributes)s”.
Groups:file-operation, informational, authenticated, ftp
From version:2.6.0
To version:None
Description:None

4.19.2.95. 10097

Message:Successfully set attributes for “%(path)s” to “%(attributes)s”.
Groups:file-operation, ftp, authenticated, success
From version:2.6.0
To version:None
Description:None

4.19.2.96. 10098

Message:

Failed to set attributes for “%(path)s” to “%(attributes)s”. %(details)s

Groups:

file-operation, failure, authenticated, ftp

From version:

2.6.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.97. 20001

Message:

Starting %(product_name)s - %(product_version)s.

Groups:

process, informational, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
product_name:Name of the product
product_version:
 Current version of the product.

4.19.2.98. 20002

Message:

Stopping %(product_name)s - %(product_version)s.

Groups:

process, informational, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
product_name:Name of the product
product_version:
 Current version of the product.

4.19.2.99. 20003

Message:No service was started.
Groups:process, failure, failure-high, operational
From version:1.6.0
To version:3.0.0
Description:The server could not start any of the enabled services.

4.19.2.100. 20004

Message:Startup process failed. %(details)s %(traceback)s
Groups:process, failure, failure-critical, operational
From version:3.6.0
To version:None
Description:The process failed while starting a component.

4.19.2.101. 20005

Message:

Account “%(account_name)s” authenticated for “%(username)s” is disabled. Authenticated by %(method_name)s.

Groups:

failure, session, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
account_name:Name of the account which was authenticated.
method_name:Name of the authentication method which has authenticated this account.
username:Username under which the account was authenticated.

4.19.2.102. 20006

Message:Could not get protocol type for credentials.
Groups:failure, session, operational
From version:1.6.0
To version:3.0.0
Description:None

4.19.2.103. 20007

Message:

Failed to start the service as current account. Could not drop process privileges to user “%(account)s”. Make sure you are starting the process as “root” account and that user “%(account)s” exists. It is defined by the [services] account configuration options from the server configuration file. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
account:Name of the account under which the server was trying to start.
details:Details about the failure reason.

4.19.2.104. 20008

Message:Failed to switch user context to %(username)s. Make sure the server is started as an root or administration account.
Groups:failure, session, failure-high, operational
From version:1.6.0
To version:3.3.0
Description:None

4.19.2.105. 20009

Message:

User authenticated as %(account_kind)s account using %(credentials_kind)s credentials.

Groups:

authenticated, success, operational

From version:

1.8.1

To version:

3.0.0

Description:

None

Data:
account_kind:Type of account authenticated on the server.
credentials_kind:
 Type of credentials used for authentication.

4.19.2.106. 20010

Message:Failed to configure the process. %(details)s
Groups:process, failure, failure-high, operational
From version:3.1.0
To version:None
Description:None

4.19.2.107. 20011

Message:

Please configure “%(section)s” to listen on a port number in the range %(range_start)s - %(range_end)s. Current value %(port)s.

Groups:

process, failure, operational

From version:

1.6.0

To version:

3.18.0

Description:

The port was specified outside of allowed range.

Data:
port:Value of current configuration.
range_end:The maximum value allowed for port.
range_start:The minimum value allowed for port.
section:Name of the configuration section with the bad configuration.

4.19.2.108. 20012

Message:

SFTPPlus Webadmin URL has an invalid value. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

3.0.0

Description:

None

Data:
details:Details about the error.

4.19.2.109. 20013

Message:

Could not check the remote SFTPPlus WebAdmin at “%(url)s”. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
details:Details about the error.
url:URL configured for SFTPPlus WebAdmin.

4.19.2.110. 20014

Message:There is no SFTPPlus Webadmin installed at %(url)s
Groups:process, failure, failure-high, operational
From version:1.6.0
To version:None
Description:None

4.19.2.111. 20015

Message:

SFTPPlus home folder for user %(username)s is empty.

Groups:

failure, session, operational

From version:

1.6.0

To version:

3.0.0

Description:

None

Data:
username:Name of the authenticated account.

4.19.2.112. 20018

Message:SFTPPlus details for user %(username)s does not contain any home folder.
Groups:process, failure, operational
From version:1.6.0
To version:3.0.0
Description:None

4.19.2.113. 20019

Message:User home folder “%(path)s” is not withing the root folder “%(root)s”.
Groups:failure, operational
From version:1.6.0
To version:None
Description:This is a compat error.

4.19.2.114. 20020

Message:Port value must be an integer.
Groups:process, failure, operational
From version:1.6.0
To version:None
Description:None

4.19.2.115. 20021

Message:

Failed to authenticate user “%(username)s” with %(credentials_type)s credentials. No authentication method was able to handle the credentials.

Groups:

failure, session, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
credentials_type:
 Type of the credentials which were not authenticated.

4.19.2.116. 20022

Message:

Property “%(property_name)s” for group “%(group_name)s” can not be inherited.

Groups:

process, failure, operational

From version:

1.8.2

To version:

None

Description:

None

Data:
group_name:Name of the group.
property_name:Name of the property that cannot be inherited.

4.19.2.117. 20023

Message:

Failed to read authorized SSH keys file “%(path)s”. %(details)s

Groups:

failure, failure-high, authenticated, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
details:Details about the error.

4.19.2.118. 20024

Message:Internal server error. Unhandled error. %(details)s
Groups:process, failure, failure-critical, operational
From version:3.6.0
To version:None
Description:None

4.19.2.119. 20025

Message:

SFTPPlus global user “%(username)s” not allowed on this server.

Groups:

failure, session, operational

From version:

1.6.0

To version:

3.0.0

Description:

None

Data:
username:Username which was denied.

4.19.2.120. 20026

Message:SFTPPlus global user “%(username)s” allowed on this server.
Groups:session, success, operational
From version:1.6.0
To version:3.0.0
Description:None

4.19.2.121. 20027

Message:Could not authenticate against the remote SFTPPlus Webadmin at %(url)s
Groups:failure, session, operational
From version:1.6.0
To version:3.0.0
Description:None

4.19.2.122. 20028

Message:

Property “%(property_name)s” for group “%(group_name)s” can not be set as inherited.

Groups:

process, failure, operational

From version:

1.8.2

To version:

3.18.0

Description:

None

Data:
group_name:Name of the group.
property_name:Name of the property that cannot be inherited.

4.19.2.123. 20029

Message:

Got an unknown response from SFTPPlus Webadmin. %(details)s

Groups:

failure, session, operational

From version:

1.6.0

To version:

3.0.0

Description:

None

Data:
details:Details with actual server response.

4.19.2.124. 20030

Message:

Could not get user configuration from the remote SFTPPlus Webadmin at %(url)s. %(details)s

Groups:

failure, session, operational

From version:

1.6.0

To version:

3.0.0

Description:

None

Data:
url:URL form which user details were retrieved.

4.19.2.125. 20031

Message:Invalid home folder configuration. %(details)s
Groups:failure, failure-high, authenticated, operational
From version:1.6.0
To version:None
Description:None

4.19.2.126. 20032

Message:

Failed to initialize the SSL/TLS context. Using cert:%(cert)s key:%(key)s ca:%(ca)s crl:%(crl)s. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
ca:Path to the certificate of the CA used by this SSL/TLS context.
cert:Path to X509 certificates.
crl:CRL used by this SSL/TLS context
key:Path to the key associated to the certificate.

4.19.2.127. 20033

Message:Internal server error. Unhandled logged error. %(details)s
Groups:process, failure, failure-critical, operational
From version:3.7.0
To version:None
Description:None

4.19.2.128. 20034

Message:

Unknown protocol “%(protocol)s” for service “%(service_uuid)s”.

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
protocol:Name of the unknown protocol.
service_uuid:Name of the service for which an unknown protocol was defined.

4.19.2.129. 20035

Message:

Connection failed. Retrying %(retries_left)s more times after %(delay)s seconds. %(details)s

Groups:

process, failure, failure-high, operational

From version:

3.9.0

To version:

None

Description:

None

Data:
delay:Number of seconds after which the connection is retried.
retries_left:Number of retries left.

4.19.2.130. 20036

Message:Failed to read the certificate revocation list located at “%(uri)s”. %(details)s
Groups:process, failure, failure-high, operational
From version:1.6.0
To version:None
Description:None

4.19.2.131. 20037

Message:

Certificate revocation list located at “%(uri)s” and issued by “%(issuer)s” was successfully updated and has now %(count)s entries. Next publish advertised as %(next_publish)s. Next update advertised as %(next_update)s. Next update scheduled in %(update_seconds)s seconds for UTC %(update_datetime)s.

Groups:

process, informational, operational

From version:

3.13.0

To version:

None

Description:

None

Data:
count:Number of loaded revoked certificates in the CRL
issuer:The subject field of the CRL’s issuer.
next_publish:UTC date and time at which the CRL advertised its next publish
next_update:UTC date and time at which the CRL advertised its next update
update_datetime:
 UTC date and time at which the CRL will be loaded again
update_seconds:Number in seconds after which the CRL will be loaded again.
uri:Path or url from where the CRL was loaded

4.19.2.132. 20038

Message:

Reloading failed for certificate revocation list located at “%(uri)s”. Next update scheduled in %(next_load)s seconds. %(details)s

Groups:

process, failure, failure-high, operational

From version:

3.14.0

To version:

None

Description:

None

Data:
next_load:Number in seconds after which the CRL will be loaded again.
uri:Path or url from where the CRL was loaded

4.19.2.133. 20039

Message:The operational audit report was successfully generated at %(path)s.
Groups:process, file-operation, success, operational
From version:3.23.0
To version:None
Description:None

4.19.2.134. 20040

Message:

Invalid certificate “%(subject)s”. %(details)s

Groups:

process, failure, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
subject:Certificate subject.

4.19.2.135. 20041

Message:Failed to create configuration for service “%(service_name)s”. %(details)s
Groups:process, failure, failure-high, operational
From version:1.8.0
To version:None
Description:None

4.19.2.136. 20042

Message:

Created missing folder in home “%(path)s” with owner “%(owner)s” and group “%(group)s”.

Groups:

authenticated, success, operational

From version:

1.8.3

To version:

None

Description:

A note that the account had a missing home folder, and it was created by the server.

Data:
group:Name of the group for the new folder
owner:Name of the owner for new folder
path:Path to folder which was created.

4.19.2.137. 20043

Message:

Failed to retrieve group. %(details)s

Groups:

failure-critical, failure, authenticated, operational

From version:

2.0.0

To version:

None

Description:

Error occurred while retrieving the group for new home folder.

Data:
details:Details about the error.

4.19.2.138. 20044

Message:

Failed to load the main configuration file for %(path)s. See previous error.

Groups:

process, failure, failure-high, operational

From version:

2.0.0

To version:

3.6.0

Description:

Error occurred while loading the main configuration file.

Data:
path:Path from where configuration file was loaded

4.19.2.139. 20045

Message:

Service “%(service_name)s” stopped with a failure. %(details)s

Groups:

failure, failure-high, authenticated, operational

From version:

2.1.0

To version:

None

Description:

Service was stopped with a failure.

Data:
details:Details about failure during stop.
service_name:Name of the service.

4.19.2.140. 20046

Message:Configuration changes stored in the local files.
Groups:authenticated, success, operational
From version:1.6.0
To version:None
Description:None

4.19.2.141. 20047

Message:

Bad value for passive port range. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the error.

4.19.2.142. 20048

Message:

SFTPPlus global user “%(username)s” provided an invalid SSH key.

Groups:

failure, session, operational

From version:

2.2.0

To version:

3.0.0

Description:

None

Data:
username:Username which was denied.

4.19.2.143. 20049

Message:Failed to save configuration changes to the local files. Changes will be discarded after server restart. %(details)s
Groups:failure, failure-high, authenticated, operational
From version:2.6.0
To version:None
Description:None

4.19.2.144. 20052

Message:RSA/DSA key credentials are not supported for SFTPPlus users.
Groups:failure, operational
From version:1.6.0
To version:None
Description:None

4.19.2.145. 20055

Message:

Startup command executed with output “%(output)s” and error “%(error)s” and exit code “%(exit_code)s”.

Groups:

process, success, operational

From version:

1.6.0

To version:

None

Description:

Called after executing the server startup command.

Data:
error:Standard error data generated by the command.
exit_code:Exit code of the command.
output:Standard output data generated by the command.

4.19.2.146. 20056

Message:

Failed to execute startup command “%(command)s”. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

None

Description:

Called when failing to execute the startup command.

Data:
command:Name of the command.
details:Details about the failure reason.

4.19.2.147. 20057

Message:

Startup command “%(command)s” took more than “%(timeout)s” seconds to execute.

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

None

Description:

Called when startup command took to long to execute

Data:
command:Command that was launched.
timeout:Number of seconds after which the command execution was aborted.

4.19.2.148. 20058

Message:

Internal error. Failed to get avatar for “%(username)s”. %(details)s

Groups:

failure-critical, failure, session, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
details:Details about the failure.
username:Name for the account for which the authentication failed

4.19.2.149. 20059

Message:Internal error. Failed to authenticate “%(name)s”. %(details)s
Groups:failure-critical, failure, session, operational
From version:1.6.0
To version:None
Description:None

4.19.2.150. 20060

Message:Failed user configuration retrieval. Group “%(group_uuid)s” does not exists for account “%(account_name)s”
Groups:failure, session, failure-high, operational
From version:1.8.2
To version:None
Description:None

4.19.2.151. 20061

Message:Failed authentication. Group “%(group_uuid)s” does not exists for account “%(account_name)s”
Groups:failure, session, failure-high, operational
From version:1.8.2
To version:3.0.0
Description:None

4.19.2.152. 20062

Message:Name “%(name)s” is reserved for group usage. Please rename it and create the group with the same name.
Groups:failure, failure-high, operational
From version:1.8.2
To version:2.0.0
Description:None

4.19.2.153. 20063

Message:Missing special group with name “%(name)s”. Please add it to your configuration. See documentation for more details about special groups.
Groups:process, failure, failure-high, operational
From version:1.8.2
To version:None
Description:None

4.19.2.154. 20065

Message:

Failed to send log for %(logger_name)s. Error: %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

3.0.0

Description:

None

Data:
details:Details about the reason of the error.
logger_name:Name of the handler with failure.

4.19.2.155. 20066

Message:

Stopping %(family)s “%(name)s” of type %(type)s due to too many failures.

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
family:Family name of the component associated with this event.
name:Name of the component associated with this event.
type:Type of the component associated with this event.

4.19.2.156. 20067

Message:Failed to get home folder for account. %(details)s
Groups:failure, failure-high, authenticated, operational
From version:1.6.0
To version:None
Description:None

4.19.2.157. 20068

Message:

Failed to retrieve account details for “%(username)s”.

Groups:

failure, session, failure-high, operational

From version:

1.6.0

To version:

3.0.0

Description:

None

Data:
username:Name of the account which failed.

4.19.2.158. 20069

Message:Server running under the same account under which it was started. It is highly recommended to configure the server to run under a dedicated account.
Groups:process, informational, operational
From version:1.6.0
To version:None
Description:None

4.19.2.159. 20070

Message:Missing user impersonation capabilities. Server can not authenticate operating system accounts.
Groups:process, informational, operational
From version:1.6.0
To version:None
Description:None

4.19.2.160. 20071

Message:Switching server process to “%(account_name)s” account.
Groups:process, success, operational
From version:1.6.0
To version:None
Description:None

4.19.2.161. 20072

Message:

Cryptography: %(cryptography_library_version)s. Privileges: %(process_privileges)s

Groups:

process, informational, operational

From version:

1.6.0

To version:

None

Description:

Information about privileges of the process under which server is running.

Data:
cryptography_library_version:
 Library used for cryptography and SSL/TLS protocols.
process_privileges:
 Details about the privileges available to the current process.

4.19.2.162. 20073

Message:Missing capabilities for creating missing local home folders.
Groups:process, informational, operational
From version:1.6.0
To version:None
Description:None

4.19.2.163. 20074

Message:Missing capabilities for retrieving local home folder paths.
Groups:process, informational, operational
From version:1.8.2
To version:None
Description:None

4.19.2.164. 20075

Message:

Critical security error. The home folder “%(home_folder_path)s” might be in an inconsistent state. %(details)s

Groups:

failure-critical, failure, authenticated, operational

From version:

2.0.0

To version:

None

Description:

None

Data:
home_folder_path:
 Path to home folder.

4.19.2.165. 20076

Message:

Service “%(service_name)s” started on “%(address)s:%(port)s” using “%(protocol)s” protocol.

Groups:

authenticated, success, operational

From version:

1.8.0

To version:

None

Description:

None

Data:
address:Address of the interfaces on which service is listening.
port:Port on which the service is listening
protocol:Protocol used by the service.
service_name:Name of the service that was started

4.19.2.166. 20077

Message:

Failed to start the “%(service_name)s” service. %(details)s

Groups:

failure, failure-high, authenticated, operational

From version:

1.8.0

To version:

None

Description:

None

Data:
details:Details about the failure reason.
service_name:Name of the service which failed to start.

4.19.2.167. 20078

Message:

Service “%(service_name)s” stopped.

Groups:

authenticated, success, operational

From version:

1.8.0

To version:

None

Description:

None

Data:
service_name:Name of the service.

4.19.2.168. 20087

Message:

File “%(source_path)s” was successfully amended to %(path)s.

Groups:

process, file-operation, informational

From version:

3.22.0

To version:

None

Description:

None

Data:
source_path:Path of the source file which was modified.

4.19.2.169. 20088

Message:

Failed to amend file “%(path)s” from %(source_path)s. %(details)s

Groups:

process, file-operation, failure-high, failure

From version:

3.22.0

To version:

None

Description:

None

Data:
source_path:Path of the source file which was modified.

4.19.2.170. 20089

Message:

Can not delete default group “%(group_uuid)s”.

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

None

Data:
group_uuid:The uuid of the group for which delete action was requested.

4.19.2.171. 20090

Message:

Unknown account type “%(account_type)s” for “%(account_uuid)s”.

Groups:

failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

None

Data:
account_type:The type defined for the account
account_uuid:The uuid of the account with unknown type.

4.19.2.172. 20091

Message:

Unknown type “%(type)s” for section “%(uuid)s”.

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

None

Data:
type:The type defined for the section.
uuid:The uuid of the section with unknown type.

4.19.2.173. 20097

Message:

Failed to get home folder for account. %(details)s

Groups:

failure, session, failure-high

From version:

2.0.0

To version:

None

Description:

None

Data:
details:Details about the error.

4.19.2.174. 20098

Message:

Invalid umask value “%(umask)s”. %(details)s

Groups:

process, failure, failure-high, operational

From version:

2.0.1

To version:

3.6.0

Description:

None

Data:
details:Details about the error.
umask:The umask value in used.

4.19.2.175. 20099

Message:

Logger “%(logger_name)s” of type “%(type)s” was created.

Groups:

process, success, operational

From version:

2.1.0

To version:

3.0.0

Description:

None

Data:
logger_name:Name of the logger that was created.

4.19.2.176. 20100

Message:

Logger “%(logger_name)s” was removed.

Groups:

process, success, operational

From version:

2.1.0

To version:

3.0.0

Description:

None

Data:
logger_name:Name of the logger that was removed.

4.19.2.177. 20101

Message:

Stored hashed password for “%(username)s” is not valid. %(details)s

Groups:

failure, session, failure-high, operational

From version:

2.2.0

To version:

None

Description:

None

Data:
details:More details about the error.
username:Username with a bad hashed password.

4.19.2.178. 20102

Message:

Internal error while starting the logger “%(logger_name)s”. %(details)s

Groups:

process, failure, failure-critical, operational

From version:

2.1.0

To version:

3.0.0

Description:

None

Data:
logger_name:Name of the logging handler that reported the error.

4.19.2.179. 20103

Message:

Internal error while stopping the logger “%(logger_name)s”. %(details)s

Groups:

process, failure, failure-critical, operational

From version:

2.1.0

To version:

3.0.0

Description:

None

Data:
logger_name:Name of the logging handler that reported the error.

4.19.2.180. 20104

Message:

Failed to start the logger “%(logger_name)s”.

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

3.0.0

Description:

None

Data:
logger_name:Name of the logging handler that reported the error.

4.19.2.181. 20105

Message:

Failed to stop the logger “%(logger_name)s”.

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

3.0.0

Description:

None

Data:
logger_name:Name of the logging handler that reported the error.

4.19.2.182. 20106

Message:

Internal error while operating the logger “%(logger_name)s”. %(details)s

Groups:

process, failure, failure-critical, operational

From version:

2.1.0

To version:

3.0.0

Description:

None

Data:
logger_name:Name of the logging handler that reported the error.

4.19.2.183. 20107

Message:

Event handler “%(name)s” can not be started without a configured path.

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

None

Data:
name:Name of the event handler that reported the error.

4.19.2.184. 20108

Message:

Can not delete configuration “%(uuid)s” as it is still used by: %(usage)s.

Groups:

process, failure, failure-high, operational

From version:

2.6.0

To version:

None

Description:

None

Data:
usage:List of components still configured to use this configuration.
uuid:The uuid of the configuration for which delete action was requested.

4.19.2.185. 20109

Message:

File “%(path)s” was successfully fallback dispatched to %(destinations)s.

Groups:

process, file-operation, informational

From version:

3.5.0

To version:

None

Description:

None

Data:
destinations:Comma separated list of destination where source path was dispatched.

4.19.2.186. 20110

Message:

Failed to fallback dispatch file “%(path)s” to %(destinations)s. %(details)s

Groups:

process, file-operation, failure-high, failure

From version:

3.5.0

To version:

None

Description:

None

Data:
destinations:Comma separated list of destination where source path was tried to be dispatched.

4.19.2.187. 20111

Message:

Starting %(family)s “%(name)s” of type %(type)s.

Groups:

process, informational, operational

From version:

3.9.0

To version:

None

Description:

None

Data:
family:Family name of the component associated with this event.
name:Name of the component associated with this event.
type:Type of the component associated with this event.

4.19.2.188. 20112

Message:

Failed to perform %(action)s in database %(database_name)s. %(details)s

Groups:

process, failure, failure-high, operational

From version:

prototype

To version:

None

Description:

None

Data:
action:Description of the action.
database_name:Database connection name.
details:Database error details.

4.19.2.189. 20113

Message:

Invalid data for database entry. Columns %(columns)s. Errors: %(errors)s

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

Database entry is invalid.

Data:
columns:List of columns with invalid data.
errors:Data validation errors.

4.19.2.190. 20114

Message:

Stop sending logs to logging database due to too many failures.

Groups:

failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

None

Data:
logger_name:Name of the logging handler.

4.19.2.191. 20115

Message:

File %(path)s was not modified in the last %(age)s seconds.

Groups:

process, file-operation, informational

From version:

3.5.0

To version:

None

Description:

None

Data:
age:Number of seconds since the file was not modified.

4.19.2.192. 20116

Message:

Invalid schema for table “%(table_name)s” in %(database_name)s. %(details)s

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

Invalid table schema.

Data:
database_name:Database connection name
details:Information about the error.
table_name:Name of table with invalid schema.

4.19.2.193. 20117

Message:

%(name)s unable to fetch entries from “%(database_name)s”. Filter criteria: ‘%(filter)s’. Sort order ‘%(sort_order)s’. %(details)s

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

None.

Data:
database_name:Database connection name.
details:Information about the error.
filter:Filter criteria.
name:Name of the database source that failed.
sort_order:Sort order for the entries

4.19.2.194. 20118

Message:

Fail to add log handler %(uuid)s. Configuration not found.

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

3.0.0

Description:

None.

Data:
uuid:UUID for the log handler for which add operation was requested.

4.19.2.195. 20119

Message:

Invalid public SSH keys for “%(username)s”. %(details)s

Groups:

failure, session, failure-high, operational

From version:

2.9.0

To version:

None

Description:

None

Data:
username:Username to which the SSH public keys are associated.

4.19.2.196. 20120

Message:

Wrong %(type)s value for option “%(option)s” in section “%(section)s”. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the error.
option:Name of the option that was set.
section:Name of the section in which option was set.
type:Type of value that was requested to be set.

4.19.2.197. 20121

Message:

Cannot set %(type)s value %(value)s for option %(option)s in %(section)s. %(details)s

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

None

Data:
details:More details about the error.
option:Name of the option that was set.
section:Name of the section in which option was set.
type:Type of value that was requested to be set.
value:Value that was requested to be set.

4.19.2.198. 20122

Message:Could not parse the configuration file. %(details)s
Groups:process, failure, failure-high, operational
From version:1.6.0
To version:3.4.0
Description:None

4.19.2.199. 20123

Message:Unknown key type “%(name)s”.
Groups:process, failure, failure-high, operational
From version:1.6.0
To version:2.12.0
Description:None

4.19.2.200. 20124

Message:

Wrong key size “%(size)s” for type “%(type)s”. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.6.0

To version:

2.12.0

Description:

None

Data:
size:Size of the new key.
type:Type of the new key.

4.19.2.201. 20125

Message:

Failed to dispatch file “%(path)s” to %(destinations)s. %(details)s

Groups:

process, file-operation, failure-high, failure

From version:

3.5.0

To version:

None

Description:

None

Data:
destinations:Comma separated list of destination where source path was dispatched.

4.19.2.202. 20126

Message:

Failed to start the Windows Event logger. %(details)s

Groups:

failure, failure-high, operational

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the error

4.19.2.203. 20127

Message:

Logger “%(logger_name)s” started.

Groups:

administration, success, operational

From version:

2.1.0

To version:

3.0.0

Description:

None

Data:
logger_name:Name of the logger.

4.19.2.204. 20128

Message:

Logger “%(logger_name)s” stopped.

Groups:

authenticated, success, operational

From version:

2.1.0

To version:

3.0.0

Description:

None

Data:
logger_name:Name of the logger.

4.19.2.205. 20129

Message:

Logger “%(logger_name)s” is already stopped.

Groups:

informational, authenticated, operational

From version:

2.1.0

To version:

3.0.0

Description:

None

Data:
logger_name:Name of the logger.

4.19.2.206. 20130

Message:

File “%(path)s” was successfully dispatched to %(destinations)s.

Groups:

process, file-operation, informational

From version:

3.5.0

To version:

None

Description:

None

Data:
destinations:Comma separated list of destination where source path was copied.

4.19.2.207. 20131

Message:Configuration file “%(path)s” does not exists.
Groups:process, failure, failure-high, operational
From version:1.6.0
To version:3.4.0
Description:None

4.19.2.208. 20132

Message:Server process could not read the configuration file at %(path)s.
Groups:process, failure, failure-high, operational
From version:1.6.0
To version:3.4.0
Description:None

4.19.2.209. 20135

Message:

Failed to authenticate “%(username)s”. No authentication method with UUID %(method_uuid)s.

Groups:

failure, session, failure-high, operational

From version:

2.10.0

To version:

None

Description:

None

Data:
method_uuid:UUID of the unknown method.
username:Name of the account which requested to authenticate.

4.19.2.210. 20136

Message:

Account “%(username)s” forbidden by %(method_type)s authentication “%(method_name)s” using “%(credentials_type)s”. %(details)s

Groups:

failure, session, operational

From version:

2.10.0

To version:

None

Description:

None

Data:
credentials_type:
 Type of the credentials used during authentication.
method_name:Name of the method used for authentication.
method_type:Type of the method used for authentication.
username:Name of the account which requested to authenticate.

4.19.2.211. 20137

Message:

Account “%(account_name)s” of type “%(account_type)s” authenticated as “%(username)s” by %(method_type)s authentication “%(method_name)s” using %(credentials_type)s.

Groups:

session, informational, operational

From version:

2.10.0

To version:

None

Description:

None

Data:
account_name:Name of the account which was authenticated.
account_type:Type of the account which was authenticated.
credentials_type:
 Type of the accepted credentials.
method_name:Name of the method used for authentication.
method_type:Type of the method used for authentication.
username:User name under which the authentication was requested.

4.19.2.212. 20138

Message:

Ignoring %(method_type)s authentication “%(method_name)s” for “%(username)s” since it is not active.

Groups:

session, informational, operational

From version:

2.10.0

To version:

None

Description:

None

Data:
method_name:Name of the method used for authentication.
method_type:Type of the method used for authentication.
username:Name of the account which requested to authenticate.

4.19.2.213. 20139

Message:

SSLv3 detected for service “%(name)s”. SSLv3 method is no longer secure due to POODLE vulnerability. If SSLv3 is still required please make sure you use it together with the non-CBC cipher RC4-SHA.

Groups:

process, failure, operational

From version:

2.8.0

To version:

None

Description:

None

Data:
name:Name of the service for which SSLv3 is enabled.

4.19.2.214. 20140

Message:

Connecting resource “%(name)s”.

Groups:

informational, authenticated, agent

From version:

3.9.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event.

4.19.2.215. 20141

Message:

Resource “%(name)s” successfully connected.

Groups:

process, success, operational

From version:

3.9.0

To version:

None

Description:

None

Data:
delay:Number of seconds after which the connection is retried.
retries_left:Number of retries left.

4.19.2.216. 20142

Message:

Failed to get a valid response from the “%(method_name)s” authentication for the account “%(username)s”. %(details)s

Groups:

failure, session, failure-high, operational

From version:

2.10.0

To version:

None

Description:

None

Data:
method_name:Name of the authentication method which failed.
username:Name of the account for which the failure occurred.

4.19.2.217. 20143

Message:

Failed to configure log rotation. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.7.17

To version:

None

Description:

None

Data:
details:More details about the error.

4.19.2.218. 20144

Message:

EventNotFound: Unknown event with id “%(id)s”. %(details)s

Groups:

process, failure, failure-critical, operational

From version:

1.8.0

To version:

None

Description:

None

Data:
details:Details error showing the source of this error.
id:ID of the original event.

4.19.2.219. 20145

Message:

Failed to resolve text for event id “%(id)s” with data “%(bad_data)s”. %(details)s

Groups:

process, failure, failure-critical, operational

From version:

1.8.0

To version:

None

Description:

None

Data:
bad_data:Data of the original event
id:ID of the event with error.

4.19.2.220. 20146

Message:

Failed to initialize logger as account “%(username)s”. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.8.0

To version:

3.0.0

Description:

Error raised when the logger could not be initialized under the configured account.

Data:
username:Name of the account under which the log file was trying to be initialized.

4.19.2.221. 20147

Message:

Failed to load JSON file “%(path)s”. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.8.1

To version:

3.4.0

Description:

Error raised when the JSON file could not be loaded.

Data:
details:Details about failure reason.
path:Path to the JSON file.

4.19.2.222. 20148

Message:

Bad format for JSON file “%(path)s”. %(details)s

Groups:

process, failure, failure-high, operational

From version:

1.8.1

To version:

3.4.0

Description:

Error raised when the JSON file is not well formatted.

Data:
details:Details about failure reason.
path:Path to the JSON file.

4.19.2.223. 20149

Message:

Unknown keys for account configuration. %(details)s

Groups:

process, failure, failure-high, operational

From version:

2.10.0

To version:

None

Description:

None

Data:
details:List with keys which were not accepted.

4.19.2.224. 20151

Message:No EventGroupDefinition with name %(name)s.
Groups:process, failure, failure-critical, operational
From version:1.6.0
To version:None
Description:The event group could not be found in the database. This is emitted before the event db is loaded

4.19.2.225. 20152

Message:

No such property %(name)s.

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

The property could not be found.

Data:
name:Name of the requested property.

4.19.2.226. 20153

Message:

No such section %(name)s.

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

The section could not be found.

Data:
name:Name of the requested section.

4.19.2.227. 20154

Message:

Create not supported for %(name)s.

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

Create operation is not supported.

Data:
name:Name of the requested property.

4.19.2.228. 20155

Message:

Delete not supported for %(name)s.

Groups:

process, failure, failure-high, operational

From version:

2.1.0

To version:

None

Description:

Delete operation is not supported.

Data:
name:Name of the requested property.

4.19.2.229. 20156

Message:

Successfully started %(family)s “%(name)s” of type %(type)s.

Groups:

authenticated, success, operational

From version:

2.6.0

To version:

None

Description:

None

Data:
family:Family name of the component associated with this event.
name:Name of the component associated with this event.
type:Type of the component associated with this event.

4.19.2.230. 20157

Message:

Stopped %(family)s “%(name)s” of type %(type)s. %(reason)s

Groups:

authenticated, success, operational

From version:

2.6.0

To version:

None

Description:

None

Data:
family:Family name of the component associated with this event.
name:Name of the component associated with this event.
reason:Reason for which the component was stopped. It can be either due to a failure or normal stop request for shutdown or administrative actions.
type:Type of the component associated with this event.

4.19.2.231. 20158

Message:

Internal error. Failed to start %(family)s “%(name)s” of type %(type)s. %(details)s

Groups:

failure-critical, failure, authenticated, operational

From version:

2.6.0

To version:

None

Description:

None

Data:
family:Family name of the component which failed to start
name:Name of the component which failed to start.
type:Type of the component which failed to start.

4.19.2.232. 20159

Message:

Internal error. Failed to stop %(family)s “%(name)s” of type %(type)s. %(details)s

Groups:

failure-critical, failure, authenticated, operational

From version:

2.6.0

To version:

None

Description:

None

Data:
family:Family name of the component associated with this event.
name:Name of the component associated with this event.
type:Type of the component associated with this event.

4.19.2.233. 20160

Message:

Unknown database “%(database_uuid)s” for %(family)s “%(name)s” of type %(type)s.

Groups:

process, failure, failure-high, operational

From version:

2.6.0

To version:

None

Description:

None

Data:
database_uuid:UUID of configured database for event monitor.
family:Family name of the component associated with this event.
name:Name of the component associated with this event.
type:Type of the component associated with this event.

4.19.2.234. 20161

Message:

Disconnected %(family)s “%(name)s” of type %(type)s as database is not available.

Groups:

process, informational, operational

From version:

2.6.0

To version:

None

Description:

None

Data:
family:Family name of the component associated with this event.
name:Name of the component associated with this event.
type:Type of the component associated with this event.

4.19.2.235. 20162

Message:

Resumed %(family)s “%(name)s” of type %(type)s as database became available.

Groups:

process, informational, operational

From version:

2.6.0

To version:

None

Description:

None

Data:
family:Family name of the component associated with this event.
name:Name of the component associated with this event.
type:Type of the component associated with this event.

4.19.2.236. 20163

Message:

Internal error for account activity event handler “%(name)s”. %(details)s

Groups:

process, failure, failure-critical, operational

From version:

2.6.0

To version:

None

Description:

None

Data:
name:Name of the event handler.

4.19.2.237. 20164

Message:

Unable to migrate database “%(database_uuid)s” table for %(family)s “%(name)s” of %(type)s . %(details)s

Groups:

process, failure, failure-high, operational

From version:

2.6.0

To version:

None

Description:

None

Data:
database_uuid:UUID of configured database for event monitor.
details:Details about the migration error.
family:Family name of the component associated with this event.
name:Name of the component associated with this event.
type:Type of the component associated with this event.

4.19.2.238. 20165

Message:

Failure while running %(family)s “%(name)s” of type %(type)s. %(details)s

Groups:

failure, failure-high, authenticated, operational

From version:

2.10.0

To version:

None

Description:

Used when the the component failed without an explicit error id.

Data:
family:Family name of the component which failed to start
name:Name of the component which failed to start.
type:Type of the component which failed to start.

4.19.2.239. 20166

Message:

File “%(path)s” was modified in monitor %(name)s.

Groups:

file-operation, process, informational, monitor

From version:

2.10.0

To version:

None

Description:

None.

Data:
name:Name of the monitor.

4.19.2.240. 20167

Message:

File “%(from_path)s” was renamed in monitor %(name)s to “%(to_path)s”.

Groups:

file-operation, process, informational, monitor

From version:

2.10.0

To version:

None

Description:

None

Data:
from_path:Initial path.
to_path:Final path.

4.19.2.241. 20168

Message:

Folder “%(from_path)s” was renamed in monitor %(name)s to “%(to_path)s”.

Groups:

file-operation, process, informational, monitor

From version:

2.10.0

To version:

None

Description:

None

Data:
from_path:Initial path.
name:Name of the monitor.
to_path:Final path.

4.19.2.242. 20169

Message:

File “%(path)s” was created in monitor %(name)s.

Groups:

file-operation, process, informational, monitor

From version:

2.10.0

To version:

None

Description:

None

Data:
name:Name of the monitor.

4.19.2.243. 20170

Message:

Folder “%(path)s” was created in monitor %(name)s.

Groups:

file-operation, process, informational, monitor

From version:

2.10.0

To version:

None

Description:

None

Data:
name:Name of the monitor.

4.19.2.244. 20171

Message:

File “%(path)s” was deleted in monitor %(name)s.

Groups:

file-operation, process, informational, monitor

From version:

2.10.0

To version:

None

Description:

None

Data:
name:Name of the monitor.

4.19.2.245. 20172

Message:

Folder “%(path)s” was deleted in monitor %(name)s.

Groups:

file-operation, process, informational, monitor

From version:

2.10.0

To version:

None

Description:

None

Data:
name:Name of the monitor.

4.19.2.246. 20173

Message:File “%(path)s” has a valid digital signature.
Groups:file-operation, process, informational
From version:3.5.0
To version:None
Description:None

4.19.2.247. 20174

Message:

Failed to handle event %(id)s by “%(name)s”. %(details)s

Groups:

process, failure, failure-high

From version:

2.10.0

To version:

None

Description:

None

Data:
family:Family of the event handler that failed.
id:ID of the event which was failed to be sent.
name:Name of the event handler that failed.

4.19.2.248. 20175

Message:

File “%(previous_path)s” was successfully rotated as “%(path)s” with a size of %(size)s bytes.

Groups:

process, file-operation, success, operational

From version:

3.12.0

To version:

None

Description:

None

Data:
path:New (current) path of the rotated file.
previous_path:Previous path where the rotated file was located.

4.19.2.249. 20176

Message:

File “%(path)s” was successfully rotated without keeping any copy of the previous content.

Groups:

process, file-operation, success, operational

From version:

3.12.0

To version:

None

Description:

None

Data:
path:Path of the rotated file.

4.19.2.250. 20177

Message:

File “%(path)s” has failed digital signature validation. %(details)s

Groups:

file-operation, process, failure

From version:

3.5.0

To version:

None

Description:

None

Data:
details:Reason of the failure.
path:Path to the file with valid signature.

4.19.2.251. 20178

Message:

Failed to load CRL from the CDP of “%(peer_subject)s”. %(details)s

Groups:

process, failure, operational

From version:

3.12.0

To version:

None

Description:

None

Data:
details:Reason of the failure.
path:Subject of the peer certificate for which CDP/CRL loading failed.

4.19.2.252. 20179

Message:

File “%(path)s” exists in the monitor %(name)s.

Groups:

file-operation, process, informational, monitor

From version:

3.6.0

To version:

None

Description:

None

Data:
name:Name of the monitor.

4.19.2.253. 20180

Message:

Folder “%(path)s” exists in the monitor %(name)s.

Groups:

file-operation, process, informational, monitor

From version:

3.6.0

To version:

None

Description:

None

Data:
name:Name of the monitor.

4.19.2.254. 20181

Message:

Started %(product_name)s - %(product_version)s.

Groups:

process, informational, operational

From version:

3.9.0

To version:

None

Description:

None

Data:
product_name:Name of the product
product_version:
 Current version of the product.

4.19.2.255. 20182

Message:

Account “%(account_name)s” logged in.

Groups:

informational, authenticated, operational

From version:

3.13.0

To version:

None

Description:

None

Data:
account_name:Name of the account which logged in.

4.19.2.256. 20183

Message:

Unexpected error occurred during log rotation. %(details)s.

Groups:

process, failure, failure-high, file-operation, operational

From version:

3.14.0

To version:

None

Description:

None

Data:
details:Reason of the failure.

4.19.2.257. 30005

Message:

SSH command %(message_id)s is not supported. %(payload)s

Groups:

failure, authenticated, ssh, operational

From version:

3.1.0

To version:

None

Description:

None

Data:
message_id:ID of the command as specified by the SSH Standard.
payload:The data received together with the SSH command.

4.19.2.258. 30006

Message:

Internal error. Failed to process the SSH command %(message_id)s - %(payload)s. %(details)s

Groups:

failure-critical, failure, session, ssh, operational

From version:

3.1.0

To version:

None

Description:

None

Data:
message_id:ID of the command as specified by the SSH Standard.
payload:The data received together with the SSH command.

4.19.2.259. 30007

Message:

Authentication method “%(method)s” is not supported.

Groups:

failure, session, ssh

From version:

3.1.0

To version:

None

Description:

None

Data:
method:Name of the requested SSH authentication method.

4.19.2.260. 30008

Message:User is not allowed to obtain a shell.
Groups:failure, authenticated, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.261. 30009

Message:User is not allowed to obtain a PTY.
Groups:failure, authenticated, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.262. 30010

Message:User is not allowed to execute commands.
Groups:failure, authenticated, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.263. 30011

Message:

Subsystem %(service_name)s successfully started in “%(real_path)s” as “%(virtual_path)s”.

Groups:

authenticated, ssh, success

From version:

1.6.0

To version:

None

Description:

None

Data:
real_path:Path on the server’s filesystem where SFTP session was initiated.
service_name:Name of the SSH subsystem used. Ex SFTP or SCP.
virtual_path:Path of the folder in the virtual filesystem where sessions was initiated.

4.19.2.264. 30012

Message:SFTP subsystem closed.
Groups:authenticated, ssh, success
From version:1.6.0
To version:None
Description:None

4.19.2.265. 30013

Message:Could not load prime numbers database from “%(path)s”.
Groups:process, failure, failure-high, ssh, operational
From version:1.6.0
To version:None
Description:None

4.19.2.266. 30014

Message:New SSH connection made.
Groups:session, ssh, success
From version:1.6.0
To version:None
Description:None

4.19.2.267. 30015

Message:SSH connection lost.
Groups:informational, authenticated, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.268. 30016

Message:Internal error. Failed to process the SFTP command. %(details)s
Groups:failure-critical, failure, authenticated, ssh, operational
From version:1.6.0
To version:None
Description:None

4.19.2.269. 30017

Message:

File “%(path)s” successfully closed. Was opened for %(mode)s.

Groups:

file-operation, authenticated, ssh, success

From version:

1.6.0

To version:

None

Description:

None

Data:
mode:Mode in which file was opened.

4.19.2.270. 30018

Message:

Internal error. Failure in the SSH userauth service for “%(username)s”. %(details)s

Groups:

failure-critical, failure, session, ssh

From version:

1.8.1

To version:

None

Description:

None

Data:
username:Name of the account.

4.19.2.271. 30019

Message:Listing folder “%(path)s”.
Groups:file-operation, informational, authenticated, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.272. 30020

Message:Successfully listed folder “%(path)s”.
Groups:file-operation, authenticated, ssh, success
From version:1.6.0
To version:None
Description:None

4.19.2.273. 30021

Message:

Failed to list folder “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.274. 30022

Message:Deleting “%(path)s”.
Groups:file-operation, informational, authenticated, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.275. 30023

Message:Successfully deleted “%(path)s”.
Groups:file-operation, authenticated, operation-delete, success, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.276. 30024

Message:

Failed to delete “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, operation-delete, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.277. 30025

Message:

Renaming “%(from)s” to “%(to)s”.

Groups:

file-operation, informational, authenticated, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
from:Current file/folder path.
path:Current file/folder path.
to:Future file/folder path.

4.19.2.278. 30026

Message:

Successfully rename “%(from)s” to “%(to)s”.

Groups:

file-operation, operation-rename, authenticated, ssh, success

From version:

1.6.0

To version:

None

Description:

None

Data:
from:Old file/folder path.
path:Old file/folder path.
to:New file/folder path.

4.19.2.279. 30027

Message:

Failed to rename “%(from)s” to “%(to)s”. %(details)s

Groups:

file-operation, failure, operation-rename, authenticated, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the failure.
from:Current file/folder path.
path:Current file/folder path.
to:Future file/folder path.

4.19.2.280. 30028

Message:Creating folder “%(path)s”.
Groups:file-operation, informational, authenticated, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.281. 30029

Message:Successfully created folder “%(path)s”.
Groups:file-operation, authenticated, operation-create-folder, success, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.282. 30030

Message:

Failed to create folder “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ssh, operation-create-folder

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.283. 30031

Message:Deleting folder “%(path)s”.
Groups:file-operation, informational, authenticated, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.284. 30032

Message:Successfully delete folder “%(path)s”.
Groups:file-operation, authenticated, operation-delete, success, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.285. 30033

Message:

Failed to delete folder “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, operation-delete, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.286. 30034

Message:Getting attributes for “%(path)s”.
Groups:file-operation, informational, authenticated, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.287. 30035

Message:Successfully got attributes for “%(path)s”.
Groups:file-operation, authenticated, ssh, success
From version:1.6.0
To version:None
Description:None

4.19.2.288. 30036

Message:

Failed to get attributes for “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.289. 30037

Message:Setting attributes for “%(path)s”.
Groups:file-operation, informational, authenticated, ssh
From version:1.6.0
To version:None
Description:None

4.19.2.290. 30038

Message:Successfully set attributes for “%(path)s”.
Groups:file-operation, authenticated, ssh, success
From version:1.6.0
To version:None
Description:None

4.19.2.291. 30039

Message:

Failed to set attributes for “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.292. 30040

Message:Opening file “%(path)s” for reading.
Groups:file-operation, informational, authenticated, ssh
From version:1.6.0
To version:2.0.2
Description:None

4.19.2.293. 30041

Message:Opening file “%(path)s” for writing.
Groups:file-operation, informational, authenticated, ssh
From version:1.6.0
To version:2.0.2
Description:None

4.19.2.294. 30042

Message:Opening file “%(path)s” for reading and writing.
Groups:file-operation, informational, authenticated, ssh
From version:1.6.0
To version:2.0.2
Description:None

4.19.2.295. 30043

Message:

Successfully opened “%(path)s” in “%(mode)s” mode.

Groups:

file-operation, authenticated, ssh, success

From version:

1.6.0

To version:

None

Description:

None

Data:
mode:Open mode requested for the file
path:Virtual path of the opened file.

4.19.2.296. 30044

Message:

Failed to open “%(path)s” in “%(mode)s” mode. %(details)s

Groups:

file-operation, failure, authenticated, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
details:Details about the failure.
mode:Open mode requested for the file

4.19.2.297. 30045

Message:

Failed to read from file “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.298. 30046

Message:

Failed to write to file “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.299. 30047

Message:

Failed to close file “%(path)s”. Was opened for %(mode)s. %(details)s

Groups:

file-operation, failure, authenticated, ssh

From version:

1.6.0

To version:

None

Description:

None

Data:
mode:Mode in which file was opened.

4.19.2.300. 30048

Message:Could not read DSA/RSA key at “%(path)s”. %(details)s
Groups:process, failure, failure-high, ssh, operational
From version:1.6.0
To version:None
Description:None

4.19.2.301. 30049

Message:Could not read SSH key received from client. %(details)s
Groups:failure, session, ssh, operational
From version:2.10.0
To version:None
Description:None

4.19.2.302. 30050

Message:Client SSH connection time out.
Groups:failure, authenticated, ssh
From version:1.8.0
To version:None
Description:None

4.19.2.303. 30051

Message:New client connection denied. To many concurrent SSH connections.
Groups:failure, session, ssh
From version:1.8.0
To version:None
Description:None

4.19.2.304. 30052

Message:Failed to load SSH key from “%(path)s”. %(details)s
Groups:process, failure, failure-high, ssh, operational
From version:1.8.0
To version:None
Description:None

4.19.2.305. 30053

Message:Reading link for “%(path)s”.
Groups:file-operation, informational, authenticated, ssh
From version:2.4.0
To version:None
Description:None

4.19.2.306. 30054

Message:Successfully read link for “%(path)s”.
Groups:file-operation, authenticated, ssh, success
From version:2.4.0
To version:None
Description:None

4.19.2.307. 30055

Message:

Failed to read link for “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ssh

From version:

2.4.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.308. 30056

Message:Making link for “%(path)s”.
Groups:file-operation, informational, authenticated, ssh
From version:2.4.0
To version:None
Description:None

4.19.2.309. 30057

Message:Successfully made link for “%(path)s”.
Groups:file-operation, authenticated, ssh, success
From version:2.4.0
To version:None
Description:None

4.19.2.310. 30058

Message:

Failed to make link for “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ssh

From version:

2.4.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.311. 30059

Message:Extended request are not supported.
Groups:failure, authenticated, ssh
From version:2.4.0
To version:None
Description:None

4.19.2.312. 30060

Message:Canonical file name requested for “%(path)s”.
Groups:file-operation, informational, authenticated, ssh
From version:2.4.0
To version:None
Description:None

4.19.2.313. 30061

Message:

Failed to get attributes for file “%(path)s”. %(details)s

Groups:

file-operation, failure, authenticated, ssh

From version:

2.4.0

To version:

None

Description:

None

Data:
details:More details about the failure.

4.19.2.314. 30062

Message:Setting attributes not implemented for file “%(path)s”.
Groups:file-operation, failure, authenticated, ssh
From version:2.4.0
To version:None
Description:None

4.19.2.315. 30063

Message:

SCP process successfully started in “%(real_path)s” as “%(virtual_path)s”.

Groups:

informational, authenticated, ssh

From version:

2.5.0

To version:

3.21.0

Description:

None

Data:
real_path:Path on the server’s filesystem where SCP process was initiated.
virtual_path:Path of the folder in the virtual filesystem where sessions was initiated.

4.19.2.316. 30064

Message:SCP process closed.
Groups:informational, authenticated, ssh
From version:2.5.0
To version:None
Description:None

4.19.2.317. 30065

Message:Internal error. Failed to process the SCP request. %(details)s
Groups:failure-critical, failure, authenticated, ssh, operational
From version:2.5.0
To version:None
Description:None

4.19.2.318. 30066

Message:SCP not allowed.
Groups:failure, authenticated, ssh
From version:2.5.0
To version:None
Description:None

4.19.2.319. 30067

Message:

File “%(path)s” successfully read.

Groups:

file-operation, authenticated, operation-read, success, ssh

From version:

3.7.0

To version:

None

Description:

None

Data:
mode:Mode in which file was opened.

4.19.2.320. 30068

Message:

File “%(path)s” successfully written.

Groups:

file-operation, authenticated, operation-write, success, ssh

From version:

3.7.0

To version:

None

Description:

None

Data:
mode:Mode in which file was opened.

4.19.2.321. 30069

Message:

Authentication requested for username with invalid encoding “%(username)s”.

Groups:

failure, session, ssh

From version:

3.20.0

To version:

None

Description:

None

Data:
username:Raw value of the requested username.

4.19.2.322. 30070

Message:Authentication requested with a password with invalid encoding.
Groups:failure, session, ssh
From version:3.20.0
To version:None
Description:None

4.19.2.323. 32001

Message:

Global request “%(request_type)s” declined.

Groups:

informational, authenticated, ssh

From version:

3.18.0

To version:

None

Description:

None

Data:
request_type:Request type that was rejected.

4.19.2.324. 40000

Message:

Unauthorized request for “%(uri)s”. %(details)s

Groups:

failure, session, http

From version:

1.8.0

To version:

None

Description:

None

Data:
uri:URI for which the request was made.

4.19.2.325. 40001

Message:

Static web resource could not be found: %(uri)s

Groups:

failure, session, http

From version:

1.8.0

To version:

None

Description:

None

Data:
uri:URI associated with this request.

4.19.2.326. 40002

Message:

Path “%(path)s” not found. Requested as “%(uri)s”.

Groups:

file-operation, failure, authenticated, http

From version:

2.3.0

To version:

None

Description:

None

Data:
uri:Full URI of the bad request.

4.19.2.327. 40003

Message:

Internal error while retrieving: “%(uri)s”. %(title)s %(details)s

Groups:

failure-critical, failure, session, http

From version:

1.8.0

To version:

None

Description:

None

Data:
title:Name of the error.
uri:URI associated with this request.

4.19.2.328. 40004

Message:GET request for file at “%(path)s”.
Groups:file-operation, informational, authenticated, http
From version:1.8.0
To version:None
Description:None

4.19.2.329. 40005

Message:HEAD request for file at “%(path)s”.
Groups:file-operation, informational, authenticated, http
From version:1.8.0
To version:None
Description:None

4.19.2.330. 40006

Message:Listing folder at “%(path)s”.
Groups:file-operation, informational, authenticated, http
From version:1.8.0
To version:None
Description:None

4.19.2.331. 40007

Message:

HTTP/HTTPS file access successfully started in “%(real_path)s” as “%(virtual_path)s”.

Groups:

informational, authenticated, http

From version:

1.8.0

To version:

None

Description:

None

Data:
real_path:Path on the server’s filesystem where session was initiated.
virtual_path:Path of the folder in the virtual filesystem where sessions was initiated.

4.19.2.332. 40008

Message:

Redirecting from “%(uri)s” to “%(redirect_uri)s”.

Groups:

informational, authenticated, http

From version:

1.8.0

To version:

None

Description:

None

Data:
redirect_uri:New URI where request will redirect.
uri:Initial URI request.

4.19.2.333. 40009

Message:Client HTTPS did not sent a valid certificate. “%(details)s”.
Groups:failure, session, http
From version:1.8.0
To version:None
Description:None

4.19.2.334. 40010

Message:New folder created at “%(path)s”.
Groups:file-operation, http, authenticated, success
From version:2.3.0
To version:None
Description:None

4.19.2.335. 40011

Message:Failed to create new folder “%(path)s”. Details: %(details)s
Groups:file-operation, failure, authenticated, http
From version:2.3.0
To version:None
Description:None

4.19.2.336. 40012

Message:Successfully removed file at “%(path)s”.
Groups:file-operation, http, authenticated, success
From version:2.3.0
To version:None
Description:None

4.19.2.337. 40013

Message:Failed to remove file at “%(path)s”. “%(details)s”
Groups:file-operation, failure, authenticated, http
From version:2.3.0
To version:None
Description:None

4.19.2.338. 40014

Message:

Failed to list folder content at “%(path)s”. Details: %(details)s

Groups:

file-operation, failure, authenticated, http

From version:

2.3.0

To version:

None

Description:

None

Data:
details:More details about the error.

4.19.2.339. 40015

Message:

Failed to open file for upload at “%(path)s”. Details: %(details)s

Groups:

file-operation, failure, authenticated, http

From version:

2.3.0

To version:

None

Description:

None

Data:
details:More details about the error.

4.19.2.340. 40016

Message:

Failed while storing uploaded file at “%(path)s”. Details: %(details)s

Groups:

file-operation, failure, authenticated, http

From version:

2.3.0

To version:

None

Description:

None

Data:
details:More details about the error.

4.19.2.341. 40017

Message:Successfully uploaded file at “%(path)s”.
Groups:file-operation, http, authenticated, success
From version:2.3.0
To version:None
Description:None

4.19.2.342. 40018

Message:

Forcing client disconnection at “%(uri)s” after receiving %(size)s bytes in body. Response: %(code)s %(message)s.

Groups:

failure, session, http

From version:

2.3.0

To version:

None

Description:

None

Data:
code:HTTP disconnection response code.
message:HTTP response message.
size:Received bytes for body content
uri:URI for which client was disconnected.

4.19.2.343. 40019

Message:

Bad request for “%(path)s”. Requested as “%(uri)s”. %(details)s

Groups:

file-operation, failure, authenticated, http

From version:

2.3.0

To version:

None

Description:

None

Data:
details:More details about the failure.
uri:Full URI of the bad request.

4.19.2.344. 40020

Message:

Internal error while initializing request handler. %(details)s

Groups:

failure-critical, failure, session, http

From version:

2.4.0

To version:

None

Description:

None

Data:
details:Details about the error.

4.19.2.345. 40021

Message:File opened for upload at “%(path)s”.
Groups:file-operation, informational, authenticated, http
From version:2.4.0
To version:None
Description:None

4.19.2.346. 40022

Message:Failed to uploaded file at “%(path)s”. %(details)s
Groups:file-operation, failure, authenticated, http
From version:2.4.0
To version:None
Description:None

4.19.2.347. 40023

Message:

Internal error while processing the request for “%(uri)s”. %(details)s

Groups:

failure-critical, failure, session, http

From version:

2.10.0

To version:

None

Description:

None

Data:
uri:URI associated with this request.

4.19.2.348. 40024

Message:

Internal error while processing the headers for “%(uri)s”. %(details)s

Groups:

failure-critical, failure, session, http

From version:

2.11.0

To version:

None

Description:

None

Data:
uri:URI associated with this request.

4.19.2.349. 40025

Message:

Internal error while executing JSON API “%(uri)s”. %(details)s

Groups:

failure-critical, failure, session, http

From version:

2.11.0

To version:

None

Description:

None

Data:
uri:URI associated with this request.

4.19.2.350. 40026

Message:Successfully removed folder at “%(path)s”.
Groups:file-operation, http, authenticated, success
From version:2.11.0
To version:None
Description:None

4.19.2.351. 40027

Message:Failed to remove folder at “%(path)s”. “%(details)s”
Groups:file-operation, failure, authenticated, http
From version:2.11.0
To version:None
Description:None

4.19.2.352. 40028

Message:

Failed to decode name for file “%(name)s” in delete operation.

Groups:

failure, authenticated, http

From version:

2.12.0

To version:

None

Description:

None

Data:
name:Name of the file which failed

4.19.2.353. 40029

Message:Client HTTPS connection closed due to a failure. “%(details)s”.
Groups:failure, session, http
From version:3.6.0
To version:None
Description:None

4.19.2.354. 40030

Message:Folder at “%(path)s” already exist for create request.
Groups:file-operation, informational, authenticated, http
From version:3.0.0
To version:None
Description:None

4.19.2.355. 50000

Message:Request does not contains an session id.
Groups:failure, session, local-manager
From version:2.1.0
To version:None
Description:None

4.19.2.356. 50001

Message:Authentication failed.
Groups:failure, session, local-manager
From version:2.1.0
To version:None
Description:None

4.19.2.357. 50002

Message:Configuration read from local manager.
Groups:administration, local-manager, success
From version:2.1.0
To version:None
Description:None

4.19.2.358. 50003

Message:

Unrecognized change requested from local manager: “%(details)s”.

Groups:

failure, failure-high, administration, local-manager

From version:

2.1.0

To version:

None

Description:

None

Data:
details:Details about the error.

4.19.2.359. 50004

Message:Internal JSON-RPC error: %(details)s
Groups:failure-critical, failure, administration, local-manager, operational
From version:2.1.0
To version:None
Description:None

4.19.2.360. 50005

Message:

All requested changes successfully applied. Changes: %(changes)s. Results: %(results)s.

Groups:

administration, local-manager, success, operational

From version:

2.1.0

To version:

None

Description:

None

Data:
changes:List of changes applied.
results:List of results after applying changes.

4.19.2.361. 50006

Message:

Not all requested changes successfully applied. Changes: %(changes)s. Results: %(results)s.

Groups:

failure, administration, local-manager, operational

From version:

2.1.0

To version:

None

Description:

None

Data:
changes:List of changes applied.
results:List of results after applying changes.

4.19.2.362. 50007

Message:

%(kind)s administrator “%(name)s” logged in local manager as role “%(role)s”.

Groups:

administration, local-manager, success

From version:

2.1.0

To version:

None

Description:

None

Data:
kind:The type of the authenticated administrator.
name:Name of administrator that was authenticated.
role:Name of the role associated with this administrator.

4.19.2.363. 50008

Message:

Local manager authentication failed for “%(name)s”.

Groups:

failure, administration, local-manager

From version:

2.1.0

To version:

None

Description:

None

Data:
name:Name of administrator for which authentication failed.

4.19.2.364. 50009

Message:

Local manager authentication failed for “%(name)s”. Administrator is not a member of one of the enabled administrations groups.

Groups:

failure, administration, local-manager

From version:

2.1.0

To version:

None

Description:

None

Data:
name:Name of administrator for which authentication failed.

4.19.2.365. 50010

Message:Administrator logged out from local manager.
Groups:failure, administration, local-manager
From version:2.1.0
To version:None
Description:None

4.19.2.366. 50011

Message:

Bad format for requested changes: %(changes)s.

Groups:

failure, failure-high, administration, local-manager

From version:

2.1.0

To version:

None

Description:

None

Data:
changes:Changes are requested by local-manager.

4.19.2.367. 50012

Message:

Failed to apply requested change: “%(details)s”.

Groups:

failure, administration, local-manager

From version:

2.1.0

To version:

None

Description:

None

Data:
details:Details about the error.

4.19.2.368. 50013

Message:

Failed to process action for runnable with UUID: %(uuid)s. %(details)s

Groups:

failure, session, local-manager

From version:

2.1.0

To version:

None

Description:

None

Data:
details:More details about the error.
uuid:UUID of the requested runnable.

4.19.2.369. 50015

Message:

Internal error while processing the action for runnable with UUID: %(uuid)s. %(details)s

Groups:

failure-critical, failure, session, local-manager

From version:

2.1.0

To version:

None

Description:

None

Data:
uuid:UUID of the requested runnable.

4.19.2.370. 50019

Message:

Failed to get configuration for database “%(database_uuid)s”. Source: %(source)s. %(details)s

Groups:

failure, failure-high, authenticated, local-manager, operational

From version:

2.6.0

To version:

None

Description:

None.

Data:
database_uuid:UUID of the database.
details:Error details.
source:Data source name

4.19.2.371. 50020

Message:

Failed to get %(source)s data since database “%(database_uuid)s” is not started.

Groups:

informational, authenticated, local-manager, operational

From version:

2.6.0

To version:

None

Description:

None.

Data:
database_uuid:UUID of the database.
source:Data source name

4.19.2.372. 50021

Message:

Failed to get data. Unknown source: “%(source)s”.

Groups:

informational, authenticated, local-manager, operational

From version:

2.6.0

To version:

None

Description:

None.

Data:
source:Data source name.

4.19.2.373. 50022

Message:

Failed to get %(source)s database configuration for: “%(database_uuid)s”.

Groups:

informational, authenticated, local-manager, operational

From version:

2.6.0

To version:

None

Description:

None.

Data:
database_uuid:UUID of the database.
source:Data source name

4.19.2.374. 50023

Message:Failed to process uploaded SSH key. %(details)s
Groups:failure, failure-high, authenticated, local-manager, operational
From version:2.9.0
To version:None
Description:None

4.19.2.375. 50024

Message:Failed to generate SSH key or SSL key/csr. %(details)s
Groups:failure, failure-high, authenticated, local-manager, operational
From version:2.12.0
To version:None
Description:None

4.19.2.376. 50025

Message:Internal error while processing database entries. %(details)s
Groups:failure, authenticated, local-manager, operational
From version:3.0.0
To version:None
Description:None

4.19.2.377. 60000

Message:File “%(path)s” was modified in monitored path.
Groups:process, location-operation, informational, agent
From version:2.6.0
To version:None
Description:None.

4.19.2.378. 60001

Message:

File “%(from_path)s” was renamed in monitored path to “%(to_path)s”.

Groups:

process, location-operation, informational, agent

From version:

2.6.0

To version:

None

Description:

None

Data:
from_path:Initial path.
to_path:Final path.

4.19.2.379. 60002

Message:Command failed: %(details)s
Groups:failure-critical, failure, authenticated, agent
From version:3.0.0
To version:None
Description:None

4.19.2.380. 60003

Message:File “%(path)s” was created in monitored path.
Groups:process, location-operation, informational, agent
From version:2.6.0
To version:None
Description:None

4.19.2.381. 60004

Message:File “%(path)s” exists in the monitored path.
Groups:process, location-operation, informational, agent
From version:3.6.0
To version:None
Description:None

4.19.2.382. 60005

Message:Connection lost while taking a snapshot for “%(path)s”.
Groups:process, location-operation, informational, agent
From version:3.19.0
To version:None
Description:None

4.19.2.383. 60007

Message:

Executing command %(name)s for “%(path)s”.

Groups:

process, location-operation, informational, agent

From version:

2.7.0

To version:

None

Description:

None

Data:
destination_path:
 Path to destination file.
source_path:Path to source file.

4.19.2.384. 60008

Message:

Command %(name)s was successful for “%(path)s”.

Groups:

process, location-operation, agent, success

From version:

2.7.0

To version:

None

Description:

None

Data:
destination_path:
 Path to destination file.
source_path:Path to source file.

4.19.2.385. 60009

Message:

Command %(name)s failed for “%(path)s”. %(details)s

Groups:

process, failure, location-operation, agent

From version:

2.7.0

To version:

None

Description:

None

Data:
destination_path:
 Path to destination file.
source_path:Path to source file.

4.19.2.386. 60010

Message:Source and destination ready. Start transferring “%(path)s”.
Groups:process, location-operation, informational, agent
From version:2.9.0
To version:None
Description:None

4.19.2.387. 60011

Message:

Failed to transfer “%(path)s”. Will retry %(count)s more. Next try after %(wait)s seconds. %(details)s

Groups:

process, failure, location-operation, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
count:Number of times the transfer will be retried from now on.
wait:Number of seconds to wait before retrying.

4.19.2.388. 60012

Message:

Successfully transferred file “%(path)s” as “%(destination_path)s”.

Groups:

process, location-operation, agent, success

From version:

2.9.0

To version:

None

Description:

None

Data:
destination_path:
 Path on the destination location.

4.19.2.389. 60013

Message:Error occurred while transferring file “%(path)s”. %(details)s
Groups:process, failure, location-operation, agent
From version:2.9.0
To version:None
Description:None

4.19.2.390. 60014

Message:Failed to open source file “%(path)s” for reading. %(details)s
Groups:process, failure, location-operation, agent
From version:2.9.0
To version:None
Description:None

4.19.2.391. 60015

Message:Failed to open destination file “%(path)s” for writing. %(details)s
Groups:process, failure, location-operation, agent
From version:2.9.0
To version:None
Description:None

4.19.2.392. 60016

Message:

Transfer failed at %(step_name)s after all retries. The following files failed %(failed_paths)s. The following files succeeded %(success_paths)s.

Groups:

process, failure, location-operation, agent

From version:

2.9.0

To version:

None

Description:

None

Data:
failed_paths:List of paths which failed.
step_name:Name of the step at which transfer failed.
success_paths:List of path which were successfully transferred to the destination.

4.19.2.393. 60017

Message:

Transfer succeeded for %(paths)s.

Groups:

process, location-operation, agent, success

From version:

2.9.0

To version:

None

Description:

None

Data:
paths:List of paths which were transferred to the destination.

4.19.2.394. 60018

Message:Internal error while executing transfer for “%(path)s”. %(details)s
Groups:process, failure, location-operation, agent, failure-critical
From version:2.9.0
To version:None
Description:None

4.19.2.395. 60019

Message:

Invalid schedule value for transfer “%(name)s”. %(details)s

Groups:

process, failure, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the transfer with invalid configuration.

4.19.2.396. 60020

Message:

Transfer “%(name)s” has scheduled action “%(action)s” in “%(seconds)s” seconds for “%(date)s”.

Groups:

process, location-operation, informational, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
action:Name of the scheduled action.
date:Date and time at which the action was scheduled.
name:Name of the transfer for which the action was scheduled.

4.19.2.397. 60021

Message:

Transfer “%(name)s” started in “%(state)s” state.

Groups:

process, location-operation, informational, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the transfer which was started.
state:The name of the state in which the transfer was started.

4.19.2.398. 60022

Message:

Transfer “%(name)s” is now executing the scheduled action “%(action)s”.

Groups:

process, location-operation, informational, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
action:Name of the scheduled action.
name:Name of the transfer for which the action was scheduled.

4.19.2.399. 60023

Message:

Transfer “%(name)s” has detected a “%(action)s” action which was scheduled for “%(expected_date)s” but its execution time has already passed. It was re-scheduled for now.

Groups:

process, failure, location-operation, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
action:Name of the scheduled action.
expected_date:Date and time at which the action was scheduled in ISO format.
name:Name of the transfer for which the action was scheduled.

4.19.2.400. 60024

Message:

Keep alive call failed for location “%(name)s” . %(details)s

Groups:

failure, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the location for which the keep alive was called.

4.19.2.401. 60025

Message:

Failed to archive “%(path)s” as “%(archive_path)s”. %(details)s

Groups:

process, failure, location-operation, agent

From version:

2.10.0

To version:

None

Description:

None

Data:
archive_path:Destination path of the archive.

4.19.2.402. 60026

Message:

File “%(path)s” was successfully archived as “%(archive_path)s”.

Groups:

process, location-operation, agent, success

From version:

2.10.0

To version:

None

Description:

None

Data:
archive_path:Destination path of the archive.

4.19.2.403. 60027

Message:

Invalid overwrite rule configuration “%(details)s” for transfer “%(name)s”.

Groups:

process, failure, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the transfer with invalid configuration.

4.19.2.404. 60028

Message:

Fail to transfer file “%(path)s” for “%(name)s”. File already exists on the destination and transfer is not configured to overwrite it.

Groups:

process, failure, location-operation, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the transfer associated with this event.

4.19.2.405. 60029

Message:

Remote file “%(path)s” is going to be overwritten for transfer “%(name)s”.

Groups:

process, location-operation, informational, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the transfer associated with this event.

4.19.2.406. 60030

Message:

Remote file “%(existing_path)s” was renamed to “%(path)s” to prevent overwriting it for “%(name)s”.

Groups:

process, location-operation, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
existing_path:Previous path of the existing file on the destination.
name:Name of the transfer associated with this event.
path:New path of the existing file, after rename operation.

4.19.2.407. 60031

Message:

File “%(path)s” is going to be transfered as “%(destination_path)s” for “%(name)s” as a file with same name already exists on the destination.

Groups:

process, location-operation, informational, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
destination_path:
 Path on the destination where file will be transferred.
name:Name of the transfer associated with this event.

4.19.2.408. 60032

Message:

Start collecting files for batch transfer “%(name)s” with an interval of %(seconds)s seconds.

Groups:

process, informational, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the transfer.
seconds:Number of seconds used for batch interval.

4.19.2.409. 60033

Message:

Start execute batch transfer for “%(name)s” with %(count)s files.

Groups:

process, informational, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
count:Number of files in the batch.
name:Name of the transfer.

4.19.2.410. 60034

Message:

Cancel execution of batch transfer for “%(name)s” with %(count)s files.

Groups:

process, informational, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
count:Number of files in the batch.
name:Name of the transfer.

4.19.2.411. 60035

Message:

File “%(path)s” closed on location “%(location)s”. Was opened for %(mode)s.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.
mode:How the file handler was created.

4.19.2.412. 60036

Message:

Failed to close “%(path)s” on location “%(location)s”. Was opened for %(mode)s. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.
mode:How the file handler was created.

4.19.2.413. 60037

Message:

Failed to read “%(path)s” on location “%(location)s”. Was opened for %(mode)s. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.
mode:How the file handler was created.

4.19.2.414. 60038

Message:

Failed to write “%(path)s” on location “%(location)s”. Was opened for %(mode)s. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.
mode:How the file handler was created.

4.19.2.415. 60039

Message:

Start monitoring “%(path)s” on “%(location)s” (recursive %(recursive)s).

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.
recursive:Flag to signal if monitoring is recursive.

4.19.2.416. 60040

Message:

Stop monitoring “%(path)s” on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.417. 60041

Message:

Operation to check the existence of “%(path)s” was successful on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.418. 60042

Message:

Failed to check that “%(path)s” exists on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.419. 60043

Message:

Successfully renamed “%(path)s” to “%(to)s” on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
from:Old name of the file.
location:Name of the location on which this operation was performed.
path:Old name of the file.
to:The new name of the file.

4.19.2.420. 60044

Message:

Failed to rename “%(path)s” to “%(to)s” on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
from:Old name of the file.
location:Name of the location on which this operation was performed.
path:Old name of the file.
to:The new name of the file.

4.19.2.421. 60045

Message:

Successfully delete file “%(path)s” on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.422. 60046

Message:

Failed to delete file “%(path)s” on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.423. 60047

Message:

Successfully delete directory (recursive %(recursive)s) “%(path)s” on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.
recursive:True when a recursive request was made

4.19.2.424. 60048

Message:

Failed to delete directory (recursive %(recursive)s) “%(path)s” on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.
recursive:True when a recursive request was made

4.19.2.425. 60049

Message:

Successfully created directory “%(path)s” on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.426. 60050

Message:

Failed to create directory “%(path)s” on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.427. 60051

Message:

Successfully listed directory “%(path)s” on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.428. 60052

Message:

Failed to list directory “%(path)s” on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.429. 60053

Message:

Successfully opened “%(path)s” for reading on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.430. 60054

Message:

Failed to open file “%(path)s” for reading on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.431. 60055

Message:

Successfully opened “%(path)s” for writing on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.432. 60056

Message:

Failed to open file “%(path)s” for writing on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.433. 60057

Message:

Successfully opened “%(path)s” for appending on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.434. 60058

Message:

Failed to open file “%(path)s” for appending on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.435. 60059

Message:

Successfully touched “%(path)s” on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.436. 60060

Message:

Failed to touch “%(path)s” on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.437. 60061

Message:

Successfully copied local “%(path)s” to local “%(to)s” (overwrite %(overwrite)s) on “%(location)s”.

Groups:

file-operation, location-operation, authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
from:Old name of the file.
location:Name of the location on which this operation was performed.
overwrite:True if copy operation was done with overwrite enabled.
path:Old name of the file.
to:The new name of the file.

4.19.2.438. 60062

Message:

Failed to copy local “%(path)s” to local “%(to)s” on “%(location)s”. %(details)s

Groups:

file-operation, failure, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
from:Old name of the file.
location:Name of the location on which this operation was performed.
overwrite:True if copy operation was done with overwrite enabled.
path:Old name of the file.
to:The new name of the file.

4.19.2.439. 60063

Message:

Sending keep alive call for location “%(name)s”.

Groups:

informational, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the location for which the keep alive was called.

4.19.2.440. 60064

Message:

Executing “%(condition)s” commands on destination for “%(name)s”.

Groups:

informational, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
condition:Condition for which the commands are executed.
name:Name of the transfer for which the commands are executed.

4.19.2.441. 60065

Message:

Successfully executed “%(condition)s” commands on destination for “%(name)s”.

Groups:

authenticated, agent, success

From version:

3.0.0

To version:

None

Description:

None

Data:
condition:Condition for which the commands are executed.
name:Name of the transfer for which the commands are executed.

4.19.2.442. 60066

Message:

Failed to execute “%(condition)s” commands on destination for “%(name)s”. %(details)s

Groups:

failure, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
condition:Condition for which the commands are executed.
name:Name of the transfer for which the commands are executed.

4.19.2.443. 60067

Message:

Disconnecting as location “%(name)s” was idle for %(seconds)s seconds.

Groups:

informational, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event.
seconds:Number of seconds after which location is configured to disconnect on idle.

4.19.2.444. 60068

Message:

Reconnecting as location “%(name)s” is configured to always keep the connection alive.

Groups:

informational, authenticated, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event.

4.19.2.445. 60069

Message:

Failed to close source “%(path)s” after failing to open destination “%(destination_path)s”. %(details)s

Groups:

file-operation, failure, authenticated, agent

From version:

3.12.0

To version:

None

Description:

None

Data:
destination_path:
 Path of the destination file which failed to be opened.
source_path:Path of the source file which failed to be closed.

4.19.2.446. 60070

Message:

Destination location is not available for transferring the source files from “%(paths)s”.

Groups:

failure, authenticated, agent

From version:

3.10.0

To version:

None

Description:

None

Data:
paths:Comma separated list of files which were attempted to be transferred.

4.19.2.447. 60071

Message:

Successfully got attributes for “%(path)s” on “%(location)s”.

Groups:

location-operation, authenticated, agent, success

From version:

3.20.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.448. 60072

Message:

Failed to get attributes for “%(path)s” on “%(location)s”. %(details)s

Groups:

failure, location-operation, authenticated, agent

From version:

3.20.0

To version:

None

Description:

None

Data:
location:Name of the location on which this operation was performed.

4.19.2.449. 70001

Message:

Invalid server host key for location %(name)s. Expecting “%(expected_fingerprint)s” got “%(actual_fingerprint)s”.

Groups:

failure, session, ssh, agent

From version:

2.9.0

To version:

None

Description:

None

Data:
actual_fingerprint:
 Fingerprint received from the remote server.
expected_fingerprint:
 Configured fingerprint.
name:Name of the location associated with this event

4.19.2.450. 70002

Message:

Location %(name)s connected to the SSH server.

Groups:

session, informational, ssh, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event

4.19.2.451. 70003

Message:

Connection to SSH server was lost for location %(name)s.

Groups:

session, informational, ssh, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event

4.19.2.452. 70005

Message:

Failed to read private SSH key “%(name)s” from %(path)s. %(details)s

Groups:

process, failure, ssh, agent, operational

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the location which failed.
path:Path to SSH private key which failed to load.

4.19.2.453. 70006

Message:

Client SFTP subsystem initialized for location %(name)s.

Groups:

informational, authenticated, ssh, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event

4.19.2.454. 70007

Message:

Client SFTP subsystem closed for location %(name)s.

Groups:

informational, authenticated, ssh, agent

From version:

3.0.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event

4.19.2.455. 70008

Message:

Failure while authenticating the SFTP client for “%(name)s” using methods: %(methods)s. %(details)s

Groups:

agent, operational, failure, session, ssh, failure-high

From version:

3.0.0

To version:

None

Description:

None

Data:
methods:List with all methods tried to authenticate.
name:Name of the location which failed at the authentication process.

4.19.2.456. 80002

Message:

Location %(name)s connected to the FTP server.

Groups:

ftp, session, informational, agent

From version:

3.2.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event

4.19.2.457. 80003

Message:

Connection to FTP server was lost for location %(name)s.

Groups:

ftp, session, informational, agent

From version:

3.2.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event

4.19.2.458. 80004

Message:

Failed authentication. Credentials not accepted for “%(name)s”. %(details)s

Groups:

process, ftp, agent, failure, operational

From version:

3.2.0

To version:

None

Description:

None

Data:
name:Name of the location which failed at the authentication process.

4.19.2.459. 80005

Message:

Security for the command channel cleared in “%(mode)s” mode on location “%(name)s”.

Groups:

informational, authenticated, agent, ftp

From version:

3.13.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event

4.19.2.460. 80006

Message:

Location %(name)s authenticated to the FTP server.

Groups:

informational, authenticated, agent, ftp

From version:

3.2.0

To version:

None

Description:

None

Data:
name:Name of the location associated with this event

4.19.2.461. _20150

Message:No EventDefinition with id %(id)s
Groups:process, failure, failure-critical, operational
From version:None
To version:None
Description:Resolved internally.