How to search for unused User Device Profiles in CUCM 10?

Hi guys, 
I have a customer who would like to find out which User Device Profiles are not being used.  I think the following methods would work but I have no idea how to do these in bulk: 
1: Figure out if the User Device Profile is associated with a user or not 
2: Figure out when the last time the user device profile was used (Is this possible?  Direct database query?  If so how?) 
Any help would be greatly appreciated
-Akin

I had the same issue in my former company but luckily we used the "Login User ID" field wher we had the end user associated.
As soon as the User left the company and therefor was deleted in CUCM that field became empty.
So what I did was following
Generate a User Device Profile Report (Bulk Administration > User device Profiles > Generate UDP Reports
Select from the device fields Profilename and Login User ID
Let the report run and open the report file (you will find it at the job scheduler)
All UDP's without a login user ID are usually not assigned to a user and you may want to delete those.
No idea about the SQL query but you maybe find something usefull in the database dictionary http://www.cisco.com/c/en/us/support/unified-communications/unified-communications-manager-callmanager/products-programming-reference-guides-list.html
Eike

Similar Messages

  • Checking User rights in CMC 3.2 : How to search for a user ?

    Hello,
    We are in XI 3.2, and the rights applied on Public Folders are based on user groups, not individuals (hopefully).
    In the CMC, when we want, for support purpose, to check what is the results of these rights for a given user, the "Select" panel for users shows the full list of users in the CMS, by pages, without any search option.
    This is hardly usable when several hundreds of users are declared.
    Scenario :
    - In CMC, Folder Entry, select a folder, contextual menu + user security
    - The list of groups with rights applicable on this folder appears, select any of them and then click on "View Security" Button
    - The panel Permissions Explorer appears
    - On top-left hand side, select Browse button after "Principal"
    - Panel "Select User or Group" shows up and in users list, I find the full list of users of the CMS, based on dozens of pages without any way to search for a given user except browsing the pages.
    How can we check rights of a specific user for a given folder without having to browse the full users list ?
    Thanks for helping.

    I think you might have to run a security query for what you are looking for.
    Its this way:
    -In the Users and Groups area, in the Details panel, select the user or group that you want to run a security query for.
    -On the Manage menu, point to Tools and click Security Query.
    This should list everything.
    Some correct me if I am wrong.
    Thanks

  • How to search for a BADI in a transaction

    Hi All,
    Please let me know the steps to find a BADI for a transaction.
    Thanks,
    Jaffer Ali.S

    check this.
    u can find BADI's in different ways...
    1>First go to any transaction->iN THE menu bar SYSTEM->STATUS->Get the program name ->double click->u will go to the program attached to the tcode.Now search term will be CALL CL_EXITHANDLER.Now u will get list of BADI'S available..
    2>Goto SE24->Give class name as CL_EXITHANDLER->Display->double click on get_instance mathod->Now u will go inside the method->Now put break point on the cl_exithandler.Now go to any transaction code and pass dat..U will see that it will be stopped on the break point which u set on the cl_exithandler...In the exit name u can find list of badi's attached to the tcode..
    There are multiple ways of searching for BADI.
    • Finding BADI Using CL_EXITHANDLER=>GET_INSTANCE
    • Finding BADI Using SQL Trace (TCODE-ST05).
    • Finding BADI Using Repository Information System (TCODE- SE84).
    1. Go to the Transaction, for which we want to find the BADI, take the example of Transaction VD02. Click on System->Status. Double click on the program name. Once inside the program search for ‘CL_EXITHANDLER=>GET_INSTANCE’.
    Make sure the radio button “In main program” is checked. A list of all the programs with call to the BADI’s will be listed.
    The export parameter ‘EXIT_NAME’ for the method GET_INSTANCE of class CL_EXITHANDLER will have the user exit assigned to it. The changing parameter ‘INSTANCE’ will have the interface assigned to it. Double click on the method to enter the source code.Definition of Instance would give you the Interface name.
    2. Start transaction ST05 (Performance Analysis).
    /people/alwin.vandeput2/blog/2006/04/13/how-to-search-for-badis-trace-it
    3. Go to “Maintain Transaction” (TCODE- SE93).
    Enter the Transaction VD02 for which you want to find BADI.
    Click on the Display push buttons.
    Get the Package Name. (Package VS in this case)
    Go to TCode: SE84->Enhancements->Business Add-inns->Definition
    Enter the Package Name and Execute.
    Here you get a list of all the Enhancement BADI’s for the given package MB.
    The simplese way for finding BADI is
    1. chooes Tcode Program & package for that Tcode.
    2. Go to Tcode se18
    3. Press F4
    4. search by package or by program.
    Regards
    Kiran Sure

  • How to search for upper/lower case using string using JAVA!!!?

    -I am trying to write a program that will examine each letter in the string and count how many time the upper-case letter 'E' appears, and how many times the lower-case letter 'e' appears.
    -I also have to use a JOptionPane.showMessageDialog() to tell the user how many upper and lower case e's were in the string.
    -This will be repeated until the user types the word "Stop". 
    please help if you can
    what i have so far:
    [code]
    public class Project0 {
    public static void main(String[] args) {
      String[] uppercase = {'E'};
      String[] lowercase = {'e'};
      String isOrIsNot, inputWord;
      while (true) {
       // This line asks the user for input by popping out a single window
       // with text input
       inputWord = JOptionPane.showInputDialog(null, "Please enter a sentence");
       if ( inputWord.equals("stop") )
        System.exit(0);
       // if the inputWord is contained within uppercase or
       // lowercase return true
       if (wordIsThere(inputWord, lowercase))
        isOrIsNot = "Number of lower case e's: ";
       if (wordIsThere(inputword, uppercase))
         isOrIsNot = "number of upper case e's: ";
       // Output to a JOptionPane window whether the word is on the list or not
       JOptionPane.showMessageDialog(null, "The word " + inputWord + " " + isOrIsNot + " on the list.");
    } //main
    public static boolean wordIsThere(String findMe, String[] theList) {
      for (int i=0; i<theList.length; ++i) {
       if (findMe.equals(theList[i])) return true;
      return false;
    } // wordIsThere
    } // class Lab4Program1
    [/code]

    So what is your question? Do you get any errors? If so, post them. What doesn't work?
    And crossposted: how to search for upper/lower case using string using JAVA!!!?

  • User device profile

    Hello,
    Scenario,
    7960 Phone:
    extenion : 5555 it is on phone line
    partition: internal
    CSS: internal
    User Device Profile created for user for EM by choosing 7960 device
    extension : 5555 it is on user device profile line
    partition: UDP
    CSS: GSM
    Question:
    when a user is logged in 7911 phone and when a PSTN users call 5555 the phone rings to a Phone line on 7960 but not on the profile where is logged in i.e 7911
    why like that???
    Thanks

    Phone and DN CSS are concatenated when both are assigned, where the CSS applied to the DN on a phone has higher preference. The most typical case for applying both is "device/line approach" for building classes of restrictions where you assign routing CSS to the device (CSS with access to routing patterns) and then blocking CSS to the DN in order to block let's say international dialing. This approach allows you to considerebly reduce number of required paritions and CSSes in your deployment. For more details you can refer to UC SRND which describes it in great detail with examples and nice diagrams.
    HTH, please rate all useful posts!
    Chris

  • CUCM 10.5: User Device Profiles provisioning possible?

    Recently we've Upgraded our CUCM Cluster from 8.6.2 to 10.5 to gain some new features. In the feature list there is a lot of stuff for provisioning and making admin things easier. Right now, if there is a new employee in our company, we manually create the specific UserDeviceProfile for this user and make the settings needed, but it's more or less some standard procedure, which in my opinion, can be created by a template for example.
    The phones itself will still be manually created as we need to assign the company logo to the background, installing certificates and stuff like that, which can't (can it be?) be done remotely.
    In 10.5 I've seen that under "User Management - User/Phone Add" there are some points where to define different templates. So is there any way in automatically create the user device profiles, for example if the user has been created in the MS Active Directory with the proper filds (ipphone, name, ...)? I haven't found a manual for this scenario (just for the self-provisioning with IVR, which I don't want)
    Thanks in advance :)

    We are experiencing the same issue in our organisation.  Is this simply a limitation of the Self Care Portal?  If so, is it on the roadmap to support configurations with multiple Remote Destination Profiles in the future?
    Error message attached.
    Regards,
    John.

  • How to check the unused users in portal.

    Hi Guru,
    We are doing auditing in Portal server.Can any tell us
    How to check the unused users in portal?.
    Regards,
    Vivek

    Use portal activity reporting  for monitoring the users. This way you can monitor the users in the portal who logged on to the portal.
    Below are things you can monitor from portal activity report iview
    1) number of users logged on during the period of time.
    2) Details of the users who logged on
    3) monitoring particular iview/page
    Check the below threads for more help
    http://help.sap.com/saphelp_nw04s/helpdata/en/47/87329cc84a199ce10000000a42189d/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/47/87346dc84a199ce10000000a42189d/frameset.htm
    Raghu

  • SCREEN LOCKED error "Searching for your client device. Please wait..."

    This error is locking my routers configuration screen. "Searching for your client device. Please wait... If you haven't clicked on the Wi-Fi Protected Setup button on your client device, please do so now."
    Is there a fix for this issue without restoring to the factory defaults?.
    Your work around is not an option because restoring the factory defaults and reconfiguring the router manually is would be too time consuming in our small office and can afford the downtime. Is there a fix for this issue without restoring to the factory defaults? This problem has been crippling many of the Linksys routers for some time now; just search the error on goggle.
    Solved!
    Go to Solution.

    Power cycle the router. Unplug the power cord for 30 seconds and power it back on. If it still won't work, then you will have to reset and reconfigure the router. Please check the links below on how to reset the router and set it up for either cable or DSL:
    Title: Resetting the router to factory defaults and changing the router’s password
    Article ID: 19584
    http://kb.linksys.com/Linksys/GetArticle.aspx?docid=1e97db4854604b0fb5cc8c0d74491e35_19584.xml&pid=8...
    Title: Setting up a Linksys router for DSL Internet connection
    Article ID: 3687
    http://kb.linksys.com/Linksys/ukp.aspx?vw=1&docid=20ee1457387f40178cd5f41d4b585db4_3687.xml&pid=80&r...
    Title: Setting up a Linksys router with Cable Internet service
    Article ID: 3686
    http://kb.linksys.com/Linksys/ukp.aspx?pid=80&vw=1&articleid=3686

  • Bat multiple BLF with User Device Profiles

    Has anyone able to BAT in multiple Speed Dial/BLF into a user device profile.  I have CUCM 7.1 and trying to BAT in a line with multiple SD/BLF for the other buttons.  I get this error
    Error : Missing key in referenced table for referential constraint (informix.fk_blfspeeddial_fknumplan).
    I checked my phone template and it has 1 line with 5 SD/BLF
    My phone type is 9951
    Thanks

    Juergen,
    Do your fields look like this?
    Busy Lamp Field Label 3
    Busy Lamp Field Label ASCII 3
    Busy Lamp Field Destination 3
    Busy Lamp Field Directory Number 3
    J. Nelson
    J. Nelson
    2303 in INTERNAL-PT
    Nurse
    Nurse
    4062 in INTERNAL-PT
    Library
    Library
    4017 in INTERNAL-PT
    B. Hipsher
    B. Hipsher
    4092 in INTERNAL-PT
    C. Kirkland
    C. Kirkland
    8246 in INTERNAL-PT
    L. Stoner
    L. Stoner
    2040 in INTERNAL-PT
    South Lounge
    South Lounge
    2637 in INTERNAL-PT
    Ginger W
    Ginger W
    6043 in INTERNAL-PT
    K. Jaffie
    K. Jaffie
    4609 in INTERNAL-PT
    L. Cornwall
    L. Cornwall
    2755 in ES-ClassRm-PT
    NA Counselor
    NA Counselor
    2123 in ES-ClassRm-PT
    S. Brigman
    S. Brigman
    8262 in INTERNAL-PT
    D. Sorden
    D. Sorden
    8205 in INTERNAL-PT
    J. Brandel
    J. Brandel
    8105 in INTERNAL-PT
    J. Brandel
    J. Brandel
    8105 in INTERNAL-PT
    S. Pebley
    S. Pebley
    5512 in INTERNAL-PT
    S. Pebley
    S. Pebley
    5512 in INTERNAL-PT
    Wanda B
    Wanda B
    6072 in INTERNAL-PT

  • Inserting User Device Profiles via BAT

    I have been trying to insert User Device profiles using the BAT utility. When I select the Insert User Device Profiles Specific Details, select the file, and run the job it fails. However when I select the "Insert User Device Profiles All Details" the spreadsheet I chose is not uploaded but all new profiles are created and added. I am very confused because I am including all the details that are oulined as required on the "specific details" file I am trying to insert and it fails every time with a "device name" error but when I select the "all devices" the same uploaded file works fine?? Any advice/feedback would be very much appreciated.
    Thank you!

    Hey Vicky,
    I just spent some time browsing the numerous Bugs related to BAT in the CUCM 5.1(x) versions. There are well over 250 Bugs :( I'm guessing that you may be hitting this one that does not identify * Mandatory Fields properly (like Device Name);
    CSCsj74131 Bug Details
    BAT.xlt UDP work sheet need changes.
    Symptom:
    BAT.xlt UDP work sheet need changes
    Conditions:
    Steps to Reproduce:
    1. Download BAT.xlt.
    2. Open it and goto UDP work sheet.
    3. You could find "Device Profile name " as "optional"
    It should be mandatory.
    Also create file format for UDP missing "service".
    work Around:
    none
    Status
    Fixed
    Severity
    4 - minor
    Last Modified
    Any Time
    Product
    Cisco Unified Communications Manager (CallManager)
    Technology
    1st Found-In
    5.1(2.9901.30)
    Fixed-In
    Release-Pending
    Hope this helps! Just a guess here (sorry),
    Rob

  • How to search for file in jsp page

    i need help on how to search for a file in a folder where there is a lot of subfolder.like how u search in a document in windows. i need a complete codes in jsp page.
    thank you in advance.
    Message was edited by:
    n_dilah

    no i need to do a search engine in jsp page which is the j2ee.
    i type smth than tat file from any folder will appear the same way when u need to search your file in a document in windows.
    well can u nice people tell me where i can get the codes bcos i stinks when it come to programming.
    thank you very very very much.

  • How To Search For a Specific File name?

    Hello Everybody
    How To Search For a File Like NewFile.txt in a Root Like C:\\
    And If The File Is Found Open It And Write In It?

    http://forum.java.sun.com/thread.jspa?threadID=5194090&messageID=9763314

  • How to search for a fields ?

    Hello,
    I know it's an easy question but I've not find, how to search for a fields in Database on CR XI R2 ?
    Thanks in advance

    Hi Alexandre
    Do you want to see which database fields you have inserted in Crystal Reports and in which section you have inserted what fields?
    If yes then
    -open formula editor
    -In the right side pane expand Formatting Formulas.
    -Expand all the sections one by one and it will show you database fields,formulas and all the objects used in the sections.
    Hope this will clarify your doubts.
    Regards
    Asha.

  • How to search for a certain cross reference using its name in FM 11?

    How to search for a certain cross reference using its name in FM 11?

    Well, thank you. I am only using Find dialog box. By "name", I'd like to give an example. The background is FM 11 structured. I have an element "xref" which is used to make cross reference. Now In Chapter 1, there is a sentence like "This is an ODU for ...". I made a cross ref of the word "ODU" to its full name "outdoor unit" in Chapter 2 (in the same book). After this, the word "ODU" in the sentence in Chapter 1 will no longer be a plain text. So I no longer can use the find dialog box to search for "ODU" because it is already an xref rather than text. I am not if it's clear.

  • How to search for a badi

    how to search for a badi
    srinivas.

    Hi Srinivas,
    Good
    Check this link
    /people/alwin.vandeput2/blog/2006/04/13/how-to-search-for-badis-trace-it
    Run this program
    *& Report ZNEGI16 *
    REPORT ZNEGI16 .
    TABLES : TSTC,
    TADIR,
    MODSAPT,
    MODACT,
    TRDIR,
    TFDIR,
    ENLFDIR,
    SXS_ATTRT ,
    TSTCT.
    DATA : JTAB LIKE TADIR OCCURS 0 WITH HEADER LINE.
    DATA : FIELD1(30).
    DATA : V_DEVCLASS LIKE TADIR-DEVCLASS.
    PARAMETERS : P_TCODE LIKE TSTC-TCODE,
    P_PGMNA LIKE TSTC-PGMNA .
    DATA wa_tadir type tadir.
    START-OF-SELECTION.
    IF NOT P_TCODE IS INITIAL.
    SELECT SINGLE * FROM TSTC WHERE TCODE EQ P_TCODE.
    ELSEIF NOT P_PGMNA IS INITIAL.
    TSTC-PGMNA = P_PGMNA.
    ENDIF.
    IF SY-SUBRC EQ 0.
    SELECT SINGLE * FROM TADIR
    WHERE PGMID = 'R3TR'
    AND OBJECT = 'PROG'
    AND OBJ_NAME = TSTC-PGMNA.
    MOVE : TADIR-DEVCLASS TO V_DEVCLASS.
    IF SY-SUBRC NE 0.
    SELECT SINGLE * FROM TRDIR
    WHERE NAME = TSTC-PGMNA.
    IF TRDIR-SUBC EQ 'F'.
    SELECT SINGLE * FROM TFDIR
    WHERE PNAME = TSTC-PGMNA.
    SELECT SINGLE * FROM ENLFDIR
    WHERE FUNCNAME = TFDIR-FUNCNAME.
    SELECT SINGLE * FROM TADIR
    WHERE PGMID = 'R3TR'
    AND OBJECT = 'FUGR'
    AND OBJ_NAME EQ ENLFDIR-AREA.
    MOVE : TADIR-DEVCLASS TO V_DEVCLASS.
    ENDIF.
    ENDIF.
    SELECT * FROM TADIR INTO TABLE JTAB
    WHERE PGMID = 'R3TR'
    AND OBJECT in ('SMOD', 'SXSD')
    AND DEVCLASS = V_DEVCLASS.
    SELECT SINGLE * FROM TSTCT
    WHERE SPRSL EQ SY-LANGU
    AND TCODE EQ P_TCODE.
    FORMAT COLOR COL_POSITIVE INTENSIFIED OFF.
    WRITE:/(19) 'Transaction Code - ',
    20(20) P_TCODE,
    45(50) TSTCT-TTEXT.
    SKIP.
    IF NOT JTAB[] IS INITIAL.
    WRITE:/(105) SY-ULINE.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    Sorting the internal Table
    sort jtab by OBJECT.
    data : wf_txt(60) type c,
    wf_smod type i ,
    wf_badi type i ,
    wf_object2(30) type C.
    clear : wf_smod, wf_badi , wf_object2.
    Get the total SMOD.
    LOOP AT JTAB into wa_tadir.
    at first.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    WRITE:/1 SY-VLINE,
    2 'Enhancement/ Business Add-in',
    41 SY-VLINE ,
    42 'Description',
    105 SY-VLINE.
    WRITE:/(105) SY-ULINE.
    endat.
    clear wf_txt.
    at new object.
    if wa_tadir-object = 'SMOD'.
    wf_object2 = 'Enhancement' .
    elseif wa_tadir-object = 'SXSD'.
    wf_object2 = ' Business Add-in'.
    endif.
    FORMAT COLOR COL_GROUP INTENSIFIED ON.
    WRITE:/1 SY-VLINE,
    2 wf_object2,
    105 SY-VLINE.
    endat.
    case wa_tadir-object.
    when 'SMOD'.
    wf_smod = wf_smod + 1.
    SELECT SINGLE MODTEXT into wf_txt
    FROM MODSAPT
    WHERE SPRSL = SY-LANGU
    AND NAME = wa_tadir-OBJ_NAME.
    FORMAT COLOR COL_NORMAL INTENSIFIED OFF.
    when 'SXSD'.
    For BADis
    wf_badi = wf_badi + 1 .
    select single TEXT into wf_txt
    from SXS_ATTRT
    where sprsl = sy-langu
    and EXIT_NAME = wa_tadir-OBJ_NAME.
    FORMAT COLOR COL_NORMAL INTENSIFIED ON.
    endcase.
    WRITE:/1 SY-VLINE,
    2 wa_tadir-OBJ_NAME hotspot on,
    41 SY-VLINE ,
    42 wf_txt,
    105 SY-VLINE.
    AT END OF object.
    write : /(105) sy-ULINE.
    ENDAT.
    ENDLOOP.
    WRITE:/(105) SY-ULINE.
    SKIP.
    FORMAT COLOR COL_TOTAL INTENSIFIED ON.
    WRITE:/ 'No.of Exits:' , wf_smod.
    WRITE:/ 'No.of BADis:' , wf_badi.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'No userexits or BADis exist'.
    ENDIF.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'Transaction does not exist'.
    ENDIF.
    AT LINE-SELECTION.
    data : wf_object type tadir-object.
    clear wf_object.
    GET CURSOR FIELD FIELD1.
    CHECK FIELD1(8) EQ 'WA_TADIR'.
    read table jtab with key obj_name = sy-lisel+1(20).
    move jtab-object to wf_object.
    case wf_object.
    when 'SMOD'.
    SET PARAMETER ID 'MON' FIELD SY-LISEL+1(10).
    CALL TRANSACTION 'SMOD' AND SKIP FIRST SCREEN.
    when 'SXSD'.
    SET PARAMETER ID 'EXN' FIELD SY-LISEL+1(20).
    CALL TRANSACTION 'SE18' AND SKIP FIRST SCREEN.
    endcase.
    Solution 2
    1.Get the Package of the program name of the transaction.
    2.Go to Transaction SE18.
    3.Press F4 on the badi definition name.
    4.Click the information systems button.
    5.Give the Package name and press enter.
    6.Select the BADI that is relevant to the application.
    Good Luck and thanks
    AK

Maybe you are looking for

  • Missing Photos in Photo Stream

    I take pictures with my iPhone 4s and they go to my iPad just great but I only get about 50% of them to my MacBook Pro.  They are radomly not there.  There will be five or six that are there then 5 or 6 that are black no photo.  All the warythrough t

  • Error while Transfer Object

    Hi, I have a Data-Transfer-Object which is transfered between a client and an EJB. While this transfer I get this exception: java.rmi.MarshalException: CORBA MARSHAL 1398079699 Maybe; nested exception is:      org.omg.CORBA.MARSHAL: Unable to read va

  • Scrollbar problem with JTable.

    Hi, I have 45 columns in a JTable. Please remember this is customize, we can change the number of columns dynamically, at max they can be 2 columns. i was having a problem with display the columns names in my Frame. I posted at http://forum.java.sun.

  • Deleting Parked Document thru FBV0

    Dear Experts, We have created one Price Difference A/c GL and all related transaction are being booked to theis GL thru automatic posting. How ever this entry is posted agaisnt the materials like :- Raw MAterial Store & Spares As per Schedule VI requ

  • Help Please. All recent photos and music are missing.

    All photos and music loaded after 2005 are missing. It is almost as if all settings have reverted to a time in late 2005. iPhoto has old photographs present, but no recent photos. However, recent history in Safari is listed correctly. Also, Mail is a