Summary: Isode components write to logging streams when events occur.

Facility MTA_Qmgr

Messages relating to the M-Switch Queue Manager

NameSeverityIDDescriptionAction
ArchiveErrorerror507Resubmission found a problem with the archive.
Authorizationinfo501The user, authorizing as the given role, has been granted the given authorization.
BadPDUerror53Cannot decode a PDU from the given host.
BadSelectorRegexperror104 A regular expression in a selector value has a problem. This is probably a UA issue, or a user issue.
BadSelectorValueerror101 The value provided for a selector key is not valid. This may be a UA issue in not validating values
BufferTooBigerror500The SOM command handler broke the connection as the line provided exceeded the given limit.
ChannelOperationnotice405External operation on channel.
ChannelStartinfo408Starting a channel process.
Connectioninfo52A new connection from the given address has been received.
dbmbuildrunerror58The attempt to execute dbmbuild failed.
DuplicateIDerror30The Queue Manager object has received a duplicate SOM operation ID. This is an internal queue manager error.
DuplicateMessagefatal202
DuplicateRecipienterror200
GroupBuildProblemerror311
InstanceStartinfo409A new channel instance has started
InstanceStatusinfo410Status from channel instance.
Internaldetail5Information on the internal workings which is at a higher level than debug information.
InvalidConfigurationfatal309
InvalidIDerror31The Queue Manager object has received an operation continue instruction with an invalid SOM operation ID. This is an internal queue manager error.
InvalidOperationerror2An attempt has been made to perform an operation which is not appropriate for the object to which it applies.
InvalidOperationDataerror32Data provided for a SOM operation is invalid. This is either a protocol error, or a UA error.
LDAPconnectwarning56Failed to connect to the LDAP directory server, the reason given is in the message.
LDAPsearchwarning57The queue manager attempted to find entries in the directory server and this failed for the given reason.
Listennotice50Listening on the given address.
ListenErrorfatal51An error has occurred on a listener.
ManagerOperationnotice404External operation on queue manager itself.
MessageOperationinfo407External operation on message.
MessageSubmitinfo400A new message arrives
MessageTimeoutinfo403Timer expiry on message giving warning or timeout
MissingAttributeerror312
MissingSelectorKeyerror102There is no selector key. This is a protocol error.
MissingSelectorValueerror103The value for a selector key is missing. This is a protocol error.
MissingValueerror303
MTAOperationnotice406External operation on MTA.
MtatailorUpdatewarning315A problem was encountered creating a new mtatailor.tai file in the ETCDIR. This will prevent the new configuration from taking effect. The problem may be temporary. The queue manager will make another attempt after the configuration reload time. Check that the error does not recurr. If it does, investigate the detail. If it is important that the new configuration is used, the reload can be forced from the Switch operation view of mconsole.
NoMTAdnamenotice308
NoObjectFoundwarning3An attempt has been made to perform an operation but the selector failed to find any matching objects. This can arise through incorrect data entered by an operator
NoTimestamperror307The queue manager attempted to find the mt-serial attribute in its entry in the directory server and this failed for the given reason. This will result in failure to create or update the mtatailor file.
NotImplementederror1The operation is not yet implemented.
NoTLSInfoinfo504No TLS information was found, so not using TLS.
NotRoleMembererror508A SOM session attempted to authorize with an inappropriate Role id.
PasswordErrorauthfail502The system compared the presented password with the hashed password in the auth.qmgr table, but they did not match.
PDUencodeerror54There was a problem encoding a PDU.
ProcessCreateFailederror55There was a problem starting a child process
ProcessMsginfo411Status from channel instance
RecipientStatusinfo402Channel reports status to queue manager
RecipientSubmitinfo401New recipient in message
ResubmitErrorerror506The SOM RESUBMIT command failed on the given archive. Additional error information should be appended.
SchemaVersionerror306
SchemaVersionMajorerror313
SchemaVersionMinornotice314
SetTimeerror304
SizeLimitReachedwarning4 A search operation matches more objects than the size limit.
StartingUpnotice509M-Switch is starting.
TooManyAssociationserror302
TooManyChannelserror300
TooManyMTAserror301
TooManySOMfatal310
UnknownChannelerror201
UnknownSelectorKeyerror100A selector key has been passed in which is either unknown, or is not valid in the current context (e.g. a message selection key when acting on channels). This is a protocol error.
UnknownUserauthfail505The user was not found in the auth.qmgr table. If the command did not specify a username, then 'anon' is used as the username.
ValueTooLargeerror305

