All Alarms

The following 1213 alarms may be generated by all products.

Show: Alarm Warning Clear Notice
No alarms found that match search criteria.
DBApp
SV-DB-10005
NOTICE
ConnectionCompleted post-login SQL.
Cause:            SQL server login at worker startup.
                        Successfully completed post login SQL command.
-
Resolution:    None.
SV-DB-10007
WARNING
MessageDiscarding DB Request sent %d milliseconds ago.
Cause:            Received DB Request that exceeded the maximum queue seconds.
                        DB Request discarded.
%d = The amount of seconds since the DB Request was sent.
Resolution:    Review associated expiry seconds.
                        Ensure downstream DB components are still available and processing requests.
SV-DB-10009
NOTICE
ApplicationPing Interval = %d.
Cause:            Parameter configuration at startup.
                        The database handle ping interval.
%d = The configured ping interval.
Resolution:    None.
SV-DB-10010
NOTICE
ConnectionSuccessfully connected to Mongo DB instance.
Cause:            Successfully connect to our Mongo DB database. -
Resolution:    None.
SV-DB-10011
WARNING
ConnectionMongoDB connection error: %s
Cause:            Failed to connect to MongoDB database. %s = The error result generated when trying to connect to the database.
Resolution:    Review the associated error result.
                        Review database configuration.
                        Ensure the remote database is up and accepting connections.
SV-DB-10012
NOTICE
ConnectionSuccessfully connected to DBI DB instance.
Cause:            Successfully connect to our DBI DB database. -
Resolution:    None.
SV-DB-10013
WARNING
ConnectionDBI connection failed: %s
Cause:            Internal error when trying to connect to DBI database. %s = The error result generated when trying to connect to the database.
Resolution:    Review the associated error result.
                        Review database configuration.
                        Ensure the remote database is up and accepting connections.
SV-DB-10014
WARNING
ConnectionDBI connection error: %s
Cause:            Failed to connect to remote DBI database. %s = The error result generated when trying to connect to the database.
Resolution:    Review the associated error result.
                        Review database configuration.
                        Ensure the remote database is up and accepting connections.
SV-DB-10015
NOTICE
ConnectionNo active database connection. Reconnecting...
Cause:            No active database connection.
                        Attempting reconnect.
-
Resolution:    None.
SV-DB-10016
WARNING
ConnectionMongoDB ping error: %s
Cause:            Failed to ping MongoDB database. %s = The error result generated when trying to ping to the database.
Resolution:    Review the associated error result.
                        Review database configuration.
                        Ensure the remote database is up and accepting connections.
SV-DB-10017
WARNING
ConnectionDBI ping error: %s
Cause:            Failed to ping DBI database. %s = The error result generated when trying to ping the database.
Resolution:    Review the associated error result.
                        Review database configuration.
                        Ensure the remote database is up and accepting connections.
SV-DB-10018
WARNING
ConnectionNo active database handle available.
Cause:            No active database handle available. -
Resolution:    Review previous error messages for database disconnect reason.
SV-DB-10019
WARNING
JobError creating '%s' instance: %s
Cause:            Failed to create DB instance. %s = The configured instance class.
%s = The error result generated when trying to create the configured DB instance.
Resolution:    Review the associated error result.
SV-DB-10020
WARNING
ConnectionPost-Login SQL error: %s
Cause:            Failed to perform post-login SQL on DBI database. %s = The error result generated when performing post-login SQL.
Resolution:    Review the associated error result.
                        Review database configuration.
DBApp::DBCache
SV-DB-10101
WARNING
ConfigurationDB App Name '%s' is not a known Application.
Cause:            The Database App configured for DB cache loading is not known. %s = The DB application name.
Resolution:    Check the configuration for the DB application name.
DBApp::DBInstanceDBI
SV-DB-10002
WARNING
ConnectionShutting down DBI Connection (will auto-reconnect) after Fatal Error on DB: %s
Cause:            Detected ORA error code 03111, 03113, 03114 on DBI select. %s = The error result when performing the SQL select.
Resolution:    Review the associated error message.
                        Check if the database connection configuration is valid.
                        Check if the database is up and accessible.
SV-DB-10003
WARNING
Resource
Store
Error performing DBI DO: %s
Cause:            Database handle failed to perform DBI DO. %s = The error result when performing the SQL DO.
Resolution:    Review the associated error message.
                        Check if the database connection configuration is valid.
                        Check if the database is up and accessible.
SV-DB-10004
WARNING
ConnectionShutting down DBI Connection (will auto-reconnect). Fatal Error on DB: %s
Cause:            Detected ORA error code 03111, 03113, 03114 on DBI do. %s = The error result when performing the SQL do.
Resolution:    Review the associated error message.
                        Check if the database connection configuration is valid.
                        Check if the database is up and accessible.
SV-DB-10008
WARNING
ResourceError performing DBI SELECT: %s
Cause:            The DB handle failed to perform DBI select. %s = The error result when performing the SQL select.
Resolution:    Review the associated error message.
                        Check if the database connection configuration is valid.
                        Check if the database is up and accessible.
DBApp::DBInstanceMongo
SV-DB-10006
WARNING
Resource
Store
Error performing Mongo '%s': %s
Cause:            Failed to perform Mongo action. %s = The invoked Mongo method.
%s = The error result when execution the Mongo action.
Resolution:    Review the associated error message.
                        Check if the database connection configuration is valid.
                        Check if the database is up and accessible.
DiameterApp
SV-DI-10000
NOTICE
ConnectionLogin/CE Response 'Auth-Application-Id' = %d. Does not match our configured value = %d, but configured to allow connection.
Cause:            Login Auth-Application-ID does not match configured value. %d = Recieved auth application ID.
%d = The configured auth application ID.
Resolution:    Review auth application ID configuration.
                        Review inbound message content construction.
SV-DI-10001
NOTICE
ConnectionLogin/CER Completed OK. Server Product '%s', Host '%s', App ID '%d'.
Cause:            Login successfully completed. %s = Server product name.
%s = Origin host.
%d = Application ID.
Resolution:    None.
SV-DI-10002
NOTICE
ConfigurationNo handlers defined. Cannot handle inbound DIAMETER requests.
Cause:            Application configuration at startup.
                        No inbound handlers are defined.
-
Resolution:    Review handler configuration if inbound Diameter messaging is expected.
DiameterApp::DiameterInboundInstance
SV-DI-10003
NOTICE
MessageDuplicate request received for in-progress Instance. Discarded.
Cause:            Received a duplicate request that is already being handled.
                        Duplicate message is discarded.
-
Resolution:    None.
SV-DI-10004
WARNING
MessageNo Session-Id in received request.
Cause:            No Session-Id received with request. -
Resolution:    Ensure inbound message content contains a valid Session-Id.
SV-DI-10005
WARNING
MessageTimeout performing local processing. Reply with TOO_BUSY.
Cause:            Message processing timed out. -
Resolution:    Monitor on-going server load.
                        Check application loading and processing rate.
                        Check load on downstream applications and endpoints.
DiameterApp::DiameterLuaService
SV-DI-10006
WARNING
JobDiscarding non-nil result from Diameter Service script that sent early response.
Cause:            Discarding result from early returning Diameter service script that did not return nil. -
Resolution:    Review Lua script definition for invalid early exit behavior.
DnsServerApp
SV-DS-10001
NOTICE
ApplicationNo handlers defined. Cannot handle inbound DNS requests.
Cause:            Parameter configuration at startup.
                        No inbound handlers are defined.
-
Resolution:    None.
DnsServerApp::DnsInboundInstance
SV-DS-10101
WARNING
MessageCannot queue response: %s
Cause:            Failed to queue response. %s = The error result when sending the response.
Resolution:    Review the associated error result.
SV-DS-10102
WARNING
MessageDuplicate request received for in-progress Instance. Discarded!
Cause:            Received duplicate request.
                        Request Discarded.
-
Resolution:    Review inbound message order.
                        Ensure duplicate requests are not being sent.
SV-DS-10103
NOTICE
JobTimeout performing local processing. Far end abandoned.
Cause:            Client abandoned its connection to us.
                        Cleaning up.
-
Resolution:    None.
SV-DS-10104
NOTICE
JobTimeout performing local processing. Reply with 504 Gateway Timeout.
Cause:            Reached the timeout limit.
                        Sending error response to client.
-
Resolution:    None.
DnsServerApp::DnsLuaService
SV-DS-10201
WARNING
ConfigurationDiscarding non-NIL result from DNS Service script that sent early response.
Cause:            Discarding result from early returning DNS service script that did not return NIL. -
Resolution:    Check script definition for invalid early exit behavior.
DsgScpApp
SC-DG-10000
WARNING
Configuration%s selector rules do not include a catch-all case. This may result in no rule being used.
Cause:            The defined selector rules do not include a catch-all case.
                        This may result in no rule being selected for use.
%s = The selector rule type.
Resolution:    Check configured selector rules are as intended.
DsgScpApp::DsgScpInstance
SC-DG-10002
WARNING
Job%s Request number/type %s/%s. %s
Cause:            An errored or invalid Diameter error response was received, or
                        no Diameter response was received to a request.
%s = The error details.
%s = The Diameter request number.
%s = The Diameter request type.
%s = Call identification information.
Resolution:    Review error details and adjust configuration accordingly.
SC-DG-10003
WARNING
JobCall cleanup requested with unexpected state %s. Closing instance without further handling.
Cause:            A call instance has been ended in an unexpected context state.
                        No further call control will occur.
%s = The unexpected context state.
Resolution:    Contact N-Squared support.
SC-DG-10004
WARNING
JobUnexpected callback to 'handle_bleg_answer_final' received. Ignoring.
Cause:            An unexpected internal callback request was received. No
                        further handling for the call is possible.
-
Resolution:    Contact N-Squared support.
SC-DG-10005
WARNING
JobMeasured total talk time %dds differs from reported value %dds (%dds > %dds allowable variance). %s
Cause:            A received charging report from the network has a variance
                        between the measured talk time and the reported value that is
                        greater than the configured maximum variance.
%d = The measured talk time of the call.
%d = The reported talk time of the call.
%d = The actual variance.
%d = The configured allowed maximum variance.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10006
WARNING
JobError recursion during error handling: %s %s
Cause:            An internal error has occurred when attempting error handling
                        for a call. Call control can no longer continue.
%s = The error details.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10007
WARNING
Job%s Releasing call. %s
Cause:            An error has occurred during call processing. The call will be
                        released.
%s = The error details.
%s = Call identification information.
Resolution:    Review error details and adjust configuration accordingly.
SC-DG-10008
WARNING
Job%s. Selecting error handling action. %s
Cause:            An error has occurred during call processing. The call will be
                        controlled using the confiugured error handling rules.
%s = The error details.
%s = Call identification information.
Resolution:    Review error details and adjust configuration accordingly.
SC-DG-10009
WARNING
JobFailed to perform non-mandatory ATI request: %s %s
Cause:            An ATI request was unable to be sent to the network. The call
                        will continue to be handled normally.
%s = The error details.
%s = Call identification information.
Resolution:    Review error details and update configuration as required.
SC-DG-10010
WARNING
JobInvalid configured ATI external action rule wihtout one of 'msisdn_src' or 'imsi_src'. %s
Cause:            A rule for a non-mandatory ATI external action does not
                        correctly specify a source for the subscriber information -
                        either IMSI or MSISDN.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10011
WARNING
JobUnable to find subscriber information for ATI external action in source: %s. %s
Cause:            An ATI external action was unable to read a value from the
                        specified subscriber information source. The call will continue
                        normally. If specifying an IDP field, ensure that the parameter
                        is correctly spelled and that the incoming message from the
                        network contains the parameter. If specifying a tag name, ensure
                        that the name is correctly spelled and that the value is
                        populated via literal or from the network message.
%s = The configured subscriber information source.
%s = Call identification information.
Resolution:    Review configuration and update as required.
SC-DG-10012
WARNING
JobNo attributes returned in ATI response. %s
Cause:            An ATI response did not contain the expected data structure.
                        The call will continue to be handled normally.
%s = Call identification information.
Resolution:    Review the message structure and content.
SC-DG-10013
WARNING
JobNo VLR number returned in ATI response. %s
Cause:            No VLR number was returned by the network when processing an
                        ATI response. The call will continue to be handled normally.
%s = Call identification information.
Resolution:    Review network configuration and update as required.
SC-DG-10014
WARNING
JobNo tag destination configured for ATI result. %s
Cause:            The VLR number returned by the network was unable to be stored when processing an
                        ATI response. The call will continue to be handled normally.
%s = Call identification information.
Resolution:    Review configuration and update as required.
SC-DG-10015
WARNING
Job%s %s
Cause:            An error was received when sending an ATI request. The call
                        will continue to be handled normally.
%s = Error details.
%s = Call identification information.
Resolution:    Review error details and update configuration accordingly.
SC-DG-10016
WARNING
JobUnexpected action '%s' found in external action rule when processing ATI response. %s
Cause:            An unexpected state was encountered after sending an ATI
                        request. The call will continue to be handled normally.
%s = The unexpected action.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10017
WARNING
JobInitial grant seconds of %d exceeds service/network maximum of %d; will use the lower value and force the call to be ended once elapsed. %s
Cause:            The number of seconds of talk time for an initial request is
                        greater than the maximum allowed for the service or network. The
                        lower value will be used and the call will be ended when this
                        time is exhausted. This may apply for both time granted
                        by the OCS or for grace time given by the DSG-SCP.
%d = The number of seconds granted.
%d = The maximum number of seconds allowed by the service/network.
%s = Call identification information.
Resolution:    Review OCS and/or DSG-SCP configuration and update accordingly.
SC-DG-10018
WARNING
JobExtension grant seconds of %d would make the total call time exceed the service/network maximum of %d; will use %d seconds instead and force the call to be ended once elapsed. %s
Cause:            The number of seconds of talk time for an extension request, in
                        addition to the already used talk time, is greater than the
                        maximum allowed for the service or network. The lower value
                        will be used. This may apply for both time granted by the OCS
                        or for grace time given by the DSG-SCP.
%d = The number of seconds granted.
%d = The maximum number of seconds allowed by the service/network.
%d = The number of seconds that will be used for the extension.
%s = Call identification information.
Resolution:    Review OCS and/or DSG-SCP configuration and update accordingly.
SC-DG-10019
WARNING
JobInitial grace grant seconds of %d exceeds service/network maximum of %d; will use the lower value and force the call to be ended once elapsed. %s
Cause:            The number of seconds of talk time for initial grace grant
                        handling by the DSG-SCP is greater than the maximum allowed for
                        the service or network. The lower value will be used and the
                        call will be released after this time. This applies only for
                        grace time given by the DSG-SCP.
%d = The number of seconds granted.
%d = The maximum number of seconds allowed by the service/network.
%s = Call identification information.
Resolution:    Review DSG-SCP configuration and update accordingly.
SC-DG-10020
WARNING
JobExtension grace grant seconds of %d would make the total call time exceed the service/network maximum of %d; will use %d seconds instead and force the call to be ended once elapsed. %s
Cause:            The number of seconds of talk time for extension grace grant
                        handling by the DSG-SCP, in addition to the already used talk
                        time, is greater than the maximum allowed for the service or
                        network. The lower value will be used. This applies only for
                        grace time given by the DSG-SCP.
%d = The number of seconds granted.
%d = The maximum number of seconds allowed by the service/network.
%d = The number of seconds that will be used for the extension.
%s = Call identification information.
Resolution:    Review DSG-SCP configuration and update accordingly.
SC-DG-10021
WARNING
JobNotification send attempted with no notification name. %s
Cause:            A notification send was attempted but no notification name was
                        found.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10022
WARNING
JobNotification send attempted with no destination MSISDN. %s
Cause:            A notification send was attempted but no destination MSISDN was
                        found.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10023
WARNING
JobNotification send attempted for unknown notification '$name'. %s
Cause:            A notification send was attempted but no destination MSISDN was
                        found.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10024
WARNING
JobNotification send attempted to unknown application handle '$notification->{app}'. %s
Cause:            A notification send was attempted but was not able to be
                        submitted as the handling application was unknown.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10025
WARNING
JobNotification send failed: %s. %s
Cause:            A notification send was attempted but was not able to be
                        submitted successfully to the handling application.
%s = Error details.
%s = Call identification information.
Resolution:    Review error details and adjust configuration accordingly.
SC-DG-10026
WARNING
JobInvalid configured CUG external action rule without 'configuration'. %s
Cause:            A rule for a non-mandatory CUG external action does not
                        specify a CUG configuration.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10027
WARNING
JobInvalid configured CUG external action rule with unrecognised 'configuration'. %s
Cause:            A rule for a non-mandatory CUG external action does not
                        specify a recognised CUG configuration.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10028
WARNING
JobCUG configuration '$config_name' has no configured '$missing_param'. %s
Cause:            The configuration rule for a non-mandatory CUG external action
                        does not specify a required CUG parameter.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10029
WARNING
ResourceError querying CUG database: $result %s
Cause:            The database query for a non-mandatory CUG external
                        action failed.
%s = Call identification information.
Resolution:    Ensure the CUG database is available.
                        Ensure the CUG database application configuration is
                        correct.
                        Ensure that the CUG database application is available.
SC-DG-10030
WARNING
JobUnexpected action '%s' found in external action rule when processing CUG database response. %s
Cause:            An unexpected state was encountered after sending a CUG query.
                        The call will continue to be handled normally.
%s = The unexpected action.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10031
WARNING
JobNo attributes returned in CUG database response. %s
Cause:            A CUG response did not contain the expected data structure.
                        The call will continue to be handled normally.
%s = Call identification information.
Resolution:    Contact N-Squared support.
SC-DG-10032
WARNING
Job%s %s
Cause:            An error was encountered when processing a CUG database query.
                        The call will continue to be handled normally.
%s = Error details.
%s = Call identification information.
Resolution:    Review error details and update configuration accordingly.
EdrApp
SV-ER-10001
NOTICE
ApplicationEDR Hostname = '%s'.
Cause:            Parameter configuration at startup.
                        Configured EDR hostname.
%s = The configured EDR hostname.
Resolution:    None.
SV-ER-10002
NOTICE
ApplicationEDR Filesystem check seconds = %d, min MB = %d.
Cause:            Parameter configuration at startup.
                        Configured EDR filesystem check parameters.
%d = The configured EDR filesystem check period (in seconds).
%d = The configured EDR filesystem minimum size (in KB).
Resolution:    None.
SV-ER-10003
NOTICE
ApplicationEDR Retry Interval is %d.
Cause:            Parameter configuration at startup.
                        Configured EDR retry interval.
%d = The configured EDR retry interval.
Resolution:    None.
SV-ER-10004
NOTICE
ApplicationEDR stream [%s]. Dir = '%s'. Separator = [%s].
Cause:            Application configuration at startup.
                        Creating EDR stream definition.
%s = The EDR stream key.
%s = The configured EDR output directory.
%s = The configured EDR file separator.
Resolution:    None.
SV-ER-10005
NOTICE
ApplicationEDR stream [%s]. New File @ %d EDRs, %d seconds. Flush @ %d EDRs, %d seconds.
Cause:            Parameter configuration at startup.
                        EDRs enabled.
                        Configured output directory.
%s = The EDR stream key.
%d = How many EDRs maximum until new file.
%d = How many seconds maximum until new file.
%d = How many EDRs maximum until flush output.
%d = How many seconds maximum until flush output.
Resolution:    None.
SV-ER-10006
WARNING
StoreEDR Stream [%s] has %d EDR records unable to be written at shutdown.
Cause:            EDR writer forced to shutdown with pending EDR records unwritten. %s = EDR stream key.
%d = The number of pending EDR files at shutdown.
Resolution:    Review shutdown procedure.
SV-ER-10007
WARNING
InternalReceived EDR-LOG for missing/invalid Stream [%s].
Cause:            EDR App received an EDR-LOG message for an EDR stream key which is not valid.
                        The EDR could not be processed, and is discarded.
%s = EDR stream key.
Resolution:    Contact N-Squared Support.
SV-ER-10008
WARNING
ConfigurationReceived EDR-LOG for unknown Stream [%s].
Cause:            EDR App received an EDR-LOG message for an EDR stream key which is not configured.
                        The EDR could not be processed, and is discarded.
%s = EDR stream key.
Resolution:    Review EdrApp configuration and add a `` entry.
SV-ER-10009
WARNING
InternalEDR Stream [%s] failed to buffer EDR because of invalid details: %s
Cause:            EDR App stream could not buffer the EDR because of invalid EDR attributes. %s = EDR stream key.
%s = The description of the problem with the EDR-LOG details.
Resolution:    Contact N-Squared Support.
SV-ER-10010
ALARM
ResourceDisabled EDR directory [%s]: %s
Cause:            EDR stream directory is disabled.
                        All streams writting to this directory will now be disabled.
                        Stream EDRs will be discarded when each stream buffer limit is reached.
%s = The directory which is disabled.
%s = The reason that the directory is disabled.
Resolution:    Review directory/file permissions and usage.
SV-ER-10010
CLEAR
ResourceEnabled EDR directory [%s].
Cause:            EDR stream directory is now enabled. %s = The directory which is now enabled.
Resolution:    None.
SV-ER-10011
WARNING
ResourceLost %d EDRs for disabled EDR Stream [%s] directory [%s].
Cause:            EDR stream directory is disabled.
                        All streams writting to this directory will now be disabled.
                        Stream EDRs will be discarded when each stream buffer limit is reached.
%d = The number of EDRs which were lost.
%s = The stream key which is affected.
%s = The directory which is disabled.
Resolution:    Review directory/file permissions and usage.
EdrApp::EdrFileLuaAgent
SV-ER-10201
NOTICE
ApplicationEDR stream [%s]. Dir = '%s'.
Cause:            Application configuration at startup.
                        Creating EDR stream definition.
%s = The EDR stream key.
%s = The configured EDR output directory.
Resolution:    None.
SV-ER-10202
NOTICE
ApplicationMax EDRs per stream to cache = %d.
Cause:            Parameter configuration at startup.
                        Max EDRs per stream to cache.
%d = Number of max EDRs per stream to cache.
Resolution:    None.
SV-ER-10203
NOTICE
ApplicationEDR Check Milliseconds = %d.
Cause:            Parameter configuration at startup.
                        EDR check milliseconds.
%d = Number of milliseconds between checks for new EDRs on disk.
Resolution:    None.
SV-ER-10204
WARNING
StoreSkipped %d misformatted lines during EDR searching.
Cause:            Detected bad EDR formatting lines during EDR processing. %d = The amount of malformed lines that were detected.
Resolution:    Review EDR generation for invalid content.
SV-ER-10205
WARNING
StoreFound bad line when reading EDR content: '%s'
Cause:            Detected a badly formatted line while trying to read EDR data. %s = The malformed line.
Resolution:    Review EDR generation for invalid content.
SV-ER-10206
NOTICE
ApplicationEDR Margin Seconds = %d.
Cause:            Parameter configuration at startup.
                        EDR margin seconds.
%d = Number of seconds to allow for EDR margin seconds.
Resolution:    None.
SV-ER-10207
NOTICE
ApplicationEDR Retirement Seconds = %d.
Cause:            Parameter configuration at startup.
                        EDR retirement seconds.
%d = Number of seconds until an inactive EDR file is "retired" and will no longer be checked for mtime.
Resolution:    None.
SV-ER-10208
WARNING
StoreFailed action [%s] on EDR file '%s': %s
Cause:            System occurred while reading/processing EDR file. %s = The activity being performed on the file.
%s = The name of the file.
%s = The associated file access error message.
Resolution:    Review directory/file permissions and usage.
SV-ER-10209
ALARM
ResourceFailed to access EDR stream [%s] directory [%s].
Cause:            Failed to access EDR stream for parsing EDRs. %s = The stream key which cannot be accessed.
%s = The directory which cannot be accessed.
Resolution:    Review directory/file permissions and usage.
SV-ER-10209
CLEAR
ResourceRestored access to EDR stream [%s] directory [%s].
Cause:            Restored access to EDR stream for parsing EDRs. %s = The stream key which can now be accessed.
%s = The directory which can now be accessed.
Resolution:    None.
EdrApp::EdrStream
SV-ER-10023
ALARM
ApplicationEDR Backlog detected on stream [%s]. Check Directory '%s'.
Cause:            EDR backlog detected. %s = EDR stream key.
%s = EDR output directory location.
Resolution:    Check EDR output directory is writable and has sufficient disk space.
                        Monitor application load.
SV-ER-10023
CLEAR
ApplicationEDR Backlog on stream [%s] Now Cleared (Queue Size = 0).
Cause:            EDR backlog cleared. %s = EDR stream key.
Resolution:    None.
SV-ER-10101
WARNING
StoreFile '%s' Open failed: %s
Cause:            Failed to open EDR output file. %s = The output filename.
%s = The error result when trying to open the output file.
Resolution:    Review the associated error result.
                        Check EDR output location exists and is writable.
SV-ER-10102
WARNING
StoreFile '%s' Header Write failed: %s
Cause:            Failed to write EDR file header. %s = The output filename.
%s = The error result when trying to open the output file.
Resolution:    Review the associated error result.
                        Check EDR output location exists and is writable.
SV-ER-10103
WARNING
StoreError writing EDR: %s
Cause:            Failed to write EDR record. %s = The error that occurred when trying to output to the EDR file.
Resolution:    Review the associated error result.
                        Check output file exists and is writable.
FoxApp
SV-FX-10000
WARNING
ConfigurationCannot fetch Domain Config. Configured DB App '%s' is not a known Application.
Cause:            Configured Fox application DB application to utilize does not map to know configured application. %s = The name of the DB app that is not known.
Resolution:    Check Fox application configuration defines configured DB application.
                        Check configured DB application exists and is configured.
SV-FX-10001
WARNING
MessageFailed to send DB request for VWS connection configuration : %s
Cause:            Failed to queue DB request result to the DB application handle. %s = The error result when sending the DB request.
Resolution:    Review associated error message.
                        Contact N-Squared Support.
SV-FX-10002
WARNING
InternalReceived DB-RESPONSE but already have Domain Nodes, ignoring response.
Cause:            Received duplicate DB response for domain node resolution. -
Resolution:    Contact N-Squared support.
SV-FX-10003
WARNING
ResourceError fetching Domain configuration: %s
Cause:            Failed to fetch domain configuration. %s = The error result from request.
Resolution:    Review the associated error message.
                        Check if the database connection configuration is valid.
                        Check if the database is up and accessible.
SV-FX-10004
NOTICE
ApplicationInitialising DB-defined FOX connection for Domain %d/%d as [%s:%s].
Cause:            Connection configuration at application startup.
                        Initialising FOX connections.
%d = The domain ID.
%d = Priority (Primary = 1, Secondary = 2) within this domain.
%s = The connection address.
%s = The connection port.
Resolution:    None.
SV-FX-10005
NOTICE
ApplicationStatic connection definitions not found. Connections will be loaded via SMF DB App '%s'.
Cause:            Connection definitions will be loaded from database. %s = The name of the relevant DB Application.
Resolution:    None.
LhoScpApp
SC-LH-10001
NOTICE
ApplicationDefault SCP LOGIC App = '%s'.
Cause:            Parameter configuration at startup.
                        Logic application configuration.
%s = The configured Logic application name.
Resolution:    None.
SC-LH-10002
WARNING
ConfigurationUnknown Default Logic App Name '%s'.
Cause:            Application startup.
                        Unknown Default Logic application name.
                        Service Logic cannot proceed.
%s = The unknown configured Default LogicApp application name.
Resolution:    Check 'default_logic_app' configuration and restart.
LhoScpApp::LhoScpInstance
SC-LH-10201
WARNING
InternalUnexpected clean shutdown in logic state %s. Impossible.
Cause:            The SCP service logic shutdown cleanly but the logic state had not returned to state NONE. %s = The non-NONE service logic state at the clean call shutdown.
Resolution:    Contact N-Squared Support.
SC-LH-10202
WARNING
InternalNew TCAP guard timer %s overwrites previous active TCAP guard timer %s. Impossible.
Cause:            A new TCAP state machine guard timer was started while a previous one was still running. %s = The defined timer action.
%s = The existing TCAP guard timer action.
Resolution:    Contact N-Squared Support.
SC-LH-10203
WARNING
InternalRequest to cancel TCAP guard timer %s but no TCAP guard timer is active in SSP state %s. Impossible.
Cause:            The internal SCP state machine attempt to cancel a TCAP guard timer which is not currently running. %s = The defined timer action.
%s = The current SSP state.
Resolution:    Contact N-Squared Support.
SC-LH-10204
WARNING
InternalRequest to cancel TCAP guard timer %s but TCAP guard timer %s is active instead in SSP state %s. Impossible.
Cause:            Request to cancel TCAP guard timer that does not match current TCAP guard timer. %s = The defined timer action.
%s = The existing TCAP guard timer action.
%s = The current SSP state.
Resolution:    Contact N-Squared Support.
SC-LH-10206
WARNING
InternalService logic shutdown without logic app handle. Impossible.
Cause:            The SCP service logic shutdown cleanly but we have no logic application handle. -
Resolution:    Contact N-Squared Support.
LhoScpApp::LhoScpLuaService
SC-LH-10101
NOTICE
ServiceReject Release Cause = %d.
Cause:            Parameter configuration at startup.
                        Default Reject Release cause.
%d = The configured default reject release cause.
Resolution:    None.
SC-LH-10102
NOTICE
ServiceDefault PA Wait = %d (secs).
Cause:            Parameter configuration at startup.
                        Default Play Announcement wait timer (seconds).
%d = The configured default Play Announcement wait timer (seconds).
Resolution:    None.
SC-LH-10103
NOTICE
ServiceDefault PACUI Wait = %d (secs).
Cause:            Parameter configuration at startup.
                        Default Prompt & Collect wait timer (seconds).
