SigtranApp

Alarms

The following 258 alarms may be generated by N2SVCD Application “SigtranApp”.

Show: Alarm Warning Clear Notice
No alarms found that match search criteria.
N2::Application
SV-AP-10012
NOTICE
ApplicationTrace Level is '%s'.
Cause:            Parameter configuration at startup.
                        Configured application trace level.
%s = The configured application trace level.
Resolution:    None.
SV-AP-10013
NOTICE
ApplicationTrace Level Max is '%s'.
Cause:            Parameter configuration at startup.
                        Configured application max trace level.
%s = The configured max trace level.
Resolution:    None.
SV-AP-10014
NOTICE
ApplicationTrace Per Second is '%s'.
Cause:            Parameter configuration at startup.
                        Configured application trace per second.
%s = The configured trace per second.
Resolution:    None.
SV-AP-10015
NOTICE
ApplicationRetaining '%d' shutdown instances.
Cause:            Parameter configuration at startup.
                        Configured application instance retention count.
%d = The configured shutdown instance retention count.
Resolution:    None.
SV-AP-10016
NOTICE
ApplicationStatistics Slice Count is '%s'.
Cause:            Parameter configuration at startup.
                        Configured application statistics slice count.
%s = The configured statistics slice count.
Resolution:    None.
SV-AP-10017
NOTICE
ApplicationStatistics Slice Seconds is '%s'.
Cause:            Parameter configuration at startup.
                        Configured application statistics slice seconds.
%s = The configured statistics slice seconds.
Resolution:    None.
SV-AP-10019
NOTICE
ApplicationEDR Application Name = '%s'.
Cause:            Parameter configuration at startup.
                        Configured EDR application name.
%s = The configured EDR application name.
Resolution:    None.
SV-AP-10020
NOTICE
ApplicationEDR Default Stream = '%s'.
Cause:            Parameter configuration at startup.
                        Configured EDR stream.
%s = The configured EDR stream.
Resolution:    None.
SV-AP-10021
WARNING
ConfigurationCannot write EDRs. Configured EDR App '%s' is not a known Application.
Cause:            Configured EDR application to utilize does not map to known application. %s = The name of the EDR app that is not known.
Resolution:    Check application configuration defines configured EDR application.
                        Check configured EDR application exists and is configured.
SV-AP-10029
NOTICE
ApplicationEDRs are Supported but NOT Enabled.
Cause:            Parameter configuration at startup.
                        Application supports EDRs but they are not enabled.
-
Resolution:    None.
SV-AP-10030
WARNING
ApplicationApplication did not handle timeout reason '%s'.
Cause:            Received timeout that the underlying application did not handle. %s = The reason the timeout was not handled.
Resolution:    Contact N-Squared support.
SV-AP-10031
NOTICE
ApplicationConfiguration Scalar Update of '%s' %s.
Cause:            Application configuration scalar value updated. %s = The configuration key that was updated.
%s = Whether or not the update was successful.
Resolution:    None.
SV-AP-10032
NOTICE
ApplicationConfiguration Vector Change of '%s' [%s] Succeeded.
Cause:            Application configuration vector updated. %s = The updated configuration key.
%s = The update action.
Resolution:    None.
SV-AP-10033
ALARM
ApplicationApplication transition from %s -> %s.
Cause:            Application access has transitioned between ONLINE <=> SHUTDOWN/OFFLINE/QUIESCE. %s = The original access level name (ONLINE).
%s = The new access level name (SHUTDOWN/OFFLINE/QUIESCE).
Resolution:    Confirm that this state change is expected.
SV-AP-10033
CLEAR
ApplicationApplication transition from %s -> %s.
Cause:            Application access has transitioned between SHUTDOWN/OFFLINE/QUIESCE <=> ONLINE. %s = The original access level name (SHUTDOWN/OFFLINE/QUIESCE).
%s = The new access level name (ONLINE).
Resolution:    Confirm that this state change is expected.
SV-AP-10034
WARNING
InternalInstance [%s] already over when performing instance_over().
Cause:            Instance received duplicate 'over' handler. %s = Instance index.
Resolution:    Contact N-Squared support.
SV-AP-10035
WARNING
InternalInstance [%s] not found when performing instance_over().
Cause:            Instance not found when performing over handler. %s = Instance index.
Resolution:    Contact N-Squared support.
SV-AP-10038
WARNING
ApplicationFailed to cancel timer [%s]: %s
Cause:            Failed to cancel in progress timer. %s = The reason the timer could not be canceled.
%s = The error result when trying to cancel the timer.
Resolution:    Review the associated error reason.
                        Review the associated error result.
                        Contact N-Squared support.
SV-AP-10039
WARNING
InternalDiscarding Message from unknown sender '%s'.
Cause:            Received application message from unknown sender. %s = The unknown sender.
Resolution:    Contact N-Squared support.
SV-AP-10040
WARNING
ApplicationFailed to process %s from %s: %s
Cause:            Failed to process admin queue message. %s = The message.
%s = The sending application.
%s = The error result when trying to read from the message queue.
Resolution:    Contact N-Squared support.
SV-AP-10041
WARNING
ApplicationFailed to process %s from %s: %s
Cause:            Failed to process user queue message. %s = The message.
%s = The sending application.
%s = The error result when trying to read from the message queue.
Resolution:    Contact N-Squared support.
SV-AP-10042
WARNING
ConfigurationConfiguration Request for '%s' (%s) Failed: %s
Cause:            Failed to query application configuration vector. %s = The configuration key.
%s = The configuration row key.
%s = The error result when trying to query the configuration vector.
Resolution:    Review the associated error result.
                        Check the inbound message content construction.
SV-AP-10043
WARNING
MessageResources Request for '%s' (%s) Failed: %s
Cause:            Failed to query application resource. %s = The resource key.
%s = The resource key row.
%s = The error result when trying to query the resource.
Resolution:    Review the associated error result.
                        Check the inbound message content construction.
SV-AP-10044
WARNING
ConfigurationConfiguration Update of '%s' Failed: %s
Cause:            Failed to update application configuration scalar. %s = The configuration key.
%s = The error result when trying to update the configuration scalar.
Resolution:    Review the associated error result.
                        Check the configuration update message content construction.
SV-AP-10045
WARNING
ApplicationReceived instance message %s with no context. Discarding.
Cause:            Received instance message with no context. %s = The message.
Resolution:    Review message construction.
                        Ensure instance message contains instance context.
SV-AP-10046
WARNING
ApplicationConfiguration environment translation for '\${%s}' is not defined.
Cause:            Configuration environment not defined. %s = The configuration variable name.
Resolution:    Check environment configuration.
SV-AP-10047
WARNING
ApplicationCommand `%s` failed to execute: %s
Cause:            Failed to execute variable command. %s = The error message generated when trying to execute the command.
%s = The command.
Resolution:    Review the associated command error.
                        Check application execution permissions.
                        Check command syntax and structure.
SV-AP-10048
WARNING
ApplicationCommand `%s` died with signal %d.
Cause:            Variable command execution exited with non-zero exit code. %s = The command.
%d = The exit signal.
Resolution:    Review the associated error signal.
                        Check application execution permissions.
                        Check command syntax and structure.
SV-AP-10049
WARNING
ApplicationCommand `%s` exited with non-zero value %d.
Cause:            Variable command execution exited with non-zero exit code. %s = The command.
%d = The exit code.
Resolution:    Review the associated exit code.
                        Check command syntax and structure.
SV-AP-10050
WARNING
Resource
Configuration
Hostname '%s' is not known.
Cause:            Failed to convert Hostname into address.
                        Hostname is not known.
%s = The hostname.
Resolution:    Check Hostname configuration.
                        Check address configuration.
                        Check DNS availability.
SV-AP-10051
WARNING
ApplicationUnhandled Message '%s' for Context '%s' from App '%s'.
Cause:            Application unable to handle message. %s = The message.
%s = The message context.
%s = The sending application name.
Resolution:    Contact N-Squared support.
SV-AP-10052
ALARM
ApplicationApplication is now OVERLOADED.
Cause:            Application is now overloaded to the point where processing is affected. -
Resolution:    Check application traffic levels and configuration.
SV-AP-10052
CLEAR
ApplicationApplication is now %s (not OVERLOADED).
Cause:            Application is no longer overloaded. %s = The new loading level (NORMAL or HIGH)
Resolution:    Check application traffic levels and configuration.
SV-AP-10053
NOTICE
ApplicationThrottle Enabled: max %d instances, max tps (%d average over %d secs).
Cause:            Parameter configuration at startup.
                        Configured application throttling parameters.
