Getting the number of user into MRTG

Hi,
i try to get the number of users on aironet 1100 with the latest version 12.2(13)JA1.
snmpwalk with oid .1.3.6.1.4.1.522.3.6.1.1.1.11.2
the device did'nt answer to this string.
can you help me
10x

o.k - it works now
the problem was the ap ios version
i downgrade it to lower version and it works.

Similar Messages

  • Get the number of concurrent users for a WD application

    Hi all,
    I need to implement a method which counts the number of concurrent users for a Web Dynpro application.
    Say I have a portal with X applications, is there API that can tell me how many users are working on specific application?
    I know that this line of code
    IWDClientUser currentUsers[] = WDClientUser.getClientUsers();
    will get me the number of users that are working on ALL Web Dynpro applications. Is there a way of getting it for specific application?
    I thought of using a text file/small DB table that set/get the number of users but I think it will cause overhead issues.
    Any ideas how to implement it?
    Thanks,
    Omri

    Hi Omri,
    Try using  WDServerState.getActualApplications() method.It returns array of actual running applications.Compare ur application name with the array elements and keep a counter for matching elements.
    String app[]=WDServerState.getActualApplications();
        for(int i=0;i<app.length;i++)
              view.getComponent().getMessageManager().reportSuccess(
               app<i>);

  • How can I get the number of computers that a specific user had add to domain?

    Greetings
    In Win Srv 2K8 I know how to increase\decrease the total number of computers that any user can add to domain.
    (http://support.microsoft.com/kb/243327/en-us)
    but there is any way to get the number of computer accounts that a user had add?
    thank you in advance

    Hi,
    Regarding your request, maybe we could use the 'ms-DS-CreatorSID' attribute to verify the computer number that a specific has joined to the domain. Please understand that for a
    computer account created by domain users, the account has 'ms-DS-CreatorSID' attribute to indicate the creator user. When a user adds a computer to the domain, a process enumerates the 'ms-DS-CreatorSID' attribute on every computer account in the domain and
    calculates if the sum exceeds the current quota for that user.
    The 'ms-DS-CreatorSID' and 'ms-DS-MachineAccountQuota' with default value 10 are also available in Windows Server 2008 AD DS.
    Note: The 'ms-DS-CreatorSID' attribute will be unset in the computer account that is pre-created in Active Directory Users and Computers MMC or joined by domain administrators.
    Auditing on the computers container should work for collecting information of joining computer into the domain.
    For details, please refer to the following similar thread.
    How to find computers joined by an user (ms-ds-creatorsid) using powershell
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/68db87d8-0890-4d23-af9f-4693ccc1074d/how-to-find-computers-joined-by-an-user-msdscreatorsid-using-powershell?forum=winserverpowershell
    Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • How to find the number of users log into ESS for last three months

    Hi Team
    Is there any transaction / Report to find the number of users logged into the ESS and used the payslip tab. Is this possible to find?
    Waiting for hopeful replies.
    Regards
    Bhaskar

    Bhaskar,
    you can use google analytics,
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b94044-7008-2b10-1680-c04e4526367b
    jo

  • How to get the  ESS & MSS users in ECC 6.0  into portal

    Hi Experts
    How to get the  ESS & MSS users in ECC 6.0  into portal
    Thanks
    Daya

    Hi,
    You need to have SSO in between ECC and portal and use ABAP engine as your UME.
    then ECC users can directly login to portal using the same user id and password.
    Or you can create the ECC system in portal and user mapping should be done for every user to the ECC system.
    Thanks,
    gopal

  • How we know the Number of users logged into stratus?

    Hai,
    How can we  know the number of users logged into stratus? If we knows only,in our project we can check the users are valid/authenticated.can we check that?
    Advanced Thanx

    Stratus is adobe service which provides you with p2p id or say all your
    application's users a p2p id. Adobe doesn't have any admin section where you
    can manage/see all connected p2p users in your application.
    This you have to implement at your end in your application code i.e.
    authentication,validation and user counter.
    Thanks,
    Vivek.

  • Creative Cloud Student and Teacher Edition .I use the Macbook.I got the mail that said my order was checked,but I don't get the number.So I still use trial.Hoe can I change my character into member?

    Creative Cloud Student and Teacher Edition .I use the Macbook.I got the mail that said my order was checked,but I don't get the number.So I still use trial.Hoe can I change my character into member?

    This is an open forum, not Adobe support... you need Adobe support to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • How to Limit the Number of Users Logged into HTML DB

    I'm using LDAP based SSO and I'd like to limit the number of users who can log into the application at a given time. If my users are assigned to groups, can I also limit the number of users who belong to a certain group who can be logged in at one time? Can anyone think of any HTML DB APIs that might be useful in doing this?

    Well if you apply a "time-out" on the session and if the there is a HTML DB table in the FLOWS account that can be queried to see the number of sessions, then you could restrict HTML DB sessions to a certain number. But if you have multiple HTML DB applications, how are you going to know which HTML DB session goes which application?
    It is very ugly. I realistically cannot see a way. Maybe the Oracle folks have a way of limiting the sessions internally within HTML DB
    Just out of curiosity, why do you want to limit the number of users? Maybe if you explain that then that might help in coming up with a solution.
    Mike

  • User-Exit after saving VA01 to get the number of Sales Order.

    Hi everyone,
    I hope you all fine!
    I really need your help to get a user-exit or BADI for the VA01 transaction,  because after pushing the save button I need to get the number of sales order, so I can create a header text, but to use a Function Module to do that, I need the sales order first.
    I hope You can help me with this.
    Thanks for your time.
    Regards,

    Hi,
          Goto se38 ,
        1. Enter prog. name  "MV45AFZZ"
        2. Choose "Enhance"  from application tool bar,
        3. Edit>Enhanc.Operations>Show implicit Enhance...
        4.Right click>Enhancement Impliment> Create....,Before that,you have to choose which subroutine is suitable for your scenario...then you can code it .
       Also,try this user exit -->"V45E0001"
    I hope ,it will help you...
    <<=< Sharing Knowlede is a way to Innovative >>=>
    By,
      Yoga

  • Exceeded the number of users allowed by license

    I'm getting this error at the bottom of every page:
    "Exceeded the number of users allowed by license"
    This is a Vibe 3.3 install, on the pre-made downloadable Vibe virtual
    machine from Novell's site. I have the 10-user license, and have 6
    local users created in the system, in addition to the default "admin"
    user. These are all local users, not LDAP users. I have made, and
    deleted, a few other local users previously while testing, but currently
    only have the 6 users.
    I have followed TID 7009041 to reindex the system, but that has not
    freed up any licenses. A license report shows the following:
    Novell Vibe 3.3.0License Report: May 13, 2013 9:28 AM
    Current License
    Product Title: Novell Vibe (3.3)
    Key uid: Vibe10UserNoGuest-001
    Key Issued: May 24, 2011
    Effective: May 24, 2011 - Jan 1, 2500
    Allowed number of registered users: 10
    Allowed number of external users: Not restricted by the software. Read
    your contract to see how many users your license allows.
    Report on Activity Between May 1, 2013 1:28 PM and May 13, 2013 1:28 PM
    Current Active User Count: 8
    Date Local Users Users Synchronized from LDAP Users Who Used
    Vibe During the Previous 365 Days Checksum
    May 2, 2013 8 0 5 0
    May 3, 2013 8 0 5 0
    May 4, 2013 8 0 5 0
    May 5, 2013 8 0 5 0
    May 6, 2013 8 0 5 0
    May 7, 2013 8 0 5 0
    May 8, 2013 9 0 6 0
    May 9, 2013 9 0 6 0
    May 10, 2013 10 0 7 0
    May 11, 2013 10 0 7 0
    May 12, 2013 10 0 7 0
    May 13, 2013 11 0 8 0
    May 13, 2013 11 0 8 0
    May 13, 2013 11 0 8 0
    May 13, 2013 11 0 8 0
    May 13, 2013 11 0 8 0
    May 13, 2013 11 0 8 0
    I'm not sure why local users is showing up as 11, because if I go in to
    delete users I only see the 6 currently in the system. Is there some
    way to look for "stuck" accounts that were deleted, but for some reason
    were not actually purged from the system?
    Thanks,
    -Greg
    former e-mail for posting:
    [email protected]

    Any news on this? I'd like to role something out into production in the
    next two weeks, but I'd like this error message to be gone. I currently
    have only 8 user accounts in the system (which includes the "admin"
    account).
    Thanks,
    -Greg
    On 5/13/2013 10:24 AM, Simon Flood wrote:
    > On 13/05/2013 14:31, Greg N. wrote:
    >
    >> I'm getting this error at the bottom of every page:
    >>
    >> "Exceeded the number of users allowed by license"
    >>
    >> This is a Vibe 3.3 install, on the pre-made downloadable Vibe virtual
    >> machine from Novell's site. I have the 10-user license, and have 6
    >> local users created in the system, in addition to the default "admin"
    >> user. These are all local users, not LDAP users. I have made, and
    >> deleted, a few other local users previously while testing, but currently
    >> only have the 6 users.
    >>
    >> I have followed TID 7009041 to reindex the system, but that has not
    >> freed up any licenses. A license report shows the following:
    >>
    >> Novell Vibe 3.3.0License Report: May 13, 2013 9:28 AM
    >>
    >> Current License
    >> Product Title: Novell Vibe (3.3)
    >> Key uid: Vibe10UserNoGuest-001
    >> Key Issued: May 24, 2011
    >> Effective: May 24, 2011 - Jan 1, 2500
    >> Allowed number of registered users: 10
    >> Allowed number of external users: Not restricted by the software.
    >> Read your contract to see how many users your license allows.
    >>
    >>
    >> Report on Activity Between May 1, 2013 1:28 PM and May 13, 2013 1:28 PM
    >> Current Active User Count: 8
    >>
    >> Date Local Users Users Synchronized from LDAP Users
    >> Who Used Vibe During the Previous 365 Days Checksum
    >> May 2, 2013 8 0 5 0
    >> May 3, 2013 8 0 5 0
    >> May 4, 2013 8 0 5 0
    >> May 5, 2013 8 0 5 0
    >> May 6, 2013 8 0 5 0
    >> May 7, 2013 8 0 5 0
    >> May 8, 2013 9 0 6 0
    >> May 9, 2013 9 0 6 0
    >> May 10, 2013 10 0 7 0
    >> May 11, 2013 10 0 7 0
    >> May 12, 2013 10 0 7 0
    >> May 13, 2013 11 0 8 0
    >> May 13, 2013 11 0 8 0
    >> May 13, 2013 11 0 8 0
    >> May 13, 2013 11 0 8 0
    >> May 13, 2013 11 0 8 0
    >> May 13, 2013 11 0 8 0
    >>
    >>
    >> I'm not sure why local users is showing up as 11, because if I go in to
    >> delete users I only see the 6 currently in the system. Is there some
    >> way to look for "stuck" accounts that were deleted, but for some reason
    >> were not actually purged from the system?
    >
    > Unfortunately the 10-user license doesn't take account of some built-in
    > system accounts. Let me ask Novell.
    >
    > HTH.
    former e-mail for posting:
    [email protected]

  • How do I find the number of users returned by a cfldap query?

    How do I find the number of users returned by a cfldap query?
    I'm not allowed to do something like:
    <cfif ArrayLen(results.rows) gt 1>
    I then get an error:
    faultCode:Server.Processing faultString:'Unable to invoke CFC - Object of type class coldfusion.tagext.net.LdapResultTable cannot be used as an array' faultDetail:''
    Many thanks for any light you can shed

       Cheers again Ian for your many helps,
    it now won't let me do
    <cfqueryparam value="#results.USNCreated#" cfsqltype="cf_sql_varchar">
    I get the message:
    faultCode:Server.Processing faultString:'Unable to invoke CFC - Error Executing Database Query.' faultDetail:'[Macromedia][SQLServer JDBC Driver][SQLServer]The name "results.USNCreated" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted.'

  • How to get the number of issued active certifcates from a CA

    Hi,
    We have a PKI infrastructure still running on Windows Server 2003. How can I get the number of active certificates issued?  I have used the filter option on the issued certifcates node listing the certificates with expiry date after the current
    date, but this list only all the certs without the actual total number of certs.
    Any help is appreciated
    Thanks
    Johan Marais
    JkM6228

    On Wed, 22 Jan 2014 08:57:59 +0000, Martin Rublik wrote:
    certutil -config -view -out "Issued Distinguished Name" -restrict "Certificate Expiration Date > 22. 1. 2013" | findstr Rows
    It will dump CA database look for issued distinguished name (name in the subject of the certificate) and outputs only certificates expiring after 22.1.2013. The output is piped to findstr command that filters the total number of rows.
    There are a couple of problems with the above:
    1. Not every certificate will have a Subject name.
    2. This won't filter out certificates that have been revoked but are still
    time valid.
    3. I couldn't get the "findstr Rows" to return anything and when I look at
    the help for findstr I don't see that as an option for the command.
    This command worked for me, make sure you enter it all on a single line:
    certutil -view -restrict "Disposition=20,NotBefore<January 22 2013" -out
    SerialNumber | findstr /C:"Serial Number:" | findstr /r /n "^" | find /c :"
    Also, if you copy and paste from this post into the cmd window, be careful
    that the quotes and dashes don't get converted into the wrong type.
    Paul Adare - FIM CM MVP
    "for thing in $(fnord $(frob $(./gazonk foo bar baz bletch thud grunt)));
    do
    zot --wodchuck ${thing}; done"
    -- Stig Sandbeck Mathisen making a point about the beauty of shell scripts

  • Get document number in user exit EXIT_SAPLMRMC_001 (MIRO)

    Hi, i'm implementing exit MM08R002, FM EXIT_SAPLMRMC_001(changing tolerance check). In this FM I need to get document number that the user is modifying. But in the import parameters i don't have the document number.
    I have found FM (MRM_PROT_GET), where i can get messages from the transaction MIRO and this FM doesn´t need the document number. I'm looking for a FM like this, but to get document number that the user is modifying.
    Thanks in advance.

    Hi,
       You can get that document no. using FIELD-SYMBOLS. Try these steps.
    1. Press F1, where the user is modifying that document number. Get Program name, screen field structure from that.
    2. declare one variable as field as field-symbols, in your exit.
    FIELD-SYMBOLS: <lv_var> type any.
    Assign '((SAP45MMA)BSIK-BELNR) to <lv_var>.
    Here SAP45MMA is Program Name And BSIK-BELNR is field structure of your program screen.
    in <lv_var> you will get the value, which user has modified.
    Regards
    Vishnu Gupta

  • How to get the number of rows in a report region

    Hi all,
    Is there a way to get the number of rows returned in a report region, without issuing an additional "select count(*) from some_table"?
    I mean something like the substitution string #ROW_NUM# but for the total rows.
    Thanks,
    Pedro.

    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/ui.htm#CHDDGGEG
    For classic report regions, the region footer supports the following substitution strings:#ROWS_FETCHED# shows the number of rows fetched by the Oracle Application Express reporting engine (the page size). You can use these substitution strings to display customized messages to the user. For example:
    Fetched #ROWS_FETCHED# rows in #TIMING# seconds.
    *#TOTAL_ROWS# displays the total number of rows that satisfy a SQL query used for a report.*
    #FIRST_ROW_FETCHED# and #LAST_ROW_FETCHED# display the range of rows displayed. For example:
    Row(s) #FIRST_ROW_FETCHED# through #LAST_ROW_FETCHED# of #ROWS_FETCHED# displayed>
    Ta,
    Trent

  • How to get the number of columns in a result set???

    hi everyone..
    i am trying to establish a servlet applet communication....
    my applet send the sql query to the servlet as serialised string and then the servlet executes the query...
    Since i need to pass the result back to the applet, i thaught of passing the whole reult set to the applet..but that seems to be not possible..
    so i thaught of storing my result set data in a vector and then pass the vector,but the first problem that i came across is that how to get the number of colums in a result set....
    so is there a way to get the number of columns in a result set...???
    and also i would like to know if it possible to send my whole result set to the applet bye serialization or by any method...???
    thanx in advance

    You shouldn't do. It expenses resources (you should always close the ResultSet and the Statement as fast as possible). Simply gently process it into a Collection or Map of DTO's. Those are serializable.

Maybe you are looking for