%d = The configured default Prompt & Collect wait timer (seconds).
Resolution:    None.
SC-LH-10104
WARNING
ConfigurationLHO-SCP call service returned non-NIL result (result is ignored).
Cause:            Service logic returned a non-nil final result. -
Resolution:    Review and correct the service logic.
SC-LH-10105
WARNING
InternalLHO-SCP shutdown: %s
Cause:            Service returned non-nil result. %s = The call-control failure message.
Resolution:    Contact N-Squared Support.
LhoSipApp
SP-LH-10001
NOTICE
ApplicationDefault Logic App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Configured default LogicApp application name.
%s = The configured default logic application name.
Resolution:    None.
SP-LH-10002
NOTICE
ApplicationDefault SIGTRAN App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Configured default SigtranApp application name.
%s = The configured default SIGTRAN application name.
Resolution:    None.
SP-LH-10007
NOTICE
ApplicationConfiguring Language Map '%s'.
Cause:            Parameter configuration at startup.
                        Language map configuration.
%s = The configured language map name.
Resolution:    None.
SP-LH-10008
NOTICE
ApplicationConfiguring SRP '%s'.
Cause:            Parameter configuration at startup.
                        SRP configuration.
%s = The configured SRP name.
Resolution:    None.
SP-LH-10009
WARNING
ConfigurationRequested Logic App '%s' is not a known Application. Force OFFLINE.
Cause:            Configured logic app agent is an unknown application. %s = The configured Logic app name.
Resolution:    Check Logic agent application configuration.
SP-LH-10010
WARNING
ConfigurationNo Logic App is configured. Force OFFLINE.
Cause:            No logic app agent is configured.
                        Call processing logic not enabled.
-
Resolution:    Check Logic app configuration.
SP-LH-10011
WARNING
ConfigurationRequested SIGTRAN App '%s' is not a known Application.
Cause:            Configured SIGTRAN app is an unknown application. %s = The configured SIGTRAN app name.
Resolution:    Check SIGTRAN application configuration.
SP-LH-10012
NOTICE
ApplicationMask collected DIGITS in PLAYED EDR = %s
Cause:            Parameter configuration at startup.
                        Mask entered DIGITS in prompt/collect EDRs.
%s = Whether or not mask entered digits in prompt/collect EDRs.
Resolution:    None.
SP-LH-10069
NOTICE
ApplicationCompact duplicated consecutive 180 Ringing (non-SDP) = %s.
Cause:            Parameter configuration at startup.
                        Handling of 180 Ringing (without SDP) when attempting non-ETC B-Legs.
%s = The configured behavior for suppressing duplicate 180 Ringing.
Resolution:    None.
LhoSipApp::LhoSipIncallLuaService
SP-LH-10302
NOTICE
ApplicationDefault PA Wait = %d (secs).
Cause:            Parameter configuration at startup.
                        Default Play Announcement maximum duration.
%d = The configured default maximum duration.
Resolution:    None.
SP-LH-10303
NOTICE
ApplicationDefault PACUI Wait = %d (secs).
Cause:            Parameter configuration at startup.
                        Default Promp & Collect maximum duration.
%d = The configured default maximum duration.
Resolution:    None.
SP-LH-10304
WARNING
InternalService returned non-nil result (result is ignored).
Cause:            Service returned non-nil result. -
Resolution:    Contact N-Squared Support.
SP-LH-10305
WARNING
InternalLHO-SIP shutdown: %s
Cause:            Service returned non-nil result. %s = The call-control failure message.
Resolution:    Contact N-Squared Support.
LhoSipApp::LhoSipInstance
SP-LH-10101
WARNING
InternalUnexpected clean shutdown in SCC State %s.
Cause:            The SCC service logic shutdown cleanly but the SCC State had not returned to state NONE. %s = The non-NONE SCC State at the clean call shutdown.
Resolution:    Contact N-Squared Support.
SP-LH-10102
WARNING
ConfigurationRequest to send language '%s' using SRP '%s' without a language mechanism.
Cause:            Attempt to use SRP language for which no language transport mechanism is configured. %s = The requested language.
%s = The SRP definition name.
Resolution:    Check SRP language configuration. Check inbound requested language.
SP-LH-10103
WARNING
ConfigurationSRP '%s' references unknown language map '%s'.
Cause:            Attempt to use a language map which is not defined. %s = The SRP definition name.
%s = The requested language map name.
Resolution:    Check SRP/SSP language map configuration.
SP-LH-10104
WARNING
ConfigurationLanguage '%s' not known in SRP '%s' language map '%s'.
Cause:            Requested language is not known in SSP language map. %s = The requested language.
%s = The SRP definition name.
%s = The language map name.
Resolution:    Check SRP/SSP language map configuration.
SP-LH-10105
WARNING
ConfigurationSRP '%s' missing NAP mechanism language extension Type.
Cause:            SRP configuration has missing MAP mechanism language extension type. %s = The SRP definition name.
Resolution:    Check SRP/SSP language mechanism configuration.
SP-LH-10106
WARNING
ConfigurationSRP '%s' uses unsupported mechanism '%s'.
Cause:            SRP uses unsupported language mechanism. %s = The SRP definition name.
%s = The requested SRP definition language mechanism.
Resolution:    Check SRP language mechanism configuration.
SP-LH-10107
NOTICE
ApplicationNo Available Trunk matched for ETC Routing Address '%s'.
Cause:            No available trunk matched for ETC routing address. %s = The routing address digits.
Resolution:    None.
SP-LH-10108
WARNING
JobFailed to get correlation ID for interaction: %s
Cause:            Failed to get a correlation ID for interaction. %s = The error result generated when trying to assign the correlation ID.
Resolution:    Review the associated error result.
                        Check that the SIGTRAN app is running.
                        Check that a sufficient correlation ID pool size is assigned.
SP-LH-10109
WARNING
InternalGot %s Component after instance shutdown.
Cause:            Received component after application shutdown. %s = The received component type.
Resolution:    Contact N-Squared Support.
SP-LH-10110
WARNING
JobReceived late AssistRequestInstructions for abandoned interaction. Discarding.
Cause:            Received late AssistRequestInstructions after giving up waiting. -
Resolution:    Capture INAP/CAMEL call traces, check if SRP is overloaded.
SP-LH-10111
WARNING
JobPlayAnnouncement failed with Error Code %d.
Cause:            The PlayAnnouncement request was rejected by the on-switch or external SRP.
                        The service logic may choose to continue, or may abandon processing.
%d = The CAMEL/INAP operation error code.
Resolution:    Check the switch/SRP announcement configuration against the service logic expectations.
SP-LH-10112
WARNING
JobPromptAndCollectUserInformation failed with Error Code %d.
Cause:            The PromptAndCollectUserInformation request was rejected by the on-switch or external SRP.
                        The service logic may choose to continue, or may abandon processing.
%d = The CAMEL/INAP operation error code.
Resolution:    Check the switch/SRP announcement configuration against the service logic expectations.
SP-LH-10113
WARNING
JobReceived unsupported INAP %s OpCode %s from transaction %s
Cause:            Received unsupported INAP/CAMEL Operation Code. %s = The TCAP component type.
%s = The unsupported INAP Operation Code.
%s = The name of the transaction (SSP or SRP).
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SP-LH-10114
WARNING
MessageReceived SCC-DO-ALEG-DECLINE-FINAL but call is not declineable. Hangup (BYE) instead.
Cause:            Received SCC-DO-ALEG-DECLINE-FINAL for call with INVITE already
                        confirmed, or for outbound INVITE. Use BYE instead.
-
Resolution:    Contact N-Squared support.
SP-LH-10115
WARNING
MessageReceived SCC-DO-ALEG-OUTBOUND-INVITE for unresolved called party '%s'.
Cause:            Received SCC-DO-ALEG-OUTBOUND-INVITE for unresolved call party. %s = The unresolved called party.
Resolution:    Contact N-Squared support.
SP-LH-10117
WARNING
InternalNew SCC guard timer %s overwrites previous active SCC guard timer %s. Impossible.
Cause:            A new SCC State machine guard timer was started while a previous one was still running. %s = The defined timer action.
%s = The existing SCC guard timer action.
Resolution:    Contact N-Squared Support.
SP-LH-10118
WARNING
InternalRequest to cancel SCC guard timer %s but no SCC guard timer is active in SCC State %s. Impossible.
Cause:            The internal SCC State machine attempt to cancel a SCC guard timer which is not currently running. %s = The defined timer action.
%s = The current SCC State.
Resolution:    Contact N-Squared Support.
SP-LH-10119
WARNING
InternalRequest to cancel SCC guard timer %s but SCC guard timer %s is active instead in SCC State %s. Impossible.
Cause:            Request to cancel SCC guard timer that does not match current SCC guard timer. %s = The defined timer action.
%s = The existing SCC guard timer action.
%s = The current SCC State.
Resolution:    Contact N-Squared Support.
SP-LH-10121
WARNING
JobService logic failed to respond (following caller abandon).
Cause:            The SCC service logic shutdown failed to respond to the first
                        invite request, even after the caller abandoned the call.
-
Resolution:    Check service logic for possible delays.
SP-LH-10123
WARNING
JobFailure constructing/sending INAP announcement: %s
Cause:            An error occurred while attempting to construct or send the INAP PA or PACUI to send for an external announcement. %s = The reason for the failure to construct/send the INAP announcement operation PA or PACUI.
Resolution:    Check announcement ID, language, variable part values, and audio encoding.
LhoSipApp::LhoSipOutcallLuaAgent
SP-LH-10201
NOTICE
ApplicationDefault PACUI Timeout = '%s'.
Cause:            Parameter configuration at startup.
                        Default PACUI timeout configuration.
%s = The configured PACUI timeout.
Resolution:    None.
SP-LH-10202
NOTICE
ApplicationDefault PA Timeout = '%s'.
Cause:            Parameter configuration at startup.
                        Default PA timeout configuration.
%s = The configured PA timeout.
Resolution:    None.
SP-LH-10203
WARNING
InternalCannot hangup connected call. Missing context or app handle.
Cause:            Missing context or application handle for connected call. -
Resolution:    Contact N-Squared support.
SP-LH-10204
WARNING
JobFailed to send SCC-HANGUP: %s
Cause:            Failed to send SCC hangup. %s = The error result that occurred when trying to send the SCC hangup.
Resolution:    Review the associated error result.
ManageApp
SV-MN-10001
NOTICE
ApplicationWill listen for HTTPS on '%s:%s'.
Cause:            Parameter configuration at startup.
                        Configured listening host and port for HTTP/SSL.
%s = The listening host address.
%s = The listening port.
Resolution:    None.
SV-MN-10002
NOTICE
ConfigurationManagement App security is set as '%s'.
Cause:            Parameter configuration at startup.
                        Configured security mode.
%s = The security mode.
Resolution:    None.
SV-MN-10003
NOTICE
ApplicationManagement App access enabled for at least one administrative user.
Cause:            Password access is configured for at least one administrative user. -
Resolution:    None.
SV-MN-10004
NOTICE
ApplicationManagement App access enabled for at least one non-administrative user.
Cause:            Password access is configured for at least one non-administrative user. -
Resolution:    None.
SV-MN-10005
NOTICE
ApplicationHTML Resources Directory '%s' does not exist.
Cause:            Parameter configuration at startup.
                        The configured HTML resources directory.
%s = The HTML resources directory.
Resolution:    None.
SV-MN-10006
NOTICE
ApplicationCache Static Files = %s.
Cause:            Parameter configuration at startup.
                        Whether to use a static file cache when serving requests.
%s = The 'use_cache' state.
Resolution:    None.
SV-MN-10007
WARNING
JobError on ManageInstance creation: %s
Cause:            Failure to create Manage app instance. %s = The error result when attempting to create a new Manage app instance.
Resolution:    Review associated error message.
                        Contact N-Squared support.
SV-MN-10008
WARNING
MessageDiscarding '%s' message with no instance context.
Cause:            Received message with no instance context. %s = The provided message that does not have a message context.
Resolution:    Review the inbound message content construction contains a valid instance context.
SV-MN-10009
WARNING
ConfigurationInvalid 'security' parameter. Management App access will be set to 'closed'.
Cause:            Parameter configuration at startup.
                        Invalid security parameter configured.
-
Resolution:    Review security configuration.
SV-MN-10010
NOTICE
ApplicationWill listen for HTTP on '%s:%s'.
Cause:            Parameter configuration at startup.
                        Configured listening host and port for HTTP.
%s = The listening host address.
%s = The listening port.
Resolution:    None.
SV-MN-10011
NOTICE
ApplicationManagement App access is not enabled for any administrative user.
Cause:            Password access is not configured for any administrative users. -
Resolution:    None.
SV-MN-10012
NOTICE
ApplicationManagement App access is not enabled for any non-administrative user.
Cause:            Password access is not configured for any non-administrative users. -
Resolution:    None.
ManageApp::ManageInstance
SV-MN-10100
WARNING
ConnectionCould not send HTTP %d: %s
Cause:            Failed to send HTTP request response. %d = The status code when attempting to send the response.
%s = The error result when attempting to send the response.
Resolution:    Review the associated status code.
                        Review the associated result message.
SV-MN-10101
WARNING
ResourceManageApp: Failed to read '%s': %s
Cause:            Failed to read cached file. %s = The filename of the file that failed to be read.
%s = The error message generated when attempting to read the file.
Resolution:    Review the associated error message.
                        Ensure the requested file exists and is readable.
MarketSegmentationApp
QD-MS-10000
WARNING
ConfigurationDB App Name '%s' is not a known Application.
Cause:            Configured DB application name does not map to known application. %s = The configured DB application to use.
Resolution:    Check database application configuration.
QD-MS-10001
WARNING
JobError on MarketSegmentationInstance creation: %s
Cause:            Failed to create MarketSegmentation instance. %s = The error result generated when trying to create the MarketSegmentation instance.
Resolution:    Review the associated error result.
QD-MS-10002
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get configured database application handle. %s = The configured DB application name to use.
Resolution:    Check database application configuration.
QD-MS-10003
WARNING
ResourceCannot send DB request: %s
Cause:            Failed to send DB request. %s = The error result generated when trying to send the DB request.
Resolution:    Review the associated error result.
QD-MS-10004
WARNING
ResourceDatabase failure: %s
Cause:            Database failure. %s = The error result generated when trying to receive the database response.
Resolution:    Review the associated error result.
QD-MS-10008
WARNING
ResourceTimed out after waiting for DB for %ss. Restarting poll loop.
Cause:            DB timeout waiting for initial query. %s = The configured time that was waited before restarting the query.
Resolution:    Check DB configuration and downstream DB state.
MarketSegmentationApp::MarketSegmentationInstance
QD-MS-10005
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get database application handle. %s = The configuration database application name.
Resolution:    Check database application configuration.
QD-MS-10006
WARNING
ResourceCannot send DB request: %s
Cause:            Cannot send DB request. %s = The error result generated when trying to send the database request.
Resolution:    Review the associated error result.
QD-MS-10007
WARNING
StoreFailed to update subscriber segmentation in DB: %s
Cause:            Failed to update subscriber segmentation data. %s = The error result generated when trying to update the subscriber segmentation data.
Resolution:    Review the associated error result.
MmlClientApp::MmlOutboundInstance
SV-MC-10000
WARNING
MessageUnsupported parameter value of type '%s'.
Cause:            Unsupported non SCALAR parameter value for array value. %s = The type of the unsupported array value.
Resolution:    Review message array values for unsupported non SCALAR value types.
SV-MC-10001
WARNING
MessageUnsupported parameter value of type '%s'.
Cause:            Unsupported parameter non SCALAR value. %s = The type of the unsupported value.
Resolution:    Review message values for unsupported non SCALAR value types.
N2
SV-CD-10001
NOTICE
ApplicationDropping shared memory area '%s' on normal shutdown.
Cause:            Clearing shared memory area on shutdown. %s = The shared memory path.
Resolution:    None.
SV-CD-10002
WARNING
ConfigurationApplication include lib path is undefined.
Cause:            Application configured without lib path. -
Resolution:    Check application configuration.
SV-CD-10003
WARNING
ConfigurationApplication include lib path '%s' not found.
Cause:            Application lib path not found. %s = The lib path.
Resolution:    Check application configuration.
SV-CD-10004
ALARM
ApplicationApplication '%s' is overloaded (%s).
Cause:            Application is overloaded. %s = Overloaded application name.
%s = Overload reason.
Resolution:    Monitor application load.
SV-CD-10004
CLEAR
ApplicationApplication '%s' is no longer overloaded.
Cause:            Application is no longer overloaded. %s = The application name.
Resolution:    None.
SV-CD-10006
NOTICE
ApplicationSELF-TERMINATING [%s].
Cause:            Terminating single application instance. %s = Single app instance state.
Resolution:    None.
SV-CD-10007
NOTICE
ApplicationSELF-TERMINATING MASTER/WatchdogApp.
Cause:            Terminating Watchdog application. -
Resolution:    None.
SV-CD-10008
NOTICE
ApplicationFORCE-TERMINATING application [%s] on PID [%d].
Cause:            Force terminating application that did not shutdown. %s = The application name.
%d = The application PID.
Resolution:    None.
SV-CD-10009
NOTICE
ApplicationTERMINATING.
Cause:            Terminating N2SVCD instance. -
Resolution:    None.
SV-CD-10010
NOTICE
ApplicationIgnoring XML configuration for `multi` (command-line takes precedence).
Cause:            Ignoring XML multi configuration. -
Resolution:    None.
SV-CD-10011
NOTICE
ApplicationUsing XML configuration for `multi` = %s.
Cause:            Using XML multi configuration. %s = The current multi mode.
Resolution:    None.
SV-CD-10012
NOTICE
ApplicationSkipped %d disabled entries.
Cause:            Skipping disabled applications. %d = Number of disabled applications.
Resolution:    None.
SV-CD-10013
NOTICE
ApplicationConnecting to shared memory area '%s' for cleanup.
Cause:            Reconnecting to existing shared memory area during cleanup operation. %s = The shared memory path.
Resolution:    None.
SV-CD-10014
NOTICE
ApplicationCleanup old Application [%s] by killing PID %d.
Cause:            Cleaning up old application. %s = The application name.
%d = The application PID.
Resolution:    None.
SV-CD-10015
NOTICE
ApplicationDropping shared memory area '%s' as part of explicit cleanup.
Cause:            Dropping existing shared memory area. %s = The shared memory area path.
Resolution:    None.
SV-CD-10016
NOTICE
ApplicationSTARTUP [%s].
Cause:            Non multi application startup. %s = The configuration file path.
Resolution:    None.
SV-CD-10017
NOTICE
ApplicationLoading Application class '%s'.
Cause:            Loading application class module. %s = The application module name.
Resolution:    None.
SV-CD-10018
NOTICE
ApplicationSTARTUP [%s] SINGLE APP [%s] with SHM.
Cause:            Multi single application startup. %s = The configuration file path.
%s = The single app instance name.
Resolution:    None.
SV-CD-10019
NOTICE
ApplicationLoading Application class '%s'.
Cause:            Loading application class module. %s = The application module name.
Resolution:    None.
SV-CD-10020
NOTICE
ConfigurationSTARTUP [%s] MASTER with SHM.
Cause:            Multi-application startup of master (watchdog) process. %s = The configuration file path.
Resolution:    None.
SV-CD-10021
NOTICE
ApplicationLoading Application class '%s'.
Cause:            Loading application class module. %s = The application module name.
Resolution:    None.
SV-CD-10022
NOTICE
ApplicationEnabling -dDevel::NYTProf for '%s'.
Cause:            NYTProf profiler active. %s = The application name.
Resolution:    None.
SV-CD-10025
NOTICE
ApplicationApplication overrides overloaded poll ms = %i.
Cause:            Set application overloaded poll timing override. %i = The application configured overloaded poll MS.
Resolution:    None.
SV-CD-10026
NOTICE
ApplicationApplication overrides overloaded active ms = %i.
Cause:            Set application overloaded active timing override. %i = The application configured overloaded active MS.
Resolution:    None.
SV-CD-10027
WARNING
ApplicationChild [%s] with PID [%s] still ALIVE at shutdown.
Cause:            Child application still alive after N2SVCD shutdown. %s = The application name.
%s = The application PID.
Resolution:    Manually terminate the application.
SV-CD-10028
NOTICE
ApplicationSet global overloaded poll ms = %i.
Cause:            Set global overloaded poll timing. %i = The global configured overloaded poll MS.
Resolution:    None.
SV-CD-10029
NOTICE
ApplicationSet global overloaded active ms = %i.
Cause:            Set global overloaded active timing. %i = The global configured overloaded active MS.
Resolution:    None.
SV-CD-10030
WARNING
ConnectionFailed to open SNMP client connection: %s
Cause:            Failed to open SNMP output. SNMP traps will not be sent. %s = The reason for failure.
Resolution:    Confirm that SNMP configuration is correct.
SV-CD-10031
WARNING
StoreFailed to open syslog output: %s
Cause:            Failed to open syslog output. Syslog entries will not be written. %s = The reason for failure.
Resolution:    Confirm that system log is writable.
SV-CD-10032
NOTICE
ApplicationEnabling Valgrind for '%s'.
Cause:            Valgrind memory checker active. %s = The application name.
Resolution:    None.
SV-CD-10033
NOTICE
ApplicationEnabling -MDevel::MAT::Dumper=-dump_at_END for '%s'.
Cause:            Heapdump on process exit is active. %s = The application name.
Resolution:    None.
SV-CD-10034
NOTICE
ApplicationIPC info: %s
Cause:            Multi-application startup IPC information string. %s = The IPC information string.
Resolution:    None.
N2::ASN1
SV-AS-10000
WARNING
InternalASN1::structure_check: Structure Check Failed: %s
Cause:            ASN.1 structure check failure. %s = Error result when trying to encode ASN.1 structure.
Resolution:    Contact N-Squared support.
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::Application::Handle
SV-AP-10101
WARNING
Internalsend_message 'sender_context' must be SCALAR.
Cause:            Attempting to send message to application handle that contains non SCALAR 'sender_context'. -
Resolution:    Contact N-Squared support.
SV-AP-10102
WARNING
Internalsend_message 'context' must be SCALAR.
Cause:            Attempting to send message to application with non SCALAR context. -
Resolution:    Contact N-Squared support.
SV-AP-10103
WARNING
Internalsend_message 'details' must be undef/HASH.
Cause:            Attempting to send message to application with non SCALAR/HASH/ARRAY details. -
Resolution:    Contact N-Squared support.
SV-AP-10104
WARNING
InternalSender Application is missing 'name'.
Cause:            Attempting to send message to application handle with missing sender name. -
Resolution:    Contact N-Squared support.
SV-AP-10105
WARNING
ConfigurationHandle: Unknown Sender Name '%s'.
Cause:            Application send message received unknown sending application name.
                        Application not found.
%s = Sender name.
Resolution:    Ensure sending application configuration is valid.
SV-AP-10106
WARNING
InternalQueue of non-management '%s' from '%s' to '%s' failed. Application status = STATUS_SHUTDOWN.
Cause:            Received non-administrative message while in application shutdown. %s = Message.
%s = Sender name.
%s = Application name.
Resolution:    Contact N-Squared support.
SV-AP-10107
WARNING
InternalERROR cloning %s message parameters: %s
Cause:            Failed to clone message parts for delivery in single-process. %s = The message type being cloned at this time.
%s = The error that occurred trying to clone the message part.
Resolution:    Contact N-Squared support.
SV-AP-10108
WARNING
InternalQueue '%s' to App '%s' (%s -> %s) failed: %s
Cause:            Failed to queue message to application. %s = Message.
%s = Application name.
%s = Sender context.
%s = Context.
%s = The error result message.
Resolution:    Contact N-Squared support.
SV-AP-10109
WARNING
InternalERROR freezing %s message: %s
Cause:            Failed to freeze message for delivery in multi-process. %s = The message type being frozen at this time.
%s = The error that occurred trying to freeze the message.
Resolution:    Contact N-Squared support.
SV-AP-10110
WARNING
MessageFailed to write SHM message %s from %s to %s %s Queue is Full.
Cause:            Attempted to write SHM message to a full queue. %s = Message.
%s = Sender name.
%s = Application name.
%s = Is administrative message.
Resolution:    Check if target applications are overloaded and responding.
                        Check the if the target applications are processing load.
                        Check if downstream applications are accepting and processing requests.
SV-AP-10111
WARNING
InternalUnsupported IPC mechanism.
Cause:            Unsupported IPC mechanism. -
Resolution:    Contact N-Squared support.
SV-AP-10112
WARNING
ConfigurationUnknown Application Name '%s' (not real or virtual).
Cause:            Received request to get unknown real or virtual application. %s = The application name.
Resolution:    Review requested application handle.
                        Review application configuration.
N2::Application::LuaApp
SV-LU-10000
NOTICE
ConfigurationLoading LuaAgent class '%s'.
Cause:            Parameter configuration at startup.
                        Loading LUA agent class module.
%s = The LUA module name.
Resolution:    None.
SV-LU-10001
NOTICE
ConfigurationLoading LuaService class '%s'.
Cause:            Parameter configuration at startup.
                        Loading LUA service class module.
%s = The LUA module name.
Resolution:    None.
SV-LU-10003
NOTICE
ConfigurationDefault LUA library path = '%s'.
Cause:            Parameter configuration at startup.
                        The LUA library path to use.
%s = The configured LUA library path.
Resolution:    None.
SV-LU-10004
NOTICE
ConfigurationDefault LUA C-library path = '%s'.
Cause:            Parameter configuration at startup.
                        The LUA C library path to use.
%s = The configured LUA C library path.
Resolution:    None.
SV-LU-10006
WARNING
ConfigurationDefault '%s' App Name '%s' is not a known Application.
Cause:            Default agent application is not known. %s = The agent key.
%s = The default application name.
Resolution:    Check default agent application name configuration.
SV-LU-10007
WARNING
ConfigurationExplicit '%s.%s' App Name '%s' is not a known Application.
Cause:            Explicit agent application is not known. %s = The agent key.
%s = The route.
%s = The explicit application name.
Resolution:    Check explicit agent application name configuration.
SV-LU-10008
NOTICE
ConfigurationMaximum script chain count = %d.
Cause:            Parameter configuration at startup.
                        Maximum permitted number of chained scripts.
%d = The number of chained scripts.
Resolution:    None.
SV-LU-10012
WARNING
ConfigurationReceived message %s, but no owning service(s) claimed it.
Cause:            Received message belonging to one or more services, but none claimed it. %s = The message which should have belonged to a service.
Resolution:    Check script index configuration and service mappings.
SV-LU-10013
WARNING
InternalReceived [LOADER] message %s for unknown loader/service index %d.
Cause:            Received script message for unknown loader/service index. %s = The message which should have belonged to a service.
%d = The unknown service index.
Resolution:    Contact N-Squared Support.
SV-LU-10016
WARNING
InternalService/Agent message '%s' with instance idx '%s' matches no instance. Discarded.
Cause:            Service/Agent message does not match known instance. %s = The message.
%s = The instance index.
Resolution:    Contact N-Squared software.
N2::Application::LuaApp::LuaAgent
SV-LU-10024
NOTICE
ApplicationDefault App Name for '%s' and '%s.*' requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default configured application name for agent key.
%s = The triggering agent key.
%s = The triggering agent key and all associated wildcards.
%s = The default application name.
Resolution:    None.
SV-LU-10025
NOTICE
ApplicationRouted App Name for '%s.%s' requests is '%s'.
Cause:            Parameter configuration at startup.
                        Configured application route for agent key.
%s = The triggering agent key.
%s = The configured route.
%s = The configured application name.
Resolution:    None.
N2::Application::LuaApp::LuaInstance
SV-LU-10105
WARNING
ResourceCall to '%s' agent failed: %s
Cause:            Lua script tried to invoke external agent.
                        Received failure result when trying to invoke an external agent.
%s = The agent action.
%s = The error message result when trying to invoke the external agent action.
Resolution:    Review the associated error result.
                        Review the associated action.
                        Review the Lua script processing logic is valid.
SV-LU-10106
WARNING
ResourceService action timed out with error: %s
Cause:            Service action timeout. %s = The result message generated on action timeout.
Resolution:    Review the associated error result.
                        Review the Lua script processing logic is valid.
SV-LU-10107
WARNING
ResourceAgent action timed out with error: %s
Cause:            Agent action timeout. %s = The result message generation on agent action timeout.
Resolution:    Review the associated error result.
                        Review the Lua script processing logic is valid.
N2::Application::LuaApp::LuaService
SV-LU-10018
WARNING
JobFailed to create Lua instance for service: %s
Cause:            Failed to create Lua instance. %s = The error message generated on instance creation failure.
Resolution:    Review the associated error message.
                        Ensure the loaded script contains valid Lua content.
SV-LU-10201
NOTICE
ApplicationService Lua library path = '%s'.
Cause:            Parameter configuration at startup.
                        The Lua library path to use.
%s = The configured Lua library path.
Resolution:    None.
SV-LU-10202
NOTICE
ApplicationService Lua C-library path = '%s'.
Cause:            Parameter configuration at startup.
                        The Lua C library path to use.
%s = The configured Lua C library path.
Resolution:    None.
SV-LU-10203
NOTICE
ApplicationService EDR Stream Key = '%s'.
Cause:            Parameter configuration at startup.
                        The default EDR stream key to use for scripts running in this service.
%s = The configured Lua service EDR stream key.
Resolution:    None.
N2::Application::LuaApp::LuaService::LuaLoader
SV-LU-10301
NOTICE
ConfigurationRequiring full LUA Script reload every %d seconds.
Cause:            Parameter configuration at startup.
                        How often to force a full reload on a script.
%d = Script reload lifetime seconds.
Resolution:    None.
SV-LU-10302
NOTICE
ConfigurationChecking for modified LUA Script mtime every %d seconds.
Cause:            Parameter configuration at startup.
                        How often to check that a script mtime is up-to-date.
%d = Script update check seconds.
Resolution:    None.
SV-LU-10303
NOTICE
ConfigurationRetrying after failed LUA Script load/compile every %d seconds.
Cause:            Parameter configuration at startup.
                        How long to wait after failure before we try again to load/compile a script.
%d = Failure retry interval seconds.
Resolution:    None.
SV-LU-10304
NOTICE
ConfigurationRetain unused scripts for %d seconds.
Cause:            Parameter configuration at startup.
                        How long to retain script information once it is no longer being used.
