How add a node of Callmanager to UCCX 7.0

Hello friends,
Please i need you help.
My customer have a CUCM 7.1.3 only a Publisher and a UCCX 7.0.1.
Today we will install and add a new callmanager to cluster of CUCM (a subscriber) and i need the steps for will configure this new callmanager in  the UCCX 7.0.
Please indicate the steps that i need to do, for that the UCCX will work with the new subscriber.
Thanks a lot
Guillermo Silva B

Hi
1) Start the necessary services for UCCX on the subscriber (CallManager, CTIManager, and AXL)
2) In Unified CM Configuration in AppAdmin, assign the new subscriber in the 'selected' box for AXL, RM and JT
3) Ensure that the Device Pool assigned to all CTI RPs, Ports etc has a CallManager group assigned that includes both the subscriber and the publisher.
That should be all - the config from the CUCM will be replicated to the sub so nothing else should be needed.
Aaron HarrisonPrincipal Engineer at Logicalis UK
Please rate helpful posts...

Similar Messages

  • ADF: How do I add a node to a selected root in a TreeModel

    I've created a TreeModel with something that follows:
    1.) Loop through a List and build the Roots:
    for (TransactRow transactionRootRow : transactionResults) {
    TransactionNode transactionRootItem = new
    TransactionNode(transactionRootRow.getTransactKey(), transactionRootRow.getParentKey());
    transactionRoot.add(transactionRootItem);
    this.setTransactModel(new ChildPropertyTreeModel(transactionRoot, "children") {
    public boolean isContainer() {
    return ((TransactionNode)getRowData()).getChildCount() > 0;
    This works great.
    What I need to do next is "click" on any of the Roots and add a node to the selected Root.
    I might have:
    |-Root1 (rowKey="r1", rowIndex=0)
    But, when I click on Root1, I should have:
    |-Root1 (rowKey="r1", rowIndex=0)
    | |-Folder1 (rowKey="r1f1", rowIndex=0)
    I am at the point that when I can get the current root in Java code, but how do I go about adding a node to the current root in a TreeModel?
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    This is JSF - ADF specific, but I'm not using JDeveloper.

  • How to add child node in Tree table programmetically

    Jdev Version 11.1.1.4.0.
    I have created tree table programmetically in bean.
    I have to add child node to tree table component on button click event on page.
    Please let me know how to do this in bean.
    Regards,
    Kiran

    How are you creating the tree pro-grammatically?
    If you are adding a new node to underlying data structure and refresh the tree - the tree will get updated with the new data.
    Thanks,
    Navaneeth

  • How to add proxy node in message monitoring RWB

    Hi all,
    in RWB message monitoring , i can see two options in drop down list those are integration engine and adapter engine. i want to add one node for proxy run time also.
    can anybody let me know how to add a node for proxy runtime?
    any document or help will be appreciated
    Thanks
    sandeep sharma

    Hi,
    connect your SAP application system (like ERP, etc.)
    to SLD - the same one as PI uses (you need to have PIRWBUSER on ERP too)
    then start transaction SPROXY and build and interface on it
    start it and check if you see the new node in message monitoring
    Regards,
    Michal Krawczyk

  • How can I add a node with with a user-chosen name  to JTree in one action

    The functionality that I would like to implement is to add a new node to a tree (JTree with DefaultTreeModel), that during the adding process of the the new node the user will type the node name.
    I am using the following documentation as a reference: http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html#select
    but in this example (as well as all the other examples that I found on net) the user can add first a new node with a constant name (like "NewNode").
    and then in a seperated action the user can edit this node. I'd like to perfrom it in one action.
    one solution that could be implemented is on the end of the adding node invoking beginning of editing action that will be triggered in code instead of forcing the user to click with the mouse on the selected node. The question is how can I do it? how can I trigger an edit action on a selected node in a JTree?
    Edited by: Rotshield on Aug 23, 2008 2:21 AM
    Edited by: Rotshield on Aug 23, 2008 2:24 AM
    Edited by: Rotshield on Aug 23, 2008 2:29 AM
    Edited by: Rotshield on Aug 23, 2008 2:29 AM

    Ah, well.
    You can lead a horse to the water but you can't make it drink.
    Just to provide some background, I'm not a developer, just a hobby programmer and first took up Java less than 14 months ago. I didn't know the answer to your problem, but on reading the API it was fairly clear which method I'd have to make use of. In less than half an hour of coding, I had a JFrame with a JTree and a JButton to add a node, which was immediately in editing condition.
    Try to find another profession, Rotshield. Or at least don't disgrace the community by calling yourself a Java developer (for 4 years lol) until (if ever) you learn how to read and apply an API.
    db

  • How to add a node to already existing hierarchy in BW?

    Hi Gurus,
    Can someone please tell me step by step how to add a node to the hierarchy.
    Thank you,
    Olga

    If I need to add an element to the node, I right click on the node and is it 'insert Characteristic'?
    Sorry I must add one more thing.If it is the first time you add an element to the node then right click the folder(node).But if you already have elements in the node then right click any element and choose add element(country,material whatever).If you choose add a characteristic, then you add another type of element(e.g you have materials in the node and add some countries by choosing add a characteristic)
    When I try to add a node, it gives me a list of nodes I can choose from
    In fact when you right click a folder, there must be an option like "Create nodes".Do you right click on a folder, don't you?You create nodes like that.
    Nevertheless, there is one more way to edit or create a hierarchy.You can load a hierarchy from a flat file.But I am not sure it is worth it.If you have lots of elements and nodes then I propose you to go that way.Step by step document:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/601b0771-92c4-2d10-a081-f947a516bd20?QuickLink=index&overridelayout=true

  • HOW TO remove nodes add nodes dynamically create objects branchgroup

    After much trial and error, frustration and reading this forum I have come across a good way to dynamically add/remove objects. This is working in my model with 1.3 and jdk 1.4.1_02 Sorry if its sloppy.
    Here goes:
    Adding objects (cap bits may not be optimised):
    (A)
    BranchGroup newDynObj = null;
    switch (workerType)
    case 1: //create a rawEntry BranchGroup
    newDynObj = new RawEntry();
    break;
    case 2: //create a Finshed Node
    newDynObj = new FinishedNode();
    break;
    default:
    newDynObj.setCapability(BranchGroup.ALLOW_CHILDREN_EXTEND);
    newDynObj.setCapability(BranchGroup.ALLOW_DETACH);
    newDynObj.setCapability(Group.ALLOW_CHILDREN_READ);
    newDynObj.setCapability(Group.ALLOW_CHILDREN_WRITE);
    Transform3D t = new Transform3D();
    t.set(scale, new Vector3d(xpos, ypos, zpos));
    TransformGroup objTrans2 = new TransformGroup(t);
    objTrans2.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE);
    objTrans2.setCapability(TransformGroup.ALLOW_TRANSFORM_READ);
    objTrans2.setCapability(TransformGroup.ALLOW_CHILDREN_READ);
    objTrans2.setCapability(TransformGroup.ALLOW_CHILDREN_WRITE);
    objTrans2.setCapability(BranchGroup.ALLOW_CHILDREN_EXTEND);
    Sphere obj = new Sphere(1.0f, Sphere.GENERATE_NORMALS | Sphere.GENERATE_TEXTURE_COORDS,
    5, app);
    //add to scene graph
    objTrans2.addChild(obj);
    newDynObj.addChild(objTrans2);
    newDynObj.compile();
    return newDynObj;
    call this ftn with:
    Space3DPanel.objTrans.addChild(createObject(createAppearance(workerType), 0.04, x, y, z, 2)); where objTrans is your tansformGroup
    Removing branchgroup:
    Its easy to add. But the trick is to delete/remove these !?! Detach doesnt seem to do anything. The method/pattern that works for me is to..
    1. make a new class subclassing BranchGroup like this:
    public class FinishedEntry extends BranchGroup
    { private String type;
    public FinishedEntry(){  }
    public FinishedEntry(String type)
    { this.type = type; }
    and
    public class RawEntry extends BranchGroup
    private String type;
    public RawEntry(){  }
    public RawEntry(String type)
    { this.type = type;}
    2. To when adding the BG to the TG of the parent (objTrans)
    add a BG of the type you subclassed.
    see (A) above.
    3. Now scan through the children of the TG that you have been adding these children to. Like this:
    static synchronized public void removeNodeFromModel(int workerType)
    try {
    switch (workerType)
    case 1: //raw Entry
    for (int i = 0; i < Space3DPanel.objTrans.numChildren(); i++)
    if (Space3DPanel.objTrans.getChild(i) instanceof RawEntry)
    Space3DPanel.objTrans.removeChild(i);
    break;
    break;
    case 2: //result Entry
    for (int i = 0; i < Space3DPanel.objTrans.numChildren(); i++)
    if (Space3DPanel.objTrans.getChild(i) instanceof FinishedNode)
    Space3DPanel.objTrans.removeChild(i);
    break;
    } //end for
    break;
    default:
    } catch (Exception e) { e.printStackTrace(); }
    The main idea is to use instanceof !! then use removeChild (see above).. Also, you can compile your BGs using this method.
    Thanks for the great forum!
    Jacob Pyrett
    [email protected]

    First, to add child nodes to a branch group, you must follow two rules:
    (1) The child you are adding to the branch group is also a BranchGroup
    (2) The BranchGroup.ALLOW_CHILDREN_EXTEND capability is set
    From here, you are able to add children on the fly.
    To remove a child from the branch group was harder to figure out, but I eventually got it to work. To accomplish this you must do the following:
    (1) have the capability BranchGroup.ALLOW_DETACH) set on the child BranchGroup you wish to remove.
    (2) call the child's detach() method rather than calling the parent's removeChild()
    Hope this helps.

  • How can i can add tree node ?

    h want like to add tree node in the run time mode and commit it into database

    use ftree.ADD_TREE_NODE for adding new nodes.
    But what do you want to save in the db ?

  • Trying to add a node in a TreeByNestingTableColumn

    Hello All,
    I'm still having problems doing this!
    I followed the tutorial step by step on how to Integrate a Tree structure in Web Dynpro table.
    I'm using NWDS 7.0.18 on EP 7.0
    The tutorial can be found [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/de59f7c2-0401-0010-f08d-8659cef543ce]
    I changed mine around a little bit to use Levels.java instead of Catalog.java.
    I got it working fine. Now the next step I want to do is add a toolbar button that will add a node in the tree structure. So I created the relevant button with an action onActionInsertNode and its signature its the same as the signature for Loading children nodes
    public void onActionInsertNode(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent,
    com.sjm.wdp.wdp.IPrivateTreeAppCompView.ILEVELElement element )
        //@@begin onActionInsertNode(ServerEvent)
        addNewLevel(element.nodeCHILD_LEVEL(), element.getID()); // Null pointer exception here
        //@@end
    I created a new method called addNewLevel to add a single element which is the new node. It looks like this
    public void addNewLevel( com.sjm.wdp.wdp.IPrivateTreeAppCompView.ILEVELNode node,
    java.lang.String parentId )
        //@@begin addNewLevel()
         IPrivateTreeAppCompView.ILEVELElement newLevelElement;
         if(parentId.equals(Levels.getParentId(node.LEAD_SELECTION)))
              newLevelElement = wdContext.nodeLEVEL().createLEVELElement();
              node.addElement(newLevelElement);
        //@@end
    Now when I click the Insert Node button, I want to insert a new node underneath the selected node, ie I want to make it the child of the selected node. node.LEAD_SELECTION. If I look at my code it seems as if I'm following the same logic as the code provided by the tutorial, except the tutorial loops thru the multidimensional array in the Java file and I'm just trying to add a single child node.
    I get a null pointer exception when the onActionInsertNode fires, Ive indicated above where.
    Can someone kindly please explain what I am doing wrong?
    Thanks in advance.
    PS. I forgot to mention that when I created my action onActionInsertNode, I did NOT check the without validation checkbox. I don't actually know what this checkbox does, but in the tutorial is asks you to check this box when you create onActionLoadChildren.

    Hi Armin,
    So using what you have given me so far here is how the getTreeSelection().index() is returning
    context                      getTreeSelection().index()
    -Root                                       -1   
      - child1                                   0
        - gchild1_1                            0
          - leaf1_1                             0
          - leaf1_2                             1
        - gchild1_2                            1
        - gchild1_3                            2
      - child2                                   1
        - gchild2_1                            0
        - gchild2_2                            1
    Here is my code to add a node into the desired position in the tree.
    public void onActionInsertNode(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent,
    com.sjm.wdp.wdp.IPrivateTreeAppCompView.ILEVELElement element )
        //@@begin onActionInsertNode(ServerEvent)
        //addNewLevel(element.nodeCHILD_LEVEL(), element.getID());
        if(wdContext.nodeLEVEL().getLeadSelection() != IWDNode.NO_SELECTION)
             try
              IPrivateTreeAppCompView.ILEVELElement newChildElem =
                                                     wdContext.createLEVELElement();
              wdContext.nodeLEVEL().addElement
                                   (wdContext.nodeLEVEL().getTreeSelection().index(), newChildElem);
         catch(Exception e)
        //@@end
    However, despite specifying where to add the node, the node keeps getting created and added at the root level. Please help out.
    Marshall.

  • Dynamic add tree node and thread

    Hi,
    I implemented a thread by using SwingWorker class to execute the time-consuming file loading and processing task instead of the event-dispatching thread. However, I need to dynamically add node to a tree by using data returned by the file loader in my project's main frame like following:
    if (source == loadAffyItem) {
        //load affy file data to the application
        loader = new AffyFileLoader();
        //dynamically add node to the tree after data loading
        rawDataNode = treePanel.addObject(null, "Raw Data");
        DefaultMutableTreeNode node = new DefaultMutableTreeNode(new UserData("Pixel",   loader.getPixelMatrix()));
        pixelNode = treePanel.addObject(rawDataNode, node);
        node = new DefaultMutableTreeNode(new UserData("Signal", loader.getSignalMatrix()));
        signalNode = treePanel.addObject(rawDataNode, node);
    }However, I always get a NullPointer error by doing this way since the code to dynamically add node to the tree using data returned from loader, but the loader is executed
    in another thread and not finished yet. How could I make that code executed after the loader class is finished? Hope you could enlight me about this issue?
    thanks in advance!
    Jenny

    You'll have to redesign a bit. You could either have the separate thread add the node when it's finished (using SwingUtilities invokeLater to ensure you're updating the GUI in the Event Dispatch thread), or you could have the separate thread call-back or send an event when it's finished (and your main thread would listen).

  • Add new node on vehicle master

    Hello experts,
    We have many custom fields on vehicle master and we can't add more than 99 custom fields on same screen (SAP restriction)
    Now I want to add new node (like we have data Entry, Service, Document flow)
    Once I add new node, we know how to add new tab and fields. But How can we add new node no Vehicle master?
    Do we need to use one of below mentioned BAdI or some other and how to do it step by step.
    BAdI: Exchange Vehicle Data Screen in Vehicle Detail
    Or
    BAdI: Exchange Configuration Screen in Vehicle Detail
    Please advice.
    Thanks

    Hi ,
    do you want to enhance DBM vehicle master or VMS ?
    Regards
    Ganesh

  • Letting a user add a node to a tree

    Hi,
    Currently I have a tree that is built dynamically with a
    remote object call. Also, if the user clicks on a node, a menu pops
    up allowing the user to create a child for the node. How do I let
    the user add a node to the tree ? I saw tangential examples showing
    how to add xml nodes, but I am unable to translate that to trees
    that are populated NOT in static xml, but from a remote object
    call.
    I have the following function signature :
    // parentIndex - the index of the parent node, where the user
    wants to add a child node
    // childLabel - the label for the child node.
    private addChild(parentIndex:int, childLabel:String) {
    Thanks for your help.

    Hi Tracy, this the code I am using from PeterEnt's blog. His
    example was about drag-and-drop. I am trying to use it (maybe I
    shouldn't:) for my child node insertion.
    myTree.selectedIndex = parentIndex;
    var node:XML = myTree.selectedItem as XML; // interestingly,
    myTree.selectedItem is not null, but node is null. Why ?
    var p:*;
    if(myTree.dataDescriptor.hasChildren(node)) {
    p = node;
    parentIndex = 0;
    else { // I am getting a null pointer exception here
    p = node.parent();
    var insert:XML = <node />;
    insert.@label = "New Toy";
    insert.@type = "Toy";
    myTree.dataDescriptor.addChildAt(p, insert, parentIndex+1);
    I am getting the parent value (label etc) correctly for
    myTree.selectedItem. But when I do node:XML = myTree.selectedItem
    as XML, I am getting null value for null. That's why I asked in my
    first message if there is a difference in populating the data
    statically as XML v.s. loading the data using remote object (which
    is the case here).
    Appreciate your help.

  • Add / remove node RAC 9i

    Good days and pardon for my Englishman, I am involved in a project to remove a node of rac 9i 9.2.0.5 and to add another node. Gurus, can to indicate myself like I can realize the tasks or if there exists algun document to which I could refer, have installed several RAC of her(it) 10g but it is my first experience on RAC 9i.
    Thank you very much for everything

    Here you go for step by step inst..
    Metalink Doc-id :270901.1 (How to Dynamically Add a New Node to an Existing 9.2.0 RAC Cluster)
    http://download-east.oracle.com/docs/cd/B10501_01/rac.920/a96596/addmig.htm
    Hope this helps,
    Please reward good answers by marking them correct or helpful...

  • Add Second Node in DMZ

    Hi,
    We are on EBS 12.1.3 and have single application node accessible over intranet. We want to add another node. I know all the steps to add the node by cloning but have some confusions so would like to clarify.
    While cloning the second node autoconfig will run automatically. This will add the node in FND nodes so now we will have two apps tier in FND nodes.
    1) Do we need to still run adaddnode.pl; if yes then why?. if no then what is the use of adaddnode?
    2) After the autoconfig run 2nd node will become the primary node and application will be accessible only though 2nd node url. 2nd Node URL will be mapped to a virtual host in Load Balancer. and DMZ configuration will be over but which url will be used by the intranet users.
    I want to separate URL basically. If only one url is required then i can use the virutal host names in the context of both nodes and autoconfig will do the rest. But i need two URLs and both should be working.
    Prompt replies will be much appreciated.
    regards,

    Hi;
    Please check below which could be helpful for your issue:
    How to Add Node/Instance or Remove Node/Instance in 10gR2, 11gR1 and 11gR2 Oracle Clusterware and RAC [ID 1332451.1]
    Re: How to add new node in 11gR2 RAC
    Regard
    Helios

  • Add New Node - Adobe Director Microsoft Treeview Control 6.0 xtra?

    Can some one help me on how to add new node to TreeView Control provided as xtra with Adobe Director. Tried using sprite(1).Nodes.Add but not working. Please assist

    Right, I am accessing the control via Insert  ->Controls -> ActiveX -> Microsoft Treeview. (unable to find any documentation)
    I am actually trying to make a treeview and on selection do some stuff.
    I have tried using CxtraPopup to create the same but when publishing it says unregistered version.
    Can you please suggest any xtra that supports Menu.
    Thanks

Maybe you are looking for