Summary: Isode components write to logging streams when events occur.
Facility DSA_DISP
DISP system event notifications.
Name | Severity | ID | Description | Action |
---|---|---|---|---|
AgreementError | error | 2 | General error associated with shadowing agreement configuration or interaction with the peer. | Action error dependent. |
AssocAbort | error | 11 | The server aborted a DISP association (see earlier events for reason). | No operator action. |
AttrUpdateFail | error | 6 | The server failed to update an entry attribute as specified in an incremental change. | Contact support@isode.com with details. |
BindError | error | 9 | A DISP bind failed for the given reason. | Actions depend on the error. Security may be configured inappropriately, the remote server may be down, etc. |
ConfigError | error | 10 | Invalid shadow configuration encountered. | Review given reason to help resolve the configuration issue. Contact support@isode.com with details if problem cannot be resolved. |
ErrorReceived | error | 3 | Peer DSA returned an invalid shadow agreement ID error. | Directory replication configuration error. Ensure agreement ID and version match. |
FailoverAgreementError | error | 17 | An error occurred while processing a shadowing agreement between failover DSAs. | Contact support@isode.com with details. |
FailoverComplete | info | 15 | Failover to the nominated master has completed. | None. |
FailoverConfigError | error | 12 | Invalid failover configuration or configuration change. | Check the detail given and make appropriate configuration changes. |
FailoverEvent | info | 14 | Failover trace event. | None. |
FailoverSystemError | error | 13 | An error occurred in failover system operation. | Contact support@isode.com with details. |
InternalError | error | 1 | An internal error was encountered. | Contact support@isode.com with error details. |
InvokeFail | error | 7 | The DSA failed to send a DISP operation to a remote DSA. | The most likely reason for this is a network error or because a remote DSA has gone down. No action necessary as the DSA will retry the operation invocation. |
MESHError | error | 18 | An error occurred in the multimaster replication system. | Contact support@isode.com with details. |
MESHNotice | notice | 20 | MESH event notification. | None. |
MESHProtocolError | error | 21 | An error occurred during a MESH operation. | Error specific. |
MESHWarning | error | 19 | A non-fatal error occurred in the multimaster replication system. | None. |
PeerUnresponsive | warning | 16 | A peer DSA has not responded to a shadowing operation for the given length of time. | Check status of peer DSA. |
ProtocolError | error | 8 | The DSA received or detected an remote operations error. | Contact support@isode.com with details. |
UpdateFail | error | 5 | The server failed to update an entry as specified in a shadow update. | Contact support@isode.com with details. |
UpdateTrace | detail | 4 | Diagnostic information. | Diagnostic information, no action required. |
InternalError
- Message Text
- id:%1.%2 peer:"%3" error:"%4"
- Parameters
- ID.
- Version.
- Peer DSA DN.
- Error
- Description
- An internal error was encountered.
- Action
- Contact support@isode.com with error details.
AgreementError
- Message Text
- id:%1.%2 peer:"%3" error:"%4"
- Parameters
- ID.
- Version.
- Peer DSA DN.
- Error
- Description
- General error associated with shadowing agreement configuration or interaction with the peer.
- Action
- Action error dependent.
ErrorReceived
- Message Text
- agmt:%1.%2 peer:%3 error:"%4"
- Parameters
- ID.
- Version.
- Peer DSA DN.
- Error
- Description
- Peer DSA returned an invalid shadow agreement ID error.
- Action
- Directory replication configuration error. Ensure agreement ID and version match.
UpdateTrace
- Message Text
- dn:"%1" update:%2
- Parameters
- Updated entry
- Update operation
- Description
- Diagnostic information.
- Action
- Diagnostic information, no action required.
UpdateFail
- Message Text
- dn:"%1" op:"%2" reason:"%3" fatal:%4
- Parameters
- Entry
- Update type
- Reason
- Fatal
- Description
- The server failed to update an entry as specified in a shadow update.
- Action
- Contact support@isode.com with details.
AttrUpdateFail
- Message Text
- dn:"%1" type:%2 change:"%3" reason:"%4" fatal:%5
- Parameters
- Entry
- Attribute type
- Change type
- Reason
- Fatal
- Description
- The server failed to update an entry attribute as specified in an incremental change.
- Action
- Contact support@isode.com with details.
InvokeFail
- Message Text
- failed to send a shadow operation; assoc:%1, detail:%2
- Parameters
- Association
- Detail
- Description
- The DSA failed to send a DISP operation to a remote DSA.
- Action
- The most likely reason for this is a network error or because a remote DSA has gone down. No action necessary as the DSA will retry the operation invocation.
ProtocolError
- Message Text
- assoc:%1 detail:"%2"
- Parameters
- Association
- Details
- Description
- The DSA received or detected an remote operations error.
- Action
- Contact support@isode.com with details.
BindError
- Message Text
- assoc:%1 peer:%2 reason:"%3"
- Parameters
- Association
- Peer
- Reason
- Description
- A DISP bind failed for the given reason.
- Action
- Actions depend on the error. Security may be configured inappropriately, the remote server may be down, etc.
ConfigError
- Message Text
- reason:"%1"
- Parameters
- Reason
- Description
- Invalid shadow configuration encountered.
- Action
- Review given reason to help resolve the configuration issue. Contact support@isode.com with details if problem cannot be resolved.
AssocAbort
- Message Text
- assoc:%1, closed:%2
- Parameters
- File descriptor
- Closed
- Description
- The server aborted a DISP association (see earlier events for reason).
- Action
- No operator action.
FailoverConfigError
- Message Text
- %1
- Parameters
- Detail
- Description
- Invalid failover configuration or configuration change.
- Action
- Check the detail given and make appropriate configuration changes.
FailoverSystemError
- Message Text
- %1
- Parameters
- Detail
- Description
- An error occurred in failover system operation.
- Action
- Contact support@isode.com with details.
FailoverEvent
- Message Text
- %1
- Parameters
- Detail
- Description
- Failover trace event.
- Action
- None.
FailoverComplete
- Message Text
- master:\"%1\"
- Parameters
- Master DSA
- Description
- Failover to the nominated master has completed.
- Action
- None.
PeerUnresponsive
- Message Text
- peer:"%1" op:%2 delay:%3s
- Parameters
- Peer
- Operation
- Delay time
- Description
- A peer DSA has not responded to a shadowing operation for the given length of time.
- Action
- Check status of peer DSA.
FailoverAgreementError
- Message Text
- id:%1 peer:"%2" error:"%3"
- Parameters
- ID.
- Peer DSA DN.
- Error
- Description
- An error occurred while processing a shadowing agreement between failover DSAs.
- Action
- Contact support@isode.com with details.
MESHError
- Message Text
- %1
- Parameters
- Error
- Description
- An error occurred in the multimaster replication system.
- Action
- Contact support@isode.com with details.
MESHWarning
- Message Text
- %1
- Parameters
- Error
- Description
- A non-fatal error occurred in the multimaster replication system.
- Action
- None.
MESHNotice
- Message Text
- %1
- Parameters
- Notice
- Description
- MESH event notification.
- Action
- None.
MESHProtocolError
- Message Text
- peer:"%1" error="%2"
- Parameters
- Remote DSA
- Error
- Description
- An error occurred during a MESH operation.
- Action
- Error specific.