%d = Script retention interval seconds.
Resolution:    None.
SV-LU-10309
WARNING
ResourceFailed to return handler thread for script key '%s': %s
Cause:            Failed to generate thread from LUA state/handler. %s = The script key which failed to compile.
%s = The error message associated with the runtime failure.
Resolution:    Review the associated error message.
SV-LU-10310
WARNING
ResourceScript key '%s' cached mtime %d has lowered to mtime %d. Use it anyhow.
Cause:            The returned LUA script mtime has gone backwards. %s = The script key for which the mtime has reduced.
%d = The cached (higher) mtime.
%d = The new (lower) mtime.
Resolution:    Check for unusual database or file activity.
SV-LU-10315
WARNING
ResourceFailed to find script info for script key '%s'.
Cause:            Script info has disappeared when load returned. Very late response? %s = The script key for which we can no longer find script info.
Resolution:    Review for other messages indicated overdue script load response.
SV-LU-10316
WARNING
ResourceFailed to parse loader-specific context '%s'.
Cause:            Loader received direct message with unrecognized context. %s = The unmatched context value.
Resolution:    Contact N-Squared Support.
SV-LU-10317
WARNING
ResourceFailed to compile script key '%s': %s
Cause:            Failed to compile LUA and create state with handler. %s = The script key which failed to compile.
%s = The error message associated with the compile failure.
Resolution:    Review the associated error message.
SV-LU-10318
WARNING
ResourceFailed to find script info for script key '%s'.
Cause:            Script info has disappeared when load returned. Very late response? %s = The script key for which we can no longer find script info.
Resolution:    Review for other messages indicated overdue script load response.
N2::Application::LuaApp::LuaService::LuaLoader::LuaDBLoader
SV-LU-10501
NOTICE
ApplicationUsing DB Application '%s' to fetch Lua script content.
Cause:            Parameter configuration at startup.
                        Loading Lua scripts from configured DB application.
%s = DB application name.
Resolution:    None.
SV-LU-10502
WARNING
ConfigurationLoader DB App Name '%s' is not a known Application.
Cause:            Default DB loader application is not known. %s = The loader's DB application name.
Resolution:    Check DB service loader application name configuration.
N2::Application::LuaApp::LuaService::LuaLoader::LuaFileLoader
SV-LU-10401
NOTICE
ApplicationLooking for LUA scripts in '%s'.
Cause:            Parameter configuration at startup.
                        Loading LUA scripts from configured script directory.
%s = LUA script directory.
Resolution:    None.
N2::Application::ScpApp
SC-SC-10101
WARNING
JobFailed to start new IDP-initiated instance: %s
Cause:            Failed to start new service instance for received InitialDP. %s = The error the occurred when trying to start a new instance.
Resolution:    Review the associated error result.
SC-SC-10103
NOTICE
ApplicationAdd extended fields to INITIALDP EDR = %s
Cause:            Parameter configuration at startup.
                        Add extended fields to IDP EDRs.
%s = Whether or not to add extended EDR information for InitialDP requests.
Resolution:    None.
SC-SC-10104
NOTICE
ApplicationConfigured '%s' for INAP '%s'.
Cause:            Parameter configuration at startup.
                        Model INAP configuration.
%s = The configured model name.
%s = The configured INAP type.
Resolution:    None.
SC-SC-10105
NOTICE
ApplicationAutomatic '%s' for INAP '%s'.
Cause:            Parameter configuration at startup.
                        Automatic model INAP configuration.
%s = The configured model name.
%s = The configured INAP type.
Resolution:    None.
SC-SC-10106
NOTICE
ApplicationConfigured for '%s' (AC = '%s').
Cause:            Parameter configuration at startup.
                        SSP selector configuration.
%s = The configured SSP selector model name.
%s = The configured SSP selector application context.
Resolution:    None.
SC-SC-10107
NOTICE
ApplicationAutomatic for '%s' (AC = '%s').
Cause:            Parameter configuration at startup.
                        Automatic SSP selector configuration.
%s = The configured SSP selector INAP model.
%s = The configured SSP selector application context.
Resolution:    None.
SC-SC-10108
NOTICE
ApplicationConfiguring Language Map '%s'.
Cause:            Parameter configuration at startup.
                        Language map configuration.
%s = The configured language map name.
Resolution:    None.
SC-SC-10109
NOTICE
ApplicationConfiguring SRP '%s'.
Cause:            Parameter configuration at startup.
                        SRP configuration.
%s = The configured SRP name.
Resolution:    None.
SC-SC-10110
NOTICE
ApplicationMask collected DIGITS in PLAYED EDR = %s
Cause:            Parameter configuration at startup.
                        Mask entered DIGITS in prompt/collect EDRs.
%s = Whether or not mask entered digits in prompt/collect EDRs.
Resolution:    None.
N2::Application::ScpApp::ScpInstance
SC-SC-10010
WARNING
JobReceived unsupported INAP %s OpCode %s from transaction %s
Cause:            Received unsupported INAP/CAMEL Operation Code. %s = The TCAP component type.
%s = The unsupported INAP Operation Code.
%s = The name of the transaction (SSP or SRP).
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10011
WARNING
JobSSP TCAP still open at end of call state %s. Apply '%s' cleanup.
Cause:            SSP TCAP still open at end of supposedly normal call completion. %s = The SSP_STATE_NONE.
%s = The cleanup process configured to be applied in this case.
Resolution:    Review the INAP/CAMEL traces and compare with standard/expected behavior.
SC-SC-10012
WARNING
JobFailed to send SSP empty TCAP END: %s
Cause:            Failed to send SSP empty TCAP END at supposedly normal call completion. %s = The error result generated when trying to send the TCAP END.
Resolution:    Review the associated error result.
SC-SC-10013
WARNING
JobFailed to encode SSP cleanup ReleaseCall: %s
Cause:            Failed to encode SSP cleanup INAP/CAMEL ReleaseCall at supposedly normal call completion. %s = The error result generated when trying to encode the ReleaseCall.
Resolution:    Review the associated error result.
SC-SC-10014
WARNING
JobFailed to send SSP cleanup ReleaseCall: %s
Cause:            Failed to send SSP cleanup INAP/CAMEL ReleaseCall at supposedly normal call completion. %s = The error result generated when trying to send the ReleaseCall.
Resolution:    Review the associated error result.
SC-SC-10015
WARNING
JobFailed to send SSP cleanup Continue: %s
Cause:            Failed to send SSP cleanup INAP/CAMEL Continue at supposedly normal call completion. %s = The error result generated when trying to send the Continue.
Resolution:    Review the associated error result.
SC-SC-10016
WARNING
JobFailed to send SSP TCAP ABORT: %s
Cause:            Failed to send SSP TCAP ABORT to terminate call during exception handling. %s = The error result generated when trying to send the TCAP ABORT.
Resolution:    Review the associated error result.
SC-SC-10017
WARNING
JobSRP is in state %s at cleanup, but has SRP transaction still open. Impossible!
Cause:            SRP in state SRP_STATE_NONE but still has open transaction. %s = The SRP_STATE_NONE.
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10018
WARNING
JobSRP is in state %s at cleanup, but has SRP definition and unexpected SSP state %s. Impossible!
Cause:            The SRP INAP/CAMEL interaction did not cleanly terminate. %s = The SRP_STATE_NONE.
%s = The unexpected SSP state.
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10019
WARNING
JobSRP is in unexpected state %s during cleanup. Impossible!
Cause:            SRP is in an unexpected state at call cleanup time. %s = The unexpected SRP state.
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10020
WARNING
JobFailed to send SRP TCAP ABORT: %s
Cause:            Failed to send SRP TCAP ABORT. %s = The error result generated when trying to send the TCAP ABORT.
Resolution:    Review the associated error result.
SC-SC-10023
WARNING
JobSRP is in state %s at cleanup, but no SRP definition/transaction. Impossible!
Cause:            SRP is in open state during cleanup, but does not have active definition or transaction. %s = The current SRP state.
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10024
WARNING
JobClean call shutdown but SCP guard timer %s is still active. Impossible!
Cause:            Call that supposedly ended cleanly is still running a timer for expected TCAP activity. %s = The name of the active TCAP guard timer.
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10026
WARNING
JobFailed to send SRP empty TCAP END: %s
Cause:            Failed to send SRP empty TCAP END to close the transaction at call shutdown. %s = The error result generated when trying to send the TCAP END.
Resolution:    Review the associated error result.
SC-SC-10027
WARNING
JobFailed to send SRP TCAP ABORT: %s
Cause:            Failed to send SRP TCAP ABORT to close the transaction at call shutdown. %s = The error result generated when trying to send the TCAP ABORT.
Resolution:    Review the associated error result.
SC-SC-10029
WARNING
ConfigurationRequest to send language '%s' using SRP '%s' without a language mechanism.
Cause:            Attempt to use SRP language for which no language transport mechanism is configured. %s = The requested language.
%s = The SRP definition name.
Resolution:    Check SRP language configuration. Check inbound requested language.
SC-SC-10030
WARNING
ConfigurationSRP '%s' references unknown language map '%s'.
Cause:            Attempt to use a language map which is not defined. %s = The SRP definition name.
%s = The requested language map name.
Resolution:    Check SRP/SSP language map configuration.
SC-SC-10031
WARNING
ConfigurationLanguage '%s' not known in SRP '%s' language map '%s'.
Cause:            Requested language is not known in SSP language map. %s = The requested language.
%s = The SRP definition name.
%s = The language map name.
Resolution:    Check SRP/SSP language map configuration.
SC-SC-10032
WARNING
ConfigurationSRP '%s' missing NAP Mechanism language extension Type.
Cause:            SRP configuration has missing MAP mechanism language extension type. %s = The SRP definition name.
Resolution:    Check SRP/SSP language mechanism configuration.
SC-SC-10033
WARNING
ConfigurationSRP '%s' uses unsupported mechanism '%s'.
Cause:            SRP uses unsupported language mechanism. %s = The SRP definition name.
%s = The requested SRP definition language mechanism.
Resolution:    Check SRP language mechanism configuration.
SC-SC-10034
WARNING
JobDetected SSP TCAP END when we considered A-Leg still ongoing. Use FINAL instead.
Cause:            The SSP has ended the TCAP transaction unexpectedly within in the SCP call state machine for a charged call. -
Resolution:    Review the INAP/CAMEL traces and compare with standard/expected behavior.
SC-SC-10037
WARNING
JobFailed to send SSP TCAP ABORT: %s
Cause:            Failed to send SSP TCAP ABORT after unable to find SSP model definition for undefined TCAP AC. %s = The error result generated when trying to send the TCAP ABORT.
Resolution:    Review the associated error result.
SC-SC-10038
WARNING
JobFailed to send SSP TCAP ABORT: %s
Cause:            Failed to send SSP TCAP ABORT after unable to find SSP model definition. %s = The error result generated when trying to send the TCAP ABORT.
Resolution:    Review the associated error result.
SC-SC-10039
WARNING
JobFailed to send SSP TCAP ABORT: %s
Cause:            Failed to send SSP TCAP ABORT after service logic failure handling InitialDP. %s = The error result generated when trying to send the TCAP ABORT.
Resolution:    Review the associated error result.
SC-SC-10040
WARNING
JobReceived EventReportBCSM for EDP '%s' that wasn't armed. Ignoring.
Cause:            Received ERBCSM for unarmed trigger. Ignoring this event. %s = The name of the unexpected EDP that was received.
Resolution:    Review the INAP/CAMEL traces and compare with standard/expected behavior.
SC-SC-10041
WARNING
JobReceived EventReportBCSM for EDP '%s' that wasn't armed. Ignoring.
Cause:            Received ERBCSM for unarmed trigger. Ignoring this event. %s = The name of the unexpected EDP that was received.
Resolution:    Review the INAP/CAMEL traces and compare with standard/expected behavior.
SC-SC-10042
WARNING
JobReceived EventReportBCSM for EDP '%s' that wasn't armed. Ignoring.
Cause:            Received ERBCSM for unarmed trigger. Ignoring this event. %s = The name of the unexpected EDP that was received.
Resolution:    Review the INAP/CAMEL traces and compare with standard/expected behavior.
SC-SC-10043
WARNING
JobReceived EventReportBCSM for EDP '%s' when A-Leg is no longer active. Ignoring.
Cause:            Received ERBCSM when A-leg is no longer active. %s = The EDP name received after A-leg teardown.
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10044
WARNING
JobReceived EventReportBCSM for EDP '%s' that wasn't armed. Ignoring.
Cause:            Received ERBCSM for unarmed trigger. Ignoring this event. %s = The name of the unexpected EDP that was received.
Resolution:    Review the INAP/CAMEL traces and compare with standard/expected behavior.
SC-SC-10045
WARNING
JobReceived EventReportBCSM for EDP '%s' that wasn't armed. Ignoring.
Cause:            Received ERBCSM for unarmed trigger. Ignoring this event. %s = The name of the unexpected EDP that was received.
Resolution:    Review the INAP/CAMEL traces and compare with standard/expected behavior.
SC-SC-10046
WARNING
JobApplyChargingReport (%s) callReleasedAtTcpExpiry = true with callActive flag = true in TEARDOWN. Set callActive = false.
Cause:            Received ApplyChargingReport with both callReleasedAtTcpExpiry and callActive set. %s = The SSP INAP/CAMEL variant.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10047
WARNING
JobCall still active despite request for release at expiry. Incorrect SSP behavior.
Cause:            The SSP was requested to tear down the call at the end of the just-finished grant period, but does not appear to have done so. -
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10048
WARNING
JobApplyChargingReport (%s) callReleasedAtTcpExpiry = true but we did not set releaseIfdurationExceeded.
Cause:            Received ApplyChargingReport with callReleasedAtTcpExpiry but we did not request releaseIfdurationExceeded. %s = The SSP INAP/CAMEL variant.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10049
WARNING
JobApplyChargingReport (%s) callActive flag = true in %s TEARDOWN. Treat as false.
Cause:            Received ApplyChargingReport with callActive flag set, but previously received ERBCSM(N) ABANDON EDP. %s = The SSP INAP/CAMEL variant.
%s = The previously received EDP name.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10050
WARNING
JobApplyChargingReport (%s) timeIfNoTariffSwitch unexpectedly missing in %s TEARDOWN.
Cause:            Received ApplyChargingReport with missing timeIfNoTariffSwitch. %s = The SSP INAP/CAMEL variant.
%s = The previously received EDP name.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10051
WARNING
JobApplyChargingReport (%s) callActive flag = true in %s TEARDOWN. Treat as false.
Cause:            Received ApplyChargingReport with callActive flag set following Leg 1 Disconnect. %s = The SSP INAP/CAMEL variant.
%s = The previously received EDP name.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10052
WARNING
JobApplyChargingReport (%s) timeIfNoTariffSwitch unexpectedly missing in %s TEARDOWN.
Cause:            Received ApplyChargingReport with missing timeIfNoTariffSwitch. %s = The SSP INAP/CAMEL variant.
%s = The previously received EDP name.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10053
WARNING
JobApplyChargingReport (%s) in TEARDOWN for unsupported previously-received EDP %s.
Cause:            Received ApplyChargingReport in call TEARDOWN following unsupported EDP. %s = The SSP INAP/CAMEL variant.
%s = The previously received EDP name.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10054
WARNING
JobPlayAnnouncement failed with Error Code %d.
Cause:            The PlayAnnouncement request was rejected by the on-switch or external SRP.
                        The service logic may choose to continue, or may abandon processing.
%d = The CAMEL/INAP operation error code.
Resolution:    Check the switch/SRP announcement configuration against the service logic expectations.
SC-SC-10055
WARNING
JobPromptAndCollectUserInformation failed with Error Code %d.
Cause:            The PromptAndCollectUserInformation request was rejected by the on-switch or external SRP.
                        The service logic may choose to continue, or may abandon processing.
%d = The CAMEL/INAP operation error code.
Resolution:    Check the switch/SRP announcement configuration against the service logic expectations.
SC-SC-10056
WARNING
JobConnectToResource failed with Error Code %d.
Cause:            The ConnectToResource request was rejected by the SSP.
                        The service logic may choose to continue, or may abandon processing.
%d = The CAMEL/INAP operation error code.
Resolution:    Check the SSP ConnectToResource capabilities match our SRP configuration.
SC-SC-10057
WARNING
JobEstablishTemporaryConnection failed with Error Code %d.
Cause:            The EstablishTemporaryConnection request was rejected by the SSP.
                        The service logic may choose to continue, or may abandon processing.
%d = The CAMEL/INAP operation error code.
Resolution:    Check the SSP EstablishTemporaryConnection capabilities match our SRP configuration.
SC-SC-10059
WARNING
JobTimeout waiting for ARI from SRP '%s'.
Cause:            The AssistRequestInstructions from the external SRP did not arrive within the expected interval of sending EstablishTemporaryConnection. %s = The SRP definition name within our configuration.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10060
WARNING
JobNew TCAP guard timer %s overwrites previous active TCAP guard timer %s. Impossible.
Cause:            A new TCAP state machine guard timer was started while a previous one was still running. %s = The defined timer action.
%s = The existing TCAP guard timer action.
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10061
WARNING
JobRequest to cancel TCAP guard timer %s but no TCAP guard timer is active in SSP state %s. Impossible.
Cause:            The internal SCP state machine attempt to cancel a TCAP guard timer which is not currently running. %s = The defined timer action.
%s = The current SSP state.
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10062
WARNING
JobRequest to cancel TCAP guard timer %s but TCAP guard timer %s is active instead in SSP state %s. Impossible.
Cause:            Request to cancel TCAP guard timer that does not match current TCAP guard timer. %s = The defined timer action.
%s = The existing TCAP guard timer action.
%s = The current SSP state.
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10063
WARNING
JobTimeout waiting for SRR from (on-switch) SRP '%s'.
Cause:            Timeout waiting for SpecializedResourceReport from on-switch SRP.
                        Message was lost, or SRP failed, or interaction duration exceeded expected maximum?
%s = The SRP definition name.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SRP behavior, check SRP configuration.
SC-SC-10064
WARNING
JobTimeout waiting for SRR from (external) SRP '%s'.
Cause:            Timeout waiting for SpecializedResourceReport from external SRP.
                        Message was lost, or SRP failed, or interaction duration exceeded expected maximum?
%s = The SRP definition name.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SRP behavior, check SRP configuration.
SC-SC-10065
WARNING
JobTimeout waiting for PACUI Result from (on-switch) SRP '%s'.
Cause:            Timeout waiting for PACUI result from SRP.
                        Message was lost, or SRP failed, or interaction duration exceeded expected maximum?
%s = The SRP definition name.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SRP behavior, check SRP configuration.
SC-SC-10066
WARNING
JobTimeout waiting for PACUI Result from (external) SRP '%s'.
Cause:            Timeout waiting for PACUI result from SRP.
                        Message was lost, or SRP failed, or interaction duration exceeded expected maximum?
%s = The SRP definition name.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SRP behavior, check SRP configuration.
SC-SC-10067
WARNING
JobApplyChargingReport (%s) timeIfNoTariffSwitch non-zero for %s EDP. Force to zero.
Cause:            Received ApplyChargingReport with non-zero timeIfNoTariffSwitch
                        even though the ERBCSM indicated that the call was Abandoned before
                        Answer. The non-zero time has been ignored, zero time was charged.
%s = The SSP INAP/CAMEL variant.
%s = The previously received EDP name.
Resolution:    Fix the triggering MSC to send correct values.
SC-SC-10068
WARNING
JobService logic requested FCI, not supported by INAP %s(%s).
Cause:            Requesting use of FCI while INAP/CAMEL protocol variant does not support it. %s = The INAP/CAMEL base variant name.
%s = The INAP/CAMEL specific model name.
Resolution:    Fix service logic or use different INAP/CAMEL variant.
SC-SC-10069
WARNING
JobService logic requested SRP Interaction, not supported by INAP %s(%s).
Cause:            Requesting use of SRP Interaction while INAP/CAMEL protocol variant does not support it. %s = The INAP/CAMEL base variant name.
%s = The INAP/CAMEL specific model name.
Resolution:    Fix service logic or use different INAP/CAMEL variant.
SC-SC-10071
WARNING
JobService logic requested CallInformation 0x%02x, but INAP %s(%s) supports only 0x%02x.
Cause:            Requesting use of CallInformation while INAP/CAMEL protocol variant does not support all/part. %02x = The requested CIR fields as a hex bit-mask.
%s = The INAP/CAMEL base variant name.
%s = The INAP/CAMEL specific model name.
%02x = The supported CIR fields as a hex bit-mask (0x0000 = no support at all).
Resolution:    Fix service logic or configure a different INAP/CAMEL variant.
SC-SC-10072
WARNING
JobService logic requested Release Tone, not supported by INAP %s(%s).
Cause:            Initial ApplyCharging, service logic requested use of Release Tone while INAP/CAMEL protocol variant does not support it. %s = The INAP/CAMEL base variant name.
%s = The INAP/CAMEL specific model name.
Resolution:    Fix service logic or use different INAP/CAMEL variant.
SC-SC-10073
WARNING
JobLate ActivityTestResult on SSP transaction while in state %s.
Cause:            Did not receive ActivityTestResult on SSP TCAP within expected window.
                        Message was lost, or SSP failed?
%s = The SSP state designator.
Resolution:    Review TCAP activity and check for late/missing ActivityTestResult.
SC-SC-10074
WARNING
JobService logic requested Release Tone, not supported by INAP %s(%s).
Cause:            Subsequent ApplyCharging, service logic requested use of Release Tone while INAP/CAMEL protocol variant does not support it. %s = The INAP/CAMEL base variant name.
%s = The INAP/CAMEL specific model name.
Resolution:    Fix service logic or use different INAP/CAMEL variant.
SC-SC-10075
WARNING
JobLate ApplyChargingReport/ERBCSM on SSP transaction while in state %s.
Cause:            Did not receive ApplyChargingReport or ERBCSM on SSP TCAP within expected window. %s = The current SSP state designator.
Resolution:    Review TCAP activity and check for late/missing ApplyChargingReport or ERBCSM.
SC-SC-10076
WARNING
JobApplyChargingReport (%s) callReleasedAtTcpExpiry = true but only used %d deci-seconds of %d seconds granted.
Cause:            Received ApplyChargingReport with callReleasedAtTcpExpiry = TRUE but not all granted seconds were used. %s = The SSP INAP/CAMEL variant.
%d = The number of deci-seconds reported used by the SSP.
%d = The number of seconds granted to the SSP.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10077
WARNING
JobService logic granted %d initial seconds. Truncating to %d seconds %s(%s) protocol maximum.
Cause:            Initial grant in seconds was longer than the supported protocol-layer maximum call duration.
                        Grant has been reduce to the protocol-maximum. We will also set {release_at_expiry} = true.
%d = The initial grant in seconds.
%d = The maximum call length in seconds.
%s = The INAP/CAMEL base variant name.
%s = The INAP/CAMEL specific model name.
Resolution:    Adjust configuration on the service logic layer to reduce the initial grant size.
SC-SC-10078
WARNING
JobService logic granted %d previous + %d extension seconds. Truncating extension to %d seconds for %d second %s(%s) protocol maximum.
Cause:            Extension grant in seconds will make the call longer than the supported protocol-layer maximum call duration.
                        Grant has been reduce to the protocol-maximum. We will also set {release_at_expiry} = true.
%d = The total previous grant in seconds.
%d = The latest extension grant in seconds.
%d = The truncated extension grant in seconds.
%d = The total maximum call duration in seconds.
%s = The INAP/CAMEL base variant name.
%s = The INAP/CAMEL specific model name.
Resolution:    Adjust configuration on the service logic layer to shorten extensions and/or total call length.
SC-SC-10079
WARNING
JobApplyChargingReport (%s) timeIfNoTariffSwitch %d deciseconds exceeds total granted %d deciseconds. Truncating.
Cause:            Received CAMEL2 ApplyChargingReport with timeIfNoTariffSwitch total used time exceeding the total granted time. %s = The SSP INAP/CAMEL variant.
%d = The newly reported total duration in deciseconds supplied by the SSP.
%d = The total granted duration in deciseconds granted to the.
Resolution:    Capture INAP/CAMEL call traces, confirm expected SSP behavior, check SSP model configuration.
SC-SC-10081
WARNING
JobFailed to get CorrelationID for interaction: %s
Cause:            Failed to get a CorrelationID for interaction. %s = The error result generated when trying to assign the CorrelationID.
Resolution:    Review the associated error result. Check that the SigtranApp is running.
                        Check that a sufficient correlation ID pool size is assigned.
SC-SC-10082
WARNING
JobGot '%s' timeout in SSP state %s after it was cancelled/replaced. Impossible.
Cause:            Received old TCAP guard timer that should have been cancelled. %s = The 'scp-guard' timer name.
%s = The current SSP state designator.
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10083
WARNING
JobApplyChargingReport (%s) callReleasedAtTcpExpiry indicated for %s EDP. Force to zero.
Cause:            Received ApplyChargingReport with RADE following Abandon ERBCSM. %s = The SSP INAP/CAMEL variant.
%s = The previously received EDP name.
Resolution:    Fix the triggering MSC to send correct values.
SC-SC-10084
WARNING
JobReceived late AssistRequestInstructions for abandoned interaction. Discarding.
Cause:            Received late AssistRequestInstructions after giving up waiting.
                        This can occur if the SRP is late in sending ARI (or network is laggy).
-
Resolution:    Capture INAP/CAMEL call traces, check if SRP is overloaded.
SC-SC-10088
WARNING
JobService logic requested SCI, not supported by INAP %s(%s).
Cause:            Requesting use of SCI while INAP/CAMEL protocol variant does not support it. %s = The INAP/CAMEL base variant name.
%s = The INAP/CAMEL specific model name.
Resolution:    Fix service logic or use different INAP/CAMEL variant.
SC-SC-10090
WARNING
JobService logic requested FCI, not supported by INAP %s(%s).
Cause:            Requesting use of FCI while INAP/CAMEL protocol variant does not support it. %s = The INAP/CAMEL base variant name.
%s = The INAP/CAMEL specific model name.
Resolution:    Fix service logic or use different INAP/CAMEL variant.
SC-SC-10091
WARNING
JobService logic requested B-Party Beep, not supported by INAP %s(%s).
Cause:            Requesting use of B-Party Beep while INAP/CAMEL protocol variant does not support it. %s = The INAP/CAMEL base variant name.
%s = The INAP/CAMEL specific model name.
Resolution:    Fix service logic or use different INAP/CAMEL variant.
SC-SC-10092
WARNING
JobB-Party Beep PlayAnnouncement ID %d failed with Error Code %d.
Cause:            A B-Party Beep announcement was rejected by the switch.
                        The call will continue regardless.
%d = The messsage ID which could not be played.
%d = The CAMEL/INAP operation error code.
Resolution:    Check the configured B-Party Beep ID and check on-switch announcement capacity.
SC-SC-10093
WARNING
JobMidcall beep timer still running after state machine ended. Impossible!
Cause:            Midcall beep timer was not correctly cleared. -
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10094
WARNING
JobMidcall beep state machine not ended at clean shutdown. Impossible!
Cause:            The midcall beep state machine wasn't closed down after clearn shutdown. -
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10095
WARNING
JobMidcall beep timer still running after state machine ended. Impossible!
Cause:            Midcall beep timer was not correctly cleared. -
Resolution:    Capture INAP/CAMEL call traces and contact N-Squared Support.
SC-SC-10096
WARNING
JobB-Party Beep ConnectToResource failed with Error Code %d.
Cause:            A B-Party Beep connect to resource was rejected by the switch.
                        We expect to receive a subsequent failed PlayAnnouncement error.
                        The call will continue regardless.
%d = The CAMEL/INAP operation error code.
Resolution:    Check on-switch announcement capacity.
N2::Application::SipApp
SP-SP-10001
NOTICE
ApplicationWill listen for SIP UDP on '%s:%d'.
Cause:            Parameter configuration at startup.
                        SIP UDP bind configuration.
%s = The configured SIP bind host for UDP.
%d = The configured SIP bind port for UDP.
Resolution:    None.
SP-SP-10002
NOTICE
ApplicationOur self-declared SIP User Agent is '%s'.
Cause:            Parameter configuration at startup.
                        SIP user agent configuration.
%s = The self defined user agent configuration.
Resolution:    None.
SP-SP-10003
NOTICE
ApplicationOur advertised Allowed Method List is '%s'.
Cause:            Parameter configuration at startup.
                        SIP advertised allowed method list configuration.
%s = The configured allowed method list.
Resolution:    None.
SP-SP-10004
NOTICE
ApplicationContact Header: Transport = %s, User = '%s', Host = '%s', Port = %s.
Cause:            Parameter configuration at startup.
                        Contact header construction.
%s = The configured contact transport.
%s = The configured contact user.
%s = The configured contact host.
%s = The configured contact port.
Resolution:    None.
SP-SP-10005
NOTICE
ApplicationUse SIP PRACK (100rel) on INVITE Response, Policy = '%s'.
Cause:            Parameter configuration at startup.
                        Use SIP PRACK on invite response configuration.
%s = The configured inbound PRACK policy.
Resolution:    None.
SP-SP-10006
NOTICE
ApplicationSend 'Allow' in INVITE 1xx Response, Policy = '%s'.
Cause:            Parameter configuration at startup.
                        Send allow in invite response configuration.
%s = The configured allow 1xx policy.
Resolution:    None.
SP-SP-10008
NOTICE
ApplicationCreate Early Dialog on INVITE 100 Response = %s.
Cause:            Parameter configuration at startup.
                        Create early dialog on invite response configuration.
%s = The configured early dialog 100.
Resolution:    None.
SP-SP-10009
NOTICE
ApplicationSIP Max Forwards = %s.
Cause:            Parameter configuration at startup.
                        SIP max forwards configuration.
%s = The configured max SIP forwards.
Resolution:    None.
SP-SP-10010
NOTICE
ApplicationMerge SIP EDR Request + Response = %s.
Cause:            Parameter configuration at startup.
                        Merge SIP EDR request/response configuration.
