Summary: Isode components write to logging streams when events occur.
Facility DSA_DSP
DSP system event notifications.
Name | Severity | ID | Description | Action |
---|---|---|---|---|
AssocAbort | error | 7 | The server aborted a DSP association (see earlier events for reason). | No operator action. |
ClosedIdleConnection | notice | 10 | An idle DSP chaining association was closed. | No operator action. |
InvokeFailed | error | 4 | A DSP operation invocation failed. | No operator action. |
NoValidChainingAddress | notice | 11 | An attempt to perform DSP chaining to a peer DSA failed because the conigured address does not contain an X.500/OSI component. | Verify that the configured peer DSA address contains a suitable address component. |
TimedOutBindOperation | notice | 2 | A bind exceed the local DSP operation time limit. | Consider increasing the local administrative time limit for chained operations (in the dspOperationTimeLimit attribute of the DSA entry). |
TimedOutOperation | notice | 1 | A chained operation exceed the local DSP operation time limit. | Consider increasing the local administrative time limit for chained operations (in the dspOperationTimeLimit attribute of the DSA entry). |
UnhandledInvoke | error | 6 | A DSP operation invocation was received on an initiating association. The operation invocation is discarded. | No operator action. |
UnknownOpID | notice | 12 | An indication was received from a peer DSA that does not correspond to any outstanding operation invocation. | No operator action. |
UnrecognizedBindResultType | warning | 3 | A DSP bind attempt failed because the connection could not be established. | No operator action. |
UnrecognizedErrorType | warning | 9 | DSP error refers to an unsupported or unknown error type. | No operator action. |
UnrecognizedIndicationType | error | 5 | Unrecognized DSP indication type received. | No operator action. |
UnrecognizedOperationType | warning | 8 | A DSP invoke contained an unsupported or unknown operation type. | No operator action. |
TimedOutOperation
- Message Text
- DSP operation exceeded local time limit (id: %1, assoc: %2, dsa: %3)
- Parameters
- Invoke ID.
- Association ID.
- Remote DSA.
- Description
- A chained operation exceed the local DSP operation time limit.
- Action
- Consider increasing the local administrative time limit for chained operations (in the dspOperationTimeLimit attribute of the DSA entry).
TimedOutBindOperation
- Message Text
- DSP bind exceeded local time limit (assoc: %1)
- Parameters
- Association ID.
- Description
- A bind exceed the local DSP operation time limit.
- Action
- Consider increasing the local administrative time limit for chained operations (in the dspOperationTimeLimit attribute of the DSA entry).
UnrecognizedBindResultType
- Message Text
- type:%1, assoc:%2
- Parameters
- Result type
- File descriptor
- Description
- A DSP bind attempt failed because the connection could not be established.
- Action
- No operator action.
InvokeFailed
- Message Text
- assoc:%1
- Parameters
- File descriptor
- Description
- A DSP operation invocation failed.
- Action
- No operator action.
UnrecognizedIndicationType
- Message Text
- assoc:%1, type:%2
- Parameters
- File descriptor
- Indication type
- Description
- Unrecognized DSP indication type received.
- Action
- No operator action.
UnhandledInvoke
- Message Text
- assoc:%1
- Parameters
- File descriptor
- Description
- A DSP operation invocation was received on an initiating association. The operation invocation is discarded.
- Action
- No operator action.
AssocAbort
- Message Text
- assoc:%1, closed:%2
- Parameters
- File descriptor
- Closed
- Description
- The server aborted a DSP association (see earlier events for reason).
- Action
- No operator action.
UnrecognizedOperationType
- Message Text
- type:%1, assoc:%2
- Parameters
- Operation type
- File descriptor
- Description
- A DSP invoke contained an unsupported or unknown operation type.
- Action
- No operator action.
UnrecognizedErrorType
- Message Text
- type:%1, assoc:%2
- Parameters
- Error type
- File descriptor
- Description
- DSP error refers to an unsupported or unknown error type.
- Action
- No operator action.
ClosedIdleConnection
- Message Text
- closed idle outbound association (assoc: %1)
- Parameters
- Association ID.
- Description
- An idle DSP chaining association was closed.
- Action
- No operator action.
NoValidChainingAddress
- Message Text
- peer:\"%1\" addr:\"%2\"
- Parameters
- Peer DSA.
- Address
- Description
- An attempt to perform DSP chaining to a peer DSA failed because the conigured address does not contain an X.500/OSI component.
- Action
- Verify that the configured peer DSA address contains a suitable address component.
UnknownOpID
- Message Text
- peer:\"%1\" id:\"%2\"
- Parameters
- Peer DSA.
- ID
- Description
- An indication was received from a peer DSA that does not correspond to any outstanding operation invocation.
- Action
- No operator action.