NotImplemented

Message Text
  • Operation not implemented
Description
The operation is not yet implemented.
Action

InvalidOperation

Message Text
  • Cannot perform operation %1 on object type %2
Parameters
  1. Operation type
  2. Type of object
Description
An attempt has been made to perform an operation which is not appropriate for the object to which it applies.
Action

NoObjectFound

Message Text
  • No matching objects were found for operation
Description
An attempt has been made to perform an operation but the selector failed to find any matching objects.
Action
This can arise through incorrect data entered by an operator

SizeLimitReached

Message Text
  • Search size limit reached
Description
A search operation matches more objects than the size limit.
Action

Internal

Message Text
  • %1
Parameters
  1. Text describing state or case
Description
Information on the internal workings which is at a higher level than debug information.
Action

DuplicateID

Message Text
  • Duplicate SOM operation ID
Description
The Queue Manager object has received a duplicate SOM operation ID. This is an internal queue manager error.
Action

InvalidID

Message Text
  • Invalid SOM operation ID
Description
The Queue Manager object has received an operation continue instruction with an invalid SOM operation ID. This is an internal queue manager error.
Action

InvalidOperationData

Message Text
  • Operation %1 has invalid data '%2'
Parameters
  1. Operation type
  2. The data string
Description
Data provided for a SOM operation is invalid. This is either a protocol error, or a UA error.
Action

Listen

Message Text
  • Listening on %1
Parameters
  1. Listen address
Description
Listening on the given address.
Action

ListenError

Message Text
  • Error on listener
Description
An error has occurred on a listener.
Action

Connection

Message Text
  • New connection from %1 for %2
Parameters
  1. Caller's address
  2. Connection context
Description
A new connection from the given address has been received.
Action

BadPDU

Message Text
  • Invalid PDU from %1
Parameters
  1. Caller's address
Description
Cannot decode a PDU from the given host.
Action

PDUencode

Message Text
  • Failed to encode PDU for %1
Parameters
  1. Caller's address
Description
There was a problem encoding a PDU.
Action

ProcessCreateFailed

Message Text
  • Failed to start process for channel %1 using '%2'
Parameters
  1. Channel name
  2. Program command
Description
There was a problem starting a child process
Action

LDAPconnect

Message Text
  • Failed to connect to directory: %1
Parameters
  1. Text of LDAP error
Description
Failed to connect to the LDAP directory server, the reason given is in the message.
Action

LDAPsearch

Message Text
  • A search or read operation for %1 failed: %2
Parameters
  1. Operation
  2. Text of LDAP error
Description
The queue manager attempted to find entries in the directory server and this failed for the given reason.
Action

dbmbuildrun

Message Text
  • Failed to execute dbmbuild
Description
The attempt to execute dbmbuild failed.
Action

UnknownSelectorKey

Message Text
  • Unknown selector key '%1'
Parameters
  1. Key for selector
Description
A selector key has been passed in which is either unknown, or is not valid in the current context (e.g. a message selection key when acting on channels). This is a protocol error.
Action

BadSelectorValue

Message Text
  • Selector key '%1' has bad value '%2'
Parameters
  1. Key for selector
  2. Value for selector
Description
The value provided for a selector key is not valid.
Action
This may be a UA issue in not validating values

MissingSelectorKey

Message Text
  • Bad selector key
Description
There is no selector key. This is a protocol error.
Action

MissingSelectorValue

Message Text
  • The selector with key '%1' is missing a value
Parameters
  1. Key for selector
Description
The value for a selector key is missing. This is a protocol error.
Action

BadSelectorRegexp

Message Text
  • Regular express'%1' has error at offset %2: %3
Parameters
  1. The regular expression
  2. Offset in regular expression of the error
  3. Text describing the error
Description
A regular expression in a selector value has a problem.
Action
This is probably a UA issue, or a user issue.