%d = The configured maximum active instance count.
%d = The configured maximum TPS (new instances per second).
%d = The configured sliding window (in seconds) for measuring TPS.
Resolution:    None.
SV-AP-10054
ALARM
ApplicationApplication is now at HIGH LOAD.
Cause:            Application is now at high-load (processing is not yet affected). -
Resolution:    Check application traffic levels and configuration.
SV-AP-10054
CLEAR
ApplicationApplication is now %s (not HIGH LOAD).
Cause:            Application is no longer at high-load. %s = The new loading level (NORMAL)
Resolution:    Check application traffic levels and configuration.
SV-AP-10056
NOTICE
ApplicationResource Vector Operation '%s' Succeeded.
Cause:            Application resource vector operation successful. %s = The vector operation key.
Resolution:    None.
SV-AP-10057
WARNING
InternalERROR thawing %d byte envelope: %s
Cause:            Failed to thaw message byte envelope. %d = The message envelope length.
%s = The error that occurred trying to thaw the payload.
Resolution:    Contact N-Squared support.
SV-AP-10058
WARNING
ConfigurationResource Operation of '%s' Failed: %s
Cause:            Failed to perform resource operation. %s = The resource key.
%s = The error result when trying to perform the resource operation.
Resolution:    Review the associated error result.
                        Check the configuration update message content construction.
N2::Application::AppInstance
SV-AP-10201
WARNING
JobShutdown/Abort: %s
Cause:            A single instance has received an unexpected shutdown/abort message.
                        Depending on the application, an "instance" may represent a
                        transaction, call, session, request/response pair, etc.
%s = The abort reason.
Resolution:    Review the associated abort reason for further details.
SV-AP-10202
WARNING
ConfigurationCannot write EDRs. EDR Application Name is not correctly configured.
Cause:            Cannot write EDR due to no configured EDR application. -
Resolution:    Check configured EDR application exists and is configured.
SV-AP-10203
WARNING
StoreDiscarded EDR event '%s' after shutdown.
Cause:            Received EDR write event after application shutdown. %s = EDR event.
Resolution:    Review the associated triggering event.
                        Review shutdown procedure.
                        Ensure no traffic is being processed when application shutdown is triggered.
SV-AP-10204
WARNING
StoreFailed sending EDR to EdrApp: %s
Cause:            Failed to send EDR record to EDR writer process. %s = The error result when attempting to write the EDR to the writer process.
Resolution:    Review the associated error result.
                        Contact N-Squared support.
SV-AP-10205
WARNING
ApplicationUnhandled timer '%s' (discarded).
Cause:            Received timeout that the underlying application did not handle timeout.
                        The timer was discarded.
%s = The reason the timeout was not handled.
Resolution:    Contact N-Squared support.
SV-AP-10206
WARNING
ApplicationUnhandled message '%s' (discarded).
Cause:            A message was received that was not handled.
                        The message was discarded.
%s = The unhandled message.
Resolution:    Contact N-Squared support.
N2::Match
SV-MA-10000
WARNING
Configurationmatch_value: Split of undefined or non-scalar '%s' element.
Cause:            Split of undefined or non scalar element. %s = The element type.
Resolution:    Review the associated non-scalar element type.
                        Check inbound element content construction.
SV-MA-10001
WARNING
Configurationmatch_value: Index. Non-ARRAY '%s' at '%s' in '%s' (Index %d). Abandon.
Cause:            Index non array. %s = The element part.
%s = The unexpected value type.
%s = The element key.
%d = The element array index.
Resolution:    Review the associated error message.
                        Check inbound element content construction.
SV-MA-10002
WARNING
Configurationmatch_value: Filter. Non-ARRAY, Non-Hash at '%s' in '%s'. Abandon.
Cause:            Filter non-array or hash. %s = The element part.
%s = The element key.
Resolution:    Review the associated error message.
                        Check inbound element content construction.
SV-MA-10003
WARNING
Configurationmatch_value: Expecting HASH. Found single-entry ARRAY but it contains a %s, not a HASH.
Cause:            Expected hash but got single entry array with non hash value. %s = The element type.
Resolution:    Review the associated error message.
                        Check inbound element content construction.
SV-MA-10004
WARNING
Configurationmatch_value: non-HASH at '%s' in '%s'. Abandon.
Cause:            Non hash value. %s = The element part.
%s = The element key.
Resolution:    Review the associated error message.
                        Check inbound element content construction.
SV-MA-10005
WARNING
Configurationmatch1s_regex: Invalid RegEx pattern /%s/: %s
Cause:            Invalid regular expression pattern. %s = The expected regular expression pattern.
%s = The error encountered.
Resolution:    Review the associated error result.
                        Check inbound regular expression construction is valid.
N2::SVCD::Stats
SV-SD-10000
NOTICE
ApplicationEnabling 'statsd' notification to host %s:%d. Prefix = '%s'.
Cause:            Parameter configuration at startup.
                        Statsd statistics output enabled.
%s = The statsd host.
%d = The statsd port.
%s = The statsd prefix.
Resolution:    None.
N2::TCP::ClientConnection
SV-TP-10100
WARNING
ApplicationSSL is not supported on '%s' connections. Ignored.
Cause:            SSL is enabled.
                        SSL is not supported for the current TCP protocol.
%s = The configured TCP protocol.
Resolution:    Check application SSL and TCP protocol configuration.
SV-TP-10101
WARNING
SocketFailed to create %s client socket: %s
Cause:            Failed to create protocol socket. %s = The socket protocol.
%s = The error that occurred when trying to create to the socket.
Resolution:    Review the associated error result.
                        Check TCP configuration.
                        Check the host machine supports creating TCP sockets.
SV-TP-10102
WARNING
ConnectionCannot set (new outbound) socket attributes: %s
Cause:            Failed to set (new outbound) socket attributes. %s = Description of the reason for failure, including the attribute type which could not be set.
Resolution:    Review the associated error result.
                        Check TCP configuration.
                        Check the host machine supports getting socket flags.
SV-TP-10103
WARNING
SocketFailed to bind %s socket to '%s:%d': %s
Cause:            Failed to bind to local socket. %s = The configured TCP protocol.
%s = The configured local host.
%d = The configured local port.
%s = The error that occurred when trying to bind to the local socket.
Resolution:    Review the associated error result.
                        Check local bind configuration.
                        Check the host machine supports creating sockets.
SV-TP-10104
WARNING
ApplicationError resolving remote host '%s': %s
Cause:            Unable to determine remote host. %s = The configured remote host.
%s = The error that occurred when trying to bind to the remote host.
Resolution:    Review the associated error result.
                        Check remote host configuration.
                        Check remote host is accessible and accepting connections.
SV-TP-10105
WARNING
ConnectionError connecting to remote host %s:%d: %s
Cause:            Failed to connect to remote host. %s = The configured remote host.
%d = The configured remote port.
%s = The error that occurred when trying to connect to the remote host.
Resolution:    Review the associated error result.
                        Check remote host configuration.
                        Check remote host is accessible and accepting connections.
SV-TP-10106
WARNING
Connection.Connection error [%s:%d]: %s
Cause:            Connection error. %s = The remote host.
%d = The remote port.
%s = The error that occurred when trying to connect to the remote host.,
Resolution:    Review the associated error message.
                        Check client connection configuration.
                        Check remote host is up and accessible.
SV-TP-10107
WARNING
ConnectionConnection error flagged: %s
Cause:            Socket error when connecting to remote end. %s = The socket error that occurred when trying to connect to the remote application,
Resolution:    Review the associated error result.
                        Check remote host is up and accepting connections.
SV-TP-10108
WARNING
SocketOutbound connection SSL setup error: %s
Cause:            Failed to convert outbound raw socket into Net::SSL context. %s = The error that occurred when trying to convert socket to SSL.
Resolution:    Review the associated error result.
                        Check SSL configuration.
N2::TCP::Connection
SV-TP-10500
WARNING
MessageUDP Datagram sent only %d of %d bytes. Datagram was truncated.
Cause:            Mis-formed UDP datagram detected. %d = The number of bytes that were written via UDP.
%d = The total number of bytes that makes up the message.
Resolution:    Review the message content construction.
                        Inspect the UDP datagram payload.
SV-TP-10501
WARNING
ConnectionError calling recv: %s
Cause:            Failed to receive on connection. %s = The error that occurred when trying to read from the connection.
Resolution:    Review the associated error result.
SV-TP-10502
WARNING
ConnectionError calling send: %s
Cause:            Failed to send on connection. %s = The error that occurred when trying to write to the connection.
Resolution:    Review the associated error result.
N2::Trace
SV-AP-10065
WARNING
ApplicationSuppressed a total of %d duplicate warnings [%s].
Cause:            The same warning ID was logged too many times in a fixed interval. %d = The number of warnings that were suppressed.
%s = The event ID of the suppressed warnings.
Resolution:    Address the underlying problem which caused the warnings.
SigtranApp
SV-SG-10000
WARNING
ConfigurationSCCP routing Information is not specified.
Cause:            SCCP routing information not specified. -
Resolution:    Review SCCP routing information configuration.
SV-SG-10001
WARNING
ConfigurationUnable to allocate CorrelationID. No pool.
Cause:            No available correlation ID pool. -
Resolution:    Ensure configured correlation pool size is adequate.
                        Confirm expected traffic levels and that sessions close in a timely manner.