%s = The configured SIP EDR merge.
Resolution:    None.
SP-SP-10011
NOTICE
ApplicationSIP Peer: ID = '%s', Host = %s%s
Cause:            Parameter configuration at startup.
                        SIP peer configuration.
%s = The configured SIP peer ID.
%s = The configured SIP host.
%s = The configured SIP port (if configured).
Resolution:    None.
SP-SP-10012
NOTICE
ApplicationTrunk: Leading = '%s', SIP Peer ID = '%s'.
Cause:            Parameter configuration at startup.
                        SIP trunk configuration.
%s = The configured trunk leading.
%s = The configured SIP peer ID.
Resolution:    None.
SP-SP-10013
NOTICE
ApplicationOut-Registration Expiry = %s, Retry = %s, Buffer = %s.
Cause:            Parameter configuration at startup.
                        Out registration expiry configuration.
%s = The configured out registration expires.
%s = The configured out registration retry.
%s = The configured out registration buffer.
Resolution:    None.
SP-SP-10014
NOTICE
ApplicationEndpoint: Leading = '%s', SIP Peer ID = '%s', Contact User = '%s'.
Cause:            Parameter configuration at startup.
                        SIP endpoint configuration.
%s = The configured leading.
%s = The configured SIP peer ID.
%s = The configured contact URI.
Resolution:    None.
SP-SP-10015
NOTICE
ApplicationSIP Account: ID = '%s', Security = %s.
Cause:            Parameter configuration at startup.
                        SIP user configuration.
%s = The configured SIP user ID.
%s = Whether the security is password protected or empty.
Resolution:    None.
SP-SP-10017
NOTICE
ApplicationUser Schema = %s, ACK is open = %s, BYE is open = %s, OPTIONS is open = %s.
Cause:            Parameter configuration at startup.
                        SIP user schema configuration.
%s = The overall user authentication schema.
%s = Are ACK requests open?
%s = Are BYE requests open?
%s = Are OPTIONS requests open?
Resolution:    None.
SP-SP-10018
NOTICE
ApplicationReading SIP Registry Cache '%s'.
Cause:            Application startup.
                        Reading SIP registry cache.
%s = The SIP registry cache file.
Resolution:    None.
SP-SP-10019
NOTICE
ApplicationLoading SIP Registry Cache: '%s'.
Cause:            Application startup.
                        Loading SIP registry cache.
%s = The SIP registry cache file.
Resolution:    None.
SP-SP-10020
NOTICE
ApplicationRead SIP Registry Cache %d Record(s).
Cause:            Application startup.
                        Read SIP registry cache records.
%d = The amount of read SIP registry cache records.
Resolution:    None.
SP-SP-10021
WARNING
ResourceFailed to load SIP Registry '%s': %s
Cause:            Failed to load SIP registry. %s = The SIP registry cache file.
%s = The error that occurred when trying to read the SIP registry.
Resolution:    Review the associated error result.
SP-SP-10022
WARNING
ResourceSIP Registry Cache '%s' Empty File.
Cause:            SIP registry cache is empty. %s = The SIP registry cache file.
Resolution:    Confirm the SIP registry cache file is empty.
                        Remove the SIP registry cache file.
SP-SP-10023
WARNING
ResourceSIP Registry Cache '%s' Open/Read Error: %s
Cause:            Unable to read SIP registry cache. %s = The SIP registry cache file.
%s = The error the occurred when trying to read the SIP registry cache file.
Resolution:    Review the associated error result.
                        Check SIP registry cache file exists and is readable.
SP-SP-10024
NOTICE
ApplicationSIP Registry Cache '%s' no file.
Cause:            Application startup.
                        No SIP registry cache file.
%s = The SIP registry cache file.
Resolution:    None.
SP-SP-10025
NOTICE
ApplicationSIP Registry Cache is not configured.
Cause:            Parameter configuration at startup.
                        Not configured to use SIP registry cache.
-
Resolution:    None.
SP-SP-10026
NOTICE
ApplicationLocal RTP Announcements will use RtpApp name '%s'.
Cause:            Parameter configuration at startup.
                        Configured to use RTP announcements with the indicated RtpApp.
%s = The RTP Application name.
Resolution:    None.
SP-SP-10027
NOTICE
ApplicationEarly Media (183 Session Progress) Policy = %s.
Cause:            Parameter configuration at startup.
                        Early media policy configuration.
%s = The configured early media policy.
Resolution:    None.
SP-SP-10030
NOTICE
ApplicationRTP Response Timeout = %d (ms).
Cause:            Parameter configuration at startup.
                        RtpApp inbound RTP acceptance timeout.
%d = The configured RTP acceptance timeout (ms).
Resolution:    None.
SP-SP-10031
NOTICE
ApplicationRTP Max Play Seconds = %d (s).
Cause:            Parameter configuration at startup.
                        RtpApp inbound RTP play timeout.
%d = The configured RTP play timeout (s).
Resolution:    None.
SP-SP-10032
NOTICE
ApplicationLocal RTP Announcements are not enabled.
Cause:            Parameter configuration at startup.
                        Not configured to use local RTP announcements.
-
Resolution:    None.
SP-SP-10033
NOTICE
ApplicationSDP Owner Username = '%s'.
Cause:            Parameter configuration at startup.
                        SDP owner username.
%s = The configured SDP owner username for SDP constructed by this app.
Resolution:    None.
SP-SP-10034
NOTICE
ApplicationSDP Owner Host = '%s'.
Cause:            Parameter configuration at startup.
                        SDP owner host name/IP setting.
%s = The configured SDP owner host name/IP.
Resolution:    None.
SP-SP-10035
NOTICE
ApplicationSDP Suspend Policy = %s.
Cause:            Parameter configuration at startup.
                        SDP suspend policy setting.
%s = The configured SDP suspend policy.
Resolution:    None.
SP-SP-10036
NOTICE
ApplicationSDP Suspend Host = '%s'.
Cause:            Parameter configuration at startup.
                        SDP suspend host name/IP setting.
%s = The configured SDP suspend host name/IP.
Resolution:    None.
SP-SP-10037
NOTICE
ApplicationSDP Suspend Inactive Port = %d.
Cause:            Parameter configuration at startup.
                        SDP suspend inactive port number setting.
%d = The configured SDP suspend inactive port number.
Resolution:    None.
SP-SP-10038
WARNING
MessageRequested domain '%s' is not our domain '%s'.
Cause:            Requested domain is not our configured domain. %s = The request authentication domain.
%s = The SIP public domain.
Resolution:    Check inbound request domain matches configured domain.
SP-SP-10039
WARNING
ConfigurationFrom user '%s' does not match an account at this domain '%s'.
Cause:            Address not subscribed for domain. %s = The authentication PSTN.
%s = The SIP public domain.
Resolution:    Check domain configuration.
SP-SP-10040
WARNING
InternalTerminated Transaction Key '%s' still registered at instance_over.
Cause:            Terminated transaction key still registered at instance shutdown. %s = The terminated transaction key.
Resolution:    Contact N-Squared support.
SP-SP-10041
WARNING
InternalNon-Terminated Transaction Key '%s' still %s (and registered) at instance_over.
Cause:            Non terminated transaction key present at instance shutdown. %s = The transaction key.
%s = The current transaction key state.
Resolution:    Contact N-Squared support.
SP-SP-10042
WARNING
InternalNon-Terminated Transaction Key '%s' still %s (but not registered!) at instance_over.
Cause:            Unregistered non terminated transaction key present at instance shutdown. %s = The transaction key.
%s = The current transaction key state.
Resolution:    Contact N-Squared support.
SP-SP-10043
WARNING
InternalTerminated Dialog Key '%s' still registered at instance_over.
Cause:            Terminated dialog key still registered at instance shutdown. %s = The terminated dialog key.
Resolution:    Contact N-Squared support.
SP-SP-10044
WARNING
InternalNon-Terminated Dialog Key '%s' still %s (and registered) at instance_over.
Cause:            Non terminated dialog key still present at instance shutdown. %s = The non terminated dialog key.
%s = The current non terminated dialog key state.
Resolution:    Contact N-Squared support.
SP-SP-10045
WARNING
InternalNon-Terminated Dialog Key '%s' still %s (but not registered!) at instance_over.
Cause:            Unregistered non terminated dialog key still present at instance shutdown. %s = The unregistered non terminated dialog key.
%s = The current unregistered non terminated dialog key state.
Resolution:    Contact N-Squared support.
SP-SP-10047
NOTICE
ApplicationWriting SIP Registry Cache '%s'.
Cause:            Application startup.
                        Writing SIP registry cache.
%s = The SIP registry cache file.
Resolution:    None.
SP-SP-10048
WARNING
ConfigurationSIP Registry Cache '%s' Open/Write Error: %s
Cause:            Failed to open/write SIP registry cache. %s = The SIP registry cache file.
%s = The error that occurred when trying to open the SIP registry cache file.
Resolution:    Review the associated error result.
                        Check SIP registry cache file exists and is readable and writable.
SP-SP-10049
NOTICE
ApplicationINVITE Header: Name = '%s', Short = '%s', EDR (Req) = '%s', EDR (Rsp) = '%s'. Relay Req/Req = %s, Rsp/Rsp = %s, Rsp/Req = %s.
Cause:            Parameter configuration at startup.
                        INVITE/re-INVITE Header log/relay configuration.
%s = The configured (re-)INVITE header name.
%s = The configured (re-)INVITE header short name.
%s = The configured (re-)INVITE Request header edr field name.
%s = The configured (re-)INVITE Response header edr field name.
%s = The configured (re-)INVITE header Request to Request flag.
%s = The configured (re-)INVITE header Response to Response flag.
%s = The configured (re-)INVITE header Response to Request flag.
Resolution:    None.
SP-SP-10051
NOTICE
ApplicationWill listen for SIP TCP on '%s:%d'.
Cause:            Parameter configuration at startup.
                        SIP TCP bind configuration.
%s = The configured SIP bind host for TCP.
%d = The configured SIP bind port for TCP.
Resolution:    None.
SP-SP-10052
WARNING
JobCannot resolve Contact host '%s'. Unusable.
Cause:            A Contact hostname being considered for outbound routing could not be
                        resolved, and hence cannot be used for message delivery.
%s = The unresolveable host name.
Resolution:    Check that domain name resolution is correctly configured.
SP-SP-10053
NOTICE
ApplicationTCP Persistent Link: Remote = %s:%d, Local = %s%s.
Cause:            Parameter configuration at startup.
                        SIP TCP link configuration.
%s = The remote host name/IP.
%d = The remote port number.
%s = The local host name/IP.
%s = The local port number (if present).
Resolution:    None.
SP-SP-10054
NOTICE
ApplicationTCP Link Reconnect Interval = %d (seconds).
Cause:            Parameter configuration at startup.
                        TCP Link Reconnection interval.
%d = The configured outbound reconnect interval for TCP Links (in seconds).
Resolution:    None.
SP-SP-10055
NOTICE
ApplicationTCP Link Status Check Interval = %d (seconds).
Cause:            Parameter configuration at startup.
                        TCP Link Status check interval.
%d = The configured outbound status check interval for TCP Links (in seconds).
Resolution:    None.
SP-SP-10056
NOTICE
ApplicationSuppress SIP port numbers in INVITE/REGISTER To URI and Request-URI = %s.
Cause:            Parameter configuration at startup.
                        Do we suppress non-standard peer port numbers in the To URI and
                        Request-URI for INVITE and REGISTER Requests initiated by us towards a SIP Peer.
%s = The configured supression value.
Resolution:    None.
SP-SP-10057
NOTICE
ApplicationTCP Link Status Type = %s.
Cause:            Parameter configuration at startup.
                        TCP Link Status check type.
%s = The configured outbound status check tyoe for TCP Links.
Resolution:    None.
SP-SP-10058
WARNING
ConfigurationCannot resolve SIP Peer host '%s'. Unusable.
Cause:            A configured SIP Peer hostname being considered for outbound
                        routing could not be resolved, and hence cannot be used for message delivery.
%s = The unresolveable host name.
Resolution:    Check that domain name resolution is correctly configured.
SP-SP-10059
NOTICE
ApplicationSuppress SIP user in OPTIONS To URI and Request-URI = %s.
Cause:            Parameter configuration at startup.
                        Do we suppress the user part in the To address URI and
                        Request-URI for OPTIONS Requests initiated by us towards a SIP Peer.
%s = The configured supression value.
Resolution:    None.
SP-SP-10060
NOTICE
ApplicationLog SIP ACK EDR = %s.
Cause:            Parameter configuration at startup.
                        EDR logging for SIP ACK configuration.
%s = The configured SIP ACK flag.
Resolution:    None.
SP-SP-10061
NOTICE
ApplicationIgnore Contact and use inbound INVITE TCP connection for in-Dialog transactions = %s.
Cause:            Parameter configuration at startup.
                        Policy for re-using the inbound INVITE TCP connection for subsequent in-Dialog transactions.
%s = Do we allow inbound TCP to be used for in-dialog transactions (BYE, re-INVITE, ACK) even if it doesn't match the Contact?
Resolution:    None.
SP-SP-10062
NOTICE
ApplicationSIP Peer TCP Connect setting = %s.
Cause:            Parameter configuration at startup.
                        Contact header construction.
%s = The configured default setting for TCP connect.
Resolution:    None.
SP-SP-10064
NOTICE
ApplicationTrace SIP OPTIONS = %s.
Cause:            Parameter configuration at startup.
                        Tracing skipped for SIP OPTIONS (inbound and outbound)?
%s = The configured SIP ACK flag.
Resolution:    None.
SP-SP-10065
NOTICE
ApplicationTrace SIP REGISTER = %s.
Cause:            Parameter configuration at startup.
                        Tracing skipped for SIP REGISTER (inbound and outbound)?
%s = The configured SIP ACK flag.
Resolution:    None.
SP-SP-10066
NOTICE
ApplicationSIP B-Leg INVITE Request Header (Attempt-Number) = %s.
Cause:            Parameter configuration at startup.
                        Add a B-Leg "Attempt Sequence" header.
%s = The configured flag YES/NO if the "Attempt-Number" header will be added to B-Leg INVITE Request.
Resolution:    None.
SP-SP-10067
NOTICE
ApplicationSIP B-Leg INVITE Request Header (A-Leg-Call-ID) = %s.
Cause:            Parameter configuration at startup.
                        Add a B-Leg "Attempt Sequence" header.
%s = The configured flag YES/NO if the "A-Leg-Call-ID" header will be added to B-Leg INVITE Request.
Resolution:    None.
SP-SP-10068
NOTICE
ApplicationSIP Privacy INVITE RFC3325 support mode = %s.
Cause:            Parameter configuration at startup.
                        Indicate our SIP Privacy header support as per RFC 3325.
%s = The RFC3325 mode (trusted/untrusted).
Resolution:    None.
SP-SP-10069
NOTICE
ApplicationLog SIP re-INVITE EDR = %s.
Cause:            Parameter configuration at startup.
                        EDR logging for SIP re-INVITE configuration.
%s = The configured SIP re-INVITE flag.
Resolution:    None.
SP-SP-10070
NOTICE
ApplicationSIP Request Header (Instance-GID) = %s.
Cause:            Parameter configuration at startup.
                        Add an "Instance GID" header to SIP INVITE Requests.
%s = The configured flag YES/NO if the "Instance-GID" header will be added to INVITE Requests (either leg).
Resolution:    None.
SP-SP-10071
NOTICE
ApplicationSIP Response Header (Instance-GID) = %s.
Cause:            Parameter configuration at startup.
                        Add an "Instance GID" header to SIP INVITE Responses.
%s = The configured flag YES/NO if the "Instance-GID" header will be added to INVITE Responses (either leg).
Resolution:    None.
SP-SP-10072
NOTICE
ApplicationSIP P-Charging-Vector INVITE RFC3455 support mode = %s.
Cause:            Parameter configuration at startup.
                        Indicate our SIP P-Charging-Vector support as per RFC 3455.
%s = The RFC 3455 P-Charging-Vector mode (ignore/respect/assign).
Resolution:    None.
SP-SP-10073
NOTICE
ApplicationSIP P-Charging-Vector INVITE RFC3455 support mode = %s.
Cause:            Parameter configuration at startup.
                        Indicate our SIP P-Charging-Vector support as per RFC 3455.
%s = The RFC 3455 P-Charging-Vector mode (ignore/respect/assign).
Resolution:    None.
SP-SP-10702
WARNING
ConfigurationFailed to resolve IP from SIP Peer Host '%s' unreachable.
Cause:            Failed to resolve IP address from SIP Peer Host. %s = The configured SIP Peer Host.
Resolution:    Review SIP Peer configuration.
                        Check the configured SIP Peer host is up and reachable.
N2::Application::SipApp::SipClientConnection
SP-SP-10701
ALARM
ConnectionLost [%s] %s %s Connection to SIP Peer [%s] (%s).
Cause:            Persistent connection to SIP Peer has terminated. %s = The error description for the failure reason.
%s = The connection-layer binding (Server or Client).
%s = The connection protocol (typically TCP).
%s = The far-end SIP Peer ID.
%s = Indicate if this connection was ever successfully readied.
Resolution:    Check peer configuration and network routing.
SP-SP-10701
CLEAR
ConnectionSucessful SIP OPTIONS (login) for %s %s Connection to SIP Peer [%s].
Cause:            Persistent connection to SIP Peer has logged-in successfully. %s = The connection-layer binding (Server or Client).
%s = The connection protocol (typically TCP).
%s = The far-end SIP Peer ID.
Resolution:    None.
N2::Application::SipApp::SipClientTxn
SP-SP-10301
WARNING
MessagePending CANCEL request failed: %s
Cause:            Pending CANCEL request failed. %s = The error result generated when trying to perform the CANCEL.
Resolution:    Review the associated error result.
SP-SP-10302
WARNING
MessagePending CANCEL request failed: %s
Cause:            Pending CANCEL request failed. %s = The error result generated when trying to perform the CANCEL.
Resolution:    Review the associated error result.
SP-SP-10308
WARNING
InternalUnexpected timer %s fired in transaction state %s.
Cause:            A transaction timer fired in an unexpected state. %s = The state of the SIP client transaction.
%s = The unexpected transaction timer reason.
Resolution:    Contact N-Squared support.
N2::Application::SipApp::SipConnection
SP-SP-10401
WARNING
MessageFailed to send UAS response: %s
Cause:            Failed to send SIP out-of-transaction Response. %s = The reason why the SIP out-of-transaction Response could not be sent.
Resolution:    Review the associated error result.
SP-SP-10402
WARNING
MessageSIP Server received new Transaction on terminated Dialog. Impossible!
Cause:            Received new transaction on terminated dialog. -
Resolution:    Contact N-Squared support.
SP-SP-10403
WARNING
Message[%s] SIP Server received new Transaction. No dialog. Instance already shutdown.
Cause:            Received new SIP Transaction for an in-progress call with no
                        dialog. This does not appear to be a valid scenario.
%s = The Call ID associated with the transaction.
Resolution:    Review SIP message flow.
SP-SP-10404
WARNING
MessageSIP Transaction Key %s is in state '%s' and cannot be re-used. Discard Request with no handling.
Cause:            SIP transaction key is in use, and cannot be re-used. %s = The in use transaction key.
%s = The current transaction key state.
Resolution:    Contact N-Squared support.
SP-SP-10407
WARNING
MessageUDP SIP content nominal %d bytes > actual %d bytes.
Cause:            SIP UDP content truncated. %d = The received content length.
%d = The actual content length of the received message.
Resolution:    Check inbound message construction.
SP-SP-10409
WARNING
MessageFailed to parse received SIP UDP datagram: %s
Cause:            Failed to decode SIP message from UDP datagram. %s = The parsing error description.
Resolution:    Check inbound message content construction.
SP-SP-10410
WARNING
MessageDropping inbound SIP Request: %s
Cause:            Failed to parse/process SIP Request. Request has been dumped. %s = The reason why the SIP Response could not be parsed/processed.
Resolution:    Check inbound message construction and fields.
SP-SP-10411
WARNING
MessageDropping inbound SIP Response: %s
Cause:            Failed to parse/process SIP Response. Response has been dumped. %s = The reason why the SIP Response could not be parsed/processed.
Resolution:    Check inbound message construction and fields.
SP-SP-10412
WARNING
MessageFailed to parse received SIP TCP stream: %s
Cause:            Failed to decode SIP message from TCP stream. %s = The parsing error description.
Resolution:    Check inbound message content construction.
SP-SP-10413
WARNING
MessageReceived PRACK with no RAck header. Send 400.
Cause:            Received PRACK with no RAck header. -
Resolution:    Check inbound message construction.
SP-SP-10414
WARNING
MessageReceived PRACK with empty or malformed RAck. Send 400.
Cause:            Received PRACK with empty or malformed RAck. -
Resolution:    Check inbound message construction.
SP-SP-10415
WARNING
MessageReceived PRACK for method '%s' != 'INVITE'. Send 400.
Cause:            Received PRACK for non INVITE method. %s = The inbound PRACK method.
Resolution:    Check inbound message construction.
SP-SP-10416
WARNING
MessageReceived PRACK for INVITE CSeq '%s' != expected '%s'. Send 481.
Cause:            Received unexpected CSeq for PRACK. %s = The received cseq number.
%s = The expected cseq number.
Resolution:    Check inbound message consturction.
SP-SP-10417
WARNING
MessageReceived PRACK for INVITE RSeq #[%s] which was not sent (reliably) by us. Send 481.
Cause:            Received PRACK for an dialog for an RSeq that we did not send. %s = The unexpected RSeq number.
Resolution:    Check inbound message consturction.
SP-SP-10419
WARNING
MessageReceived PRACK for dialog without server INVITE/re-INVITE. Send 400.
Cause:            Received PRACK but we did not use server INVITE/re-INVITE on this dialog. -
Resolution:    Check inbound message flow.
N2::Application::SipApp::SipDialog
SP-SP-10511
WARNING
JobDialog Terminated Twice. Impossible!
Cause:            SIP dialog terminated twice. -
Resolution:    Contact N-Squared support.
SP-SP-10512
WARNING
JobDialog not registered at Termination time. Impossible!
Cause:            SIP dialog not registered at termination time. -
Resolution:    Contact N-Squared support.
SP-SP-10513
WARNING
JobFailed to BYE on Dialog in State %s. Terminate immediately.
Cause:            Failed to send BTE on SIP dialog. %s = The current SIP dialog state.
Resolution:    Contact N-Squared support.
SP-SP-10514
WARNING
JobAttempt to send INVITE 2XX for %s-Leg in unexpected Dialog State %s.
Cause:            Attempt to send 2XX on an INVITE transaction for a Dialog in unexpected state. %s = The relevant leg identifier 'A' or 'B'.
%s = The current SIP dialog state.
Resolution:    Review SIP call flow and network configuration.
N2::Application::SipApp::SipInstance
SP-SP-10101
WARNING
InternalCall shutdown but RTP guard timer %s is still active. Impossible!
Cause:            Call that supposedly ended cleanly is still running a timer for expected RTP activity. %s = The name of the active RTP guard timer.
Resolution:    Contact N-Squared Support.
SP-SP-10102
WARNING
MessageINFO dtmf-relay did not contain 'Signal'.
Cause:            Inbound INFO dtmf-relay did not contain signal information. -
Resolution:    Check inbound message construction.
SP-SP-10103
WARNING
MessageINFO dtmf-relay 'Signal' = '%s' is not a single digit.
Cause:            Inbound INFO dtmf-relay signal is not a single digit. %s = The received signal configuration.
Resolution:    Check inbound message construction.
SP-SP-10104
WARNING
MessageINFO dtmf-relay 'Signal' = '%s' received, but we are not playing RTP.
Cause:            Inbound INFO dtmf-relay signal received but no worker process to play RTP. %s = The received signal configuration.
Resolution:    Contact N-Squared support.
SP-SP-10105
WARNING
MessageWorker send 'sip_dtmf' failed: %s
Cause:            Failed to send sip_dtmf to worker process. %s = The error result generated when trying to send the sip_dtmf to the worker process.
Resolution:    Review the associated error result.
SP-SP-10106
WARNING
InternalReceived INFO was not handled, Content-Type = %s.
Cause:            Received unsupported INFO operation that was not handled. %s = The content type of the received INFO operation.
Resolution:    Contact N-Squared support.
SP-SP-10108
WARNING
InternalNew RTP guard timer %s overwrites previous active RTP guard timer %s. Impossible.
Cause:            A new RTP state machine guard timer was started while a previous one was still running. %s = The defined timer action.
%s = The existing RTP guard timer action.
Resolution:    Contact N-Squared Support.
SP-SP-10109
WARNING
InternalRequest to cancel RTP guard timer %s but no RTP guard timer is active in RTP state %s. Impossible.
Cause:            The internal RTP resource state machine attempt to cancel a RTP guard timer which is not currently running. %s = The defined timer action.
%s = The current RTP state.
Resolution:    Contact N-Squared Support.
SP-SP-10110
WARNING
InternalRequest to cancel RTP guard timer %s but RTP guard timer %s is active instead in RTP state %s. Impossible.
Cause:            Request to cancel RTP guard timer that does not match current RTP guard timer. %s = The defined timer action.
%s = The existing RTP guard timer action.
%s = The current RTP state.
Resolution:    Contact N-Squared Support.
SP-SP-10112
WARNING
InternalError using BYE for %s-Leg teardown: %s
Cause:            Failed to tear down call with BYE. %s = The leg name.
%s = The reason for the BYE failure.
Resolution:    Contact N-Squared Support.
SP-SP-10113
WARNING
InternalError using INVITE code %d for %s-Leg teardown: %s
Cause:            Failed to tear down call with INVITE final code. %d = The code attempted to be use.
%s = The leg name.
%s = The reason for the BYE failure.
Resolution:    Contact N-Squared Support.
SP-SP-10114
WARNING
InternalError using CANCEL for %s-Leg teardown: %s
Cause:            Failed to tear down call with CANCEL. %s = The leg name.
%s = The reason for the BYE failure.
Resolution:    Contact N-Squared Support.
SP-SP-10115
WARNING
MessageRegistration for '%s' has non-zero expires time, but no Contacts
Cause:            Registration has non-zero expires time, but no Contacts. %s = The affected registration PSTN address.
Resolution:    Check inbound SIP message.
SP-SP-10116
WARNING
MessageFailed to parse SDP for repacking: %s
Cause:            Attempted to repack received SDP but could not do so. %s = The parsing failure reason.
Resolution:    Check inbound SDP content.
N2::Application::SipApp::SipServerTxn
SP-SP-10201
WARNING
MessageError handling %s access check: %s
Cause:            Error handling method access check. %s = The request method.
%s = The method access error.
Resolution:    Review the associated access error.
SP-SP-10202
WARNING
MessageError handling %s access check: %s
Cause:            Error handling method access check. %s = The request method.
%s = The method access error.
Resolution:    Review the associated access error.
SP-SP-10203
WARNING
JobRetransmission Timer for SIP INVITE 2XX Response expired without having received ACK in %s-Leg state %s.
Cause:            Timeout waiting for ACK on sent SIP INVITE 2XX Response.
                        We will used BYE to attempt to close the dialog.
%s = The relevant leg identifier 'A' or 'B'.
%s = The current SIP dialog state.
Resolution:    Review SIP call flow and network configuration.
SP-SP-10204
WARNING
MessageUser logic did not handle INVITE result: %s
Cause:            Failed to handle new INVITE. %s = The error result generated when trying to handle the new INVITE.
Resolution:    Review the associated error result.
SP-SP-10205
WARNING
MessageFailed to send %s transaction error (code %d): %s
Cause:            Failed to send a 300-699 final Response. %s = The transaction method.
%d = The response code.
%s = The error result generated when trying to send the response.
Resolution:    Review the associated error result.
SP-SP-10206
WARNING
MessageSIP CANCEL Request is for unknown INVITE Transaction '%s'.
Cause:            SIP cancel received for unknown invite transaction. %s = The invite transaction key.
Resolution:    Contact N-Squared support.
SP-SP-10207
NOTICE
JobService logic sent second reliable 1XX without waiting for PRACK on first reliable 1XX.
Cause:            Service logic sent second reliable 1XX without waiting for PRACK on first reliable 1XX.
                        This is not valid according to RFC 3272, 3 UAS Behavior.
-
Resolution:    Review and adjust the service logic, particularly the use of 180 Ringing.
SP-SP-10209
WARNING
MessageError sending %s 481: %s
Cause:            Failed to send INFO 481. %s = The request method.
%s = The error result generated when trying to send the 481 message.
Resolution:    Review the associated error result.
SP-SP-10212
WARNING
MessageUnsupported Method '%s' for new Transaction.
Cause:            Unsupported method for new transaction. %s = The unsupported request method.
Resolution:    Ensure the inbound requested method is a valid supported method.
                        Contact N-Squared support.