DuplicateRecipient

Message Text
  • Duplicate internal recipient number in message %1: %2
Parameters
  1. The internal queue ID of the message.
  2. The internal recipient number.
Description
Action
User action
The message needs to be identified in the on-disk queue. It can then be corrected, or deleted. This needs to be done manually.

UnknownChannel

Message Text
  • Unknown channel %1 in message %2, recipient %3
Parameters
  1. The channel name
  2. The internal queue ID of the message.
  3. The internal recipient number.
Description
Action
User action
The message needs to be identified in the on-disk queue. It can then be corrected, or deleted. This needs to be done manually.

DuplicateMessage

Message Text
  • Duplicate message %1
Parameters
  1. The internal queue ID of the message.
Description
Action
User action
Find out which channel is submitting the message. It is necessary to resolve which of the queue manager and channel is correct.

TooManyChannels

Message Text
  • Too many channels found when adding %1. Cannot have more than %2
Parameters
  1. The name of the channel being added
  2. The limit on the number of channels
Description
Action
User action
Reduce the number of channels in use in the tailoring information.

TooManyMTAs

Message Text
  • Too many MTAs when adding %1. Cannot have more than %2
Parameters
  1. The name of the MTA being added
  2. The limit on the number of MTAs
Description
Action
User action
It is unlikely in practice that you will meet this limit.

TooManyAssociations

Message Text
  • Too many concurrent associations. Cannot have more thn %1
Parameters
  1. The limit on the number of Associations
Description
Action
User action
It is unlikely in practice that you will meet this limit.

MissingValue

Message Text
  • No value for %1
Parameters
  1. Name of value
Description
Action
User action
Ensure that the value is set.

SetTime

Message Text
  • Failed to set timestamp on file %1
Parameters
  1. Name of tailor file
Description
Action
User action
Check the system error for the reason for the failure.

ValueTooLarge

Message Text
  • Value too large for tailor file: %1
Parameters
  1. Value which is too large
Description
Action
User action
Use a smaller value.

SchemaVersion

Message Text
  • MTA has schema version %1, expecting %2
Parameters
  1. Schema version found for MTA
  2. Expected schema version
Description
Action
User action
Upgrade the configuration being used, if the schema version found is earlier than the expected version.

NoTimestamp

Message Text
  • A search or read operation for the mt-serial attribute failed: %1
Parameters
  1. Text of LDAP error
Description
The queue manager attempted to find the mt-serial attribute in its entry in the directory server and this failed for the given reason. This will result in failure to create or update the mtatailor file.
Action

NoMTAdname

Message Text
  • No Directory Name for MTA available
Description
Action
User action
If directory based features are to be used, then set the value appropriately.

InvalidConfiguration

Message Text
  • Problem with configuration
Description
Action
User action
Check the other error messages. The problem might be with the DSA not being available, or the connection details for that DSA in the stub mtatailor file being incorrect.

TooManySOM

Message Text
  • Too many (%1) SOM connections
Parameters
  1. The current number of connections
Description
Action
User action
You can configure a large number. If the SOM port is open to the Internet this could be a sign of an attack on your system.

GroupBuildProblem

Message Text
  • Problem when building group information
Description
Action
User action
Check the other error messages.

MissingAttribute

Message Text
  • Attribute %1 missing in entry type %2
Parameters
  1. The attribute type
  2. The type of entry
Description
Action
User action
Check the schema of the relevant entries.

SchemaVersionMajor

Message Text
  • MTA has schema version %1, expecting %2
Parameters
  1. Schema version found for MTA
  2. Expected schema version
Description
Action
User action
Upgrade the configuration being used, if the schema version found is earlier than the expected version.

SchemaVersionMinor

Message Text
  • MTA has schema version %1, expecting %2
Parameters
  1. Schema version found for MTA
  2. Expected schema version
Description
Action
User action
Upgrade the configuration being used, if the schema version found is earlier than the expected version.

MtatailorUpdate

Message Text
  • Problem updating mtatailor file