SV-SG-10002
WARNING
InternalRejecting CorrelationID request for unknown Local TID %s.
Cause:            Unknown local TID. %s = Local TID.
Resolution:    Contact N-Squared support.
SV-SG-10003
WARNING
ConfigurationUnable to allocate TID CorrelationID. Pool exhausted?
Cause:            No available correlation ID in correlation ID pool for TID. -
Resolution:    Ensure configured correlation pool size is adequate.
                        Confirm expected traffic levels and that sessions close in a timely manner.
SV-SG-10004
WARNING
JobRejecting TCAP TXN Check Response for unknown Local TID %s.
Cause:            Unknown local TID received for TCAP transaction. %s = The local TID.
Resolution:    Contact N-Squared support.
SV-SG-10005
WARNING
JobReceived un-requested TCAP TXN Check Response for Local TID %s. Impossible!
Cause:            No transaction check timer defined for TCAP transaction instance. %s = The local TID.
Resolution:    Contact N-Squared support.
SV-SG-10006
WARNING
JobReceived TCAP TXN Check Response for Local TID %s with error: %s
Cause:            Received error from TCAP transaction check. %s = The local TID.
%s = The error message associated with the check.
Resolution:    Contact N-Squared support.
SV-SG-10007
WARNING
ConfigurationTCAP message sent to unspecified GT.
Cause:            Remote SCCP gt_digits is undefined. -
Resolution:    Check remote SCCP configuration for gt_digits.
SV-SG-10008
WARNING
InternalFailed to encode TCAP_ABORT(P) for [%d]: %s
Cause:            Failed to encode TCAP protocol abort. %d = The cause to be encoded.
%s = The error result when encoding the cause.
Resolution:    Contact N-Squared Support.
SV-SG-10009
WARNING
ConfigurationFailed to route TCAP_ABORT(P) for [%d]: %s
Cause:            Failed to route TCAP protocol abort. %d = The abort cause.
%s = The connection that failed.
Resolution:    Review the associated result cause.
                        Ensure the associated connection is available.
SV-SG-10010
WARNING
MessageFailed to send TCAP_ABORT(P) for [%d]: %s
Cause:            Failed to send TCAP protocol abort. %d = The abort cause.
%s = The error result when sending the abort message.
Resolution:    Review the associated result cause.
                        Review the associated error result.
SV-SG-10011
WARNING
InternalFailed to encode TCAP_ABORT(U) for [%s]: %s
Cause:            Failed to encode TCAP user abort. %s = The abort information to be encoded.
%s = The error result when encoding the abort message.
Resolution:    Contact N-Squared Support.
SV-SG-10012
WARNING
ConfigurationFailed to route TCAP_ABORT(U) for [%s]: %s
Cause:            Failed to route TCAP user abort. %s = The abort information.
%s = The connection that failed.
Resolution:    Review the associated error information.
                        Ensure the associated connection is available.
SV-SG-10013
WARNING
MessageFailed to send TCAP_ABORT(U) for [%s]: %s
Cause:            Failed to send TCAP user abort. %s = The abort information.
%s = The error result when sending the abort message.
Resolution:    Review the associated error information.
                        Review the associated error result.
SV-SG-10014
WARNING
MessageFailed to decode AssistRequestInstructions parameter: %s
Cause:            Invalid AssistRequestInstructions. %s = The error result generated when trying to decode the AssistRequestInstructions.
Resolution:    Check the encoding of the AssistRequestInstructions.
SV-SG-10015
WARNING
MessageMissing/Empty CorrelationID Digits in AssistRequestInstructions parameter.
Cause:            Invalid AssistRequestInstructions CorrelationID Digits. -
Resolution:    Check the encoding of the AssistRequestInstructions.
SV-SG-10016
WARNING
ConfigurationCould not find local application '%s' for TCAP_BEGIN.
Cause:            Could not find application for TCAP begin. %s = The name of the application that could not be found.
Resolution:    Check the application handler configuration.
SV-SG-10017
WARNING
MessageApplication failed to handle TCAP_CONTINUE for local TID %s: %s
Cause:            Failed to handle TCAP continue. %s = The local TID associated with the operation.
%s = The error message that occurred when trying to send the operation.
Resolution:    Review the associated error result.
SV-SG-10018
WARNING
MessageApplication failed to handle TCAP_%s for local TID %s: %s
Cause:            Failed to handle TCAP abort or end. %s = The type of outbound TCAP operation.
%s = The local TID associated with the outbound operation.
%s = The error message that occurred when trying to send the operation.
Resolution:    Review the associated error result.
SV-SG-10019
WARNING
MessageFailed to send TCAP-SENT notification: %s
Cause:            Failed to send TCAP sent operation. %s = The error message that occurred when trying to send the operation.
Resolution:    Review the associated error result.
SV-SG-10020
WARNING
MessageSend TCAP_CONTINUE requested for unknown local TID %s.
Cause:            TCAP continue requested for unknown local TID. %s = The local TID associated with the operation.
Resolution:    Contact N-Squared support.
SV-SG-10021
WARNING
MessageFailed to encode TCAP_CONTINUE: %s
Cause:            Failed to encode TCAP continue. %s = The error message that occurred when trying to encode the operation.
Resolution:    Check TCAP continue bytes are valid for TCAP encode.
SV-SG-10022
WARNING
MessageFailed to send TCAP-SENT notification: %s
Cause:            Failed to send TCAP sent ACK notification. %s = The error message that occurred when trying to send the operation.
Resolution:    Review the associated error result.
SV-SG-10023
WARNING
InternalSend TCAP_%s requested for unknown local TID %s.
Cause:            TCAP end or abort requested for unknown local TID. %s = The operation type.
%s = The local TID associated with the operation.
Resolution:    Contact N-Squared support.
SV-SG-10024
WARNING
InternalFailed to encode TCAP_%s: %s
Cause:            Failed to encode TCAP end or abort operation. %s = The operation type.
%s = The error message associated with the operation encode.
Resolution:    Contact N-Squared Support.
SV-SG-10025
WARNING
ConfigurationFailed to route TCAP_%s: %s
Cause:            No valid connection to send TCAP end or abort operation. %s = The operation type.
%s = The invalid connection.
Resolution:    Ensure the associated connection is available.
SV-SG-10026
WARNING
MessageFailed to send TCAP_%s: %s
Cause:            Failed to send TCAP end or abort operation. %s = The operation type.
%s = The error message associated with the send operation.
Resolution:    Review the associated error result.
SV-SG-10027
WARNING
MessageFailed to send TCAP-SENT notification: %s
Cause:            Failed to send TCAP sent ACK notification. %s = The error message associated with the send operation.
Resolution:    Review the associated error result.
SV-SG-10028
WARNING
InternalTCAP PRE-ARRANGED END requested for unknown local TID %s.
Cause:            TCAP pre-arranged end requested for unknown TID. %s = The local TID associated with the operation.
Resolution:    Contact N-Squared support.
SV-SG-10029
NOTICE
ConfigurationCorrelation ID Length = %d.
Cause:            Parameter configuration at startup.
                        The number of configured correlation IDs.
%d = The configured correlation ID length.
Resolution:    None.
SV-SG-10030
NOTICE
ConfigurationCorrelation ID Length = %d. No Correlation Pool.
Cause:            Parameter configuration at startup.
                        The number of configured correlation IDs is zero.
                        No correlation pool available.
%d = The configured correlation ID length.
Resolution:    None.
SV-SG-10031
NOTICE
ConfigurationOwn address is (PC = %d, SSN = %d, RI = %d).
Cause:            Parameter configuration at startup.
                        The configured OPC, OSSN and ORI.
%d = The configured OPC.
%d = The configured OSSN.
%d = The configured ORI.
Resolution:    None.
SV-SG-10032
NOTICE
ConfigurationOwn address is (GT Digits = '%s', NOA = %s, NP = %s, TT = %s, RI = %d).
Cause:            Parameter configuration at startup.
                        The configured GT digits, NOA, NP, TT and RI.
