SNMP Query for active tunnels inaccurate

Hi,
I use the following OID: 1.3.6.1.4.1.9.9.171.1.3.1.1.0 to query my 3005 concentrator for the number of active tunnels. The number of tunnels averages around 4-8 at a time, but about 40% of the time, the returned value is 85. This is skewing my results.
This may coincide with enabling WebVPN, but even the statistics on the web pages of the 3005 never even come close to this value.
Any suggestions?
Thanks,
Dave

show counters output might help you in analysis

Similar Messages

  • Query for active tasks

    Im trying to query for worklist tasks associated with a running business process. Using the WorkListManager and TaskSelector, I use the TaskSelector method setListeningProcessUri("*", true) and also tried setListeningProcessUri(".+", true). I thought by setting the isPattern to true would return all tasks with a listening business process matching the pattern.
    Has anyone else used this method with a pattern?
    Thanks,
    Paul

    Hi Dinesh,
    Check the below steps for extracting AD users information using powershell,
    - Go to Start -> Open Windows Powershell using Run as Administrator 
    - In the powershell type set-executionpolicy unrestricted (for allowing commands to execute)
    - Type the cmdlet import-moduleactivedirectory (to enable and execute AD cmdlets)
    - Type the cmdlet Get-ADUser -Filter * -properties *  | select * (to get all AD Users, each with all properties)
    - To show only select information such as firstname, lastname etc,you need to replace the
    select * section in the previous command by select firstname, lastname etc.
    - Also to display the result in columns, you can type the command as
    Get-ADUser -Filter * -properties *  | select firstname, lastname | ft
    To run as a powershell script, you can copy the above commands to a notepad and save it as a .ps1 file.
    NOTE: if you wish to run the script from client machines like Windows 7, you need to enable RSAT.
    Checkout the below link on enabling RSAT,
    http://blogs.technet.com/b/heyscriptingguy/archive/2011/08/29/use-active-directory-cmdlets-with-powershell-to-find-users.aspx 
    Regards,
    Gopi
    JiJi
    Technologies

  • SNMP Query for Byspass Status (AIP5)

    I'd like to monitor the state of Bypass mode for the ASA-SSC-AIP-5 and would like to know if I can check this with SNMP and if so, which OID.
    I started messing with SNMP and the SSC5 a while back and started a thread about snmpwalk causing it to crash.  After that, I never really picked the project back up.
    I've been known to miss the obvious every now and then, but I was dissapointed to see that there wasn't an (obvious) way for the device to alert you when it automatically goes into bypass mode.  This should be a feature request.

    IPS provides SNMP traps for different interface conditions like link going down or up, traffic bypass started, etc. Below is one such example
    Received SNMPv2c Trap: Community: "public"
    From: 10.89.149.204 mib_2.1.3.0 = 38429472
    snmpModules.1.1.4.1.0 = ciscoMgmt.138.2.0.1
    ciscoMgmt.138.1.3.3.1.3 = 3                      <====    index can be mapped to index obtained from snmpwalk
    ciscoMgmt.138.1.3.3.1.4 = 5                      <====    Traffic bypass started
    ciscoMgmt.138.1.3.3.1.5 = 4
    ciscoMgmt.138.1.3.3.1.6 = 38429472
    All you need to do is enable sending traps from the sensor.
    qssp-8085(config)# service notification
    qssp-8085(config-not)# enable-set-get true
    qssp-8085(config-not)# enable-notification true
    qssp-8085(config-not)# read-only-community public
    qssp-8085(config-not)# read-write-community private
    qssp-8085(config-not)# trap-destinations x.x.x.x           <===== trap destination
    qssp-8085(config-not-tra)# exit
    qssp-8085(config-not)# exit
    You can configure separate community name under trap-destination. If not provided then the read-write-community will be used to send with the trap.
    Hope this helps
    Madhu

  • ACS SNMP OID for active authenticated user

    Hi, anyone know the OID or MIB name for Active TACACS and Radius authentication? like to use some NMS tool to pull out this information for monitoring.

    I could test it , but in the meantime you could try by using acs web services
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/sdk/mrvapis.html

  • E Recruitment : Report/Query for Activity Status

    Hi,
    Is there a standard report/query which shows all the activities with their corresponding status and due dates.
    If not, can someone guide me how to capture this data, in terms of tables which store this details.
    Any inputs on this please....
    Thanks
    MM
    Edited by: abaphr_mm on Oct 29, 2010 6:56 PM

    Hi,
    could you give some additional information on your requirement?
    If you need support for the every day work of the recruiter there are standard bsp applications (up to ehp 3) and work sets (for ehp 4 sp 4 and higher) which show the planned activities and planned correspondences for them.
    If you need some statistic over all recruiters the are some infosets but I never used them as they never met the requirements in my projects. I'd probably write some report reading the activity infotypes (tables HRP5135 to HRP5142/43 or 45 depending on your e-rec release) directly. For statistics please keep in mind that recruiters tend to not complting all of their activities. So you might gather tons of data from candidacies / applications which belong to requisitions which are already closed.
    Best regards
    Roman

  • SNMP query for multicast group count

    I want to get the total number of multicast groups on a switch. Is there an oid that will give me the info (ie. the number that's given by "show ip igmp snooping groups count")? If there is no oid, is there a way query the  groups (show ip igmp snooping groups)? I'm thinking with the 2nd option I might be able to count the number of entries returned by an snmpwalk or something and turn that into a number.
    Right now i'm logging into the switch with a script and running the command but that might be a problem with all those logins (only every 5 minutes though) so I'd like to do this via SNMP if possible.
    Any ideas?
    Thanks

    Works just fine!!!
    Thanks!
    LA$$E
    Hi,
    Well, at the very least, you can create a formula
    column in your break group using a combination of the
    same where clause as your original query and the
    break values for the group so that you are getting
    the correct records. If you have it in the break
    group, then it will execute for each record in that
    group.
    Hope that helps,
    Toby

  • Snmp query for TenGigE data counters C4510R+E?

    Dear community. With the risk of sounding like an idiot I turn to you:
    I'm having slight challenges reading the data counters for a ten gigabit Ethernet interfaces on our C4510R+E w/sup8 with this IOS:
    bootflash:/cat4500es8-universalk9.SPA.03.03.00.XO.151-1.XO.bin
    running snmpwalk on ifindex reveals all indices properly, i.e:
    IF-MIB::ifName.1 = STRING: Fa1
    IF-MIB::ifName.2 = STRING: Gi1/1
    IF-MIB::ifName.3 = STRING: Gi1/2
    IF-MIB::ifName.4 = STRING: Gi1/3
    …etc…
    IF-MIB::ifName.259 = STRING: VLAN-601
    IF-MIB::ifName.260 = STRING: VLAN-876
    IF-MIB::ifName.261 = STRING: Te5/1--Uncontrolled
    IF-MIB::ifName.262 = STRING: Te5/1--Controlled
    ...etc...
    but when trying to see the octet counts from for example ifindex 261 or 262 I get no results at all:
    ...etc...
    IF-MIB::ifHCInOctets.230 = Counter64: 0
    IF-MIB::ifHCInOctets.231 = Counter64: 0
    NOTE: no ifIndex 261 or 262
    IF-MIB::ifHCInOctets.293 = Counter64: 0
    IF-MIB::ifHCInOctets.294 = Counter64: 0
    ...etc...
    All other physical interfaces show their values just fine - just not the TenGigE's.
    so, dear community: is this a problem, feature or something that can be configured to work differently? or is it just me :-) googling something like "snmp tengigabitethernet counters" brings up mostly problems with the max data rate but in my case the snmp values do not seem to exist at all.
    Thanks in advance,
    JukkaK

    It may be helpful to see the entire output/snmpwalk for ifTable and ifXTable for this device to see if all the data is missing for these indexes/TE interfaces.
    Many older IOS has some issues where the details for a perticular linecards and its associated interfaces were missing from Switch.
    Many times it worked after reseat of Linecard or Reboot of the entire device. As these are not the easy and not the first choice for many, lets check the outputs first.
    Also from the switch, please share output for device for show snmp mib ifmib ifindex command.
    -Thanks
    Vinod
    **Encourage Contributors. RATE Them.**

  • Cisco C220 SNMP query for overall status

    Hello all,
    I would like to know how to check the "overall state" of the UCS C220 M3 rackmount server.
    I have searched and walked through a lot of OID, but I can't find which one is the "Overall Server Status" for example ?
    The goal is to poll the main indicator under "Server Status" with nagios and rise an alert when something is wrong.
    Anyone can help me ?
    Thanks in advance

    Bump !
    No idea ?
    I'm sure a lot of people monitors their C220 series servers... How do you do ?
    Any help appreciated, thanks :)

  • Querying for active roles

    How would you pull back the names of all roles that a user is currently operating through?
    Something like:
    SELECT role_name FROM user_roles;
    Thanks
    -Chuck

    I found it:
    select name from session_roles;
    -cf

  • Querying Operational (Not DW) Database For Active Incidents

    I sure hope I am asking this in the correct forum...  Before I get started a little bit of background is needed...
    We (my company) are mostly happy with SCSM but the biggest request we hear about is that there is no easy way for technicians to see their Active/Pending tickets when out at locations.  We know about web analyst portals offered by 3rd parties such as
    GridPro, Cireson, et al. however the funding (we are in public education) for this has never been realized and the first request to get shot down.  For some reason I wondered if it would be possible to query the operational database myself for a list
    of incidents to appear and for some reason I decided to try it.  My knowledge of the inner workings of the SCSM databases (both operational and DW) are severely lacking but after 3 hours of looking around, Googling, and brute-forcing through it I have
    the following with the hopes of a free analyst portal/view...
    SELECT inc.Id_9A505725_E2F2_447F_271B_9B9F4F0D190C  AS ID
        , inc.Title_9691DD10_7211_C835_E3E7_6B38AF8B8104 AS Title
        , inc.Description_59B77FD5_FE0E_D2B5_D541_0EBBD1EC9A2B AS Description
        , inc.CreatedDate_6258638D_B885_AB3C_E316_D00782B8F688 AS CreatedDate
        , statusdisp.DisplayName AS IncidentStatus
        , AffectedUser.DisplayName AS AffectedUser
        , AssignedToUser.DisplayName AS AssignedToUser
        , classdisp.DisplayName AS Classification
        , locdisp.DisplayName AS Location
        , incExt.RoomNumber_24150BC7_9958_313D_8DD1_3CE2A0A68165 AS RoomNumber
        , incExt.AltSchedule_B1A8258C_1048_4D6E_AEB9_910811B94326 AS AltSchedule
    FROM MT_System$WorkItem$Incident (NOLOCK) inc
    INNER JOIN EnumType e ON 
    inc.Status_785407A9_729D_3A74_A383_575DB0CD50ED = e.EnumTypeId
    INNER JOIN DisplayStringView statusdisp ON e.EnumTypeName = statusdisp.ElementName
    AND statusdisp.LanguageCode='ENU'
    AND statusdisp.DisplayName!='Closed'
    AND statusdisp.DisplayName!='Resolved'
    INNER JOIN [ServiceManager].[dbo].[Relationship] AssignedToUserRel ON
    [BaseManagedEntityId] = AssignedToUserRel.[SourceEntityId]
    AND AssignedToUserRel.[RelationshipTypeId] = '15E577A3-6BF9-6713-4EAC-BA5A5B7C4722'
    INNER JOIN [ServiceManager].[dbo].[MT_System$Domain$User] AssignedToUser ON
    AssignedToUserRel.[TargetEntityId] = AssignedToUser.[BaseManagedEntityId]
    INNER JOIN [ServiceManager].[dbo].[Relationship] AffectedUserRel ON
    inc.[BaseManagedEntityId] = AffectedUserRel.[SourceEntityId]
    AND AffectedUserRel.[RelationshipTypeId] = 'DFF9BE66-38B0-B6D6-6144-A412A3EBD4CE'
    INNER JOIN [ServiceManager].[dbo].[MT_System$Domain$User] AffectedUser ON
    AffectedUserRel.[TargetEntityId] = AffectedUser.[BaseManagedEntityId]
    INNER JOIN MT_ClassExtension_685ca40e_4af9_4bca_93e1_5397c69cc946 incExt ON
    inc.BaseManagedEntityId = incExt.BaseManagedEntityId
    INNER JOIN DisplayStringView locdisp ON incExt.Locations_30F8DDC7_9552_A890_D1FC_6FC14F5B45AF = locdisp.LTStringId
    AND locdisp.LanguageCode='ENU'
    INNER JOIN EnumType enumClass ON 
    inc.Classification_00B528BF_FB8F_2ED4_2434_5DF2966EA5FA = enumClass.EnumTypeId
    INNER JOIN DisplayStringView classdisp ON enumClass.EnumTypeName = classdisp.ElementName
    AND classdisp.LanguageCode='ENU'
    where AssignedToUser.DisplayName='somename'
    ORDER BY locdisp.DisplayName, ID ASC
    This query is run against the ServiceManager database.
    (We extended the Incident class so that we could get detauls from users such as Location (56+ physical locations), Room Number, and Alternate Schedule (for users who are not full time at one location).
    This query works on my end and assuming the AssignedToUser and AffectedUser are not NULL properly display the list of incidents for a given technician (or all technicians) however there is one major flaw.  If a ticket gets assigned to Technician A and
    gets reassigned at some point to Technician B (or reassigned again to Technician C) there are duplicate records coming up for each AssignedTo user.  If you search for all technicians the duplicates show but if you filter by individual technicians then
    each tech has a version of the incident appear in their list.
    Does anyone out there know of a way to query for the latest 'version' of an incident so that only the most recent AssignedTo is listed.
    Note: Feel free to use this query as a building block for your own potential portal or use, although obviously if you figure it out please share!

    first off, welcome :) second..not bad for a beginner. The operational database is basically a no-man's land where dangerous monsters roam. And it's dark. ;)
    third: a warning..you shouldn't query the database directly. But..we all do it anyway. :)
    I recommend using "with (NOLOCK)" on _all_ tables, not just the incident table. The Operational Database is supposed to be hands off..even simple "select" queries can interfere with the data access service and the hundreds of queries
    that run automatically against this database. So, to be safe..always use "with (nolock)" on every table that you query.
    If you want unassigned incidents to show up, replace your inner joins with left outer joins. That's a SQL thing..you want to display all incidents whether they have related users or not. So, left outer join.
    The reason you're seeing multiple assigned-to users is because "deleted" relationships between objects aren't truly deleted for about 2 days. So, in your join criteria, simply add "AffectedUserRel.IsDeleted=0". This will filter out any
    "deleted" relationships from your result set. Obviously you'll have to add that filter for each relationship table instance in your query.
    Lastly: I strongly recommend you use the SDK instead of querying the database directly. There's a learning curve, but it's far safer and it's actually supported :)

  • Query on DNS setup for Active Directory for a new data center

    I have third party DNS appliances providing DNS Service for Active Directory (Windows 2008 R2) and there are also secondary DNS servers, which are MS DNS server with a secondary zone configured, for redundancy. I have to setup a new data center
    and move servers/services to this data center. In this scenario, can I install a new Microsoft DNS server with a secondary zone and use this as the primary DNS Server for all the member servers at this new location ? I am aware that this new DNS server will
    not be able to make any updates to the secondary zone and for that purpose, is there anyway to redirect such requests to the DNS appliances in my current data center across the WAN ? I am trying to avoid purchasing a new DNS appliance for the new data center
    and want to know what are the alternatives I have.
     

    im not entirely sure by your setup, as normally you would use AD integrated zones for DNS in an AD environment - although there are other options as you have already setup.
    the fact the zone is a secondary zone in DNS server terms doesn't mean you can't point your clients to it as their primary dns server. They will quite happily resolve names using a secondary server.
    so as long as your dns devices are correctly setup to support the additional secondary zone I see no reason why you couldn't do this.
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    My Blog
    LinkedIn:

  • SNMP querying of Meraki devices

    We have several Cisco Meraki devices are part of our network, and the ON100's querying of SNMP for these devices does not seem to work. Is there a way to have the ON100 query a Meraki MS24 as a generic switch, for example? Will support for Meraki's products be built into the OnPlus portal, since Cisco now owns Meraki?

    One of our clients is a school system with around 180 Meraki's.  The Meraki's appear to be web-i-fied so that the only way you can connect to their SNMP mib's is through Meraki's web portal.  i.e. you have to connect your SNMP scanner, management software to a location in the Meraki cloud. 
    The last time I looked at this, which was a bit before Cisco purchased Meraki, there were instructions in the Meraki web portal for the devices.  If I remember correctly the SNMP may have been tunnelled over SSL and used non-default port numbers, which I don't believe OnPlus can connect to.
    In either case, I got the distinct impression that the idea was you connect SNMP to the Meraki portal for your user account, and Meraki connected to its on-site access points in a non-disclosed, proprietary manner.

  • Oid for active isdn calls on cisco 3825

    Hello,
    we need a snmp oid for monitoring active isdn calls on a cisco 3825 running 12.4(15)T7 with VWIC2-2MFT-T1/E1 modules. OID cpmISDNCfgBChannelsInUse doesn't work, we get always 0 even if there are active calls.
    André

    jclarke wrote:The CISCO-POP-MGMT-MIB has many caveats with the MAR/ISR platforms.  It was designed only for the AS5xxx platforms.  As a workaround for cpmISDNCfgBChannelsInUse, you can count the number of instances of isdnBearerOperStatus that return the status of active (integer 4).
    Hi Joseph,
    You appear to know more than most about this issue, so I will dump my query below from another string in the forums:
    Please note in the output below that your suggested use of the "isdnBearerOperStatus" variable does not work in my two routers as shown.  There were most definitely active channels at the time that the query was run, yet the response is always the same - status: idle (1)  so I remain unable to get these stats successfully across both routers.
    Any suggestions ?
    I  am running into exactly the same issue and have tried everything I can  find to get these individual PRI (count of channels/lines in use)  statistics.
    Just  for the record, here are some of the SNMP OIDs that I have tried (the  ISRs do respond to them, only thing is, the data they send back is  mostly rubbish...) the output below is from two separate routers, with  different versions of IOS running (which is shown in the sysdescr  response):
    Note that the query in red in the second router was responded to with a valid response in the FIRST router...
    All  of these OIDs have been suggested at various sites online as useable  SNMP OIDs for the ISR, but at other sites, they are suggested to be  faulty.  I have found no definitive statement for ways to get these  stats successfully on the ISR platform (which amazes me.)  Output below  is using net-snmp to collect the stats.
    I  welcome any suggestions as to how this can be done reliably for the  ISR, and what IOS versions WILL work.  (since I am getting way different  reponses to the same OIDs on the two versions below).
    You'll see that for the second (DC) router below, the values are always Zero.
    Yet I can guarantee that the ACTUAL stats are NEVER zero during the time period queried.
    Timestamp: 2010-12-27_13:56:31.73
    C:\usr\share\snmp\mibs>snmptranslate -On CISCO-POP-MGMT-MIB::cpmActiveDS0s.0
    .1.3.6.1.4.1.9.10.19.1.1.4.0
    C:\usr\share\snmp\mibs>snmptranslate -On CISCO-POP-MGMT-MIB::cpmDS1ActiveDS0s.0.0
    .1.3.6.1.4.1.9.10.19.1.1.9.1.3.0.0
    C:\usr\share\snmp\mibs>snmptranslate -On CISCO-POP-MGMT-MIB::cpmISDNCfgBChannelsInUse.0
    .1.3.6.1.4.1.9.10.19.1.1.3.0
    C:\usr\share\snmp\mibs>snmptranslate -On CISCO-VOICE-DIAL-CONTROL-MIB::cvCallActiveDS0s.0
    .1.3.6.1.4.1.9.9.63.1.3.3.0
    C:\usr\share\snmp\mibs>snmptranslate -On ISDN-MIB::isdnBearerOperStatus.32
    .1.3.6.1.2.1.10.20.1.2.1.1.2.32
    From ROUTER2 - HQ:
    SNMPv2-MIB::sysDescr.0 = STRING: Cisco IOS Software,
    3800 Software (C3825-ADVIPSERVICESK9-M),
    Version 12.4(15)T8, RELEASE SOFTWARE (fc3)
    CISCO-POP-MGMT-MIB::cpmActiveDS0s.0 = Gauge32: 14
    CISCO-POP-MGMT-MIB::cpmDS1ActiveDS0s.0.0 = Gauge32: 14
    CISCO-POP-MGMT-MIB::cpmISDNCfgBChannelsInUse.0 = Gauge32: 7
    CISCO-VOICE-DIAL-CONTROL-MIB::cvCallActiveDS0s.0 = Gauge32: 7 interfaces
    ISDN-MIB::isdnBearerOperStatus.32 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.33 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.34 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.35 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.36 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.37 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.38 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.39 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.40 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.41 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.42 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.43 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.44 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.45 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.46 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.47 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.48 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.49 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.50 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.51 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.52 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.53 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.54 = INTEGER: idle(1)
    From ROUTER2 - DC:
    SNMPv2-MIB::sysDescr.0 = STRING: Cisco IOS Software,
    3800 Software (C3825-ADVIPSERVICESK9-M),
    Version 12.4(18), RELEASE SOFTWARE (fc1)
    CISCO-POP-MGMT-MIB::cpmActiveDS0s.0 = Gauge32: 0
    CISCO-POP-MGMT-MIB::cpmDS1ActiveDS0s.0.0 = Gauge32: 0
    CISCO-POP-MGMT-MIB::cpmISDNCfgBChannelsInUse.0 = Gauge32: 0
    CISCO-VOICE-DIAL-CONTROL-MIB::cvCallActiveDS0s.0 = No Such Object available on this agent at this OID
    ISDN-MIB::isdnBearerOperStatus.32 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.33 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.34 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.35 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.36 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.37 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.38 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.39 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.40 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.41 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.42 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.43 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.44 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.45 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.46 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.47 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.48 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.49 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.50 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.51 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.52 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.53 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.54 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.81 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.82 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.83 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.84 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.85 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.86 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.87 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.88 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.89 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.90 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.91 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.92 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.93 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.94 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.95 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.96 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.97 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.98 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.99 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.100 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.101 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.102 = INTEGER: idle(1)
    ISDN-MIB::isdnBearerOperStatus.103 = INTEGER: idle(1)
    Timestamp: 2010-12-27_13:56:35.02

  • Return Code - Query for Multiple Rows as XML

    Hi,
    I'm executing an MSSQL stored procedure through the "Query for Multiple Rows as XML" activity in LiveCycle ES. I do this through a call statement such as this:
    { call MyStoredProc(?) }
    This works great, the stored procedure always returns a record set (with or without records). I use this activity rather than "Call Stored Procedure" because I can transform the record set into XML right away within this activity. Unfortunately any exception arising from invoking this stored procedure cannot be handled within the workflow as this activity does not have an exception handler (lightning bolt). In an attempt to handle at least some exceptions we have decided to use try/catches within the stored procedures and return different error codes. Now the problem I am faced with is that there is no way to retrieve the returned code within any of the SQL activities. We don't want to have to write an execute script for each of these SQL calls. Is there any way to do this? Seems like I'm 95% there.
    Thanks
    Nic

    Thanks for the offer, unfortunately we would need something certified by Adobe.
    Nic

  • Transaction for active article list -sitewise-urgent

    Transaction for active article list -sitewise plz

    Hello,
    You can get site-wise list of articles using transaction MM60. But this shows all the articles - active and blocked.
    In order to filter blocked articles, you may create an SQVI query between MARA and MARC tables. In the query, include MARA-MSTAE  and MARC-MMSTA in the selection screen. They should be set to blank while executing the query to get active articles.
    Thanks,
    Venu

Maybe you are looking for