SP-SP-10213
WARNING
JobDuplicate INVITE on this instance received in state '%s'. But we have no last response to re-transmit.
Cause:            Duplicate INVITE received for instance, with no last response to retransmit. %s = The current instance state.
Resolution:    Contact N-Squared support.
SP-SP-10214
WARNING
JobDuplicate INVITE on this instance received in state '%s'. Do not re-transmit response.
Cause:            Duplicate INVITE received for instance, not retransmitting previous response. %s = The current instance state.
Resolution:    Contact N-Squared support.
SP-SP-10215
WARNING
JobDuplicate %s on this instance received in state '%s'. But we have no last response to re-transmit.
Cause:            Received duplicate request method for instance, with no last response to retransmit. %s = The duplicate request method.
%s = The current instance state.
Resolution:    Contact N-Squared support.
SP-SP-10216
WARNING
JobDuplicate %s on this instance received in state '%s'. Do not re-transmit response.
Cause:            Received duplicate request method for instance, not retransmitting previous response. %s = The duplicate request method.
%s = The current instance state.
Resolution:    Contact N-Squared support.
SP-SP-10217
WARNING
MessageDiscarding unexpected ACK in INVITE State %s.
Cause:            Discarding unexpected ACK in INVITE state. %s = The current invite state.
Resolution:    Contact N-Squared support.
SP-SP-10218
WARNING
MessageTimer %s fired without having received ACK in A-Leg state %s.
Cause:            Timer fired without having received ACK. %s = The named timer reason.
%s = The current A-Leg state.
Resolution:    Contact N-Squared support.
SP-SP-10219
WARNING
InternalRedundant call to 'send_response' on %s SipServerTxn already in state %s
Cause:            Redundant INVITE call to send_response. %s = The transaction method.
%s = The current SipServerTxn state.
Resolution:    Contact N-Squared Support.
SP-SP-10220
WARNING
InternalRedundant call to 'send_response' on %s SipServerTxn already in state %s
Cause:            Redundant call to send_response. %s = The transaction method.
%s = The current SipServerTxn state.
Resolution:    Contact N-Squared Support.
SP-SP-10221
WARNING
InternalRedundant call to 'make_send_error_response' on %s SipServerTxn already in state %s
Cause:            Redundant INVITE call to make_send_error_response. %s = The transaction method.
%s = The current SipServerTxn state.
Resolution:    Contact N-Squared Support.
SP-SP-10222
WARNING
InternalRedundant call to 'make_send_error_response' on %s SipServerTxn already in state %s
Cause:            Redundant call to make_send_error_response. %s = The transaction method.
%s = The current SipServerTxn state.
Resolution:    Contact N-Squared Support.
SP-SP-10223
WARNING
InternalUnexpected timer %s fired in transaction state %s.
Cause:            A transaction timer fired in an unexpected state. %s = The state of the SIP server transaction.
%s = The unexpected transaction timer reason.
Resolution:    Contact N-Squared Support.
SP-SP-10224
WARNING
InternalRedundant call to 'make_send_ok_response' on %s SipServerTxn already in state %s
Cause:            Redundant INVITE call to make_send_ok_response. %s = The transaction method.
%s = The current SipServerTxn state.
Resolution:    Contact N-Squared Support.
SP-SP-10225
WARNING
InternalRedundant call to 'make_send_ok_response' on %s SipServerTxn already in state %s
Cause:            Redundant call to make_send_ok_response. %s = The transaction method.
%s = The current SipServerTxn state.
Resolution:    Contact N-Squared Support.
SP-SP-10226
WARNING
MessageFailed to send %s transaction error (code %d): %s
Cause:            Failed to send a 2XX final Response. %s = The transaction method.
%d = The response code.
%s = The error result generated when trying to send the response.
Resolution:    Review the associated error result.
SP-SP-10227
WARNING
MessageOPTIONS message Require header options '%s' are not supported.
Cause:            Require options are not supported for OPTIONS messages. %s = The Require header value.
Resolution:    Ensure OPTIONS messages don't have Require headers.
SP-SP-10228
WARNING
MessageREGISTER message Require header options '%s' are not supported.
Cause:            Require header options are not supported for REGISTER messages. %s = The Require header value.
Resolution:    Ensure REGISTER messages don't have Require headers.
SP-SP-10229
WARNING
MessageREGISTER message From header URI '%s' differs from the To header URI '%s'. They should match.
Cause:            REGISTER message From header URI differs from the To header URI. %s = The From header's URI.
%s = The To header's URI.
Resolution:    Ensure the From header URI matches the To header URI for REGISTER messages.
SP-SP-10230
WARNING
MessageREGISTER message missing Contact header.
Cause:            REGISTER message is missing a Contact header. -
Resolution:    Ensure REGISTER messages have a Contact header.
SP-SP-10231
WARNING
MessageError handling REGISTER message: %s
Cause:            Failed to handle REGISTER message. %s = The error message.
Resolution:    Review the associated error message.
SP-SP-10232
WARNING
MessageINVITE message has Require header with option 100rel, but PRACK is disabled
Cause:            INVITE message Require header contains option "100rel". Support for 100rel/PRACK is disabled. -
Resolution:    Ensure the Require header does not contain the 100rel option for INVITE messages, or modify the "inbound_prack_policy" setting value.
SP-SP-10233
WARNING
MessageINVITE message Require header option '%s' is not supported.
Cause:            INVITE message Require header contains an unsupported option. %s = The unsupported Require header option.
Resolution:    Remove the unsupported Require header option from INVITE messages.
SP-SP-10234
WARNING
MessageDialog rejected re-INVITE message: %s
Cause:            Dialog rejected re-INVITE message. %s = The error message.
Resolution:    Contact N-Squared support.
SP-SP-10235
WARNING
MessageError handling re-INVITE message: %s
Cause:            Failed to handle re-INVITE message. %s = The error message.
Resolution:    Contact N-Squared support.
SP-SP-10236
WARNING
MessageINVITE message From header '%s' is missing a remote tag.
Cause:            INVITE message From header is missing a remote tag. %s = The From header value.
Resolution:    Ensure the From header contains a remote tag for INVITE messages.
SP-SP-10237
WARNING
MessageINVITE message missing Contact header.
Cause:            INVITE message is missing a Contact header. -
Resolution:    Ensure INVITE messages have a Contact header.
SP-SP-10238
WARNING
MessageINVITE message with content must have a Content-Type header.
Cause:            INVITE message with content is missing a Content-Type header. -
Resolution:    Ensure INVITE messages that have content also have a Content-Type header.
SP-SP-10239
WARNING
MessageINVITE message Content-Type header value '%s' is not supported.
Cause:            INVITE message Content-Type header value is not supported. %s = The unsupported Content-Type header value.
Resolution:    Contact N-Squared support.
SP-SP-10240
WARNING
MessageINVITE message with Content-Type header value '%s' must have content.
Cause:            INVITE message Content-Type header implies content the message should have content, but the message doesn't have content. %s = The Content-Type header value.
Resolution:    Contact N-Squared support.
SP-SP-10241
WARNING
MessageCANCEL message Require header options '%s' are not supported.
Cause:            Require header options are not supported for CANCEL messages. %s = The Require header value.
Resolution:    Ensure CANCEL messages don't have Require headers.
SP-SP-10242
WARNING
MessageBYE message Require header options '%s' are not supported.
Cause:            Require header options are not supported for BYE messages. %s = The Require header value.
Resolution:    Ensure BYE messages don't have Require headers.
SP-SP-10243
WARNING
MessageINFO message Require header options '%s' are not supported.
Cause:            Require header options are not supported for INFO messages. %s = The Require header value.
Resolution:    Ensure INFO messages don't have Require headers.
SP-SP-10244
WARNING
MessageError handling INFO message: %s
Cause:            Failed to handle INFO message. %s = The error message.
Resolution:    Contact N-Squared support.
N2::Application::SipApp::SipTxn
SP-SP-10601
WARNING
InternalSIP Transaction Key '%s' Terminated but not Completed.
Cause:            SIP transaction key terminated but not completed. %s = The SIP transaction key.
Resolution:    Contact N-Squared support.
SP-SP-10602
WARNING
InternalSIP Transaction Key '%s' Terminated Twice.
Cause:            SIP transaction key terminated twice. %s = The SIP transaction key.
Resolution:    Contact N-Squared support.
SP-SP-10603
WARNING
InternalSIP Transaction Key '%s' not registered at Termination time.
Cause:            SIP transaction key not registered at termination time. %s = The SIP transaction key.
Resolution:    Contact N-Squared support.
SP-SP-10604
WARNING
InternalAttempt to start new state timer %s, but is already running.
Cause:            Attempt to start a transaction state timer that is already running. %s = The transaction state timer we are starting.
Resolution:    Contact N-Squared Support.
SP-SP-10605
WARNING
InternalAttempt to cancel transaction state timer %s, but it was not running.
Cause:            Attempt to cancel a Transaction timer that was not running. %s = The transaction timer name which should have been running.
Resolution:    Contact N-Squared Support.
N2::Application::TcapApp
SV-TC-10101
WARNING
InternalDiscarding %s message without (|) context.
Cause:            Received message that did not contain either an instance or transaction context. %s = The received message.
Resolution:    Contact N-Squared support.
SV-TC-10102
WARNING
MessageFailed to send TCAP-TXNCHECK-RESPONSE notification: %s
Cause:            Failed to send TCAP transaction check response notification. %s = The error result generated when trying to send the notification.
Resolution:    Review the associated error result.
SV-TC-10103
WARNING
MessageDiscarding %s message for expired instance_idx|transaction = '%s', TID %s.
Cause:            Received message for expired instance_idx or transaction.
                        Message discarded.
%s = The received message.
%s = The instance/transaction context.
%s = The local TID.
Resolution:    Review the inbound message order and content construction.
SV-TC-10104
WARNING
InternalReceived TCAP-TXNCHECK-REQUEST for unknown transaction %s.
Cause:            Received TCAP transaction check request for unknown transaction. %s = The received message transaction.
Resolution:    Contact N-Squared support.
SV-TC-10105
WARNING
MessageFailed to send TCAP-TXNCHECK-RESPONSE for transaction %s: %s
Cause:            Failed to send TCAP transaction check response for transaction. %s = The failing transaction.
%s = The error result generated when trying to send the response.
Resolution:    Review the associated error result.
SV-TC-10106
WARNING
MessageDiscarding %s message without type.
Cause:            Received message without message type.
                        Message discarded.
%s = The received message.
Resolution:    Check inbound message content construction.
SV-TC-10107
WARNING
MessageDiscarding '%s' (%s) message without (local_tid) sender_context.
Cause:            Received message without send context.
                        Message discarded.
%s = The received message.
%s = The message type.
Resolution:    Check inbound message content construction.
SV-TC-10108
WARNING
MessageDiscarding associated TCAP_BEGIN for unknown instance_idx|transaction = '%s', New TID %s.
Cause:            Received associated TCAP begin for unknown instance. %s = The message context.
%s = The associated local TID.
Resolution:    Check network is delivering messages in good time without replay.
SV-TC-10109
WARNING
JobAborting/discarding second TCAP_BEGIN for already-associated transaction = '%s'.
Cause:            Received a second TCAP_BEGIN for an already-open transaction. %s = The transaction key.
Resolution:    Check network is delivering messages in good time without replay.
SV-TC-10110
WARNING
MessageDiscarding (initial) TCAP_BEGIN sent %.1f seconds ago.
Cause:            Received TCAP begin that exceeded the maximum expiry seconds.
                        TCAP begin discarded.
%.1f = The amount of seconds since the TCAP begin was sent.
Resolution:    Review associated expiry seconds.
                        Ensure downstream Sigtran components are still available and processing requests.
SV-TC-10111
WARNING
MessageAborting (initial) TCAP_BEGIN rejected by Application: %s
Cause:            TCAP begin rejected. %s = The error result generated by the application that reject the TCAP begin.
Resolution:    Review the associated error result.
SV-TC-10112
WARNING
MessageDiscarding '%s' (%s) message without (instance_idx|transaction) context.
Cause:            Received message without instance/transaction context.
                        Message discarded.
%s = The received message.
%s = The message type.
Resolution:    Review message content construction.
SV-TC-10113
WARNING
MessageDiscarding '%s' (%s) message without (local_tid) sender_context.
Cause:            Received message without sender context.
                        Message discarded.
%s = The received message.
%s = The message type.
Resolution:    Review message content construction.
SV-TC-10114
WARNING
MessageDiscarding '%s' (%s) message for unknown/expired instance %s.
Cause:            Received message for unknown/expired instance.
                        Message discarded.
%s = The received message.
%s = The message type.
%s = The instance context.
Resolution:    Review message content construction.
SV-TC-10115
WARNING
MessageDiscarding '%s' (%s) message for unknown transaction %s on instance %s.
Cause:            Received message for unknown instance transaction.
                        Message discarded.
%s = The received message.
%s = The message type.
%s = The instance transaction.
%s = The instance context.
Resolution:    Review message content construction.
SV-TC-10116
WARNING
MessageDiscarding '%s' (%s) unsupported TCAP type.
Cause:            Received unsupported TCAP type. %s = The received message.
%s = The message type.
Resolution:    Review the requested TCAP type.
                        Review the message content construction.
                        Contact N-Squared support.
SV-TC-10117
WARNING
MessageDiscarded unrecognised component element.
Cause:            Unsupported component element.
                        Component discarded.
-
Resolution:    Check component element is valid.
N2::Application::TcapApp::TcapInstance
SV-TC-10130
WARNING
MessageInvalid components for TCAP SEND: %s
Cause:            Attempt to send invalid component structure. %s = Component reference type.
Resolution:    Contact N-Squared support.
SV-TC-10202
WARNING
InternalAttempt to close unknown transaction %s.
Cause:            Attempted to close unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10203
WARNING
InternalDouble close on transaction %s - %s after %s.
Cause:            Attempted to close transaction that is already closed. %s = The transaction.
%s = The reason generated when trying to perform a duplicate close.
%s = The reason generated when originally closing the transaction.
Resolution:    Contact N-Squared support.
SV-TC-10204
WARNING
InternalClose attempt on half-open transaction %s.
Cause:            Attempted to close half open transaction. %s = The open transaction.
Resolution:    Contact N-Squared support.
SV-TC-10205
WARNING
InternalAttempt to abandon unknown transaction %s.
Cause:            Attempt to abandon unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10206
WARNING
InternalDouble close/abandon on transaction %s - %s after %s.
Cause:            Attempt to abandon transaction that was already either closed or abandoned. %s = The transaction.
%s = The close method.
%s = The close reason associated with the previous transaction close.
Resolution:    Contact N-Squared support.
SV-TC-10207
WARNING
InternalAbandon attempt on fully-open transaction %s.
Cause:            Attempted to call abandon on fully open transaction. %s = The open transaction.
Resolution:    Contact N-Squared support.
SV-TC-10208
WARNING
InternalAttempt to set AC on unknown transaction %s.
Cause:            Attempt to set application context on unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10209
WARNING
InternalAttempt to set result on unknown transaction %s.
Cause:            Attempt to set result dialogue parameters on unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10210
WARNING
InternalAttempt to get AC on unknown transaction %s.
Cause:            Attempt to get application context from unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10211
WARNING
InternalAttempt to get AARE dialogue result on unknown transaction %s.
Cause:            Attempt to get application context from unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10212
WARNING
InternalOverloading OUTBOUND Transaction '%s' Local TID '%s' is lost!
Cause:            Duplicate initialise method call on existing local TID. %s = The transaction.
%s = The local TID that has been lost.
Resolution:    Contact N-Squared support.
SV-TC-10213
WARNING
InternalFailed pre-arranged end on open transaction %s: %s
Cause:            Failed to perform pre-arranged end on open transaction. %s = The open transaction.
%s = The result generated when trying to perform a pre-arranged end on an open transaction.
Resolution:    Contact N-Squared support.
SV-TC-10214
WARNING
InternalAttempt to create invoke component for unknown transaction %s.
Cause:            Attempt to invoke unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10215
WARNING
InternalAttempt to get last sent opcode for unknown transaction %s.
Cause:            Attempt to get last sent opcode for unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10216
WARNING
InternalAttempt to get last received invoke id for unknown transaction %s.
Cause:            Attempt to get last received invoke ID for unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10217
WARNING
MessageFailed to ABORT TCAP Transaction '%s' at shutdown with Local TID = '%s': %s
Cause:            Failed to abort TCAP transaction at application shutdown. %s = The transaction.
%s = The transaction local TID.
%s = The result generated when trying to abort the TCAP transaction.
Resolution:    Check network connectivity.
SV-TC-10218
WARNING
JobFailed to ABORT TCAP Transaction '%s' at shutdown with Local TID = '%s': %s
Cause:            Failed to abort TCAP transaction at instance shutdown. %s = The transaction.
%s = The transaction local TID.
%s = The result message generated when trying to send the abort.
Resolution:    Review the associated error result.
SV-TC-10219
WARNING
InternalAttempt to get remote SCCP on unknown transaction %s.
Cause:            Attempt to get remote SCCP address from unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10220
WARNING
InternalAttempt to get TIDs on unknown transaction %s.
Cause:            Attempt to get TIDs from unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10221
WARNING
InternalAttempt to get local SCCP on unknown transaction %s.
Cause:            Attempt to get local SCCP address from unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
N2::Application::TcpApp
SV-TP-10000
WARNING
ConfigurationParameter 'num_client_connections' will override DEPRECATED parameter 'pool'.
Cause:            Parameter configuration at startup.
                        Both num_client_connections and obsolete pool parameters configured.
                        Overriding pool configuration parameter with num_client_connections.
-
Resolution:    Check configuration for use of pool and remove.
SV-TP-10001
WARNING
ConfigurationParameter 'pool' is DEPRECATED. Please use 'num_client_connections' instead.
Cause:            Parameter configuration at startup.
                        Using obsolete pool configuration.
-
Resolution:    Check configuration for use of pool and replace with num_client_connections.
SV-TP-10002
WARNING
ConfigurationPing Interval configured but application does not support ping.
Cause:            Parameter configuration at startup.
                        ping_interval configured for application that does not support ping operations.
-
Resolution:    Check configuration and remove ping_interval for unsupported applications.
SV-TP-10003
WARNING
ConfigurationPing Always configured but application does not support ping.
Cause:            Parameter configuration at startup.
                        ping_always configured for application that does not support ping always operations.
-
Resolution:    Check configuration and remove ping_always for unsupported applications.
SV-TP-10004
WARNING
ConnectionTeardown persistent connection after PING failed: %s
Cause:            Persistent connection failed to respond to ping request. %s = The error that occurred when performing the ping operation.
Resolution:    Review the associated error result.
                        Check remote the connection is accessible.
                        Check the connection configuration.
                        Check the remote application is up and accepting pings.
SV-TP-10005
WARNING
ConnectionTransient connections PING failed: %s
Cause:            Transient connection failed to respond to ping request. %s = The error that occurred when performing the ping operation.
Resolution:    Review the associated error result.
                        Check remote the connection is accessible.
                        Check the connection configuration.
                        Check the remote application is up and accepting pings.
SV-TP-10006
WARNING
MessageDiscarding new user request sent %.1f seconds ago.
Cause:            Application overloaded.
                        User request has been dropped.
%.1f = The time since the user request was placed on the outbound message queue.
Resolution:    Check if the application is overloaded.
                        Monitor the application for additional dropped requests.
SV-TP-10010
ALARM
ApplicationQueue size (%s) now above %s.
Cause:            The message queue has increased past the warning threshold. %s = The current size of the message queue.
%s = The warning threshold.
Resolution:    Check if application is overloaded and falling behind.
                        Check if application is processing messages successfully.
                        Monitor application load.
SV-TP-10010
CLEAR
ConnectionQueue size (%s) now below %s.
Cause:            The message queue has decreased past the warning threshold. %s = The current size of the message queue.
%s = The warning threshold.
Resolution:    None.
SV-TP-10011
WARNING
MessageError on %s creation: %s
Cause:            Failed to create outbound user request instance. %s = The outbound instance class.
%s = The error message generated when creating the outbound instance class.
Resolution:    Review the associated error result.
                        Ensure the outbound instance class is a valid outbound instance class.
SV-TP-10012
NOTICE
ApplicationUsing configured socket mode '%s'.
Cause:            Parameter configuration at startup.
                        The socket mode to utilize.
%s = The configured socket mode.
Resolution:    None.
SV-TP-10013
NOTICE
ApplicationUsing default socket mode '%s'.
Cause:            Parameter configuration at startup.
                        No socket mode specified in configuration.
                        Using default socket mode.
%s = The default socket mode.
Resolution:    None.
SV-TP-10016
NOTICE
ApplicationPing Interval = %d.
Cause:            Parameter configuration at startup.
                        The ping interval.
%d = The configured ping interval.
Resolution:    None.
SV-TP-10017
NOTICE
ApplicationPing Always (even when active) = %d.
Cause:            Parameter configuration at startup.
                        Whether or not ping_always is enabled.
%d = The configured Ping Always value.
Resolution:    None.
SV-TP-10018
NOTICE
ApplicationReconnect Interval = %d.
Cause:            Parameter configuration at startup.
                        The reconnect interval.
%d = The configured reconnect interval.
Resolution:    None.
SV-TP-10019
NOTICE
ApplicationBacklog Timeout = %d.
Cause:            Parameter configuration at startup.
                        The backlog timeout.
%d = The configured backlog timeout.
Resolution:    None.
SV-TP-10020
NOTICE
ApplicationServer Timeout = %d.
Cause:            Parameter configuration at startup.
                        The server timeout.
%d = The configured server timeout.
Resolution:    None.
SV-TP-10021
NOTICE
ApplicationMax # Send Attempt = %d.
Cause:            Parameter configuration at startup.
                        The max number of send attempts per message.
%d = The configured max number of send attempts.
Resolution:    None.
SV-TP-10022
NOTICE
ApplicationConnection Backlog = %d.
Cause:            Parameter configuration at startup.
                        The maximum number of items int he connection backlog.
%d = The configured connection backlog.
Resolution:    None.
SV-TP-10023
NOTICE
ApplicationConnection Backlog always 1 Maximum (synchronous).
Cause:            Parameter configuration at startup.
                        Outbound connection type is synchronous.
                        Connection backlog defaulting to 1.
-
Resolution:    None.
SV-TP-10024
NOTICE
ApplicationServer Timeout = %d.
Cause:            Parameter configuration at startup.
                        The server timeout.
%d = The configured server timeout.
Resolution:    None.
SV-TP-10025
NOTICE
ApplicationWarning Queue (Above) threshold = %d.
Cause:            Parameter configuration at startup.
                        The queue threshold before generating an alarm.
%d = The configured threshold.
Resolution:    None.
SV-TP-10026
NOTICE
ApplicationNotice Queue (Below) threshold = %d.
Cause:            Parameter configuration at startup.
                        The queue threshold before generating a notice.
%d = The configured threshold.
Resolution:    None.
SV-TP-10027
NOTICE
ApplicationReport Queue Warning Period is %d (secs).
Cause:            Parameter configuration at startup.
                        The minimum amount of time between queue threshold alarms before generating another one.
%d = The configured queue warning period.
Resolution:    None.
SV-TP-10028
NOTICE
ApplicationApplication will Dynamically define client configuration (e.g. reading from DB).
Cause:            Parameter configuration at startup.
                        Client application enabled with support for both client and server connections.
-
Resolution:    None.
SV-TP-10029
NOTICE
ApplicationConfiguring as a CLIENT (SSL = %s).
Cause:            Parameter configuration at startup.
                        Client application enabled with only support for client connections.
%s = Do we use SSL for outbound client connections YES/NO.
Resolution:    None.
SV-TP-10030
NOTICE
ApplicationConfiguring as a TCP SERVER (SSL = %s).
Cause:            Parameter configuration at startup.
                        Server application enabled with only support for server operations.
%s = Do we use SSL for inbound server connections YES/NO.
Resolution:    None.
SV-TP-10031
NOTICE
ApplicationConnecting %d (%s) client connections to [%s:%s].
Cause:            Application startup is initiating a number of default connections. %d = The number of client connections.
%s = The type of connection (persistent or transient).
%s = The remote host.
%s = The remote port.
Resolution:    None.
SV-TP-10032
NOTICE
ConnectionConnecting (%s) client connection to [%s:%s].
Cause:            Application startup has created an explicit connection. %s = The type of connection (persistent or transient).
%s = The remote host.
%s = The remote port.
Resolution:    None.
SV-TP-10033
NOTICE
ApplicationConnecting to listen as server on [%s:%s].
Cause:            Application startup.
                        Preparing to listen as server.
%s = The host to listen on.
%s = The port to listen on.
Resolution:    None.
SV-TP-10035
NOTICE
ApplicationConnection behavior CASCADE = %s, BALANCE = %s, ROTATE = %s.
Cause:            Parameter configuration at startup.
                        The parameters configured for connection usage.
%s = Do we cascade/fallback to lower priority when higher priority is backlogged (YES) or only only complete failure (NO).
%s = Do we balance connections actively to ensure the lowest backlog across all connections of equal priority.
%s = Do we rotate/round-robin connections equally (YES) or do we favor the first-connection (NO).
Resolution:    None.
SV-TP-10036
NOTICE
ApplicationRebinding Server listen host %s -> %s.
Cause:            Server configuration updated.
                        Rebind server to new listening host.
%s = The current listening host.
%s = The current listening port.
Resolution:    None.
SV-TP-10083
NOTICE
ApplicationRebinding Server listen port %s -> %s.
Cause:            Server configuration updated.
                        Rebind server to new listening port.
%s = The current listening port.
%s = The new listening port.
Resolution:    None.
N2::Application::TcpApp::TcpConnection
SV-TP-10200
WARNING
MessageError parsing request/response content: %s
Cause:            Failed to parse request/response content. %s = The error result that occurred when trying to parse the request/response content.
Resolution:    Review the associated error result.
                        Check message content construction.
SV-TP-10201
WARNING
MessageParsed Response did not contain correlation key. Impossible!
Cause:            Response did not contain correlation key. -
Resolution:    Check message content construction.
SV-TP-10202
WARNING
MessageReceived response for key [%s] which does not match any pending Request.
Cause:            Received response that does not match a pending request. %s = The matched index key.
Resolution:    Review associated message key.
                        Check message order.
                        Check message content construction.
SV-TP-10203
WARNING
MessageResponse received, but we did not send a Request for synchronous connection.
Cause:            Response received but no request sent on synchronous connection. -
Resolution:    Check message order.
                        Review inbound message content.
SV-TP-10204
NOTICE
ConnectionLogin Completed OK.
Cause:            Login successfully completed. -
Resolution:    None.
SV-TP-10205
WARNING
MessageLogin Response is not ACK: %s
Cause:            Received login response that is not an ACK. %s = The result message generated from the login response.
Resolution:    Check login response message content construction.
SV-TP-10206
WARNING
MessageTerminating connection after login failure: %s
Cause:            Terminating connection after failed login. %s = The result message generated from the failed login.
Resolution:    Review the associated error result.
                        Check login configuration.
                        Check if remote application is available and accepting login requests.
SV-TP-10207
WARNING
MessageParsed request did not contain correlation key. Impossible!
Cause:            Parsed request did not contain correlation key. -
Resolution:    Check request message content construction.
SV-TP-10208
NOTICE
MessageDiscarding request for duplicate key [%s] which is already being handled.
Cause:            Received duplicate inbound request that is already being processed.
                        Inbound request discarded.
%s = The duplicate key.
Resolution:    None.
SV-TP-10209
WARNING
ApplicationFailed to construct request instance.
Cause:            Failed to construct request instance. -
Resolution:    Contact N-Squared support.
SV-TP-10210
WARNING
MessageEncode Error: %s
Cause:            Failed to encode request bytes. %s = The result that occurred when trying to encode the request bytes.
Resolution:    Review the associated error result.
                        Check message content construction.
SV-TP-10211
WARNING
ConnectionFailed to send Request, congestion detected.
Cause:            TCP connection congestion detected. -
Resolution:    Monitor application load.
                        Monitor application request success rate.
SV-TP-10212
WARNING
ConnectionFailed to send Request: %s
Cause:            Failed to send request. %s = The result that occurred when trying to send the request.
Resolution:    Review the associated error result.
                        Review request message content construction.
                        Check if the remote application is accepting requests.
SV-TP-10213
WARNING
ConnectionFailed to send Request, congestion detected.
Cause:            TCP connection congestion detected. -
Resolution:    Monitor application load.
                        Monitor application request success rate.
SV-TP-10214
WARNING
MessageFailed to send Response: %s
Cause:            Failed to send response message. %s = The error result that occurred when trying to send the response.
Resolution:    Review the associated error result.
N2::Application::TcpApp::TcpInboundInstance
SV-TP-10300
WARNING
ConnectionFailed to send response: %s
Cause:            Failed to send TCP response. %s = The error reason that the response could not be sent.
Resolution:    Review the associated error reason.
N2::Language::InapParser
SP-LS-10101
WARNING
MessageFailed to decode NAP LanguageID extension [%s]: %s
Cause:            Failed to decode NAP language ID extension. %s = The language extension ID.
%s = The error result generated while trying to decode the NAP language ID extension.
Resolution:    Review the associated error result.
                        Check inbound message content construction.
SP-LS-10102
WARNING
MessageFailed to parse NAP-encoded language ID from SCP. Use default '%s'.
Cause:            Failed to parse NAP-encoded language ID from SCP.
                        Using default ID.
%s = The default language ID to use.
Resolution:    Check inbound message content construction.
SP-LS-10103
WARNING
MessageThe SCP requested language [%d] is not known. Using default '%s'.
Cause:            SCP requested unknown language.
                        Using default.
%d = The unknown requested language ID.
%s = The default language ID to use.
Resolution:    Check requested language ID matches language configuration.
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::TCP::Server
SV-TP-11000
NOTICE
ConnectionCreating UDP connection for %s:%d.
Cause:            Application startup.
                        Creating single UDP connection.
%s = The local host.
%d = The local port.
Resolution:    None.
SV-TP-11003
WARNING
ConnectionFailed to get '%s' socket.
Cause:            Failed to get socket. %s = The configured protocol name.
Resolution:    Review TCP socket configuration.
                        Check the host machine is capable of creating the request UNIX socket protocol.
SV-TP-11004
WARNING
ConnectionCannot get flags from socket: %s
Cause:            Unable to determine socket supported flags. %s = The error result when trying to parse the socket flags.
Resolution:    Review the associated error result.
                        Check TCP socket configuration.
                        Check the host machine supports getting socket flags.
SV-TP-11005
WARNING
ConnectionCannot set non-Blocking on socket: %s
Cause:            Unable to set socket as non blocking. %s = The error result when trying to set the socket as non blocking.
Resolution:    Review the associated error result.
                        Check TCP socket configuration.
                        Check the host machine supports creating non blocking sockets.
SV-TP-11006
WARNING
ConnectionBind %s socket to %s:%d failed with error: %s
Cause:            Failed to bind socket to host. %s = The socket protocol name.
%s = The local host.
%d = The local port.
%s = The error result when trying to parse the socket flags.
Resolution:    Review the associated error result.
                        Check the host bind configuration.
                        Check the host machine supports creating sockets.
