ressubscr
SubscrSdpError

This class contains information about certain errors detected by the subscriber management function. Rows are ordered by SDP identifier.



public class SubscrSdpError

Properties
sdpBindId

type=string

sdpId

type=long

vcId

type=long

  
Properties inherited from ressubscr.AbstractSubError
additionalInfo, index, macAddress, message, reportedTimeDay, reportedTimeHours, reportedTimeMinutes, reportedTimeMonth, reportedTimeSeconds, reportedTimeYear, serviceId, siteId, siteIdAddressType
 
Properties inherited from ManagedObject
actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed
 
Methods

retrieveSubSdpError

Method used to retrieve information about the errors associated with the SDP Bind detected by the subscriber from NE.
Input Parameters:
aInSiteId : string - Specifies the Network Element of the Subscriber. This is a required input parameter.
aInSdpId : long - Specifies the SDP ID of the binding. This is a required input parameter.
aInVcId : long - Specifies the VC ID of the binding. This is a required input parameter.
aInReportedTimeHours : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInReportedTimeMinutes : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInReportedTimeSeconds : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInReportedTimeDay : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInReportedTimeMonth : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInReportedTimeYear : int - (Optional) Specifies the seconds portion of the time (based on the SR Time Zone) this error was reported to the subscriber management errors subsystem. This is an optional input parameter.
aInSdpBndIndex : long - (Optional) Specifies the chronological order of this error with respect to other errors associated with the same SDP Bind that were reported in the same deci-second. This is an optional input parameter.
timeout : long - (Optional) The number of milliseconds to wait before receiving the results. The method returns if no results are received in the given time. This is an optional input parameter. The default value is 5 minutes (300000).
resultFilter : ResultFilter - (Optional) Filter for narrowing down the information returned per object
continueOnFailure : continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false
Output Parameters:
result : List (generic.CommonManagedEntityInformation) -
Exceptions:
ressubscr.SubscrSdpError.retrieveSubSdpErrorException
Supported Network Elements
7750 SR Supported from 16.0.R4
7450 ESS Supported from 16.0.R4