%s = The configured GT digits.
%s = The configured NOA.
%s = The configured NP.
%s = The configured TT.
%d = The configured RI.
Resolution:    None.
SV-SG-10033
NOTICE
MessageInbound TCAP_BEGIN CorrelationID '%s' was for abandoned Local TID %s.
Cause:            Original instance for TCAP begin is already shutdown. %s = The correlation ID digits.
%s = The original TID associated with the instance.
Resolution:    None.
SV-SG-10034
WARNING
MessageReceived AssistRequestInstructions with unknown CorrelationID = '%s'.
Cause:            Received ARI with unknown correlation ID. %s = The correlation ID digits.
Resolution:    Verify format and content of received message.
SV-SG-10035
WARNING
ConfigurationInbound TCAP_BEGIN [GT Digits = %s, PC/SSN = %s/%s] was not wanted by any application.
Cause:            No handler is configured to accept the inbound TCAP begin. %s = The received local GT digits (if any).
%s = The received local Point Code (if any).
%s = The received local SSN (if any).
Resolution:    Configure application handler that can accept inbound TCAP begin.
SV-SG-10036
NOTICE
MessageTCAP %s received for unknown TID %s.
Cause:            Received TCAP operation for unknown TID. %s = The TCAP operation type.
%s = The local TID associated with the operation.
Resolution:    None.
SV-SG-10037
WARNING
ConfigurationUnable to allocate standalone CorrelationID. Pool exhausted?
Cause:            No available correlation ID in correlation ID pool for standalone. -
Resolution:    Ensure configured correlation pool size is adequate.
                        Confirm expected traffic levels and that sessions close in a timely manner.
SV-SG-10038
WARNING
MessageUnhandled TCAP type '%s'.
Cause:            Unsupported TCAP operation type. %s = The type of requested outbound TCAP operation.
Resolution:    Verify that the TCAP operation type is valid and supported.
SV-SG-10051
WARNING
InternalTCAP TRANSFER requested for unknown local TID %s.
Cause:            TCAP transfer requested for unknown TID. %s = The local TID associated with the operation.
Resolution:    Contact N-Squared support.
SV-SG-10052
WARNING
MessageFailed to send TCAP-SENT notification for forward: %s
Cause:            Failed to send TCAP sent operation for forward. %s = The error message that occurred when trying to send the operation.
Resolution:    Review the associated error result.
SigtranApp::Connection
SV-SG-10201
NOTICE
ConnectionConfigured ASP ID not applicable for role = %s.
Cause:            Connection configuration on connect. %s = The configured role.
Resolution:    None.
SV-SG-10202
NOTICE
ConnectionConfigured Static RCs not applicable for role = %s.
Cause:            Connection configuration on connect. %s = The configured role.
Resolution:    None.
SV-SG-10203
NOTICE
ConnectionConfigured Default RCs not applicable for role = %s.
Cause:            Connection configuration on connect. %s = The configured role.
Resolution:    None.
SV-SG-10204
NOTICE
ConnectionConfigured Audit APCs not applicable for role = %s.
Cause:            Connection configuration on connect. %s = The configured role.
Resolution:    None.
SV-SG-10205
NOTICE
ConnectionConfigured Push APCs not applicable for role = %s.
Cause:            Connection configuration on connect. %s = The configured role.
Resolution:    None.
SV-SG-10206
NOTICE
ConnectionConfigured Traffic Mode not applicable for role = %s.
Cause:            Connection configuration on connect. %s = The configured role.
Resolution:    None.
SV-SG-10207
NOTICE
ConnectionSetting 'inactive' is not applicable for role = %s.
Cause:            Connection configuration on connect. %s = The configured role.
Resolution:    None.
SV-SG-10208
WARNING
ConnectionExceeded maximum number of attempts to enter ASP state %s.
Cause:            Exceeded ASP state maximum attempts. %s = The configured target local asp state.
Resolution:    Review the asp state configuration.
                        Ensure the remote endpoint is up and accepting connections.
SigtranApp::Connection::Loopback
SV-SG-10050
WARNING
MessageFailed to send TCAP message: %s
Cause:            Unable to send TCAP message. %s = The error result when sending the TCAP message.
Resolution:    Review the associated error result.
SigtranApp::Connection::M3UA
SV-SG-10501
WARNING
ConfigurationConfigured value for MTP3 NI = '%s' is invalid, using default.
Cause:            Configured MTP3 network indicator is invalid. %s = The configured invalid MTP3 network indicator.
Resolution:    Review the MTP3 networking indicator configuration.
SV-SG-10502
WARNING
MessageM3UA Header Decoding Error: %s.
Cause:            Failed to decode the M3UA header. %s = The error result when attempting to decode the M3UA header.
Resolution:    Review the associated error result.
SV-SG-10503
WARNING
MessageM3UA Version %i != 1. Close connection!
Cause:            Unsupported M3UA version.
                        Connection closed.
%i = The incompatible version number that was received.
Resolution:    Check the requested M3UA version.
SV-SG-10504
WARNING
ConnectionFailed to parse inbound M3UA DATA: %s
Cause:            Failed to parse inbound M3UA data. %s = The error result generated when trying to receive the inbound M3UA data.
Resolution:    Review the associated error result.
SV-SG-10505
WARNING
ConnectionM3UA MGMT Error received. Error Code = 0x%04x [%s]
Cause:            Received MGMT error.
                        SCTP connection closed.
%04x = The received error code.
%s = The message associated with the received error code.
Resolution:    Review the associated error code and message.
SV-SG-10506
WARNING
MessageM3UA Notify does not contain tag 0x%04x (Status Information).
Cause:            M3UA notify missing required status information tag. %04x = The expected tag identifier for status information.
Resolution:    Review inbound M3UA message for valid status information tag.
SV-SG-10507
WARNING
MessageM3UA MGMT/NTFY unsupported NTFY Status Type '%s'.
Cause:            Received MGMT/NTFY with unsupported NTFY status type. %s = The unsupported status type.
Resolution:    Review inbound message content construction.
SV-SG-10508
NOTICE
MessageM3UA MGMT/NTFY does not contain tag 0x%04x (Routing Context). Discarded.
Cause:            MGMT/NTFY has missing routing context. Ignored. %04x = The expected routing context tag.
Resolution:    Review inbound message content construction.
SV-SG-10509
NOTICE
MessageM3UA MGMT/NTFY does not contain tag 0x%04x (Routing Context). Discarded.
Cause:            MGMT/NTFY has empty routing context. Ignored. %04x = The expected routing context tag.
Resolution:    Review inbound message content construction.
SV-SG-10510
WARNING
MessageM3UA received SSNM/DUNA but we are in SG role '%s'. Discarding.
Cause:            Received SSNM/DUNA in unsupported SG role.
                        Message discarded.
%s = The configured role.
Resolution:    Review inbound message content construction.
                        Review SIGTRAN role configuration.
SV-SG-10511
WARNING
MessageM3UA SSNM/DUNA is missing mandatory PARAM_AFFECTED_POINT_CODE.
Cause:            SSNM/DUNA is missing mandatory PARAM_AFFECTED_POINT_CODE. -
Resolution:    Review inbound message content construction.
SV-SG-10512
WARNING
MessageM3UA received SSNM/DUNA with non-zero 'Mask' on point code. Unsupported.
Cause:            Received SSNM/DUNA with non-zero Mask on point code. -
Resolution:    Review inbound message content construction.
SV-SG-10513
WARNING
MessageM3UA received SSNM/DAVA but we are in SG role '%s'. Discarding.
Cause:            Received SSNM/DAVA in SG role.
                        Message discarded.
%s = The configured role.
Resolution:    Review inbound message content construction.
                        Review the SIGTRAN role configuration.
