API for managing agents in UCCX

Hi!
Is exist any API for add/remove agents at UCCX ?
For change skills assigned?
Thanks

Hi ,
AFAIK the agents can be added or deleted from the call manager and that has to be done by the admin.
Regarding changing the teams and skills of an agent that can be achieved from the appadmin page in UCCX by the supervisor.
Lets say you have a user with supervisor rights in UCCX and not the admin rights.
Login to appdmin page using admin credentials and now under system-->System parameters -->Under Application Parameters look for Supervisor Access and there you can set it to "access to all teams".
Now log off from appadmin and login to appadmin  with supervisor credentials and under rmcm you can see teams and skills and can change the teams skills assigned to an agent.
You will not be able add or delete any thing in appadmin when logged on with supervisor credentials.
I hope the above steps helps you.
Regards
Rajiv

Similar Messages

  • How to change host name for management agent.

    Hi,
    I 've installed management agent for oracle, it's a part of Oracle Management Framework, but I have to change host name.
    I know how to change port number, but I've no idea how to change host name.
    Have you got any idea?
    Thank you in advance.
    Matin

    Hi,
    you can change it in System Landscape directory.
    Go to the http:yourportal.com:50000/sld
    then click on the Landscape and update the new host name.
    Raghu

  • Staging area for Management Agent files...?

    Sorry for another question so quickly - I am reading the documentation first!
    Management agents upload files to the OMS server, and these are parsed and loaded as data into the MR database, right?
    Where is the staging area for these files (upload from all the management agents)? Is it possible to change it? From what I can gather it's
    https://oms_server:1159/em/upload - but where is this in the real world? I've searched the OMS $ORACLE_HOME, but can't find any uploaded files
    The reason for these questions is because we have a requirement to load these files to a shared area so that both our OMSes can access them - has anyone come across a configuration like this before? Does it work?
    Many thanks (again!)
    D

    The upload area on the OMS would normally be <OMS_HOME>/sysman/recv.
    You still might find no data files over here, as they may be uploaded to the OMS on that moment.
    Yes, making this directory a shared location ,will work when running multiple OMS.
    Regards
    Rob

  • Software and Hardware Requirement for Management Agent

    Can any one help me to find out the software and Hardware requirements for Oracle 10g Management AGent for various platforms.

    Hi I have looked the Metalink Note which is mentioned in the reply but that is not having the exact software and Hardware Requirements (i.e os packages required for unix platforms) for OEM Agent. Please help me to know the requirements pls.

  • Installation Issues for Management Agent on AIX

    I am having installation issues with Oracle Management Agent Install using OUI....
    I have done the following:
    i)     download AIX_Grid_Control_agent_download_10_2_0_1.zip to aix machine.
    ii)     unzip , it creates aix directory.
    iii)     unzip "oui_aix.jar " , which is available under aix/oui/
    iv)     pl unjar "oui_aix.jar " , ( jar -xvf oui_aix.jar )
    v)     set AGENT_HOME=/oracle/WD1/oem/
    vi)     chmod –R 777 * from /oracle/WD1/oem/
    vii)     invoke ./runInstaller from aix/oui/Disk1/
    When I invoke runInstaller it asks me for Additional Management Service install but after first screen does check ask Oracle Home and then goes intsall OUI and never asks for OMS and OMS port etc..
    Can I install the Management agent through OUI... What are the steps ?
    Thanks,
    Atul

    I deinstalled the OUI and again re-installed.. but still I cannot get it working.. That is why I was looking that if somebody came accross the same issue... Why it does not ask the OMS page at all.. If some body has installed Management Agent on AIX through OUI pl. respond.
    Thanks
    Atul

  • Azure Machine Learning : API for management (of experiments)

    Hello there,
    Not sure if I'm missing something, but I haven't found a way to create / alter an experiment via API and/or PowerShell commands (like we can define do via JSON/PowerShell in ADF).
    I would also like to be able to publish / republish an experiment the same way to update a deployed service.
    Thanks a lot ;)

    Hello Yordan,
    Thanks for the quick answer.
    Do you know if that's something in the plan? Any idea of a timeline you can share?

  • API for modifying rep:Policy nodes

    The JCR API does not work when we are trying to modify/create rep:policy nodes.
    I tried to have a look at the CqActionsServlet and CQActions class but could not make much progress on understanding the implementation.
    Is there any API documentation on how  to do this.
    Basically the idea is to have a package of permission nodes (rep:policy) in the svn. As part of build process, we want to read the rep_policy.xmls and configure the corresponding permissions in CQ using RMI.

    Could you explain what you mean by the JCR API? While JCR 1.0 didn't have any API for managing access control policies, JCR 2.0 does.
    I don't know think AccessControlManager works over RMI. The JIRA issue is still open: https://issues.apache.org/jira/browse/JCR-2113
    There is a Sling bundle which you can install to manage ACLs via HTTP: http://sling.apache.org/site/managing-permissions-jackrabbitaccessmanager.html. Search this forum for prior discussions.
    For the use case you describe, you should be able to do that with content packages.

  • EM Cloud 12c Management Agent Software for linux x86

    Hello folks
    I need to acquire Management Agent Software for linux x86 using offline mode. I followed steps described in online documentation of Oracle Cloud Control 12c, section "4.2.3.2 Acquiring Management Agent Software in Offline Mode"
    I downloaded the catalog file p9348486_112000_Generic.zip, but when I executed import_update_catalog as follow:
    /em12c/oms12cr3/oms/bin/emcli import_update_catalog -file=/app/em12c/swlib/p9348486_112000_Generic.zip -omslocal
    this error apears:
    "Internal error while validating catalog file format: error in opening zip file"
    thanks in advance

    --> $/AGENT_INST/bin/emctl stop agent
    If agent does not shutdown gracefully then kill all agent background processes by first grepping for agent perl and java processes only
    --> Move your existing target.xml file
    mv target.xml target.xml.old
    --> Create an empty targets.xml file under /AGENT_INST/sysman/emd with the below content
    <Targets>
    </Targets>
    --> Start the agent
    $AGENT_INST/bin/emctl start agent
    This starts agent but without any targets populated in targets.xml
    To discover targets perform agent resynchronization operation from console
    Regards
    Krishnan

  • Available APIs for process and package management

    Hello All and welcome to my Hello All:
    Welcome to my inaugural post. I am a complete noob to Solaris (although I have been using Linux for 5+ years) and am in the process of trying to get a handle on what local C/C++ APIs (if any) are available for management. Specifically, I am looking to find out about process and package management.
    For process management, basically I would like to know is there some kind of interface to the the prstat application (ie. Memory and CPU utilization). Does something like this exist?
    For package management, I am looking for the ability to add, remove, and query the package �database�. Correct me if I am wrong, but the Solaris package �database� seems similar to that of a Debian system (at least from the perspective that the informational files are stored as plain text in a well-defined directory [ie /var/sadm/pkg/]).
    I have installed Solaris 10 on an x86 machine with a full installation; however, of the installed development kits (listed below) nothing jumped out at me.
    -bash-3.00# ls -1d /var/sadm/pkg/*devel
    /var/sadm/pkg/SUNWaspell-devel
    /var/sadm/pkg/SUNWevolution-devel
    /var/sadm/pkg/SUNWevolution-libs-devel
    /var/sadm/pkg/SUNWgnome-a11y-base-devel
    /var/sadm/pkg/SUNWgnome-a11y-libs-devel
    /var/sadm/pkg/SUNWgnome-a11y-reader-devel
    /var/sadm/pkg/SUNWgnome-a11y-speech-devel
    /var/sadm/pkg/SUNWgnome-audio-devel
    /var/sadm/pkg/SUNWgnome-base-libs-devel
    /var/sadm/pkg/SUNWgnome-camera-devel
    /var/sadm/pkg/SUNWgnome-common-devel
    /var/sadm/pkg/SUNWgnome-component-devel
    /var/sadm/pkg/SUNWgnome-config-devel
    /var/sadm/pkg/SUNWgnome-desktop-prefs-devel
    /var/sadm/pkg/SUNWgnome-file-mgr-devel
    /var/sadm/pkg/SUNWgnome-hex-editor-devel
    /var/sadm/pkg/SUNWgnome-img-editor-devel
    /var/sadm/pkg/SUNWgnome-libs-devel
    /var/sadm/pkg/SUNWgnome-media-devel
    /var/sadm/pkg/SUNWgnome-panel-devel
    /var/sadm/pkg/SUNWgnome-pilot-devel
    /var/sadm/pkg/SUNWgnome-print-devel
    /var/sadm/pkg/SUNWgnome-project-devel
    /var/sadm/pkg/SUNWgnome-terminal-devel
    /var/sadm/pkg/SUNWgnome-text-editor-devel
    /var/sadm/pkg/SUNWgnome-vfs-devel
    /var/sadm/pkg/SUNWgnome-wm-devel
    /var/sadm/pkg/SUNWgnutls-devel
    /var/sadm/pkg/SUNWjpg-devel
    /var/sadm/pkg/SUNWlibexif-devel
    /var/sadm/pkg/SUNWlibgcrypt-devel
    /var/sadm/pkg/SUNWlibpopt-devel
    /var/sadm/pkg/SUNWmozilla-devel
    /var/sadm/pkg/SUNWmoznspr-devel
    /var/sadm/pkg/SUNWmoznss-devel
    /var/sadm/pkg/SUNWogg-vorbis-devel
    /var/sadm/pkg/SUNWopenjade-devel
    /var/sadm/pkg/SUNWopensp-devel
    /var/sadm/pkg/SUNWpcsclite-devel
    /var/sadm/pkg/SUNWpng-devel
    /var/sadm/pkg/SUNWpostgr-devel
    /var/sadm/pkg/SUNWPython-devel
    /var/sadm/pkg/SUNWTiff-devel
    I've placed orders for Solaris Internals and Solaris Performance & Tuning (that should arrive tomorrow), but I was hoping that someone could give me a gentle push (or perhaps a swift kick) in a general direction. :)
    Thanks.

    For process management, basically I would like to
    know is there some kind of interface to the the
    prstat application (ie. Memory and CPU utilization).
    Does something like this exist?Not prstat (although you could 'truss' it and see some of what it's doing to collect the information). kstat is available with a C interface and through perl/shell. It has several CPU fields. It's certainly useful for monitoring, but read-only. I'm not sure what you're looking for in terms of "management".
    Also 'dtrace' can provide tons of dynamic information, but that's not necessarily what you're looking for.
    For package management, I am looking for the ability
    to add, remove, and query the package �database�.
    Correct me if I am wrong, but the Solaris package
    �database� seems similar to that of a Debian system
    (at least from the perspective that the
    informational files are stored as plain text in a
    well-defined directory [ie /var/sadm/pkg/]).Yes, although it's based on the SysV packaging system. I don't believe there's any API for it outside of the 'pkg*' utilities.
    Darren

  • Live Monitoring and Recording for VPN Remote CAD Agents in UCCX

    Dear all,
    We have deployed UCCX 5.0(2) for one of our customers.
    Silent Monitoring and Recording are working fine for local agents.
    We have deployed new Remote agents using IP Communicator and Cisco VPN on their PC. Everything is working fine but could not monitor or record them.
    We have made site-to-site VPN using a PIX and give these agents Hard Phones 7942. Everything is working fine but could not monitor or record them.
    We also installed WFO QM client on their PCs in order to record calls but no way !
    Is there any way that we can use in order to make these agents silently monitored and recorded?
    Thanks for all.

    good afternoon,
    I am not a senior guy but we experienced the same issues with monitoring users at home on VPN. After some trouble shooting I found that most users are on wireless and when I had them plug in with a cable we could hear their calls and record fine with no issues. Though, the agents preferred to be on wireless, of course! the senior engineer did mention something about changing the Codec and utilizing some DSP resources.
    MM

  • System Configuation API for Configuration Management

    Hi all,
    I've been toying around with the system configuration API for a little bit now and I see it as a great way for companies to use it as part of an overall configuration management utility. For example, if a customer wants to build up a new test rack with the same hardware aliases, configuration, and installed NI software then the system configuration API helps with most of this. I've already created a simple utility that can be used to query the currently installed hardware (of a local or remote system) and then programmatically rename the aliases based on a loaded configuration file or manual input. Likewise, the MAX export/import functionality can also be used. My application of this would primarily be non-RT and mostly PXI products but a good design could enable it to work for both.
    So, my question to the community is actually on the side where I haven't used the System Configuration API yet which is querying the installed software on a system. The software querying functionality of the System Configuration API is really only geared towards RT targets and not Windows based controllers. I'd like to be able to export a list of installed software/drivers on an older system and then compare it with what is installed on a newer system to make it easier for customers to determine whether they have everything required. I know that the MAX export or report has a list of installed software but is parsing this the best way of retrieving installed software (It's a beast of a file)? Does anyone have a better method?
    Regards,
    Tim Sileo
    RF Field Account Specialist
    National Instruments
    You don’t stop running because you get old. You get old because you stop running. -Jack Kirk, From "Born to Run" by Christopher McDougall.
    Solved!
    Go to Solution.

    Not sure if the attached VI will work across various Windows OS's since it uses a powershell command and I also don't know how well the command used will work across 32/64 bit applications...But, so far this little VI I came up with is returning the software that I want to query. Hope this is usefull for others and, as always, suggestions for improvement are welcomed!
    Tim Sileo
    RF Field Account Specialist
    National Instruments
    You don’t stop running because you get old. You get old because you stop running. -Jack Kirk, From "Born to Run" by Christopher McDougall.
    Attachments:
    NI_Software_Query(CMD).vi ‏12 KB

  • Preparing Solution Manager for SMD Agents Installation

    Hello everyone
    I have to configure the Solution Manager of QAS to receive new SMD Agents, I looking at the transaction SOLMAN_SETUP.
    Does anybdoy know what do I have to do to prepare the environment for the installation of SMD agents?
    Thank

    Hi Marcelo,
    Check note 1365123 - Installation of Diagnostics Agents, this note shows the agent installation strategy. You must install one SMD agent per host (physical or virtual) . The SMD agent should be installed in all host you want to monitor.
    In order to connect the SMD agent into your Solution check the following WIKI:
    http://wiki.sdn.sap.com/wiki/display/SMSETUP/Diagnostics+Agents#DiagnosticsAgents-Connectionoptions
    Also, you can managed the SMD agent in the "Agent Administration", it can be found at:
    - SOLMAN_WORKCENTER
    - Tab Root Cause Analysis
    - "Agent Administration"
    I recommend you to use the "Direct connection to solution manager" for your agents. It is easier than the SLD registration.
    Regards,
    Allam

  • OEM10gR3 PeopleSoft Management agent support for PeopleTools 8.49?

    We migrated our PeopleSoft environment from PeopleTools 8.48 to PeopleSoft 8.49. We've successfuly installed OEM10gR3 on a Windows 2003 box and successfully installed the management agent on a RHEL 4.4 box running PeopleTools 8.49 and then installed the PeopleSoft Management Agent for OEM without error.
    When we try to "discover" the PeopleTools installation via the OEM console it comes back and says it has found a PeopleSoft installation, however, it will not add it to the console because it states the PeopleTools / PeopleSoft 8.49 is not supported. It looks like the the OEM PeopleSoft Management agent is supports PeopleTools up to v8.48.
    Is anybody aware of workaround / patch / solution to this issue?
    Thanks, --Alok                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Almost the same problem here. Our PT is at 8.48, running on AIX. OEM10gR3 agent installed. When we try to run the discovery we get no PS_HOMEs found. We opened a support case with Oracle but have not gotten an answer yet.

  • R12 Order Management Setup and API for Pick Release

    Hi All,
    I am doing pick release using Release Sales Order form of Order Management of Oracle Apps R12. Pick Release process is going fine , but the the status of lines are not getting updated. If we explicitly do reservations before pick release and then do pick release from Release Sales Order form, line status is being updated as pick released. If we do pick release from Shipping Transactions Form, then there is no need of explicit item reservations. Please suggest me, is there any setup steps to be done, so that i will tell the functional guys to do it.
    Also I am executing the WSH_PICKING_BATCHES API for create batch and release batch, the same thing i.e the pick release process is working fine but the line status is not getting updated.
    Is Release Sales Order form and Shipping Transactions Form uses different API's to do the pick release?.
    If we have to do explicit Item Reservations, what is the API used?
    Thanks and Regards,
    Mahesh
    Edited by: magu on May 1, 2009 11:59 AM

    I figured out the problem. In Release Sales Order Form, we have to uncheck the Prior Reservations Only check box, so that the items will be first reserved and then pick release.
    Thanks and Regards,
    Mahesh

  • Microsoft Windows x64 Enterprise Manager Agent 12.1 file for Self Update

    Anyone know where I can download the Microsoft Windows x64 Agent for Enterprise Manager 12c Self Update feature? This file will be used by 12.1 Self Update feature in offline mode. Installing the Management Agent on the host is not possible.

    Hi,
    You can keep a track of the release dates from the following document:
    Note 793512.1 : Release Schedule of Current Enterprise Manager Releases and Patch Sets
    Best Regards,
    Venkat

Maybe you are looking for

  • Email on Training and Event Management

    Dear all, I would like to know are there any email supported in Training and Event Management Module. For example, after HR administrator help book courses for staff, system will trigger an email notification to staff mailbox with certain course deta

  • Keyboard not working split x 2

    to whom may care, i appologize in advance [keyboard doesnt work so i am one finger typing on onscreen keyboard].  while surfing the web the other day and all of a sudden my mouse and keyboard does not work... take computer to store and my computer is

  • Help with syncing video to my iPhone

    ok, so heres the deal. i downloaded a few episodes of a show that were already in .mp4 and so i added them into itunes and they show up whenever you hit the movies tab on the left side of the screen but then whenever i went to add them to my telephon

  • Display queue for Target field in Message Mapping

    Hi Folks, If i check my Target Field (DT_Req) (Display queue) in Message Mapping, I am getting 2 values like ie [] that means ....in my test result in MM, i should get 2 times DT_Req field. Is it right? Plz give some idea how this display queue works

  • Error While Broadcasting

    Dear Hi, I am getting the following error while running a Broadcasting Setting over a web template. This template has approximately 15 to 20 queries. I am publishing this dashboard report to the Portal. The error is , Error while executing function m