SV-TP-11007
WARNING
ConnectionFailed to listen on bound TCP socket: %s
Cause:            Failed to listen on TCP socket. %s = The error result when trying listen on TCP socket.
Resolution:    Review the associated error result.
                        Check the TCP socket configuration.
SV-TP-11009
WARNING
ConnectionError accepting connection: %s
Cause:            Failed to accept inbound connection. %s = The error result when trying to accept inbound connection.
Resolution:    Review the associated error result.
SV-TP-11010
WARNING
ConnectionError processing new connection: %s
Cause:            Failed to process new inbound connection. %s = The error result when trying to accept inbound connection.
Resolution:    Review the associated error result.
N2::TCP::ServerConnection
SV-TP-10400
WARNING
ApplicationSSL is not supported on '%s' connections. Ignored.
Cause:            SSL is not supported on non-TCP protocol (e.g. UDP). %s = The configured connection protocol.
Resolution:    Check application protocol and SSL configuration.
N2::TCP::ServerConnection::HTTP
SV-TP-10700
WARNING
InternalCallback 'request_received' discarded for method '%s'.
Cause:            Implementing application does not implement request_received.
                        Request discarded.
%s = The request method we received.
Resolution:    Contact N-Squared support.
SV-TP-10701
WARNING
MessageFailed to send set-up error response: %s
Cause:            Failed to send set-up error response. %s = The error that occurred when trying to send the response.
Resolution:    Review the associated error result.
                        Check the outbound message content construction.
SV-TP-10702
WARNING
MessageMessage headers not complete in %d byte datagram. Request discarded.
Cause:            Incomplete UDP message headers. %d = The length of the inbound HTTP content.
Resolution:    Check inbound message content construction for valid UDP headers.
SV-TP-10703
WARNING
MessageChunk does not start with . Close.
Cause:            Badly formatted UDP chunk does not start with num-bytes. -
Resolution:    Check inbound message content construction for valid UDP content.
SV-TP-10704
WARNING
MessageOverflow has leading whitespace. Trim it (assume length(Content) > Content-Length).
Cause:            TCP stream content malformed and contains extra carriage return characters. -
Resolution:    Check inbound message content construction.
N2::TCP::ServerConnection::JSON
SV-TP-10900
WARNING
InternalCallback 'request_received' discarded for method '%s'.
Cause:            Sub class does not implement request_received method.
                        Request discarded.
%s = The called method name.
Resolution:    Contact N-Squared support.
SV-TP-10901
WARNING
MessageInvalid JSON received: %s
Cause:            Received invalid JSON data. %s = The error result generated when tyring to parse the input JSON.
Resolution:    Review the associated error result.
                        Check input JSON is valid.
SV-TP-10902
WARNING
MessageReceived JSON of type '%s' but needed HASH (JSON Object).
Cause:            Received non hash JSON content. %s = The type of received JSON data.
Resolution:    Check input JSON is valid.
SV-TP-10903
WARNING
MessageInvalid 'jsonrpc' = '%s' (must be '2.0').
Cause:            Invalid JSON RPC version. %s = The received JSON RPC version.
Resolution:    Check input JSON is valid.
SV-TP-10904
WARNING
MessageMissing/Empty 'method' supplied.
Cause:            JSON RPC message missing method property. -
Resolution:    Check input JSON is valid.
SV-TP-10905
WARNING
MessageMissing/Empty 'id' supplied.
Cause:            JSON RPC message missing ID property. -
Resolution:    Check input JSON is valid.
SV-TP-10906
WARNING
MessageFailed to send response: %s
Cause:            Failed to send JSON RPC response. %s = The error result generated when trying to send the JSON RPC response.
Resolution:    Review the associated error result.
                        Check receiving application socket is not overloaded.
N2::TCP::ServerConnection::MML
SV-TP-10800
WARNING
InternalCallback 'request_received' unhandled for command '%s'.
Cause:            Sub class does not implement request_received method. %s = The unhandled request command.
Resolution:    Contact N-Squared support.
SV-TP-10801
WARNING
MessageIgnoring user-supplied SYNSTAMP.
Cause:            Ignored user supplied Synstamp. -
Resolution:    Check message content construction.
SV-TP-10802
WARNING
MessageDiscarding non-SCALAR return parameter in ARRAY '%s'.
Cause:            Discarded non-SCALAR return parameter in array. %s = The key containing non-SCALAR value.
Resolution:    Check message content construction.
SV-TP-10803
WARNING
MessageDiscarding non-SCALAR/ARRAY return parameter '%s'.
Cause:            Discard non-SCALAR/array return parameter. %s = The key containing the non-SCALAR/array value.
Resolution:    Check message content construction.
SV-TP-10804
WARNING
MessageError sending Login NACK: %s
Cause:            Error sending Login NACK. %s = The error result generated when attempting to send the Login NACK.
Resolution:    Review the associated error result.
SV-TP-10805
WARNING
MessageError sending Login ACK: %s
Cause:            Error sending Login ACK with synstamp. %s = The error result generated when attempting to send the Login ACK.
Resolution:    Review the associated error result.
SV-TP-10806
WARNING
MessageError sending Login ACK: %s
Cause:            Error sending Login ACK without synstamp. %s = The error result generated when attempting to send the Login ACK.
Resolution:    Review the associated error result.
SV-TP-10807
WARNING
MessageInvalid login request '%s'.
Cause:            Invalid login request. %s = The invalid login request.
Resolution:    Review login request message content and configuration.
                        Check remote application is available and accepting inbound login requests.
SV-TP-10808
WARNING
MessageError sending Login NACK: %s
Cause:            Error sending Login NACK. %s = The error result generated when attempting to send the Login NACK.
Resolution:    Review the associated error result.
                        Review the outbound message content construction.
SV-TP-10809
WARNING
MessageInvalid command request '%s'.
Cause:            Invalid command request. %s = The invalid command request.
Resolution:    Review the request command.
                        Contact N-Squared support.
SV-TP-10810
WARNING
MessageError sending Command NACK: %s
Cause:            Error sending Command NACK. %s = The error result generated when attempting to send the Command NACK.
Resolution:    Review the associated error result.
SV-TP-10811
WARNING
MessageSynstamp '%s' le last '%s'.
Cause:            Synstamp is less than last Synstamp. %s = The current Synstamp.
%s = The previous Synstamp.
Resolution:    Review the SYNSTAMP values.
                        Review the message content construction.
SV-TP-10812
WARNING
MessageError sending Synstamp NACK: %s
Cause:            Error sending Synstamp NACK. %s = The error result generated when attempting to send the Synstamp NACK.
Resolution:    Review the associated error result.
SV-TP-10813
WARNING
MessageCommand '%s' is missing required SYNSTAMP.
Cause:            Command missing required SYNSTAMP. %s = The command that is missing a required SYNSTAMP.
Resolution:    Review the requested command.s
                        Review the message content construction contains valid SYNSTAMP.
SV-TP-10814
WARNING
MessageError sending Synstamp NACK: %s
Cause:            Error sending Synstamp NACK. %s = The error result generated when attempting to send the Synstamp NACK.
Resolution:    Review the associated error result.
SV-TP-10815
WARNING
MessageError sending Synstamp NACK: %s
Cause:            Error sending Synstamp NACK. %s = The error result generated when attempting to send the Synstamp NACK.
Resolution:    Review the associated error result.
N2::TCP::ServerConnection::PCP
SV-TP-10600
WARNING
MessageCannot parse PCP request: %s
Cause:            Cannot parse PCP request. %s = The error result generated when trying to parse the PCP request.
Resolution:    Review the associated error result.
                        Check the inbound message content construction.
N2::Tcap::Trace
SV-TC-10048
WARNING
MessageUnsupported INAP opcode %s for %s.
Cause:            Unsupported INAP opcode in return result. %s = The unsupported opcode.
%s = The component name.
Resolution:    Verify that the received messaging is correct.
SV-TC-10301
WARNING
MessageUnsupported INAP opcode %s for %s.
Cause:            Unsupported INAP opcode in invoke. %s = The unsupported opcode.
%s = The component name.
Resolution:    Contact N-Squared support.
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.
PcrfCleanerApp
QD-PC-10000
WARNING
ConfigurationDB App Name '%s' is not a known Application.
Cause:            Configured database application is not known. %s = The configured database application name.
Resolution:    Check database application configuration.
QD-PC-10001
WARNING
ConfigurationRest App Name '%s' is not a known Application.
Cause:            Configured REST application is not known. %s = The configured REST application name.
Resolution:    Check REST application configuration.
QD-PC-10002
WARNING
JobError on PcrfCleanerInstance creation: %s
Cause:            Failed to create PcrfCleaner instance. %s = The error result generated when trying to create the PcrfCleaner instance.
Resolution:    Review the associated error result.
QD-PC-10003
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get database handle. Application is not known. %s = The configured database application name.
Resolution:    Check database application configuration.
QD-PC-10004
WARNING
ResourceCannot send DB request: %s
Cause:            Failed to send database request. %s = The error result generated when attempting to send the database request.
Resolution:    Review the associated error result.
QD-PC-10005
WARNING
ResourceDatabase failure: %s
Cause:            Database failure. %s = The error details generated when trying to parse the database response.
Resolution:    Review the associated error details.
PcrfCleanerApp::PcrfCleanerInstance
QD-PC-10006
WARNING
ConfigurationFailed to get Rest App Handle: Configured Rest App '%s' is not a known Application.
Cause:            Failed to get REST application handle. %s = The unknown configured REST application name.
Resolution:    Check REST application configuration.
QD-PC-10007
WARNING
MessageCannot send Rest request: %s
Cause:            Failed to send REST request. %s = The error result generated when attempting to send the REST request.
Resolution:    Review the associated error result.
QD-PC-10008
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get database application handle. %s = The unknown configured database application name.
Resolution:    Check database application configuration.
QD-PC-10009
WARNING
ResourceCannot send DB request: %s
Cause:            Failed to send database request. %s = The error result generated when attempting to send the database request.
Resolution:    Review the associated error result.
QD-PC-10010
WARNING
StoreFailed to mark packet instance as cleaned in DB: %s
Cause:            Failed to update packet instance details. %s = The error message associated with the database update operation.
Resolution:    Review the associated error result.
QD-PC-10011
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get database application handle. %s = The unknown configured database application name.
Resolution:    Check database application configuration.
QD-PC-10012
WARNING
ResourceCannot send DB request: %s
Cause:            Failed to send database request. %s = The error result generated when attempting to send the database request.
Resolution:    Review the associated error result.
PushNotificationApp
QD-PN-10001
WARNING
ConfigurationDB App Name '%s' is not a known Application.
Cause:            Configured database application is not known. %s = The configured database application name.
Resolution:    Check database application configuration.
QD-PN-10002
WARNING
ConfigurationRest App Name '%s' is not a known Application.
Cause:            A configured notification endpoint REST application is not known. %s = The configured REST application name.
Resolution:    Check notification endpoint REST application configuration.
QD-PN-10003
WARNING
JobError on PushNotificationInstance creation: %s
Cause:            Failed to create PushNotification instance. %s = The error result generated when trying to create the PushNotification instance.
Resolution:    Review the associated error result.
QD-PN-10004
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get database handle. Application is not known. %s = The configured database application name.
Resolution:    Check database application configuration.
QD-PN-10005
WARNING
ResourceCannot send DB request: %s
Cause:            Failed to send database request. %s = The error result generated when attempting to send the database request.
Resolution:    Review the associated error result.
QD-PN-10006
WARNING
ResourceDatabase failure: %s
Cause:            Database failure. %s = The error details generated when trying to parse the database response.
Resolution:    Review the associated error details.
QD-PN-10007
WARNING
ConfigurationNo valid REST App Names are configured.
Cause:            No valid notification endpoint REST applications are configured. -
Resolution:    Check notification endpoint REST application configuration.
QD-PN-10121
WARNING
ResourceTimed out after waiting for DB for %ss. Restarting poll loop.
Cause:            DB timeout waiting for initial query. %s = The configured time that was waited before restarting the query.
Resolution:    Check DB configuration and downstream DB state.
QD-PN-10122
WARNING
ResourceTimed out after waiting for DB for %ss. Restarting poll loop.
Cause:            Duplicate REST notification endpoints. %s = The maximum database wait time.
Resolution:    Check notification endpoint REST application configuration.
PushNotificationApp::PushNotificationInstance
QD-PN-10008
WARNING
ResourceCannot send DB request: %s
Cause:            Failed to send database request. %s = The error result generated when attempting to send the database request.
Resolution:    Review the associated error result.
QD-PN-10009
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get database application handle. %s = The unknown configured database application name.
Resolution:    Check database application configuration.
QD-PN-10010
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get database application handle. %s = The unknown configured database application name.
Resolution:    Check database application configuration.
QD-PN-10011
WARNING
JobFailed to update push notification in DB: %s
Cause:            Failed to update push notification details. %s = The error message associated with the database update operation.
Resolution:    Review the associated error result.
QD-PN-10012
NOTICE
ApplicationQueried block of '%s' Subscribers for notification [%s] '%s' in %f (s)
Cause:            Summary of push notification DB query time. %s = The amount of matched subscribers.
%s = The type of notification being queried.
%s = The notification title.
%f = The duration of the DB fetch time.
Resolution:    None.
QD-PN-10013
WARNING
ConfigurationFailed to get REST App Handle: Configured REST App '%s' is not a known Application.
Cause:            Failed to get REST application handle. %s = The unknown configured REST application name.
Resolution:    Check REST application configuration.
QD-PN-10014
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get database application handle. %s = The unknown configured database application name.
Resolution:    Check database application configuration.
QD-PN-10015
WARNING
ResourceCannot send DB request: %s
Cause:            Failed to send database request. %s = The error result generated when attempting to send the database request.
Resolution:    Review the associated error result.
QD-PN-10016
WARNING
MessageCannot send REST request: %s
Cause:            Failed to send REST request. %s = The error result generated when attempting to send the REST request.
Resolution:    Review the associated error result.
QD-PN-10018
WARNING
ResourceCannot send DB request: %s
Cause:            Failed to send database request. %s = The error result generated when attempting to send the database request.
Resolution:    Review the associated error result.
QD-PN-10019
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get database application handle. %s = The configuration database application name.
Resolution:    Check database application configuration.
QD-PN-10112
NOTICE
ApplicationStarting Query for Subscribers for notification [%s] '%s'
Cause:            Starting time for query. %s = The type of notification being queried.
%s = The notification title.
Resolution:    None.
QD-PN-10113
WARNING
ConfigurationFailed to get DB App Handle: Configured DB App '%s' is not a known Application.
Cause:            Failed to get database application handle. %s = The unknown configured database application name.
Resolution:    Check database application configuration.
QD-PN-10114
WARNING
ResourceCannot send DB request: %s
Cause:            Failed to send database request. %s = The error result generated when attempting to send the database request.
Resolution:    Review the associated error result.
QD-PN-10115
WARNING
ResourceCannot send DB request: %s
Cause:            Failed to send database request. %s = The error result generated when attempting to send the database request.
Resolution:    Review the associated error result.
QD-PN-10120
NOTICE
ApplicationQueuing REST-C request containing %s install IDs for sending.
Cause:            Note down the queuing of the rest message. %s = The amount of install IDs being queued.
Resolution:    None.
RestClientApp
SV-RC-10000
ALARM
ConnectionReceived unexpected ping response code '%s' from '%s'. Going offline.
Cause:            Received invalid ping response code.
                        Application transitioned to offline.
%s = Received ping response code.
%s = The route used to perform the ping request.
Resolution:    Check if the remote application is up and responding correctly to ping requests.
                        Monitor the application for additional failed requests.
SV-RC-10000
CLEAR
ConnectionReceived successful ping after going offline. Going back online.
Cause:            Received successful ping response after encountering a failed ping situation.
                        Application transitioned to online.
-
Resolution:    None.
RestServerApp
SV-RS-10000
NOTICE
ApplicationNo handlers defined. Cannot handle inbound REST requests.
Cause:            Parameter configuration at startup.
                        No inbound handlers are defined.
-
Resolution:    None.
SV-RS-10005
NOTICE
ApplicationCompatibility = '%s'.
Cause:            Parameter configuration at startup.
                        The compatibility mode.
%s = The current quirks mode.
Resolution:    None.
RestServerApp::RestInboundInstance
SV-RS-10001
WARNING
MessageCannot queue response: %s
Cause:            Failed to queue response. %s = The error result when sending the response.
Resolution:    Review the associated error result.
SV-RS-10002
WARNING
MessageDuplicate request received for in-progress Instance. Discarded!
Cause:            Received duplicate request.
                        Request Discarded.
-
Resolution:    Review inbound message order.
                        Ensure duplicate requests are not being sent.
SV-RS-10003
NOTICE
JobTimeout performing local processing. Far end abandoned.
Cause:            Client abandoned its connection to us.
                        Cleaning up.
-
Resolution:    None.
SV-RS-10004
NOTICE
JobTimeout performing local processing. Reply with 504 Gateway Timeout.
Cause:            Reached the 504 gateway timeout limit.
                        Sending 504 response to client.
-
Resolution:    None.
RestServerApp::RestLuaService
SV-RS-10101
WARNING
ConfigurationDiscarding non-NIL result from REST Service script that sent early response.
Cause:            Discarding result from early returning REST service script that did not return NIL. -
Resolution:    Check script definition for invalid early exit behavior.
RestServerApp::RestTestLuaRun
SV-RS-10302
WARNING
JobFailed to start first instance for '%s': %s
Cause:            Failed to start first instance for run. %s = Run ID.
%s = Error result message.
Resolution:    Review the associated error result.
SV-RS-10303
WARNING
JobTrace has been enabled with backlog '%ig' > %i. Abort Run.
Cause:            Trace enabled with performance backlog exceeding maximum trace backlog. %i = Configured backlog value.
%i = Maximum debug backlog value.
Resolution:    Check backlog configuration.
SV-RS-10304
WARNING
JobFailed to start instance for '%s': %s
Cause:            Failed to start performance test instance. %s = Run ID.
%s = Error result message.
Resolution:    Review the associated error result.
SV-RS-10305
WARNING
JobTrace has been enabled with cps '%i' > %i. Abort Run.
Cause:            Trace enabled with performance CPS exceeding maximum trace CPS. %i = Configured CPS.
%i = Max debug CPS.
Resolution:    Check CPS configuration.
SV-RS-10306
WARNING
JobTrace has been enabled with backlog '%i' > %i. Abort Run.
Cause:            Trace enabled with performance backlog exceeding maximum trace backlog. %i = Configured backlog.
%i = Max debug backlog.
Resolution:    Check backlog configuration.
SV-RS-10307
WARNING
JobFailed to start instance for '%s': %s
Cause:            Failed to start test instance. %s = Run ID.
%s = Error result message.
Resolution:    Review the associated error result.
RestServerApp::RestTestLuaService
SV-RS-10201
WARNING
JobFailed to create REST Lua Test Run: %s
Cause:            Failed to create REST Lua Test Run. %s = The error message generated on instance creation failure.
Resolution:    Review the associated error message.
                        Ensure the run startup parameters are valid.
RtpApp
SP-RT-10001
NOTICE
ApplicationRTP Local IP = '%s'.
Cause:            Parameter configuration at startup.
                        RTP local IP configuration.
%s = The configured RTP local IP.
Resolution:    None.
SP-RT-10002
NOTICE
ApplicationRTP App (%d of %d) max %d streams, port range %d-%d (step 2).
Cause:            Parameter configuration at startup.
                        Max RTP streams and port range configuration.
%d = The index of this RTP application within all repeated RTP applications.
%d = The total number of repeated RTP applications.
%d = The configured maximum number of RTP streams per RTP application.
%d = The configured RTP start port for this RTP application.
%d = The configured RTP end port for this RTP application.
Resolution:    None.
SP-RT-10003
NOTICE
ApplicationFirst Announcement Leading Silence = %d (ms).
Cause:            Parameter configuration at startup.
                        First announcement leading silence configuration.
%d = The configured leading silence milliseconds.
Resolution:    None.
SP-RT-10004
NOTICE
ApplicationSIP Instruction Timeout = %d (ms).
Cause:            Parameter configuration at startup.
                        SIP controller app instruction timeout.
%d = The configured RTP instruction timeout (ms).
Resolution:    None.
SP-RT-10005
WARNING
JobError creating 'RtpApp::RtpInstance' instance: %s
Cause:            Failed to create RTP instance. %s = The error result generated when trying to create the RTP instance.
Resolution:    Review the associated error result.
SP-RT-10006
NOTICE
ApplicationDB Application Name = '%s'.
Cause:            Parameter configuration at startup.
                        Audio files base directory configuration.
%s = The configured audio file base directory.
Resolution:    None.
SP-RT-10007
NOTICE
ApplicationAnnouncement Cache Check = %d (secs).
Cause:            Parameter configuration at startup.
                        Announcement cache check interval.
%d = The configured config/audio cache-check interval (secs).
Resolution:    None.
SP-RT-10008
WARNING
ConfigurationCannot stat mapper file '%s': %s
Cause:            Failed to stat mapper file. %s = The configured mapper file.
%s = The error that occurred when trying to stat the mapper file.
Resolution:    Review the associated error result.
                        Check configuration.
                        Check configured mapper file exists and is stat-able.
SP-RT-10009
WARNING
ConfigurationCannot open mapper file: '%s': %s
Cause:            Failed to open mapper file. %s = The configured mapper file.
%s = The error that occurred when trying to read the mapper file.
Resolution:    Review the associated error result.
                        Check configuration.
                        Check configured mapper file exists and is readable.
SP-RT-10010
NOTICE
ApplicationLoading mapper file: '%s'.
Cause:            Application startup.
                        Loading mapper file.
%s = The configured mapper filename.
Resolution:    None.
SP-RT-10011
WARNING
ConfigurationFailed to load mapper file '%s': %s
Cause:            Failed to load mapper file as JSON. %s = The configured mapper file.
%s = The error that occurred when trying to parse the mapper file as JSON.
Resolution:    Review the associated error result.
                        Ensure mapper file contents are valid JSON.
SP-RT-10012
WARNING
ConfigurationLoaded mapper file '%s' is not JSON Object.
Cause:            Parsed mapper file content is not hash data structure. %s = The configured mapper file.
Resolution:    Ensure mapper file JSON contents are valid hash.
SP-RT-10013
NOTICE
ApplicationFull Mapping (mtime %d) contains %d announcements.
Cause:            Application startup.
                        Loaded full mapping (from file) with announcements.
%d = The MTIME of the configured mapper file.
%d = The amount of announcements that were loaded.
Resolution:    None.
SP-RT-10014
NOTICE
ApplicationAudio Base Directory = '%s'.
Cause:            Parameter configuration at startup.
                        Audio files base directory configuration.
%s = The configured audio file base directory.
Resolution:    None.
SP-RT-10015
NOTICE
ApplicationNo default language specified for internal announcements. Using system default '%s'.
Cause:            Parameter configuration at startup.
                        No language_default configuration, using system default.
%s = The system default language name.
Resolution:    None.
SP-RT-10016
NOTICE
ApplicationLanguage Default = '%s'.
Cause:            Parameter configuration at startup.
                        Language default configuration.
%s = The configured language default.
Resolution:    None.
SP-RT-10017
NOTICE
ApplicationLanguage '%s'%s. Loading Codec.
Cause:            Parameter configuration at startup.
                        Loading language codec.
%s = The configured language ID.
%s = The configured language name.
Resolution:    None.
SP-RT-10018
NOTICE
ApplicationRTP Audio Encodings = %s.
Cause:            Parameter configuration at startup.
                        Which RTP audio encodings are supported.
%s = The configured RTP event sendonly flag.
Resolution:    None.
SP-RT-10019
NOTICE
ApplicationDTMF Inband Detection if no telephone-event-id = %s.
Cause:            Parameter configuration at startup.
                        DTMF Inband detection policy configuration.
%s = The configured DTMF Inband detection policy.
Resolution:    None.
SP-RT-10020
NOTICE
ApplicationRTP Telephone Events work with SDP 'a=sendonly' = %s.
Cause:            Parameter configuration at startup.
                        Does RTP Telephone Event DTMF detection work with SDP "a=sendonly"? Or do we need "a=sendrecv"?
%s = The configured RTP event sendonly flag.
Resolution:    None.
SP-RT-10021
NOTICE
ApplicationRTP (Telephone Event) DTMF detection work with Early Media (183 Session Progress) = %s.
Cause:            Parameter configuration at startup.
                        Does RTP (Telephone Event) DTMF detection work with Early Media (183 Session Progress)? Or do we need 200 OK.
%s = The configured RTP event early media flag.
Resolution:    None.
SP-RT-10022
NOTICE
ApplicationDB Load Timeout = %d (ms).
Cause:            Parameter configuration at startup.
                        Announcement configuration and content allowed load times (each).
%d = The configured audio DB load timeout (ms).
Resolution:    None.
SP-RT-10023
NOTICE
ApplicationDB SQL Set = '%s'.
Cause:            Parameter configuration at startup.
                        The SQL queries which will be used to fetch DB configuratio/audio.
%s = The configured SQL query set type.
Resolution:    None.
SP-RT-10024
NOTICE
ApplicationEnd Digit Policy = %s.
Cause:            Parameter configuration at startup.
                        End digit behaviour. Does end digit get ignored in particular scenarios? For example, when collecting an exact number of digits.
%s = The configured end digit policy.
Resolution:    None.
SP-RT-10110
WARNING
ResourceFile '%s' still cannot stat [%s].
Cause:            Failed to stat file cache. %s = The cache file.
%s = The error that occurred when trying to stat the cache file.
Resolution:    Review the associated error result.
                        Check cache file exists and is stat-able.
SP-RT-10111
WARNING
ConfigurationFile '%s' not found. Skip Audio. Create empty cache.
Cause:            Failed to find audio file. %s = The audio file.
Resolution:    Check configured audio file exists and is readable.
SP-RT-10112
WARNING
ConfigurationFile '%s' cannot stat [%s]. Skip Audio. Create empty cache.
Cause:            Failed to stat audio file. %s = The audio file.
%s = The error that occurred when trying to stat the audio file.
Resolution:    Review the associated error result.
                        Check audio file exists and is stat-able.
SP-RT-10113
WARNING
ConfigurationFile '%s' cannot open [%s]. Skip Audio.
Cause:            Failed to open audio file. %s = The audio file.
%s = The error that occurred when trying to open the audio file.
Resolution:    Review the associated error result.
                        Check audio file exists and is readable.
SP-RT-10116
WARNING
InternalInvalid TAR archive for file '%s' with suffix '%s' and language '%s'. %s
Cause:            Invalid AMR or AMR-WB TAR archive. %s = The file's name.
%s = The file's suffix.
%s = The language that the file is associated with.
%s = The error details.
Resolution:    Contact N-Squared Support.
SP-RT-10117
WARNING
InternalMissing audio content for one or more modes for file '%s' with suffix '%s' and language '%s'.
Cause:            Missing audio content for one or more AMR or AMR-WB modes. %s = The file's name.
%s = The file's suffix.
%s = The language that the file is associated with.
Resolution:    Contact N-Squared Support.
SP-RT-10118
WARNING
InternalMissing audio content for file '%s' with suffix '%s', language '%s', and mode %d. %s
Cause:            Failed to extract audio content for AMR or AMR-WB mode. %s = The file's name.
%s = The file's suffix.
%s = The language that the file is associated with.
%d = The mode.
%s = The error details.
Resolution:    Contact N-Squared Support.
SP-RT-10119
WARNING
InternalMissing audio content for file '%s' with suffix '%s', language '%s', and mode %d.
Cause:            Missing audio content for AMR or AMR-WB mode. %s = The file's name.
%s = The file's suffix.
%s = The language that the file is associated with.
%d = The mode.
Resolution:    Contact N-Squared Support.
SP-RT-10120
WARNING
InternalInvalid audio content header for file '%s' with suffix '%s', language '%s', and mode %d.
Cause:            Invalid audio content header for AMR or AMR-WB mode. %s = The file's name.
%s = The file's suffix.
%s = The language that the file is associated with.
%d = The mode.
Resolution:    Contact N-Squared Support.
SP-RT-10121
WARNING
InternalUnexpected audio frame count %d (instead of %d) for file '%s' with suffix '%s', language '%s', and mode %d.
Cause:            Unexpected audio frame count for AMR or AMR-WB mode. %d = The actual audio frame count.
%d = The expected audio frame count.
%s = The file's name.
%s = The file's suffix.
%s = The language that the file is associated with.
%d = The mode.
Resolution:    Contact N-Squared Support.
SP-RT-10122
WARNING
InternalUnsupported file suffix '%s' for file '%s' with language '%s'.
Cause:            Unsupported file suffix. %s = The unsupported file suffix.
%s = The file's name.
%s = The language that the file is associated with.
Resolution:    Contact N-Squared Support.
RtpApp::RtpInstance
SP-RT-10101
WARNING
ConfigurationFailed to open intercept file '%s': %s
Cause:            Failed to open intercept file. %s = The intercept file.
%s = The error that occurred when trying to open the intercept file.
Resolution:    Review the associated error result.
                        Check intercept file exists and is readable.