SV-SG-10514
WARNING
MessageM3UA SSNM/DAVA is missing mandatory PARAM_AFFECTED_POINT_CODE.
Cause:            SSNM/DAVA is missing mandatory PARAM_AFFECTED_POINT_CODE. -
Resolution:    Review inbound message content construction.
SV-SG-10515
WARNING
MessageM3UA received SSNM/DAVA with non-zero 'Mask' on point code. Unsupported.
Cause:            Received SSNM/DAVA with non-zero 'MASK' on point code. -
Resolution:    Review inbound message content construction.
SV-SG-10516
WARNING
Configuration
Message
M3UA received DAUD but we are in non-SG role '%s'. Discarding.
Cause:            Received DAUD in non-SG role. %s = The configured SIGTRAN role.
Resolution:    Check configuration.
SV-SG-10517
WARNING
MessageM3UA SSNM/DAUD is missing mandatory PARAM_AFFECTED_POINT_CODE.
Cause:            SSNM/DUAD is missing mandatory PARAM_AFFECTED_POINT_CODE. -
Resolution:    Review inbound message content construction.
SV-SG-10518
WARNING
MessageM3UA received DAUD with non-zero 'Mask' on point code. Unsupported.
Cause:            Received DAUD with non-zero mask on point code. -
Resolution:    Check inbound message content construction.
SV-SG-10519
NOTICE
MessageM3UA Ignoring unsupported SSN Management Type %s.
Cause:            Ignoring unsupported M3UA SSN management type. %s = The ignored SSN management type.
Resolution:    None.
SV-SG-10520
NOTICE
MessageM3UA %s received ASPSM/ASPUP.
Cause:            Received ASPSM/ASPUP. %s = The configured role.
Resolution:    None.
SV-SG-10521
WARNING
MessageM3UA %s received unexpected ASPSM/ASPUP.
Cause:            Received unexpected ASPSM/ASPUP. %s = The configured role.
Resolution:    Review inbound message content construction and order.
SV-SG-10522
WARNING
MessageM3UA %s received unexpected ASPSM/ASPAC in non-DOWN remote ASP state %s.
Cause:            Received unexpected ASPSM/ASPAC in non DOWN ASP state. %s = The configured role.
%s = The remote ASP state.
Resolution:    Review the inbound message content construction and order.
SV-SG-10523
NOTICE
MessageM3UA %s received ASPSM/ASPDOWN.
Cause:            Received ASPSM/ASPDOWN. %s = The configured role.
Resolution:    None.
SV-SG-10524
WARNING
MessageM3UA %s received unexpected ASPSM/ASPDOWN.
Cause:            Received unexpected ASPSM/ASPDOWN. %s = The configured role.
Resolution:    Review inbound message content construction and order.
SV-SG-10525
WARNING
MessageM3UA %s received unexpected ASPSM/ASPDOWN in DOWN remote ASP state %s.
Cause:            Received unexpected ASPSM/ASPDOWN in remote DOWN state. %s = The configured role.
%s = The current remote ASP state.
Resolution:    Review the inbound message content construction and order.
SV-SG-10526
NOTICE
MessageM3UA %s received ASPSM/ASPUP_ACK.
Cause:            Received ASPSM/ASPUP_ACK. %s = The configured role.
Resolution:    None.
SV-SG-10527
WARNING
MessageM3UA %s received unexpected ASPSM/ASPUP_ACK in non-DOWN local ASP state %s.
Cause:            Received unexpected ASPSM/ASPAC_ACK in non-DOWN state. %s = The configured role.
%s = The current local ASP state.
Resolution:    Review inbound message content construction and order.
SV-SG-10528
NOTICE
MessageM3UA %s received ASPSM/ASPDOWN_ACK. Now DOWN.
Cause:            Received ASPSM/ASPDOWN_ACK.
                        Moving to DOWN state.
%s = The configured role.
Resolution:    None.
SV-SG-10529
WARNING
MessageM3UA %s received unexpected ASPSM/ASPDOWN_ACK in DOWN local ASP state %s.
Cause:            Received unexpected ASPSM/ASPDOWN_ACK when in DOWN state. %s = The configured role.
%s = The current local ASP state.
Resolution:    Review the inbound message construction and order.
SV-SG-10530
WARNING
MessageM3UA %s received unexpected ASPSM/ASPAC.
Cause:            Received unexpected ASPSM/ASPAC. %s = The configured role.
Resolution:    Review the inbound message content construction.
                        Review the Sigtran role configuration.
SV-SG-10531
WARNING
ConnectionM3UA %s received ASPTM/ASPAC without RC and we have no default configured.
Cause:            Received ASPTM/ASPAC without RC.
                        No default RC configuration.
                        SCTP connection closed.
%s = The configured role.
Resolution:    Review inbound message content construction.
                        Review Sigtran SC configuration.
SV-SG-10532
NOTICE
MessageM3UA %s received ASPTM/ASPAC.
Cause:            Received ASPTM/ASPAC. %s = The configured role.
Resolution:    None.
SV-SG-10533
WARNING
MessageM3UA %s received unexpected ASPSM/ASPIA.
Cause:            Received unexpected ASPSM/ASPIA. %s = The configured role.
Resolution:    Review the inbound message content construction.
                        Review the Sigtran role configuration.
SV-SG-10534
NOTICE
MessageM3UA %s received ASPTM/ASPIA.
Cause:            Received ASPTM/ASPIA. %s = The configured role.
Resolution:    None.
SV-SG-10535
WARNING
MessageM3UA %s received ASPSM/ASPAC_ACK without RC and we have no static configured.
Cause:            Received ASPSM/ASPAC_ACK without RC.
                        No static RC configured.
                        SCTP connection closed.
%s = The configured role.
Resolution:    Review the associated error result.
                        Check the RC static configuration.
SV-SG-10536
NOTICE
MessageM3UA %s received ASPTM/ASPAC_ACK. Now ACTIVE. READY FOR USER DATA.
Cause:            M3UA received ASPTM/ASPAC_ACK.
                        M3UA Active.
                        M3UA ready for user data.
%s = The configured role.
Resolution:    None.
SV-SG-10537
WARNING
MessageM3UA %s received ASPSM/ASPIA_ACK without RC, we have no static configured, and none active.
Cause:            Received ASPSM/ASPAC_ACK without RC.
                        No static RC is configured and none are active.
                        SCTP connection closed.
%s = The configured role.
Resolution:    Review the inbound message content construction.
                        Check RC static configuration.
SV-SG-10538
NOTICE
ApplicationM3UA %s received ASPTM/ASPIA_ACK. Now UP/INACTIVE.
Cause:            M3UA received ASPTM/ASPIA_ACK.
                        M3UA ready to receive messages.
%s = The configured role.
Resolution:    None.
SV-SG-10539
WARNING
MessageDropped unsupported M3UA Message Class '%s', Type '%s'.
Cause:            Received unsupported M3UA message class. %s = The unsupported message class.
%s = The unsupported message class type.
Resolution:    Contact N-Squared support.
SV-SG-10540
WARNING
MessageFailed to send M3UA DUNA: %s
Cause:            Failed to send M3UA DUNA. %s = The error result generated when trying to send the M3UA DUNA.
Resolution:    Review the associated error result.
SV-SG-10541
WARNING
MessageFailed to send M3UA DAVA: %s
Cause:            Failed to send M3UA DAVA. %s = The error result generated when trying to send the M3UA DAVA.
Resolution:    Review the associated error result.
SV-SG-10542
WARNING
MessageFailed to send M3UA DAUD: %s
Cause:            Failed to send M3UA DAUD. %s = The error result generated when trying to send the M3UA DAUD.
Resolution:    Review the associated error result.
SV-SG-10543
WARNING
MessageFailed to send M3UA MGMT/NTFY (AS-ACTIVE): %s
Cause:            Failed to send M3UA MGMT/NTFY message. %s = The error result generated when trying to send the message.
Resolution:    Review the associated error result.
SV-SG-10544
WARNING
MessageFailed to send M3UA MGMT/NTFY (AS-INACTIVE): %s
Cause:            Failed to send M3UA MGMT/NTFY message. %s = The error result generated when tyring to send the message.
Resolution:    Review the associated error result.
SV-SG-10545
NOTICE
ConnectionM3UA %s sending ASPSM/ASPUP.
Cause:            M3UA connection sending ASPSM/ASPUP. %s = The configured role.
Resolution:    None.
SV-SG-10546
NOTICE
ConnectionM3UA %s sending ASPSM/ASPDOWN.
Cause:            M3UA connection sending ASPSM/ASPDOWN. %s = The configured role.
Resolution:    None.
SV-SG-10547
NOTICE
ConnectionM3UA %s sending ASPTM/ASPAC.
Cause:            M3UA connection sending ASPTM/ASPAC. %s = The configured role.
Resolution:    None.
SV-SG-10548
NOTICE
ConnectionM3UA %s sending ASPTM/ASPIA.
Cause:            M3UA role sending ASPTM/ASPIA message. %s = The configured M3UA role.
Resolution:    None.
SV-SG-10550
WARNING
MessageFailed to process TCAP/SCCP: %s
Cause:            Failed to process TCAP/SCCP. %s = The error result generated when trying to process the TCAP/SCCP.
Resolution:    Review the associated error result.
SV-SG-10551
WARNING
ConfigurationConfigured value for M3UA NA = '%s' is invalid, not using NA.
Cause:            Configured M3UA network appearance is invalid. %s = The configured invalid M3UA network appearance.
Resolution:    Review the M3UA networking appearance configuration.
SV-SG-10552
WARNING
Message
Configuration
Discarding M3UA DATA for network appearance (%d) != our configured NA (%d).
Cause:            Inbound received DATA has M3UA Network Appearance != the configured NA for this connection. %d = The network appearance that was discarded.
%d = Our configuration network appearance.
Resolution:    Review the configured M3UA Network Appearance and align with the far end.
SigtranApp::Connection::SIGTRAN
SV-SG-10136
WARNING
MessageSCTP Congestion Detected. Message Lost, Connection Retained.
Cause:            SCTP connection overloaded.
                        Message lost.
-
Resolution:    Monitor application load.
SV-SG-10137
WARNING
ConnectionFailed to get SCTP socket (for connect).
Cause:            Failed to get SCTP socket. -
Resolution:    Check SCTP socket configuration.
                        Check host machine supports creating SCTP sockets.
SV-SG-10138
WARNING
ConnectionError %d binding (for connect) to SCTP on local addr(s) '%s'.
Cause:            Error binding to configured local address. %d = The bind error message.
%s = The local binding configuration.
Resolution:    Review the associated error message.
                        Check local binding configuration.
