webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to retrieve the list of all users ?

    Posted Fri January 12, 2007 10:44 AM

    Hello,

    I have to implement something to list unactive users.

    I obviously created an SQL request into WMSESSIONS to find out last login of each users …

    But, with this, I’m not able to find out information about user that never logged on the I.S., or who the last login was far in the past and purged from WMSESSIONS.

    So … I can I retrieve the list of all users ?

    Thanks & regards,

    Laurent

    PS: I have to be able to do it automatically, because I have to do it each month.


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: How to retrieve the list of all users ?

    Posted Mon January 15, 2007 08:25 AM

    Laurent,
    You can call the wm.server.access:getDisabledUserList service to get a list of active uses and disabled users.

    This service is not ment for public use. So if you use it, webMethods may change it without notice. You just have to test it when you apply a service pack or upgrade.

    Steve


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: How to retrieve the list of all users ?

    Posted Tue January 16, 2007 02:57 AM

    Thanks steve,

    reading the source of users.dsp, I found a private service named groupList (wm.server).

    After some search, I found a public one doing the same thing inside monitor :
    wm.monitor.util:groupList

    All users have to be declared inside Everybody group (otherwise users.dsp page isn’t able to find them, sigh !).

    Hoping it can help.

    Bye

    Laurent


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 4.  RE: How to retrieve the list of all users ?

    Posted Wed January 17, 2007 04:54 AM

    Hi Laurent,

    this the default Group for all Users existing on IS.

    Everytime you create a new User it is added to the Everybody group automatically.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General