SP-RT-10102
WARNING
InternalGiving up on completing input after %s seconds (hard limit).
Cause:            Giving up on completed input. %s = The configured input guard seconds.
Resolution:    Contact N-Squared Support.
SP-RT-10103
WARNING
InternalIgnoring DTMF source '%s' in favor of source '%s'.
Cause:            Ignoring duplicate DTMF source. %s = The duplicate DTMF source that will be ignored.
%s = The existing DTMF source that will take precedence.
Resolution:    Contact N-Squared Support.
SP-RT-10104
WARNING
MessageRTP received [%d] bytes < 12 from client. Too short for RTP.
Cause:            Received RTP packet less than 12 bytes. %d = The RTP message length.
Resolution:    Check message construction.
SP-RT-10105
WARNING
MessageRTP cannot handle extension flag in DTMF event. Ignoring.
Cause:            Received unsupported DTMF extension flag. -
Resolution:    Review message content construction.
SP-RT-10107
WARNING
MessageRTP can't handle Telephony Event payload of length %d != 4. Ignoring.
Cause:            RTP can't handle telephony event with length not equal to 4. %d = The telephony event payload length.
Resolution:    Review message content construction.
SP-RT-10108
WARNING
MessageDiscarding unsupported RTP Telephony Event code = %d.
Cause:            Unsupported RTP telephony event code. %d = The unsupported RTP telephony event code.
Resolution:    Review message content construction for valid RTP telephony event code.
SP-RT-10109
WARNING
Message(RTP Event) Received END on digit [%s], but in-progress digit is [%s]. Discard it.
Cause:            Received end digit but detected in progress digit. %s = The detected digit.
%s = The in progress digit.
Resolution:    Verify RTP sent in conversation.
SP-RT-10114
WARNING
JobFailure constructing announcement: %s
Cause:            An error occurred while attempting to construct the announcement audio for an internal announcement. %s = The reason for the failure to construct the announcement audio.
Resolution:    Check announcement ID, language, variable part values, audio encoding.
SMPPApp
SV-SM-10000
NOTICE
ApplicationOur SMPP System ID = '%s'.
Cause:            Parameter configuration at startup.
                        The SMPP System ID.
%s = The configured system ID.
Resolution:    None.
SV-SM-10001
NOTICE
ApplicationWill encode/decode alphabet '%s' with data coding value %d.
Cause:            Parameter configuration at startup.
                        Alphabet encoding/decoding setting.
%s = Alphabet key.
%d = Data coding value.
Resolution:    None.
SV-SM-10002
NOTICE
ApplicationUsing alphabet '%s' for the decode of 7-bit flash messages.
Cause:            Parameter configuration at startup.
                        7-bit flash message alphabet decoding settings.
%s = Flash decode alphabet 7-bit key.
Resolution:    None.
SV-SM-10003
NOTICE
ApplicationUsing alphabet '%s' for the decode of 8-bit flash messages.
Cause:            Parameter configuration at startup.
                        8-bit flash message alphabet decoding settings.
%s = Flash decode alphabet 8-bit key.
Resolution:    None.
SV-SM-10004
NOTICE
ApplicationUsing alphabet '%s' for the decode of 16-bit flash messages.
Cause:            Parameter configuration at startup.
                        16-bit flash message alphabet decoding settings.
%s = Flash decode alphabet 16-bit key.
Resolution:    None.
SV-SM-10005
NOTICE
ApplicationNo handlers defined. Cannot handle inbound SMPP requests.
Cause:            Parameter configuration at startup.
                        No inbound handlers are defined.
-
Resolution:    Review handler configuration.
SMPPApp::SMPPInboundInstance
SV-SM-10006
NOTICE
ConnectionAccepted Login from ESME with ID '%s'.
Cause:            Received inbound login request from ESME. %s = Offered system ID.
Resolution:    None.
SV-SM-10007
NOTICE
ConnectionWe are now ready for Outbound Request %s, Inbound Request %s.
Cause:            Ready for outbound and inbound requests. %s = Whether we can send outbound user requests.
%s = Whether we can receive inbound user requests.
Resolution:    None.
SV-SM-10008
WARNING
MessageCannot queue response: %s
Cause:            Failed to send SMPP fault response. %s = The error result when sending the response.
Resolution:    Review the associated error result.
SV-SM-10009
WARNING
ConnectionDuplicate request received for in-progress Instance. Discarded!
Cause:            Received duplicate request for in progress instance.
                        Request discarded.
-
Resolution:    Review inbound message order and duplicate requests.
SV-SM-10010
WARNING
ConfigurationBind as receiver not compatible with server bind configuration.
Cause:            Failed to bind, incompatible receiver bind configuration. -
Resolution:    Check server bind configuration.
SV-SM-10011
WARNING
ConfigurationBind as transmitter not compatible with server bind configuration.
Cause:            Failed to bind, incompatible transmitter bind configuration. -
Resolution:    Check server bind configuration.
SV-SM-10012
WARNING
ConfigurationBind as transceiver not compatible with server bind configuration.
Cause:            Failed to bind, incompatible transceiver bind configuration. -
Resolution:    Check server bind configuration.
SV-SM-10014
WARNING
ConfigurationHandler Application '%s' is not a known Application.
Cause:            Failed to find handler application. %s = The requested handler application name.
Resolution:    Check handler application configuration.
SV-SM-10015
WARNING
ConfigurationNo Handler for '%s' SRC='%s',DST='%s'.
Cause:            No handler available for request. %s = The handler PDU.
%s = The handler source.
%s = The handler destination.
Resolution:    Check handler configuration.
SV-SM-10016
WARNING
ConfigurationBind rejected because password does not match.
Cause:            Failed to bind, invalid password. -
Resolution:    Check password configuration.
                        Check inbound request password.
SMPPApp::SMPPInboundLuaAgent
TG-SM-10201
WARNING
ConfigurationMalformed SMPP-S-REQUEST is missing mandatory PDU.
Cause:            Malformed SMPP-S-REQUEST is missing mandatory PDU. -
Resolution:    Check received message.
TG-SM-10202
WARNING
ConfigurationMalformed SMPP-S-REQUEST is missing mandatory destination address.
Cause:            Malformed SMPP-S-REQUEST is missing mandatory destination address. -
Resolution:    Check received message.
SMPPApp::SMPPLuaService
TG-SM-10100
WARNING
ConfigurationUnspected LUA result - not INTEGER, not HASH.
Cause:            Unexpected LUA result. Type is not HASH and not INTEGER. -
Resolution:    Check script logic for invalid return types.
ScriptApp
SV-ST-10000
WARNING
ConfigurationSkipping malformed script rule with no 'script_file'.
Cause:            Skipped script rule with no script file. -
Resolution:    Check script rule configuration.
SV-ST-10001
WARNING
ConfigurationInvalid value '%s' for 'trace_level'. Setting = 0.
Cause:            Invalid rule value for trace level.
                        Defaulted to 0.
%s = The configured rule trace level.
Resolution:    Check rule trace level configuration.
SV-ST-10002
WARNING
ConfigurationScript index value for '%s' is too complex. Anchored hex-digits only.
Cause:            Called party regex configuration is too complex. %s = Regex key configured value.
Resolution:    Check regex key configuration.
                        Ensure only anchored hex-digits are used.
SV-ST-10003
WARNING
ConfigurationScript index is missing '%s'. Skipped.
Cause:            Script index missing called party regex. %s = Regex key configured value.
Resolution:    Check regex key configuration.
SV-ST-10004
WARNING
ConfigurationScript File '%s' Name [%s] conflicts with Existing File '%s'. Skipped.
Cause:            Script file name conflicts with existing file. %s = The conflicting script file.
%s = The conflicting script file name.
%s = The existing script file.
Resolution:    Check script file configuration for duplicate script files.
SV-ST-10007
NOTICE
ConfigurationLoading script index: '%s'.
Cause:            Parameter configuration at startup.
                        Loading script index file.
%s = The script index filename.
Resolution:    None.
SV-ST-10008
WARNING
ConfigurationNo scripts loaded. No 'script_dir' defined.
Cause:            No script loaded.
                        No script directory defined.
-
Resolution:    Check the script_dir configuration.
SV-ST-10009
WARNING
ConfigurationNo scripts loaded. Cannot find script dir '%s'.
Cause:            No scripts loaded.
                        Script directory not found.
%s = The script directory being parsed.
Resolution:    Check the script_dir configuration.
                        Ensure scripts are present and readable in the script directory.
SV-ST-10010
WARNING
ConfigurationCannot stat script index '%s': %s
Cause:            Failed to stat script index file. %s = The path of the script index file.
%s = The error result when stating the script index file.
Resolution:    Check script index.json file exists and is readable in the configured script directory.
SV-ST-10011
WARNING
ConfigurationCannot open script index: '%s': %s
Cause:            Failed to open script index file. %s = The path of the script index file.
%s = The error result when reading the script index file.
Resolution:    Check the script index.json file exists and is readable in the configured script directory.
SV-ST-10012
WARNING
ConfigurationFailed to load script index '%s': %s
Cause:            Failed to read and decode script index. %s = The path of the script index file.
%s = The error result when reading the script index file.
Resolution:    Check the script index.json file exists and is readable in the configured script directory, and contains valid JSON content.
SV-ST-10013
WARNING
ConfigurationIndex rule cannot run. Script '%s' did not load.
Cause:            Index rule cannot run.
                        Required script did not load.
%s = The name of the script that did not load.
Resolution:    Check that the required script is configured and available.
SV-ST-10014
WARNING
ConfigurationNo such script defn file '%s'.
Cause:            Script definition file not found. %s = The filename of the configured script definition.
Resolution:    Check that the configured script definition file exists and is configured correctly.
SV-ST-10015
WARNING
ConfigurationCannot get mtime for script file: '%s'.
Cause:            Failed to get MTIME for script file. %s = The filename of the configured script definition.
Resolution:    Check that the script file is readable and configured correctly.
SV-ST-10016
WARNING
ConfigurationCannot load script file '%s': %s
Cause:            Failed to load script file. %s = The path of the configured script.
%s = The error that occurred when reading the script file.
Resolution:    Check that the script file is readable and configured correctly.
SV-ST-10017
WARNING
ConfigurationFailed to create script definition '%s': %s
Cause:            Failed to create script definition. %s = The name of the script definition that failed to load.
%s = The error that occurred when attempting to load the script definition.
Resolution:    Review the associated error result.
                        Check the script definition contains valid LUA.
SV-ST-10021
WARNING
ConfigurationCould not find script definition for script '%s'.
Cause:            Failed to find script definition for defined script. %s = The name of the script that is missing a script definition.
Resolution:    Check that a script definition is configured and exists for the requested script.
SV-ST-10022
WARNING
ConfigurationCannot find/load script: %s
Cause:            Failed to load script definition for defined script. %s = The name of the script definition.
Resolution:    Check that a script definition is configured and exists.
SV-ST-10023
WARNING
ConfigurationFailed to start new instance for script '%s': %s
Cause:            Failed to start script instance. %s = The name of the script that failed to start.
%s = The error result generated when attempting to start the instance.
Resolution:    Review the associated error result.
                        Ensure the requested script name contains valid LUA.
SV-ST-10024
WARNING
ConfigurationReceived opcode %d does not match any script rule: %s
Cause:            Received opcode that doesn't match any configured script rule. %d = The requested opcode.
%s = The rule associated with the requested opcode.
Resolution:    Check the script rule configuration contains a script reference for the requested opcode.
ScriptApp::ScriptInstance
SV-ST-10020
WARNING
ConfigurationOperation $current_op wait seconds '%s' is missing/invalid/zero.
Cause:            Invalid wait seconds definition. %s = The invalid requested number of seconds to wait.
Resolution:    Check requested wait seconds is defined and non zero integer.
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::AnyTimeInterrogationLuaService
NS-AT-10805
WARNING
ConfigurationUnexpected LUA result - not HASH, nil, or INTEGER. Using default error code.
Cause:            AnyTimeInterrogation service logic final success result is non-INTEGER scalar. Using default error code. -
Resolution:    Check script logic for invalid return value.
NS-AT-10806
WARNING
MessageFailed to encode AnyTimeInterrogationResult: %s
Cause:            Failed to encode AnyTimeInterrogationRequestResult. %s = The error that occurred when trying to encode the AnyTimeInterrogationResult data.
Resolution:    Check inbound content for valid AnyTimeInterrogationRequestResult structure.
NS-AT-10807
WARNING
MessageAttempt to send AnyTimeInterrogation (ReturnResult) but no AnyTimeInterrogation was received.
Cause:            Attempted to send AnyTimeInterrogationRequestResult however did not receive AnyTimeInterrogationRequest. -
Resolution:    Verify that responses are being sent by the network.
NS-AT-10808
WARNING
MessageError sending AnyTimeInterrogation: %s
Cause:            Failed to send AnyTimeInterrogationRequestResult. %s = The error result generated when trying to send the AnyTimeInterrogation.
Resolution:    Review the associated error result.
NS-AT-10809
WARNING
InternalReceived unsupported TCAP-ABORT in ATI handling.
Cause:            Unsupported inbound TCAP-ABORT in AnyTimeInterrogationLuaService processing. -
Resolution:    Contact N-Squared.
NS-AT-10810
WARNING
MessageError sending AnyTimeInterrogation: %s
Cause:            Failed to send AnyTimeInterrogation. %s = The error result generated when trying to send the AnyTimeInterrogation.
Resolution:    Review the associated error result.
NS-AT-10811
WARNING
MessageError sending AnyTimeInterrogation / ReturnError: %s
Cause:            Failed to send AnyTimeInterrogationRequest ReturnResult. %s = The error result generated when trying to send the AnyTimeInterrogation.
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::ProcessUssdLuaService
TG-SG-10001
NOTICE
ApplicationDefault DCS Language = %s.
Cause:            Parameter configuration at startup.
                        Default USSD DCS language.
%s = The configured default USSD DCS language.
Resolution:    None.
TG-SG-10002
NOTICE
ApplicationDefault Error Message = '%s'.
Cause:            Parameter configuration at startup.
                        Default USSD error message.
%s = The configured default USSD error message.
Resolution:    None.
TG-SG-10004
NOTICE
ApplicationDefault Menu Timeout = '%s'.
Cause:            Parameter configuration at startup.
                        Default USSD menu timeout.
%s = The configured default USSD menu timeout.
Resolution:    None.
TG-SG-10005
WARNING
ConfigurationUnspected LUA result - not SCALAR, not ProcessUnstructuredSSRequest args.
Cause:            Unexpected LUA result. Type is not Scalar and does not match ProcessUnstructuredSSRequest arguments. -
Resolution:    Check script logic for invalid return types.
TG-SG-10006
WARNING
ConfigurationFailed to encode ProcessUnstructuredSSRequestResult: %s
Cause:            Failed to encode ProcessUnstructuredSSRequestResult. %s = The error that occurred when trying to encode the ProcessUnstructuredSSRequestResult data.
Resolution:    Check inbound content for valid ProcessUnstructuredSSRequestResult structure.
TG-SG-10007
WARNING
JobAttempt to send ProcessUnstructuredSSRequest (ReturnResult) but no ProcessUnstructuredSSRequest was received.
Cause:            Attempted to send ProcessUnstructuredSSRequestResult however did not receive ProcessUnstructuredSSRequest. -
Resolution:    Contact N-Squared support.
TG-SG-10008
WARNING
JobError sending ProcessUnstructuredSSRequest: %s
Cause:            Failed to send ProcessUnstructuredSSRequest. %s = The error result generated when trying to send the ProcessUnstructuredSSRequest.
Resolution:    Review the associated error result.
TG-SG-10009
WARNING
JobError sending TCAP empty END: %s
Cause:            Failed to send TCAP empty END. %s = The error result generated when trying to send the TCAP empty END.
Resolution:    Review the associated error result.
TG-SG-10010
WARNING
ConnectionError sending ProcessUnstructuredSSRequest: %s
Cause:            Failed to send ProcessUnstructuredSSRequest. %s = The error result generated when trying to send the ProcessUnstructuredSSRequest.
Resolution:    Review the associated error result.
TG-SG-10011
NOTICE
ApplicationDefault Notify Timeout = '%s'.
Cause:            Parameter configuration at startup.
                        Default USSD notify timeout.
%s = The configured default USSD notify timeout.
Resolution:    None.
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::SendRoutingInfoForSMLuaService
NS-SR-10805
WARNING
ConfigurationUnexpected LUA result - not HASH, nil, or INTEGER. Using default error code.
Cause:            AnyTimeInterrogation service logic final success result is non-INTEGER scalar. Using default error code. -
Resolution:    Check script logic for invalid return value.
NS-SR-10806
WARNING
MessageFailed to encode SendRoutingInfoForSMResult: %s
Cause:            Failed to encode SendRoutingInfoForSMResult. %s = The error that occurred when trying to encode the SendRoutingInfoForSMResult data.
Resolution:    Check inbound content for valid SendRoutingInfoForSMResult structure.
NS-SR-10807
WARNING
MessageAttempt to send SendRoutingInfoForSM (ReturnResult) but no SendRoutingInfoForSM was received.
Cause:            Attempted to send SendRoutingInfoForSMResult however did not receive SendRoutingInfoForSM. -
Resolution:    Verify that responses are being sent by the network.
NS-SR-10808
WARNING
MessageError sending SendRoutingInfoForSM: %s
Cause:            Failed to send SendRoutingInfoForSMResult. %s = The error result generated when trying to send the SendRoutingInfoForSM.
Resolution:    Review the associated error result.
NS-SR-10809
WARNING
InternalReceived unsupported TCAP-ABORT in SRISM handling.
Cause:            Unsupported inbound TCAP-ABORT in SendRoutingInfoForSMLuaService processing. -
Resolution:    Contact N-Squared.
NS-SR-10810
WARNING
MessageError sending SendRoutingInfoForSM: %s
Cause:            Failed to send SendRoutingInfoForSM. %s = The error result generated when trying to send the SendRoutingInfoForSM.
Resolution:    Review the associated error result.
NS-SR-10811
WARNING
MessageError sending SendRoutingInfoForSM / ReturnError: %s
Cause:            Failed to send SendRoutingInfoForSM ReturnResult. %s = The error result generated when trying to send the SendRoutingInfoForSM.
Resolution:    Review the associated error result.
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.
SigtranApp::TcapLuaAgent
SV-SG-10600
WARNING
MessageMalformed AnyTimeInterrogationRequest: %s
Cause:            Failed to parse received AnyTimeInterrogationRequest. %s = The reason for decode failure.
Resolution:    Check received message.
SigtranApp::UssdNotifyLuaAgent
TG-SG-10401
WARNING
JobError sending empty TCAP END: %s
Cause:            Failed to send empty TCAP END to close notify CONTINUE. %s = The error result generated when trying to send the empty TCAP END.
Resolution:    Review the associated error result.
TG-SG-10402
WARNING
MessageReceived unsupported component type %s in response to sent UnstructuredSSNotify Invoke.
Cause:            Received unsupported component type in response to sent UnstructuredSSNotify Invoke. %s = The unsupported component type received.
Resolution:    Review the associated message flow.
SigtranApp::UssdNotifyLuaService
TG-SG-10101
WARNING
ConfigurationUnspected LUA result for USSD Notify Lua Service.
Cause:            Unexpected LUA result. USSD Notify Lua Service does not support return parameters.
                        Service logic should use the .accept, .decline, or .close method instead.
-
Resolution:    Check script logic for invalid return types.
TG-SG-10102
WARNING
MessageAttempt to send UnstructuredSSNotify (ReturnError) but no UnstructuredSSNotify was received.
Cause:            Attempted to send UnstructuredSSNotifyResult however did not receive UnstructuredSSNotify. -
Resolution:    Verify returned message.
TG-SG-10103
WARNING
MessageError sending UnstructuredSSNotify: %s
Cause:            Failed to send UnstructuredSSNotify. %s = The error result generated when trying to send the UnstructuredSSNotify.
Resolution:    Review the associated error result.
TG-SG-10104
WARNING
MessageError sending UnstructuredSSNotify-Result: %s
Cause:            Failed to send UnstructuredSSNotify-Result. %s = The error result generated when trying to send the UnstructuredSSNotify-Result.
Resolution:    Review the associated error result.
TG-SG-10105
WARNING
MessageError sending TCAP empty END: %s
Cause:            Failed to send TCAP empty END. %s = The error result generated when trying to send the TCAP empty END.
Resolution:    Review the associated error result.
TG-SG-10106
WARNING
ConnectionError sending UnstructuredSSNotify: %s
Cause:            Failed to send UnstructuredSSNotify. %s = The error result generated when trying to send the UnstructuredSSNotify.
Resolution:    Review the associated error result.
SoapClientApp
SV-SC-10000
NOTICE
ApplicationCompatibility = '%s'.
Cause:            Parameter configuration at startup.
                        The compatibility mode.
%s = The current quirks mode.
Resolution:    None.
SV-SC-10001
NOTICE
ApplicationMessage Namespace Location = '%s'.
Cause:            Parameter configuration at startup.
                        The namespace location.
%s = The namespace message location.
Resolution:    None.
SV-SC-10002
NOTICE
ApplicationCommon Message URI = '%s'.
Cause:            Parameter configuration at startup.
                        The common message URI.
%s = The message URI.
Resolution:    None.
SV-SC-10015
NOTICE
ApplicationOutput Mode = '%s'.
Cause:            Parameter configuration at startup.
                        The output mode.
%s = The current output mode.
Resolution:    None.
SV-SC-10016
NOTICE
ApplicationMessage Namespace Alias = '%s'.
Cause:            Parameter configuration at startup.
                        The namespace alias.
%s = The namespace alias.
Resolution:    None.
SoapClientApp::SoapOutboundInstance
SV-SC-10003
WARNING
MessageUnsupported user override Message Namespace Location '%s'.
Cause:            Unsupported user override message namespace location. %s = The requested invalid user namesapce message location.
Resolution:    Check the requested message namespace location.
SV-SC-10004
WARNING
MessageUnsupported user override Security Type '%s'.
Cause:            Unsupported user override security type. %s = The requested invalid user security type.
Resolution:    Check the requested message security type.
SV-SC-10005
WARNING
MessageQuirks Mode '%s' argument '%s' unsupported undef value.
Cause:            Selected quirks mode does not support undefined values. %s = The quirks mode being utilized.
%s = The name of the field that has an undefined value.
Resolution:    Check message content for undefined values.
SV-SC-10006
WARNING
MessageQuirks Mode '%s' ARRAY argument '%s' element is %s not HASH.
Cause:            Selected quirks mode array argument is not hash. %s = The quirks mode being utilized.
%s = The name of the array field that is not a hash.
%s = The type of the parameter.
Resolution:    Check message content for array arguments that are not hashes.
SV-SC-10007
WARNING
MessageQuirks Mode '%s.%s' argument '%s' unsupported undef value.
Cause:            Selected quirks mode sub value does not support undefined values. %s = The quirks mode being utilized.
%s = The name of the argument that has a sub argument that is undefined.
%s = The name of the sub argument that is undefined.
Resolution:    Check message content for sub value arguments that contain undefined values.
SV-SC-10008
WARNING
MessageQuirks Mode '%s.%s' argument '%s' has unsupported %s value.
Cause:            Selected quicks mode sub value has unsupported value. %s = The quirks mode being utilized.
%s = The name of the argument that has an unsupported sub argument value.
%s = The name of the sub argument that has an unsupported value.
%s = The type of the value of the unsupported sub argument.
Resolution:    Check message content for sub value arguments that contain unsupported values.
SV-SC-10009
WARNING
MessageQuirks Mode '%s' argument '%s' has unsupported %s value.
Cause:            Selected quirks mode has unsupported value. %s = The quirks mode being utilized.
%s = The name of the argument that has an unsupported value.
%s = The type of the unsupported value.
Resolution:    Check message content for an argument that contains unsupported values.
SV-SC-10010
WARNING
MessageQuirks Mode '%s' argument '%s' unsupported undef value.
Cause:            Selected quirks mode does not support undefined values. %s = The quirks mode being utilized.
%s = The name of the field that has an undefined value.
Resolution:    Check message content for undefined values.
SV-SC-10011
WARNING
MessageQuirks Mode '%s' argument '%s' ARRAY contains unsupported %s value.
Cause:            Selected quicks mode argument array contains unsupported value. %s = The quirks mode being utilized.
%s = The name of the argument that contains an unsupported value.
%s = The type of the unsupported value.
Resolution:    Check message content for array arguments that contain unsupported values.
SV-SC-10012
WARNING
MessageQuirks Mode '%s' argument '%s' has unsupported %s value.
Cause:            Selected quirks mode has unsupported value. %s = The quirks mode being utilized.
%s = The name of the argument that has an unsupported value.
%s = The type of the unsupported value.
Resolution:    Check message content for an argument that contains unsupported values.
SV-SC-10013
WARNING
MessageQuirks Mode '%s.%s' unsupported %s value.
Cause:            Selected quicks mode sub value has unsupported value. %s = The quirks mode being utilized.
%s = The name of the argument that has an unsupported sub argument value.
%s = The type of the value of the unsupported sub argument.
Resolution:    Check message content for sub value arguments that contain unsupported values.
SV-SC-10014
WARNING
MessageQuirks Mode '%s.%s' unsupported %s value.
Cause:            Selected quicks mode value has unsupported value. %s = The quirks mode being utilized.
%s = The name of the argument that has an unsupported argument value.
%s = The type of the value of the unsupported argument.
Resolution:    Check message content for value arguments that contain unsupported values.
SoapServerApp
SV-SS-10000
NOTICE
ApplicationNo handlers defined. Cannot handle inbound SOAP requests.
Cause:            Application startup.
                        No inbound handlers are defined.
-
Resolution:    Review handler configuration.
SV-SS-10001
NOTICE
ApplicationAdd namespace within response message = %s.
Cause:            Parameter configuration at startup.
                        Whether or not to add namespacing within response messages.
%s = Whether or not to add namespaces to inner response elements.
Resolution:    None.
SV-SS-10002
NOTICE
ApplicationCompatibility = '%s'.
Cause:            Parameter configuration at startup.
                        The compatibility mode.
%s = The current quirks mode.
Resolution:    None.
SV-SS-10008
NOTICE
ApplicationOutput Mode = '%s'.
Cause:            Parameter configuration at startup.
                        The output mode.
%s = The current output mode.
Resolution:    None.
SV-SS-10009
NOTICE
ApplicationAdd namespace to array items = %s.
Cause:            Parameter configuration at startup.
                        Whether or not to add namespaces to array items.
%s = Whether or not to add namespaces to array items.
Resolution:    None.
SoapServerApp::SoapInboundInstance
SV-SS-10003
WARNING
MessageCannot queue response: %s
Cause:            Failed to send SOAP fault response. %s = The error result when sending the response.
Resolution:    Review the associated error result.
SV-SS-10004
WARNING
ConnectionDuplicate request received for in-progress Instance. Discarded!
Cause:            Received duplicate request for in progress instance.
                        Request discarded.
-
Resolution:    Contact N-Squared support.
SV-SS-10005
NOTICE
JobTimeout performing local processing. Far end abandoned.
Cause:            Client abandoned its connection to us. Cleaning up. -
Resolution:    None.
SV-SS-10006
NOTICE
JobTimeout performing local processing. Reply with 504 Gateway Timeout.
Cause:            Reached the 504 gateway timeout limit.
                        Sending 504 response to client.
-
Resolution:    None.
SoapServerApp::SoapLuaService
SV-SS-10007
WARNING
ConfigurationDiscarding non-nil result from SOAP service script that sent early response.
Cause:            Discarding result from early returning SOAP service script that did not return NIL. -
Resolution:    Check script definition for invalid early exit behavior.
SrpSipApp
SP-SR-10001
NOTICE
ApplicationDefault SIGTRAN App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default configured Sigtran application name.
%s = The configured default Sigtran application name.
Resolution:    None.
SP-SR-10002
NOTICE
ApplicationSCP ID Location = %s
Cause:            Parameter configuration at startup.
                        SCP ID location configuration.
%s = The configured SCP ID location.
Resolution:    None.
SP-SR-10003
NOTICE
ApplicationSCP ID Length = %d.
Cause:            Parameter configuration at startup.
                        SCP ID length configuration.
%d = The configured SCP ID length.
Resolution:    None.
SP-SR-10004
NOTICE
ApplicationCorrelationID Length = %d.
Cause:            Parameter configuration at startup.
                        Correlation ID length configuration.
%d = The configured correlation ID length.
Resolution:    None.
SP-SR-10005
NOTICE
ApplicationINAP Variant = '%s'.
Cause:            Parameter configuration at startup.
                        INAP variant configuration.
%s = The configured INAP variant.
Resolution:    None.
SP-SR-10006
NOTICE
ApplicationSCP: ID = '%s', DRI = %d, DPC = %s, DSSN = %s, DGT = %s [NOA = %s, NP = %s, TT = %s].
Cause:            Parameter configuration at startup.
                        SCP configuration.
%s = The configured SCP ID.
%d = The configured DRI.
%s = The configured DPC.
%s = The configured DSSN.
%s = The configured DGT.
%s = The configured NOA.
%s = The configured NP.
%s = The configured TT.
Resolution:    None.
SP-SR-10008
NOTICE
ApplicationLanguage ID is in INAP INTEGER Extension [%d].
Cause:            Parameter configuration at startup.
                        Configured language ID maps to INAP INTEGER extension.
%d = The matching language extension ID.
Resolution:    None.
SP-SR-10009
NOTICE
ApplicationNo configuration for 'language_default'. Using system default '%s'.
Cause:            Parameter configuration at startup.
                        No language_default configuration, using system default.
%s = The system default language name.
Resolution:    None.
SP-SR-10010
NOTICE
ApplicationLanguage Default = '%s'.
Cause:            Parameter configuration at startup.
                        Language default configuration.
%s = The configured language default.
Resolution:    None.
SP-SR-10011
NOTICE
ApplicationLanguage ID [%s] = '%s'. Loading Codec.
Cause:            Parameter configuration at startup.
                        Loading language codec.
%s = The configured language ID.
%s = The configured language name.
Resolution:    None.
SP-SR-10012
WARNING
ConfigurationRequested SIGTRAN Agent '%s' is not a known Application. Force OFFLINE.
Cause:            Requested SIGTRAN agent application is not known. %s = The requested SIGTRAN agent application.
Resolution:    Check SIGTRAN agent application configuration.
SP-SR-10013
WARNING
ConfigurationNo SIGTRAN Agent is configured. Force OFFLINE.
Cause:            No SIGTRAN agent application configured.
                        Call processing not enabled.
-
Resolution:    Check SIGTRAN agent configuration.
SP-SR-10014
WARNING
ConfigurationEarly Media policy = %s not allowed for SrpSipApp. Override = %s.
Cause:            Warning of parameter override at startup.
                        Policy for handling early media.