SV-SG-10139
WARNING
ConnectionError %d connecting to SCTP on remote addr(s) '%s'.
Cause:            Failed to connect to remote SCTP host. %d = The error number.
%s = The remote binding configuration.
Resolution:    Review the associated response code.
                        Review the associated error result.
                        Check remote binding configuration.
                        Check remote host is accessible and accepting connections.
SV-SG-10144
WARNING
ConnectionClosing socket on SCTP error: %s
Cause:            SCTP-layer error occurred causing loss of SCTP socket. %s = Description of the error which occurred trying to perform an SCTP operation on the socket.
Resolution:    Review the associated error result.
SV-SG-10145
WARNING
ConnectionError [%s] receiving on SCTP. Closing Socket.
Cause:            Failed to receive on SCTP socket.
                        Socket closed.
%s = The error message that occurred while trying to receive via the SCTP socket.
Resolution:    Review the associated error result.
SV-SG-10146
NOTICE
ConfigurationSCTP '%s' -> '%s' Mode %s.
Cause:            Parameter configuration at startup.
                        SCTP connection initialisation.
%s = The local binding configuration.
%s = The remote binding configuration.
%s = The SCTP binding mode.
Resolution:    None.
SV-SG-10147
NOTICE
ConnectionUsing SCTP socket %s (for connect) (%s Bytes Buffer).
Cause:            Application startup.
                        SCTP socket connection created.
%s = The socket file descriptor being used.
%s = The size of the send/receive buffer supported by the socket.
Resolution:    None.
SV-SG-10148
NOTICE
ConnectionBound (for connect) to SCTP on local addr(s) '%s'.
Cause:            Application startup.
                        SCTP socket bound for connect on local address.
%s = The local binding configuration.
Resolution:    None.
SV-SG-10149
NOTICE
ConnectionNot binding (for connect) to SCTP. System will auto-select local host/port.
Cause:            Application startup.
                        SCTP not binding for connect.
-
Resolution:    None.
SV-SG-10150
NOTICE
ConnectionConnected (but not ready) to remote addr(s) '%s'.
Cause:            Application startup.
                        SCTP connected, but not yet ready.
%s = The remote binding configuration.
Resolution:    None.
SV-SG-10154
NOTICE
ConnectionConnection has new read/write/error. Mark as ready.
Cause:            Application startup.
                        SCTP state ready.
-
Resolution:    None.
SV-SG-10211
WARNING
ConnectionSCTP Layer Disconnected.
Cause:            SCTP layer disconnected. -
Resolution:    Contact N-Squared support.
SigtranApp::Connection::SIGTRAN::Listener
SV-SG-10300
WARNING
ConnectionFailed to get SCTP socket (for listen).
Cause:            Failed to listen on SCTP socket. -
Resolution:    Ensure the host machine is able to create SCTP sockets.
SV-SG-10301
NOTICE
ConnectionSCTP listen on '%s'. (%s Bytes Buffer).
Cause:            Application startup.
                        SCTP socket listening.
%s = The local binding configuration.
%s = The size of the send/receive buffer supported by the socket.
Resolution:    None.
SV-SG-10302
WARNING
ConnectionError %d binding (for listen) to SCTP on local addr(s) '%s'.
Cause:            Error binding for listen on SCTP local address. %d = The bind error message.
%s = The local binding configuration.
Resolution:    Check local binding configuration.
SV-SG-10303
NOTICE
ConnectionBound (for listen) to SCTP on local addr(s) '%s'.
Cause:            Application startup.
                        SCTP socket bound for listen.
%s = The local binding configuration.
Resolution:    None.
SV-SG-10304
WARNING
ConnectionError listening on bound SCTP socket: %s
Cause:            Failed to bind on SCTP socket. %s = The error that occurred when trying to bind to the socket.
Resolution:    Review the associated error result.
                        Ensure the host machine is able to create SCTP sockets.
SV-SG-10305
NOTICE
ConnectionNow listening on bound SCTP socket. Ready to accept.
Cause:            Application startup.
                        SCTP socket bound and ready to accept.
-
Resolution:    None.
SV-SG-10306
WARNING
ConnectionError accepting on local host '%s', local port %d: %s
Cause:            Error accepting messages on local connection. %s = The configured local host.
%d = The configured local port.
%s = The error message that occurred when trying to accept on the local connection.
Resolution:    Review the associated error result.
SV-SG-10307
NOTICE
ConnectionAccepted connection from remote host '%s', remote port %s, association id %s.
Cause:            Application startup.
                        SCTP connection accepted connection from remote host.
%s = The configured remote host.
%s = The configured remote port.
%s = The configured remote association ID.
Resolution:    None.
SV-SG-10308
WARNING
ConnectionInbound SCTP to local port %d (remote port %d) does not match any 'listen' connections.
Cause:            Inbound connection does not match any configured connections. %d = The listening local host.
%d = The connecting remote port.
Resolution:    Review configuration and compare to the inbound SCTP connections.
SV-SG-10309
WARNING
ConnectionInbound SCTP to local port %d (remote %s:%d) matched %d 'listen' connection(s) but all are disabled.
Cause:            Inbound connection does not match any non-disabled configured connections. %d = The listening local host.
%s = The connecting remote port.
%d = The connecting remote host.
%d = The number of connections matched but disabled.
Resolution:    Review configuration and compare to the inbound SCTP connections.
SV-SG-10310
WARNING
ConnectionInbound SCTP to local port %d (remote %s:%d) matched %d enabled 'listen' connection(s) but all are in-use.
Cause:            Inbound connection does not match any non-disabled configured connections. %d = The listening local host.
%s = The connecting remote port.
%d = The connecting remote host.
%d = The number of connections matched/enabled but already in-use.
Resolution:    Review configuration and compare to the inbound SCTP connections.
SV-SG-10311
WARNING
ConnectionInbound SCTP to local port %d (remote %s:%d) matched %d non-disabled/free 'listen' connections. Ambiguous!
Cause:            Inbound connection is ambiguous against configured connections. %d = The listening local host.
%s = The connecting remote port.
%d = The connecting remote host.
%d = The number of connections matched/enabled/available.
Resolution:    Review configuration and compare to the inbound SCTP connections.
SigtranApp::Connection::SUA
SV-SG-10401
WARNING
ConfigurationSUA does not use Next-Hop PC in non-ASP role '%s'. Ignoring.
Cause:            SUA connection supports Next Hop PC only for role = 'ASP'.
                        Configuration will not be used.
%s = The configured role.
Resolution:    Review SIGTRAN role and PC configuration.
SV-SG-10402
WARNING
MessageSUA Version %i != 1. Close connection!
Cause:            Unsupported SUA version. %i = The incompatible version number that was received.
Resolution:    Check the requested SUA version.
SV-SG-10403
WARNING
MessageSUA MGMT Error received. Error Code = 0x%04x [%s]
Cause:            Remote end is sending a management error code. %04x = Error code received from the remote end.
%s = Error code associated message received from the remote end.
Resolution:    Contact external remote endpoint vendor.
SV-SG-10404
WARNING
MessageSUA Notify does not contain tag 0x%04x (Status Information). Close connection!
Cause:            Notify does not contain expected status information.
                        SCTP connection closed.
%04x = The expected status information tag.
Resolution:    Review inbound message content construction.
SV-SG-10405
WARNING
MessageSUA MGMT/NTFY unsupported NTFY Status Type %s.
Cause:            MGMT/NTFY unsupported NTFY status. %s = The unsupported NTFY status type.
Resolution:    Review inbound message content construction.
SV-SG-10406
WARNING
MessageSUA MGMT/NTFY does not contain tag 0x%04x (Routing Context). Close connection!
Cause:            MGMT/NTFY does not contain routing context.
                        SCTP connection closed.
%04x = The expected routing context tag.
Resolution:    Review inbound message content construction.
SV-SG-10407
WARNING
MessageSUA received SNM/DUNA but we are in SG role '%s'. Discarding.
Cause:            Received SNM/DUNA in SG role.
                        Message discarded.
%s = The configured role.
Resolution:    Review inbound message content construction.
                        Review SIGTRAN role configuration.
SV-SG-10408
WARNING
MessageSUA SNM/DUNA is missing mandatory PARAM_AFFECTED_POINT_CODE.
Cause:            SNM/DUNA is missing mandatory PARAM_AFFECTED_POINT_CODE. -
Resolution:    Review inbound message content construction.
SV-SG-10409
WARNING
MessageSUA received SNM/DUNA with non-zero 'Mask' on point code. Unsupported.
Cause:            Received SNM/DUNA with non-zero Mask on point code. -
Resolution:    Review inbound message content construction.
SV-SG-10410
WARNING
MessageSUA received SNM/DAVA but we are in SG role '%s'. Discarding.
Cause:            Received SNM/DAVA in SG role.
                        Message discarded.