Description
A problem was encountered creating a new mtatailor.tai file in the ETCDIR. This will prevent the new configuration from taking effect. The problem may be temporary. The queue manager will make another attempt after the configuration reload time.
Action
Check that the error does not recurr. If it does, investigate the detail. If it is important that the new configuration is used, the reload can be forced from the Switch operation view of mconsole.

MessageSubmit

Message Text
  • New Message %1 %2 (priority %3)
Parameters
  1. Internal Message ID
  2. Originator address
  3. Internal priority
Description
A new message arrives
Action

RecipientSubmit

Message Text
  • New Recipient %1 %2 (%3) %4 (%5)
Parameters
  1. Internal Message ID
  2. Recipient address
  3. Internal recipient number
  4. Status
  5. status value
Description
New recipient in message
Action

RecipientStatus

Message Text
  • Recipient Status %1 %2 (%3) %4 (%5)
Parameters
  1. Internal Message ID
  2. Recipient address
  3. Internal recipient number
  4. Status
  5. status value
Description
Channel reports status to queue manager
Action

MessageTimeout

Message Text
  • Message %1 %2
Parameters
  1. Internal Message ID
  2. Timeout or warning
Description
Timer expiry on message giving warning or timeout
Action

ManagerOperation

Message Text
  • Manager operation %1
Parameters
  1. Operation
Description
External operation on queue manager itself.
Action

ChannelOperation

Message Text
  • Channel operation %1 on %2
Parameters
  1. Operation
  2. Channel name
Description
External operation on channel.
Action

MTAOperation

Message Text
  • MTA operation %1 on %2
Parameters
  1. Operation
  2. MTA name
Description
External operation on MTA.
Action

MessageOperation

Message Text
  • Message operation %1 on %2
Parameters
  1. Operation
  2. Internal Message ID
Description
External operation on message.
Action

ChannelStart

Message Text
  • Starting process for %1
Parameters
  1. Channel name
Description
Starting a channel process.
Action

InstanceStart

Message Text
  • New channel instance on %1 (%2,%3) status %4
Parameters
  1. Channel name
  2. Process ID
  3. Instance number
  4. status
Description
A new channel instance has started
Action

InstanceStatus

Message Text
  • Channel instance on %1 (%2,%3) has status %4 (%5) context:%6
Parameters
  1. Channel name
  2. Process ID
  3. Instance number
  4. status
  5. status
  6. context
Description
Status from channel instance.
Action

ProcessMsg

Message Text
  • Starting message %1 on %2 (%3,%4)
Parameters
  1. Message ID
  2. Channel name
  3. Process ID
  4. Instance number
Description
Status from channel instance
Action

BufferTooBig

Message Text
  • On connection from %1 buffer reached %2 bytes
Parameters
  1. Caller's address
  2. Size of buffer
Description
The SOM command handler broke the connection as the line provided exceeded the given limit.
Action

Authorization

Message Text
  • Authorization granted to %1 as %2: %3
Parameters
  1. Username
  2. Role
  3. Levels
Description
The user, authorizing as the given role, has been granted the given authorization.
Action

PasswordError

Message Text
  • Password comparison failed for %1
Parameters
  1. Username
Description
The system compared the presented password with the hashed password in the auth.qmgr table, but they did not match.
Action

NoTLSInfo

Message Text
  • no TLS information was found
Description
No TLS information was found, so not using TLS.
Action

UnknownUser

Message Text
  • Unknown user %1
Parameters
  1. Username
Description
The user was not found in the auth.qmgr table. If the command did not specify a username, then 'anon' is used as the username.
Action

ResubmitError

Message Text
  • Error resubmitting %1
Parameters
  1. archive name
Description
The SOM RESUBMIT command failed on the given archive. Additional error information should be appended.
Action

ArchiveError

Message Text
  • Error parsing archive, %1
Parameters
  1. additional error information
Description
Resubmission found a problem with the archive.
Action

NotRoleMember

Message Text
  • %1 is not a member of Role %2
Parameters
  1. Authentication id
  2. Role id
Description
A SOM session attempted to authorize with an inappropriate Role id.
Action

StartingUp

Message Text
  • M-Switch Qmgr %1 starting up
Parameters
  1. Version
Description
M-Switch is starting.
Action

All rights reserved © 2002 - 2024 Isode Ltd.