%s = The (ignored) configured early media policy.
%s = The (applied) override early media policy.
Resolution:    Remove disallowed configuration items.
SP-SR-10015
NOTICE
ApplicationTCAP AC for ARI = %s.
Cause:            Parameter configuration at startup.
                        TCAP Application Context for sending AssistRequestInstructions
%s = The configured TCAP AC (in hex bytes).
Resolution:    None.
SrpSipApp::SrpSipInstance
SP-SR-10101
WARNING
MessageHandling ReturnError AssistRequestInstructionsError (Code = %s) from SSP.
Cause:            Received AssistRequestInstructionsError from SSP. %s = The AssistRequestInstructionsError code.
Resolution:    Review the associated error code.
SP-SR-10102
WARNING
JobCannot Expand INAP Script: INAP Error [%d] %s
Cause:            Failed to expand INAP script. %d = The error code.
%s = The error result generated when trying to expand the INAP script.
Resolution:    Review the associated error result.
SP-SR-10103
WARNING
JobCannot expand INAP PA/PACUI into script: INAP Error [%d] %s
Cause:            Failed to expand INAP script. %d = The error code.
%s = The error result generated when trying to expand the INAP script.
Resolution:    Review the associated error result.
SP-SR-10104
WARNING
InternalTransaction '%s' received unsupported %s Component with OpCode = %d.
Cause:            Transaction received unsupported component. %s = The transaction.
%s = The unsupported component type.
%d = The unsupported component OpCode.
Resolution:    Contact N-Squared Support.
SP-SR-10105
WARNING
InternalNew SCP guard timer %s overwrites previous active SCP guard timer %s. Impossible.
Cause:            A new SCP state machine guard timer was started while a previous one was still running. %s = The defined timer action.
%s = The existing SCP guard timer action.
Resolution:    Contact N-Squared Support.
SP-SR-10106
WARNING
InternalRequest to cancel SCP guard timer %s but no SCP guard timer is active in SRP state %s. Impossible.
Cause:            The internal SCP state machine attempt to cancel a SCP guard timer which is not currently running. %s = The defined timer action.
%s = The current SCP state.
Resolution:    Contact N-Squared Support.
SP-SR-10107
WARNING
InternalRequest to cancel SCP guard timer %s but SCP guard timer %s is active instead in SRP state %s. Impossible.
Cause:            Request to cancel SCP guard timer that does not match current SCP guard timer. %s = The defined timer action.
%s = The existing SCP guard timer action.
%s = The current SCP state.
Resolution:    Contact N-Squared Support.
SP-SR-10108
WARNING
InternalPA/PACUI playing failed: %s
Cause:            Announcement construction/playing encountered a problem. %s = The error message raised during announcement construction/playing.
Resolution:    Contact N-Squared Support.
TestRtpUdpApp
SP-RP-10005
WARNING
JobError creating 'TestRtpUdpApp::TestRtpUdpInstance' instance: %s
Cause:            Failed to create RTP test instance. %s = The error result generated when trying to create the RTP Test instance.
Resolution:    Review the associated error result.
TestRtpUdpApp::TestRtpUdpInstance
SP-RP-10102
WARNING
JobError setting remote IP/port for RTP Testing: %s
Cause:            Unable to perform setting of test RTP remote endpoint. %s = The error that occurred when trying to set connection details.
Resolution:    Review the associated error result and input parameters.
SP-RP-10103
WARNING
JobError constructing/sending telephone-event: %s
Cause:            Unable to queue/send test RTP telephone-event to remote endpoint. %s = The error that occurred when trying to construct or send telephone-event.
Resolution:    Review the associated error result and input parameters.
SP-RP-10104
WARNING
JobError fetching/sending stored RTP payloads: %s
Cause:            Unable to fetch/send received test RTP packets. %s = The error that occurred when trying to fetch/deliver the RTP stored content.
Resolution:    Review the associated error result and input parameters.
SP-RP-10106
WARNING
JobError constructing/sending AMR codec mode request: %s
Cause:            Unable to queue/send AMR/AMR-WB codec mode request to remote endpoint. %s = The error that occurred when trying to send the AMR/AMR-WB codec mode request.
Resolution:    Review the associated error result and input parameters.
TestRtpUdpApp::TestRtpUdpLuaAgent
SP-RP-10105
WARNING
JobFailed to send TEST-RTP-UDP-DEREGISTER: %s
Cause:            Failed to send SCC hangup. %s = The error result that occurred when trying to send the SCC hangup.
Resolution:    Review the associated error result.
TestSipUdpApp
SP-SI-10002
NOTICE
ApplicationConnecting to listen for UDP on [%s:%s].
Cause:            Application startup.
                        Preparing to listen as UDP server.
%s = The host to listen on.
%s = The port to listen on.
Resolution:    None.
SP-SI-10003
NOTICE
ApplicationRebinding Server listen port %s -> %s.
Cause:            Server configuration updated.
                        Rebind server to new listening port.
%s = The current listening port.
%s = The new listening port.
Resolution:    None.
SP-SI-10004
NOTICE
ApplicationRebinding Server listen host %s -> %s.
Cause:            Server configuration updated.
                        Rebind server to new listening host.
%s = The current listening host.
%s = The current listening port.
Resolution:    None.
SP-SI-10005
WARNING
JobFailed to create UDP instance for TEST-SIP-UDP-SEND: %s
Cause:            Failed to create UDP instance. %s = The error message generated on instance creation failure.
Resolution:    Review the associated error message.
SP-SI-10006
WARNING
MessageError correlating received UDP packet: %s
Cause:            Failed to correlate UDP payload. %s = The error message generated on payload correlation.
Resolution:    Review the associated error message.
SP-SI-10007
WARNING
MessageNo correlation mechanism for received UDP packet.
Cause:            No mechanism to correlate UDP payload for inbound packet. -
Resolution:    Inbound packets are not supported by this configuration.
SP-SI-10008
WARNING
MessageReceived UDP packet with call ID '%s' has no associated instance.
Cause:            No instance found for received UDP packet, and new inbound
                        sessions are not supported.
%s = The call ID for the message with no existing instance.
Resolution:    Examine UDP traces and determine if the message was late/miscoded/lost.
SP-SI-10009
WARNING
JobReceived UDP packet with call ID '%s' after instance was shutdown.
Cause:            Received UDP packet for an instance that is already shutdown. %s = The call ID for the message with no existing instance.
Resolution:    Examine UDP traces and check timer configuration.
TestSipUdpApp::TestSipUdpLuaAgent
SP-SI-10101
NOTICE
JobSIP call ID '%s' still has %d remaining unprocessed inbound packets at end of processing.
Cause:            Unhandled UDP packets remaining at the end of the Agent lifetime. %s = The call ID for which packets remain.
%d = The number of remaining packets.
Resolution:    Check that this is an expected side-effect of the test case.
TesterApp
SV-TR-10000
NOTICE
ApplicationDefault DB App Name for '%s' requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default request DB app name.
%s = Request type.
%s = DB app name.
Resolution:    None.
SV-TR-10001
NOTICE
ApplicationDefault default DB App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default DB app name.
%s = DB app name.
Resolution:    None.
SV-TR-10002
NOTICE
ApplicationDefault REST App Name for '%s' requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default REST app name.
%s = Request type.
%s = REST app name.
Resolution:    None.
SV-TR-10003
NOTICE
ApplicationDefault default REST App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default REST app name.
%s = REST app name.
Resolution:    None.
SV-TR-10004
NOTICE
ApplicationDefault SMPP App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default SMMP app name.
%s = SMMP app name.
Resolution:    None.
SV-TR-10005
NOTICE
ApplicationDefault PI App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default PI app name.
%s = PI app name.
Resolution:    None.
SV-TR-10006
NOTICE
ApplicationDefault OSD App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default OSD app name.
%s = OSD app name.
Resolution:    None.
SV-TR-10008
NOTICE
ApplicationDefault DIAMETER App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default Diameter app name.
%s = Diameter app name.
Resolution:    None.
SV-TR-10009
NOTICE
ApplicationDefault SIGTRAN App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default Sigtran app name.
%s = Sigtran app name.
Resolution:    None.
SV-TR-10010
NOTICE
ApplicationWill listen for JSON on '%s:%s'.
Cause:            Parameter configuration at startup.
                        JSON RPC host and port.
%s = JSON RPC host.
%s = JSON RPC port.
Resolution:    None.
SV-TR-10011
NOTICE
ApplicationDefault SCP TCAP Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default SCP TCAP timeout.
%d = SCP TCAP timeout seconds.
Resolution:    None.
SV-TR-10012
NOTICE
ApplicationDefault Request Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default request timeout.
%d = Request timeout seconds.
Resolution:    None.
SV-TR-10013
NOTICE
ApplicationDefault PI Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default PI timeout.
%d = PI timeout seconds.
Resolution:    None.
SV-TR-10014
NOTICE
ApplicationDefault OSD Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default OSD timeout.
%d = OSD timeout seconds.
Resolution:    None.
SV-TR-10015
NOTICE
ApplicationDefault REST Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default REST timeout.
%d = REST timeout seconds.
Resolution:    None.
SV-TR-10016
NOTICE
ApplicationDefault Diameter Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default Diameter timeout.
%d = Diameter timeout seconds.
Resolution:    None.
SV-TR-10017
NOTICE
ConfigurationNo registration found for SMPP '%s' to Destination Address '%s'.
Cause:            No registered destination address for SMPP PDU. %s = PDU.
%s = Destination address.
Resolution:    Check SMMP destination address configuration.
SV-TR-10018
WARNING
ConfigurationNo registration found for Diameter Session-Id '%s'.
Cause:            No registration found for Diameter Session-Id. %s = Diameter Session-Id.
Resolution:    Review configuration for Diameter message handling.
SV-TR-10019
NOTICE
JobDiscarding abandoned run ID '%s' (finished %s > %s seconds ago).
Cause:            Discarding abandoned test run. %s = The abandoned test run ID.
%s = The time since the test run finished.
%s = The discard timeout.
Resolution:    None.
SV-TR-10020
WARNING
MessageDiscarding '%s' message with no instance context.
Cause:            Message received with no instance context. %s = Received message context.
Resolution:    Review the message type.
                        Review the message content construction.
SV-TR-10021
WARNING
JobFailed to create test run id '%s': %s
Cause:            Failed to create test run. %s = Test run ID.
%s = Test run creation error.
Resolution:    Review the associated error result.
SV-TR-10022
WARNING
ConfigurationParameter OSSN is now a SigtranApp parameter, not a TesterApp parameter.
Cause:            Parameter configuration at startup.
                        OSSN configuration is no longer applicable to Tester app.
-
Resolution:    Review application configuration.
SV-TR-10023
WARNING
MessageInvalid/Missing SMPP for inbound SMPP.
Cause:            SMPP missing for inbound SMPP. -
Resolution:    Check inbound SMPP message content.
SV-TR-10024
WARNING
MessageInvalid/Missing PDU for inbound SMPP.
Cause:            SMPP missing PDU. -
Resolution:    Check inbound SMPP message content.
SV-TR-10025
WARNING
MessageUnsupported PDU '%s' for inbound SMPP.
Cause:            Unsupported PDU for inbound SMPP. %s = Unsupported PDU.
Resolution:    Check inbound SMPP message content.
SV-TR-10026
WARNING
MessageInvalid/Missing Destination Address for inbound '%s'.
Cause:            SMPP message missing destination address for inbound PDU. %s = PDU missing destination address.
Resolution:    Check inbound SMPP message content.
SV-TR-10027
WARNING
MessageInvalid/Missing Diameter details for inbound Diameter request.
Cause:            Inbound Diameter message missing Diameter content. -
Resolution:    Check inbound Diameter message content.
SV-TR-10028
WARNING
MessageInvalid/Missing Session-Id for inbound Diameter.
Cause:            Inbound Diameter message invalid/missing Session-Id. -
Resolution:    Check inbound Diameter message content.
SV-TR-10049
NOTICE
ApplicationEDR stream [%s]. Dir = '%s'.
Cause:            Application configuration at startup.
                        Creating EDR stream definition.
%s = The EDR stream key.
%s = The configured EDR output directory.
Resolution:    None.
SV-TR-10051
NOTICE
ApplicationDefault OSD Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default OSD timeout.
%d = OSD timeout seconds.
Resolution:    None.
SV-TR-10202
NOTICE
ApplicationMax EDRs per stream to cache = %d.
Cause:            Parameter configuration at startup.
                        Max EDRs per stream to cache.
%d = Number of max EDRs per stream to cache.
Resolution:    None.
SV-TR-10203
NOTICE
ApplicationEDR Check Milliseconds = %d.
Cause:            Parameter configuration at startup.
                        EDR check milliseconds.
%d = Number of milliseconds between checks for new EDRs on disk.
Resolution:    None.
SV-TR-10204
WARNING
ResourceSkipped %d malformed lines during EDR searching.
Cause:            Detected bad EDR formatting lines during EDR processing. %d = The amount of malformed lines that were detected.
Resolution:    Review EDR generation for invalid content.
SV-TR-10205
WARNING
ResourceFound bad line when reading EDR content: '%s'
Cause:            Detected a badly formatted line while trying to read EDR data. %s = The malformed line.
Resolution:    Review EDR generation for invalid content.
SV-TR-10206
NOTICE
ApplicationEDR Margin Seconds = %d.
Cause:            Parameter configuration at startup.
                        EDR margin seconds.
%d = Number of seconds to allow for EDR margin seconds.
Resolution:    None.
SV-TR-10207
NOTICE
ApplicationEDR Retirement Seconds = %d.
Cause:            Parameter configuration at startup.
                        EDR retirement seconds.
%d = Number of seconds until an inactive EDR file is "retired" and will no longer be checked for mtime.
Resolution:    None.
SV-TR-10208
WARNING
ResourceFailed action [%s] on EDR file '%s': %s
Cause:            System occurred while reading/processing EDR file. %s = The activity being performed on the file.
%s = The name of the file.
%s = The associated file access error message.
Resolution:    Review directory/file permissions and usage.
TesterApp::JsonServerConnection
SV-TR-10029
WARNING
MessageTesterApp::JsonConnection: Require 'params' to be HASH if present.
Cause:            Received non-hash input parameters. -
Resolution:    Check input params correctly configured as hash.
TesterApp::TestInstance
SV-TR-10047
WARNING
Job%s
Cause:            Test failure/abort reason. %s = Abort reason.
Resolution:    Review the associated abort reason.
SV-TR-10048
WARNING
JobFailed to parse Set-Cookie attribute '%s'.
Cause:            Cannot parse an attribute contained in a Set-Cookie header.
                        This attribute is ignored.
%s = Text of the unsupported attribute.
Resolution:    Contact N-Squared support.
TesterApp::TestRun
SV-TR-10030
WARNING
ConfigurationRequested default DB Agent '%s' is not a known Application.
Cause:            Default DB agent application not found. %s = Default DB app name.
Resolution:    Check DB agent application configuration.
SV-TR-10031
WARNING
ConfigurationRequested %s DB Agent '%s' is not a known Application.
Cause:            Default named DB agent application not found. %s = Default named key.
%s = DB app name.
Resolution:    Check named DB agent application configuration.
SV-TR-10032
WARNING
ConfigurationRequested default REST Agent '%s' is not a known Application.
Cause:            Default REST agent application not found. %s = REST app name.
Resolution:    Check REST agent application configuration.
SV-TR-10033
WARNING
ConfigurationRequested %s REST Agent '%s' is not a known Application.
Cause:            Default named REST agent application not found. %s = Default named key.
%s = REST app name.
Resolution:    Check named REST agent application configuration.
SV-TR-10034
WARNING
ConfigurationRequested SMPP Agent '%s' is not a known Application.
Cause:            SMPP agent application not found. %s = SMPP app name.
Resolution:    Check SMPP agent application configuration.
SV-TR-10035
WARNING
ConfigurationRequested PI Agent '%s' is not a known Application.
Cause:            PI agent application not found. %s = PI app name.
Resolution:    Check PI agent application configuration.
SV-TR-10036
WARNING
ConfigurationRequested OSD Agent '%s' is not a known Application.
Cause:            OSD agent application not found. %s = OSD app name.
Resolution:    Check OSD agent application configuration.
SV-TR-10038
WARNING
ConfigurationRequested DIAMETER Agent '%s' is not a known Application.
Cause:            Diameter agent application not found. %s = Diameter app name.
Resolution:    Check Diameter agent application configuration.
SV-TR-10039
WARNING
ConfigurationRequested SIGTRAN Agent '%s' is not a known Application.
Cause:            SIGTRAN agent application not found. %s = SIGTRAN app name.
Resolution:    Check SIGTRAN agent application configuration.
SV-TR-10040
WARNING
JobFailed to start new instance %d for run id '%s': %s
Cause:            Failed to start new instance. %d = Run instance index.
%s = Run ID.
%s = Instance creation error.
Resolution:    Review the associated error result.
SV-TR-10041
WARNING
JobFailed to start first instance for '%s': %s
Cause:            Failed to start first instance for run. %s = Run ID.
%s = Error result message.
Resolution:    Review the associated error result.
SV-TR-10042
WARNING
JobTrace has been enabled with backlog '%ig' > %i. Abort Run.
Cause:            Trace enabled with performance backlog exceeding maximum trace backlog. %i = Configured backlog value.
%i = Maximum debug backlog value.
Resolution:    Check backlog configuration.
SV-TR-10043
WARNING
JobFailed to start instance for '%s': %s
Cause:            Failed to start performance test instance. %s = Run ID.
%s = Error result message.
Resolution:    Review the associated error result.
SV-TR-10044
WARNING
JobTrace has been enabled with cps '%i' > %i. Abort Run.
Cause:            Trace enabled with performance CPS exceeding maximum trace CPS. %i = Configured CPS.
%i = Max debug CPS.
Resolution:    Check CPS configuration.
SV-TR-10045
WARNING
JobTrace has been enabled with backlog '%i' > %i. Abort Run.
Cause:            Trace enabled with performance backlog exceeding maximum trace backlog. %i = Configured backlog.
%i = Max debug backlog.
Resolution:    Check backlog configuration.
SV-TR-10046
WARNING
JobFailed to start instance for '%s': %s
Cause:            Failed to start test instance. %s = Run ID.
%s = Error result message.
Resolution:    Review the associated error result.
WatchdogApp
SV-WD-10000
NOTICE
ConfigurationShutdown Notice = %d seconds.
Cause:            Parameter configuration at startup.
                        Shutdown notice seconds.
%d = The configured shutdown notice seconds.
Resolution:    None.
SV-WD-10001
NOTICE
ConfigurationTermination Notice = %d milliseconds.
Cause:            Parameter configuration at startup.
                        Termination notice seconds.
%d = The configured termination notice seconds.
Resolution:    None.
SV-WD-10002
NOTICE
ConfigurationHeartbeat Interval = %d seconds.
Cause:            Parameter configuration at startup.
                        Heartbeat interval seconds.
%d = The configured heartbeat interval seconds.
Resolution:    None.
SV-WD-10003
NOTICE
ConfigurationHeartbeat Response = %d milliseconds.
Cause:            Parameter configuration at startup.
                        Heartbeat response milliseconds.
%d = The configured heartbeat response milliseconds.
Resolution:    None.
SV-WD-10004
NOTICE
ApplicationSending Shutdown NOW. Termination in %d ms.
Cause:            Shutdown event received. %d = Time till application termination.
Resolution:    None.
SV-WD-10005
NOTICE
ApplicationHeartbeats have been stopped.
Cause:            Heartbeats have been stopped. -
Resolution:    None.
SV-WD-10006
NOTICE
ApplicationHandle but ignore duplicate SIGINT.
Cause:            Received duplicate SIGINT.
                        Signal ignored.
-
Resolution:    None.
SV-WD-10007
NOTICE
ApplicationSending Shutdown Notice NOW. Shutdown in %d secs.
Cause:            Sending shutdown notice to child applications. %d = Shutdown notice seconds.
Resolution:    None.
SV-WD-10008
NOTICE
ApplicationOverdue App '%s' has been killed.
Cause:            Overdue application has died, killed by the Watchdog. %s = The application name.
Resolution:    None.
SV-WD-10009
NOTICE
ApplicationDeceased App '%s' RESTART NOW.
Cause:            Application is deceased. Restarting it now. %s = The application name.
Resolution:    None.
SV-WD-10010
NOTICE
ApplicationDeceased App '%s' RESTART APPEARS SUCCESSFUL.
Cause:            Deceased application restarted. %s = The application name.
Resolution:    None.
SV-WD-10011
NOTICE
ApplicationHeartbeats have been re-started.
Cause:            Heartbeats have been re-enabled. -
Resolution:    None.
SV-WD-10012
NOTICE
ApplicationLate heartbeat for overdue app '%s'. Termination has been cancelled.
Cause:            Received late heartbeat response from application. %s = The application name.
Resolution:    None.
SV-WD-10014
WARNING
ApplicationFailed to receive !HEARTBEAT-RESPONSE for Application '%s', PID %s.
Cause:            Failed to receive heartbeat for application. %s = The application name.
%s = The application PID.
Resolution:    Check application is not overloaded or in stuck state.
SV-WD-10015
WARNING
ApplicationOverdue App '%s' error checking for expiry at level '%s': %s
Cause:            Application has been warned of overdue heartbeat. %s = The application name.
%s = The current warning level attributed to the application.
%s = The current application process status.
Resolution:    Check the application is not overloaded.
SV-WD-10016
WARNING
ApplicationOverdue App '%s' has died (independently).
Cause:            Application has died. %s = The application name.
Resolution:    Contact N-Squared support.
SV-WD-10017
WARNING
ApplicationOverdue App '%s' will now be terminated.
Cause:            Overdue application is being terminated. %s = The application name.
Resolution:    Check the application was not overloaded.
SV-WD-10018
WARNING
ApplicationOverdue App '%s' failed to confirm process termination: %s
Cause:            Failed to confirm that application was terminated successfully. %s = The name of the terminated application.
%s = The error that occurred when checking for termination.
Resolution:    Check the application was not overloaded.
                        Check process permissions and kernel error log.
SV-WD-10019
WARNING
ApplicationOverdue App '%s' has died (we terminated it).
Cause:            Overdue application has terminated cleanly. %s = The application name.
Resolution:    Check the application was not overloaded.
SV-WD-10020
WARNING
ApplicationOverdue App '%s' will now be killed.
Cause:            Overdue application did not cleanly terminate. Force kill. %s = The application name.
Resolution:    Check the application was not overloaded.
SV-WD-10021
WARNING
ApplicationOverdue App '%s' failed to confirm process termination: %s
Cause:            Failed to confirm that a force-killed application was terminated successfully. %s = The name of the terminated application.
%s = The error that occurred when checking for termination.
Resolution:    Check the application was not overloaded.
                        Check process permissions and kernel error log.
SV-WD-10022
NOTICE
ConfigurationApplication Heartbeats DISABLED.
Cause:            Parameter configuration at startup.
                        Application heartbeats are disabled.
-
Resolution:    None.
SV-WD-10023
WARNING
ApplicationDeceased App '%s' RESTART FAILED: %s
Cause:            Failed to restart deceased application. %s = The application name.
%s = The error result when attempting to restart the deceased application.
Resolution:    Review the associated error result.
SV-WD-10024
NOTICE
ApplicationLate heartbeat for overdue app '%s' is too late. Termination is already under way.
Cause:            Heartbeat overdue for application. Terminating. %s = The application name.
Resolution:    None.
SV-WD-10025
WARNING
InternalDiscarding '%s' message with no Heartbeat App Name.
Cause:            Received heartbeat response with no application name. %s = The message name received.
Resolution:    Contact N-Squared support.
SV-WD-10027
WARNING
InternalHeartbeat Application Name '%s' not known!
Cause:            Received heartbeat for unknown application. %s = The application name.
Resolution:    Contact N-Squared support.
SV-WD-10028
NOTICE
ConfigurationApplication '%s' overrides Heartbeat Interval = %d seconds.
Cause:            Parameter configuration at startup.
                        Application specific heartbeat interval seconds.
%s = The configured application name we are overriding heartbeat timers for.
%d = The configured heartbeat interval seconds.
Resolution:    None.
SV-WD-10029
NOTICE
ConfigurationApplication '%s' overrides Heartbeat Response = %d milliseconds.
Cause:            Parameter configuration at startup.
                        Application specific heartbeat response milliseconds.
%s = The configured application name we are overriding heartbeat timers for.
%d = The configured heartbeat response milliseconds.
Resolution:    None.
SV-WD-10030
NOTICE
ConfigurationApplication '%s' Heartbeats DISABLED.
Cause:            Parameter configuration at startup.
                        Application specific heartbeats are disabled.
%s = The configured application name that we have disabled heartbeats for.
Resolution:    None.
SV-WD-10031
NOTICE
ApplicationHeartbeats have been stopped for Application = '%s'.
Cause:            Heartbeats have been stopped for a specific application. %s = The application that heartbeats have been stopped for.
Resolution:    None.
SV-WD-10032
WARNING
ApplicationFailed to receive !HEARTBEAT-RESPONSE for Application '%s', PID %s.
Cause:            Failed to receive heartbeat for application. %s = The application name.
%s = The application PID.
Resolution:    Check application is not overloaded or in stuck state.
SV-WD-10033
WARNING
InternalDiscarding '%s' message with no Heartbeat ID.
Cause:            Received heartbeat response with no heartbeat ID. %s = The message name received.
Resolution:    Contact N-Squared support.
n2.cug
CG-LB-10000
WARNING
JobError querying database: %s
Cause:            CUG lookups that experienced an error querying the database. %s = The error message from the database query attempt.
Resolution:    Ensure database is available and CUG database configuration is correct.
CG-LB-10001
WARNING
JobNull response from querying database.
Cause:            CUG lookups that received no response when querying the database. -
Resolution:    Ensure database is available and CUG database configuration is correct.
CG-LB-10002
WARNING
JobEmpty response from querying database.
Cause:            CUG lookups that received an empty response when querying the database. -
Resolution:    Ensure database is available and CUG database configuration is correct.
n2cug/lua/svc/cug_svc.lua
CG-SV-10000
WARNING
JobError performing protocol-specific setup: %s
Cause:            CUG service processing experienced an error at protocol-specific setup.
                         The call will undergo error handling.
%s = The error message from the protocol handler.
Resolution:    Contact N-Squared support.
CG-SV-10001
WARNING
JobError reading CUG configuration: %s
Cause:            CUG service processing experienced an error at configuration read.
                         The call will undergo error handling.
%s = The error message from the configuration parser.
Resolution:    Review the error message and ensure configuration is valid.
CG-SV-10002
WARNING
JobError reading CUG selectors: %s
Cause:            CUG service processing experienced an error at selector read.
                         The call will undergo error handling.
%s = The error message from the selector parser.
Resolution:    Review the error message and ensure selectors are valid.
CG-SV-10003
WARNING
JobError setting tag values at initialisation: %s
Cause:            CUG service processing experienced an error setting tag values at initialisation.
                         The call will undergo error handling.
%s = The error message from the tag configuration parser.
Resolution:    Review the error message and update tag configuration accordingly.
CG-SV-10004
WARNING
JobNo configured CUG selector rule found.
Cause:            CUG service processing was unable to find a matching configuration selector rule.
                         The call will undergo error handling.
-
Resolution:    Review the error message and update selector configuration accordingly.
CG-SV-10005
WARNING
JobNo CUG configuration name found in selector rule.
Cause:            CUG service processing selector found without configuration name.
                         The call will undergo error handling.
-
Resolution:    Ensure selector configuration is valid.
CG-SV-10006
WARNING
JobInvalid CUG configuration name '%s' found in selector rule.
Cause:            CUG service processing selector found with invalid configuration name.
                         The call will undergo error handling.
%s = The CUG configuration name.
Resolution:    Ensure selector configuration is valid.
CG-SV-10007
WARNING
JobError performing CUG lookup: %s
Cause:            CUG service processing experienced an error during CUG lookup.
                         The call will undergo error handling.
%s = The error message from the CUG lookup.
Resolution:    Contact N-Squared support.
CG-SV-10008
WARNING
JobError setting tag values at rerun: %s
Cause:            CUG service processing experienced an error setting tag values at rerun after lookup.
                         The call will undergo error handling.
%s = The error message from the tag processor.
Resolution:    Contact N-Squared support.
CG-SV-10009
WARNING
JobError determining CUG outcome: %s
Cause:            CUG service processing experienced an error determining the outcome of the CUG lookup.
                         The call will undergo error handling.
%s = The error message from the outcome lookup.
Resolution:    Contact N-Squared support.
CG-SV-10010
WARNING
JobError determining CUG action: %s
Cause:            CUG service processing experienced an error determining the action rule to apply.
                         The call will undergo error handling.
%s = The error message from the CUG action rule determination.
Resolution:    Contact N-Squared support.
CG-SV-10011
WARNING
JobNo rule found for handling CUG service outcome '%s' in configuration '%s'.
Cause:            No action rule was found during CUG service processing.
                         The call will undergo error handling.
%s = The CUG outcome.
%s = The CUG configuration name.
Resolution:    Ensure all CUG outcome configuration has a fallback rule.
CG-SV-10012
WARNING
JobError performing CUG action: %s
Cause:            CUG service processing experienced an error processing an action.
                         The call will undergo error handling.
%s = The error message from the action handler.
Resolution:    Contact N-Squared support.
n2sip/lua/svc/n2srp_inap.lua
SP-SR-10501
WARNING
MessageThe SCP requested language ID [%d] is not known. Using default '%s'.
Cause:            SCP requested unknown language.
                         Using default.
%d = The unknown requested language ID.
%s = The default language ID to use.
Resolution:    Check requested language ID matches language configuration.
SP-SR-10502
WARNING
JobCannot Expand INAP Script: INAP Error [%d] %s
Cause:            Failed to expand INAP script. %d = The error code.
%s = The error result generated when trying to expand the INAP script.
Resolution:    Review the associated error result.
SP-SR-10503
WARNING
InternalPA/PACUI playing failed: %s
Cause:            Announcement construction/playing encountered a problem. %s = The error message raised during announcement construction/playing.
Resolution:    Contact N-Squared Support.