%s = The configured role.
Resolution:    Review inbound message content construction and order.
                        Review SIGTRAN role configuration.
SV-SG-10411
WARNING
MessageSUA SNM/DAVA is missing mandatory PARAM_AFFECTED_POINT_CODE.
Cause:            SNM/DAVA is missing mandatory PARAM_AFFECTED_POINT_CODE. -
Resolution:    Review inbound message content construction.
SV-SG-10412
WARNING
MessageSUA received SNM/DAVA with non-zero 'Mask' on point code. Unsupported.
Cause:            Received SNM/DAVA with non-zero Mask on point code. -
Resolution:    Review inbound message content construction.
SV-SG-10413
NOTICE
MessageSUA %s received ASPSM/ASPUP.
Cause:            Received ASPSM/ASPUP. %s = The configured role.
Resolution:    None.
SV-SG-10414
WARNING
MessageSUA %s received unexpected ASPSM/ASPAC.
Cause:            Received unexpected ASPSM/ASPAC. %s = The configured role.
Resolution:    Review inbound message content construction and order.
SV-SG-10415
WARNING
MessageSUA %s received unexpected ASPSM/ASPAC in non-DOWN remote ASP state %s.
Cause:            Received unexpected ASPSM/ASPAC in non-DOWN remote ASP state. %s = The configured role.
%s = The current remote ASP state.
Resolution:    Review inbound message content construction and order.
SV-SG-10416
NOTICE
MessageSUA %s received ASPSM/ASPDOWN.
Cause:            Received ASPSM/ASPDOWN. %s = The configured role.
Resolution:    None.
SV-SG-10417
WARNING
MessageSUA %s received unexpected ASPSM/ASPDOWN.
Cause:            Received unexpected ASPSM/ASPDOWN. %s = The configured role.
Resolution:    Review inbound message content construction and order.
SV-SG-10418
WARNING
MessageSUA %s received unexpected ASPSM/ASPDOWN in DOWN remote ASP state %s.
Cause:            Received unexpected ASPSM/ASPDOWN in DOWN remote ASP state. %s = The configured role.
%s = The current remote ASP state.
Resolution:    Review inbound message content and construction.
SV-SG-10419
NOTICE
MessageSUA %s received ASPSM/ASPUP_ACK.
Cause:            Received ASPSM/ASPUP_ACK. %s = The configured role.
Resolution:    None.
SV-SG-10420
WARNING
MessageSUA %s received unexpected ASPSM/ASPUP_ACK in non-DOWN local ASP state %s.
Cause:            Received unexpected ASPSM/ASPUP_ACK in non-DOWN local ASP state. %s = The configured role.
%s = The current local ASP state.
Resolution:    Review inbound message content construction and order.
SV-SG-10421
NOTICE
MessageSUA %s received ASPSM/ASPDOWN_ACK. Now DOWN.
Cause:            Received ASPSM/ASPDOWN_ACK.
                        Connection now DOWN.
%s = The configured role.
Resolution:    None.
SV-SG-10422
WARNING
MessageSUA %s received unexpected ASPSM/ASPDOWN_ACK in DOWN local ASP state %s.
Cause:            Received unexpected ASPSM/ASPDOWN in DOWN local ASP state. %s = The configured role.
%s = The current local ASP state.
Resolution:    Review inbound message content construction and order.
                        Review the SIGTRAN role configuration.
SV-SG-10423
WARNING
MessageSUA %s received unexpected ASPSM/ASPAC.
Cause:            Received unexpected ASPSM/ASPAC. %s = The configured role.
Resolution:    Review inbound message content construction and order.
                        Review SIGTRAN role configuration.
SV-SG-10424
WARNING
MessageSUA %s received ASPTM/ASPAC without RC and we have no default configured.
Cause:            Received ASPTM/ASPAC without RC.
                        No default RC configured.
                        SCTP connection closed.
%s = The configured role.
Resolution:    Review inbound message content construction.
                        Review default SIGTRAN RC configuration.
SV-SG-10425
NOTICE
MessageSUA %s received ASPTM/ASPAC.
Cause:            Received ASPTM/ASPAC. %s = The configured role.
Resolution:    None.
SV-SG-10426
WARNING
MessageSUA %s received unexpected ASPSM/ASPIA.
Cause:            Received unexpected ASPSM/ASPIA. %s = The configured role.
Resolution:    Review inbound message content construction and order.
                        Review SIGTRAN role configuration.
SV-SG-10427
NOTICE
MessageSUA %s received ASPTM/ASPIA.
Cause:            Received ASPTM/ASPIA. %s = The configured role.
Resolution:    None.
SV-SG-10428
WARNING
MessageSUA ASPTM/ASPAC_ACK does not contain tag 0x%04x (Routing Context). Close connection!
Cause:            ASPTM/ASPAC_ACK does not contain routing context tag.
                        SCTP connection closed.
%04x = The expected routing context tag.
Resolution:    Review inbound message content construction.
SV-SG-10429
NOTICE
MessageSUA %s received ASPTM/ASPAC_ACK. Now ACTIVE. READY FOR USER DATA.
Cause:            Received ASPTM/ASPAC_ACK.
                        Connection Active.
                        Ready for user data.
%s = The configured role.
Resolution:    None.
SV-SG-10430
WARNING
MessageSUA %s received ASPSM/ASPIA_ACK without RC, we have no static configured, and none active.
Cause:            Received ASPSM/ASPIA_ACK without RC.
                        No static RC configured, and none active.
%s = The configured role.
Resolution:    Review inbound message content construction.
                        Review SIGTRAN role configuration.
SV-SG-10431
NOTICE
ConnectionSUA %s received ASPTM/ASPIA_ACK. Now UP/INACTIVE.
Cause:            Received ASPTM/ASPIA_ACK.
                        Connection UP but INACTIVE.
%s = The configured role.
Resolution:    None.
SV-SG-10432
WARNING
MessageFailed to parse inbound SUA CLDT: %s
Cause:            Failed to parse inbound CLDT. %s = The error result generated when trying to parse inbound CLDT.
Resolution:    Review the associated error result.
SV-SG-10433
WARNING
MessageDropped unsupported SUA Message Class %s, Type %s.
Cause:            Unsupported SUA message class. %s = The unsupported message class.
%s = The unsupported message class type.
Resolution:    Contact N-Squared support.
SV-SG-10434
WARNING
MessageFailed to send SUA DUNA: %s
Cause:            Failed to send SUA DUNA. %s = The error result generated when trying to send SUA DUNA.
Resolution:    Review the associated error result.
SV-SG-10435
WARNING
ConnectionFailed to send SUA DAVA: %s
Cause:            Failed to send SUA DAVA. %s = The error result generated when trying to send SUA DAVA.
Resolution:    Review the associated error result.
SV-SG-10436
WARNING
ConnectionFailed to send SUA DAUD: %s
Cause:            Failed to send SUA DUAD. %s = The error result generated when trying to send SUA DUAD.
Resolution:    Review the associated error result.
SV-SG-10437
WARNING
ConnectionFailed to send SUA MGMT/NTFY (AS-ACTIVE): %s
Cause:            Failed to send MGMT/NTFY in active state. %s = The error result generated when trying to send the message.
Resolution:    Review the associated error result.
SV-SG-10438
WARNING
ConnectionFailed to send SUA MGMT/NTFY (AS-INACTIVE): %s
Cause:            Failed to send MGMT/NTFY in inactive state. %s = The error result generated when trying to send the message.
Resolution:    Review the associated error result.
SV-SG-10439
NOTICE
ConnectionSUA %s sending ASPSM/ASPUP.
Cause:            Sending ASPSM/ASPUP. %s = The configured role.
Resolution:    None.
SV-SG-10440
NOTICE
ConnectionSUA %s sending ASPSM/ASPDOWN.
Cause:            Sending ASPSM/ASPDOWN. %s = The configured role.
Resolution:    None.
SV-SG-10441
NOTICE
ConnectionSUA %s sending ASPTM/ASPAC.
Cause:            Sending ASPTM/ASPAC. %s = The configured role.
Resolution:    None.
SV-SG-10442
NOTICE
ConnectionSUA %s sending ASPTM/ASPIA.
Cause:            Sending ASPTM/ASPIA. %s = The configured role.
Resolution:    None.
SV-SG-10443
WARNING
MessageRouting Indicator = Unspecified. No SSN + PC. No GT. Cannot route.
Cause:            No routing routing indicator, SSN, PC or GT specified. -
Resolution:    Review SUA message content.
SV-SG-10444
WARNING
MessageRouting Indicator = 1 (Route on SSN) but no PC supplied.
Cause:            Routing indicator set to 1, but no PC provided. -
Resolution:    Review SUA message content.
SV-SG-10445
WARNING
MessageRouting Indicator = 1 (Route on SSN) but no SSN supplied.
Cause:            Routing indicator set to 1, but no SSN provided. -
Resolution:    Review SUA message content.
SV-SG-10446
WARNING
MessageRouting Indicator = 0 (Route on GT) but no GT supplied.
Cause:            Routing indicator set to 0, but no GT provided. -
Resolution:    Review SUA message content.
SV-SG-10447
WARNING
MessageUnsupported SUA Routing Indicator %s.
Cause:            SUA SCCP address decode unsupported routing indicator. %s = The provided routing indicator.
Resolution:    Review SUA address message content.
SV-SG-10448
WARNING
MessageInvalid SCCP Address %s. pc_present indicates PC present, but no sub-parameter 0x8002.
Cause:            Invalid SCCP address. PC indicated as present, but no sub parameter provided. %s = SCCP address unpacked bytes.
Resolution:    Review SUA address message content.
SV-SG-10449
WARNING
MessageInvalid SCCP Address %s. pc_present indicates SSN present, but no sub-parameter 0x8003.
Cause:            Invalid SCCP address. SSN indicated as present, but no sub parameter provided. %s = SCCP address unpacked bytes.
Resolution:    Review SUA address message content.
SV-SG-10450
WARNING
MessageInvalid SCCP Address %s. pc_present indicates GT present, but no sub-parameter 0x8001.
Cause:            Invalid SCCP address. GT indicated as present, but no sub parameter provided. %s = SCCP address unpacked bytes.
Resolution:    Review SUA address message content.
SV-SG-10451
WARNING
MessageFailed to process TCAP/SCCP: %s
Cause:            Failed to process TCAP/SCCP message. %s = The error result generated when trying to process the TCAP/SCCP message.
Resolution:    Review the associated error result.
SV-SG-10452
WARNING
MessageSUA TLV Decoding Error: %s. Close connection!
Cause:            Failed to decode the SUA TLV content. %s = The error result when attempting to decode the SUA TLV content.
Resolution:    Examine the SUA stream for well-formed content.
SigtranApp::CorrelationPool
SV-SG-10701
WARNING
ConfigurationCorrelation ID %d is being overwritten. Routing problem and/or pool too small.
Cause:            Correlation ID is being overwritten. %d = The correlation ID being overwritten.
Resolution:    Review correlation ID pool size configuration.
SV-SG-10702
WARNING
ConfigurationCorrelation ID %d is being overwritten. Routing problem and/or pool too small.
Cause:            Correlation ID is being overwritten. %d = The correlation ID being overwritten.
Resolution:    Review correlation ID pool size configuration.
SV-SG-10703
WARNING
InternalAttempt to release unassigned Correlation ID '%s'.
Cause:            Attempted to cleanup correlation ID that does not exist. %s = The correlation ID that was attempted to be cleaned up.
Resolution:    Contact N-Squared support.
SigtranApp::Handler
SV-SG-10044
WARNING
MessageReceived empty TCAP_BEGIN on INAP/CAMEL SSN %d expecting Components.
Cause:            Empty TCAP begin for service key INAP/CAMEL SSN. %d = The configured SSN.
Resolution:    Check inbound message content contains valid TCAP begin components.
SV-SG-10045
WARNING
MessageReceived unassociated TCAP_BEGIN non-Invoke on INAP/CAMEL SSN %d expecting Invoke.
Cause:            Unassociated TCAP begin non-Invoke for service key INAP/CAMEL SSN. %d = The configured SSN.
Resolution:    Check inbound TCAP message content construction.
SV-SG-10047
WARNING
MessageReceived unassociated TCAP_BEGIN InitialDP/InitialDPSMS with no parameter.
Cause:            Empty InitialDP. -
Resolution:    Check inbound message content contains valid TCAP InitialDP/InitialDPSMS parameters.
SV-SG-10048
WARNING
MessageCannot find ServiceKey UNIVERSAL INTEGER in InitialDP/SMS parameter '%s'.
Cause:            InitialDP does not contain a ServiceKey. %s = The first 16 bytes of the InitialDP binary parameter.
Resolution:    Check inbound message content contains valid TCAP ServiceKey.
SV-SG-10049
WARNING
MessageUnsupported ServiceKey UNIVERSAL INTEGER len %d at offset %d in InitialDP/SMS parameter '%s'.
Cause:            InitialDP contains unsupported ServiceKey. %d = The service key integer length.
%d = The service key byte offset position.
%s = The first 16 bytes of the InitialDP binary parameter.
Resolution:    Check inbound message ServiceKey in TCAP initial DP.
SV-SG-10100
WARNING
MessageReceived empty TCAP_BEGIN on SSN %d expecting Components.
Cause:            Empty TCAP begin for opcode INAP/CAMEL SSN. %d = The configured SSN.
Resolution:    Check inbound message content contains valid TCAP begin components.
SV-SG-10101
WARNING
MessageReceived unassociated TCAP_BEGIN non-Invoke on SSN %d expecting Invoke.
Cause:            Empty TCAP begin for opcode INAP/CAMEL SSN. %d = The configured SSN.
Resolution:    Check inbound message content contains valid TCAP invoke components.
SigtranApp::Route
SV-SG-10041
NOTICE
ApplicationDefault Route all destinations -> Connection '%s'.
Cause:            Parameter configuration at startup.
                        The default connection for all route destinations.
%s = The configured connection name.
Resolution:    None.
SV-SG-10042
NOTICE
ApplicationRoute on PC range '%s' to '%s' -> Connection '%s'.
Cause:            Parameter configuration at startup.
                        The PC range routing, minimum PC, maximum PC and utilized connection name.
%s = The configured minimum PC.
%s = The configured maximum PC.
%s = The configured connection name.
Resolution:    None.
SV-SG-10043
NOTICE
ApplicationRoute on GT range '%s' to '%s'-> Connection '%s'.
Cause:            Parameter configuration at startup.
                        The GT range routing, minimum GT, maximum GT and utilized connection name.
%s = The configured minimum GT.
%s = The configured maximum GT.
%s = The configured connection name.
Resolution:    None.
SigtranApp::SigtranInstance
SV-SG-10039
WARNING
InternalReceived 'tcap-guard timer after shutdown. Impossible!
Cause:            Received guard time after shutdown. -
Resolution:    Contact N-Squared Support.
SV-SG-10040
WARNING
InternalFailed to send TCAP-TXNCHECK-REQUEST. Disable TCAP TXN checks for this transaction.
Cause:            Failed to send TCAP transaction check operation for transaction. -
Resolution:    Contact N-Squared Support.

Statistics

The following 19 statistics may be generated by N2SVCD Application “SigtranApp”.

No statistics found that match search criteria.
N2::Application
instance.throttle.max_instancesMessageCounter
Cause:Maximum number of instances exceeding the max number of instances.
instance.throttle.max_tps_averageMessageCounter
Cause:Average max TPS for the last throttle period.
N2::Application::AppInstance
instance.abortJob, MessageCounter
Cause:Application instances aborted due to receiving an unexpected shutdown/abort message. Depending on the application, an "instance" may represent a transaction, call, session, request/response pair, etc. Note that aborted instances are still counted in instance.shutdown.
instance.shutdownJob, MessageCounter
Cause:Application instances shut down (for any reason, including abort). Depending on the application, an "instance" may represent a transaction, call, session, request/response pair, etc. The difference between this statistic and instance.start represents the current number of active instances being handled by this application.
instance.startJob, MessageCounter
Cause:Application instances started. Depending on the application, an "instance" may represent a transaction, call, session, request/response pair, etc. The difference between this statistic and instance.shutdown represents the current number of active instances being handled by this application.
SigtranApp
tcap.receive.abortJob, MessageCounter
Cause:TCAP Abort messages received.
tcap.receive.beginJob, MessageCounter
Cause:TCAP Begin messages received.
tcap.receive.continueJob, MessageCounter
Cause:TCAP Continue messages received.
tcap.receive.decode_failJob, MessageCounter
Cause:TCAP messages received that cannot be decoded.
tcap.receive.endJob, MessageCounter
Cause:TCAP End messages received.
tcap.sent.abortJob, MessageCounter
Cause:TCAP Abort messages sent.
tcap.sent.beginJob, MessageCounter
Cause:TCAP Begin messages sent.
tcap.sent.continueJob, MessageCounter
Cause:TCAP Continue messages sent.
tcap.sent.endJob, MessageCounter
Cause:TCAP End messages sent.
tcap.sent.transferJob, MessageCounter
Cause:TCAP messages transferred.
SigtranApp::Connection::SIGTRAN
sctp.connectConnectionCounter
Cause:Connections brought up.
sctp.disconnectConnectionCounter
Cause:Connections brought down.
SigtranApp::Connection::SIGTRAN::Listener
connection.listen.startConnectionCounter
Cause:Listening connections started.
connection.listen.stopConnectionCounter
Cause:Listening connections stopped.