Agents logged on count

Hi All,
I am trying to calculate how many agents are logged on at particular time say 9:00 am, 9:15 am etc.
Could anyone please let us know if there is any way from HDS database or any other source we can find this information.
At the moment, I am calculating manually by taking the screenshots of CUIC which we customised to display real time information . If we dont take screenshots , we are going to loose the real time information . Hence is there any way so that we can get this from any other source.
Your comments are highly appreciated.
Thanks.
Regards
Deepak

You simply could query the Agent_Real_Time table and determine what's going on with your agents based on the value of their agent state. The ucce database schema doc details what the agent state values are.
This might not really help you... but maybe you can take this query and run with it
SELECT
aed.DateTime, ag.PeripheralNumber AS LoginID, ag.EnterpriseName AS Agent
FROM
Agent ag
join Agent_Event_Detail aed on aed.SkillTargetID = ag.SkillTargetID
join Skill_Target st on ag.SkillTargetID = st.SkillTargetID
where aed.Event = '1'
and (aed.LoginDateTime between '2014-01-27 07:00:00.000' and '2014-01-27 09:14:59.999')
Order By aed.DateTime

Similar Messages

  • Agent logs not being generated

    On a recent installation of 2 x Exchange Server 2013 Cumulative Update 2 (CU2-v2), neither server appears to be generating Agent Logs. The default path for such logs (C:\Program Files\Microsoft\Exchange Server\v15\TransportRoles\logs\Hub)
    does not even appear to contain an "AgentLog" folder.
    The Get-TransportService cmdlet returns:
    AgentLogMaxAge           : 7.00:00:00
    AgentLogMaxDirectorySize : 250 MB (262,144,000 bytes)
    AgentLogMaxFileSize      : 10 MB (10,485,760 bytes)
    AgentLogPath             : C:\Program Files\Microsoft\Exchange Server\v15\TransportRoles\logs\Hub\AgentLog
    AgentLogEnabled          : True
    I have tried modifying these settings, changing the path, manually creating the "AgentLog" folder, restarting the transport service, and nothing seems to make any difference.
    If anyone can offer any suggestions / provide any pointers, I would be extremely grateful. We regularly use agent logs when querying mail flow.
    Many thanks in advance,
    Simon.

    Hi,
    As Martina mentioned,you should install Anti-Spam Agents first.
    By default, anti-spam features aren't enabled in the Transport service on a Mailbox server. Typically, you only enable the anti-spam features on a Mailbox server if your Exchange organization doesn't do any prior anti-spam filtering before accepting incoming
    messages.
    In addition,if you want to configure Spam Agent Logging,plesae refer to the fowllowing article:
    Configure Anti-Spam Agent Logging
    Thanks.
    Niko Cheng
    TechNet Community Support

  • I would Like to print Exceptions to an agent Log not a console

    I purposely set this error so my agent would produce the error. The error listed below prints to the Java Console in Lotus Notes. I would like it to print to an agent.log I know this can be done through the use of a StringWriter and e.printStackTrace(StringWriter). But I need some documentation. Can anybody help??
    Below is a snippet of the agent and the error follows.
    } catch(Exception n) {
    System.out.println("Error Caught");
    System.out.println("Error Message" + " " + n ); //+ " " + el + " " + n.getMessage());
    n.printStackTrace();
    [FATAL ERROR] notes:///__86256D7B000B5CD1.nsf/0/CA2EA717D0E3594686256DAD005B7E7D(XMLBody) Line:16 Column:36: "</connectduration>" expected.
    Error Caught
    Error Message "</connectduration>" expected.
    "</connectduration>" expected.
         at com.ibm.xml.framework.XMLParser.handleError(XMLParser.java:413)
         at com.ibm.xml.framework.XMLParser.error1(XMLParser.java:485)
         at com.ibm.xml.internal.DefaultScanner.emitError(DefaultScanner.java:312)
         at com.ibm.xml.internal.DefaultScanner.scanContent(DefaultScanner.java:1195)
         at com.ibm.xml.internal.DefaultScanner.scanDocument(DefaultScanner.java:419)
         at com.ibm.xml.framework.XMLParser.parse(XMLParser.java:329)
         at com.ibm.xml.parsers.NonValidatingDOMParser.parse(NonValidatingDOMParser.java:1069)
         at lotus.domino.Parser.parse(Parser.java:49)
         at lotus.domino.local.Item.parseXML(Item.java:571)
         at ParseEvents.NotesMain(ParseEvents.java:41)
         at lotus.domino.AgentBase.runNotes(AgentBase.java:161)
         at lotus.domino.NotesThread.run(NotesThread.java:203)

    If you have a log file created and want to log the stacktrace in it you can get the stacktrace as a String & write it to the log file:
        public static final String getStackTrace(Exception e)
            if (e == null)
                return null;
            StringWriter sWriter = new StringWriter();
            PrintWriter pWriter = new PrintWriter(sWriter);
            e.printStackTrace(pWriter);
            //String stackTrace = new String(sWriter.getBuffer());
            String stackTrace = sWriter.toString();
            pWriter.close();
            try {
                sWriter.close();
            catch (IOException ie) {
            return stackTrace;
        }

  • Agent Logs under agent names shows no information in CSD

    I have 1 supervisor and that supervisor needs to see the agent logs under each individual agent name but for some reason there is nothing being reported there. If an agent takes a call or makes a call, inbound or outbound will appear under the agent name with data but logs just will not show anything. Is there a setting somewhere i'm missing?          

    You may have already checked this and apologize if you did, but have you verified that the supervisor is configured to see the columns under the Logs?
    In Supervisor, go to View - Preferences.  In the window that appears, go to Team - Agent - Logs and click on "Configure" on the right side, in the "Columns" field.  Make sure that the columns have a check mark next to them.
    If that is ok, have you tried running Supervisor from a different machine to see if that works?

  • Agent Logs out and Logs in back several times

    Hi,
    Agent Logs out and Logs in back several times without his intervention. this was observed with one agent. Any idea what would be causing? We use a custom CTIOS client and we observe that only one agent had this problem

    Hi,
    Do you have access to the client desktop and the CTIOS server logs ?  Look for the network related errors, sometimes the process in ICM might be giving up..
    regards,
    Shravan

  • Agent log rotation

    Agent - Sunone Agent 2.1
    Webserver - IIS
    Policy Server - IS 6.0 SP1.
    How do you get the agent log to rotate on size/time? Is there a parameter?
    Currently we have to manually delete it.

    Log rotation feature available in 2.2 web agents. You need to find other ways to do it.
    -Subba

  • Monitoring Agents logged in, and out dialing notification to duty manager

    I've been asked to come up with a way to monitor a few critical skill groups for agents logged in and if there are none dial out to predetermined outside numbers that reach duty managers. When the call is answered a message should be played indicating there are no agents logged into their skill group.
    I figure I can write and Administrative script to keep track of the skill groups, which would then set a variable and kick off a routing script. However I'm stumped on how to play a message to them. Is this something the outbound dialer could be configured to do? Note this is strictly a proactive notification to the managers and I'm not planning to route the calls anywhere.
    Any ideas on how I might be able to do this?
    Best,
    Rob

    Hi Rob
    It might be tricky - I would probably try the following:
    - In your inbound script, check using the 'get reporting statistic' step for the number of agents in the CSQs (not the skill groups, as it's CSQ specific)
    - From that script, you could do a 'send email' to notify a supervisor.
    - Alternatively, you could use a 'send http request' to trigger another script, which would use a 'place call' and 'play prompt' routine to play out the notification. I would use a http request to trigger a seperate script, as if you do it from within the first script, the caller will be kept waiting while the system dials the supervisor and plays a prompt - the scripts cannot multitask.
    - The other problem you might have would be that multiple notifications may be generated. You might be able to work around that by setting a variable in a session to indicate the threshold being triggered, and another when it has been notified. When the condition is cleared you could clear both variables to allow a new trigger event.
    An easier option than scripting might be to use the 'Supervisor Workflow' feature. This isn't exactly what they have asked for, but allows a popup or audio alert to be triggered based on calls being in queue over x seconds, or length of a queue being x or greater. It's configured from within the Supervisor app.
    Regards
    Aaron HarrisonPrincipal Engineer at Logicalis UK
    Please rate helpful posts...

  • Cisco Supervisor Desktop show "Agent Logs - call" and "Agent Logs - state" in N/A ::: UCCX 8.5.1

    Hi team.
    The Cisco Supervisor Desktop don't show any logs in the "Agent Logs - State" and "Agent Logs - Call" in some agents.
    I restarted the Cisco Desktop Services in CCX Serviceability but the issue continue.
    I appreciate any help respect this case.
    Thanks a lot.
    ErnestoG

    Hi Ernesto,
    Did you click or selct the Specific Agent\Inbound call which is currently being handled by the Agent. From the Screenshot you have attached (first one) doesn't look like the call has been selected.
    Please select or click on that Specific Agent\Inbound call from CSD and check these values.
    Hope this helps.
    Anand
    Please rate helpful posts !!

  • Odi agent logs

    Hi All,
    I am running a scheduler agent in unix platform. Can you please tell me how to store the Odi Agent logs in a separate file so that I can use that log for my help ?
    Thanks,
    AC

    Yes, from what I know, load plan logs get purged implicitly even though no purging process is scheduled.
    By default, they get purged after 7 days - this is specified in "Keep Log History" attribute of generated load plan.
    To avoid this, after creating the load plan and before executing it: Go to Load Plan and scenarios -> Open the generated load plan -> In Definition tab set Keep Log History (days) and change the value to any higher value, say 30 days and ODI will retain these logs for 30 days.
    Hope that helps.

  • UCCX RTMT and CAD Agent Logs

    I have a CAD agent (version 7.0(1)) which uses the IPCC extension to make outbound calls.  My issue is with the RTMT showing these calls as Contacts Presented and Contacts Handled.  When the agent logs into the client to start their shift, they are showing 17 Contacts Presented and 27 Contacts Handled even though they have not received any calls of yet.
    I have tried to reset all stats in the RTMT, all stats clear for all other agents except this agent.
    Is there a way to clear the call log from the CAD?  This is effecting reports supervisors are gathering for call log data.
    Any advice would be appreciated.

    Certainly something to try, but I don't see why that would make a difference in an inability to log out.  I have many customers who only use the default workflow and haven't seen any of them with this issue previously.
    Are you guessing here, or have you actually seen that resolve similar problems?

  • Ovs-agent.logs

    Entries in the ovs-agent.logs begin with [YYYY-MM-DD hh:mm:ss NUMBER]. Please, does anyone know what these NUMBERs mean?

    The numbers are the PIDs of the processes that had been spawned to do the various tasks. This is to be able to keep track of a process in the ovs-agent.log.

  • UCCX 9.02 script checking for agents logged into a queue

    I'm needing change my current script so that it will check the queue before it sends a call to the skill to make sure that there are agents logged into it.  If there arent any agents logged into that skill then I need to send them to another predefined skill.  I'm sure it can be done I'm just drawing a blank at the moment, anyone willing to point me in the right direction would be greatly appreciated.
    Thanks,  Mark

    Before arriving at the Select Resource Step you should Assign the csqId and you should have an int type and call it something like iRsrcLoggedIn (it's initial value will be set to 0). Once that is done, use a Get Reporting Statistic Step (from the ACD folder) to check for Logged In Agents for that CSQ you defined after that use if logic..IF iRsrcLoggedIn == 0 then change the csqId value to the other CSQ/Skill..do a check there if you want and then drop the call into Queue. Let me know if I should show a Screen Capture of this..

  • Agent log files

    Just installing version 2, deployed the server and 3 agents. Only 1 agent is reporting to the server. I have enabled debug on the agent and reset the service, but where are the logs located ?
    All agents are SLES 10 x86, no firewall blocks.
    I've increased logging to verbose, and reset the service but on the SLES boxes I can't see anything posted to /var/logs or /var/opt/novell/logs
    Documentation doesn't seem to cover log files, I followed a default install as per docs.
    Steve

    On 2/22/2013 8:56 AM, sgardiner wrote:
    >
    > Just installing version 2, deployed the server and 3 agents. Only 1
    > agent is reporting to the server. I have enabled debug on the agent and
    > reset the service, but where are the logs located ?
    >
    > All agents are SLES 10 x86, no firewall blocks.
    >
    > I've increased logging to verbose, and reset the service but on the
    > SLES boxes I can't see anything posted to /var/logs or
    > /var/opt/novell/logs
    >
    > Documentation doesn't seem to cover log files, I followed a default
    > install as per docs.
    >
    > Steve
    >
    >
    Steve,
    Two things. First, the File Reporter agent's log files are stored in
    /var/opt/novell/filereporter/agent/log.
    Second, did this server previously have any NFR 1.0.x components
    installed? Not just the Agent, but potentially the Engine or DSI as well?
    - NFMS Support Team

  • CAD-BE Build 6.6.1.400 agent logs

    Look for the agent logs for CAD-BE any one have any idea
    where these are located?

    Hi
    Try the following
    a) Copy the CadBE.properties file from the UCCX server to the CAD-BE client(C:\ProgramFiles\wfavvid\tomcat_appadmin\webapps\TUP\CAD)
    b) Open the CadBE.properties file and Ensure that the DEBUG,LOG,DBG trace options are the one's
    enabled.  For example: log4j.rootLogger=DEBUG,LOG,DBG.  All other trace options should be commented out (i.e. line prefixed with a # sign).
    c) save the file and bring up CAD-BE in a new window
    d) CAD-BE will generate log files (CadBExxxx.log and CadBExxxx.dbg)
    Hope this helps
    Anuj

  • Concurtent Agents Logged In

    Is there a Historical Report or utilitilty that can show during a selected time period what the "high water mark" is for the number of concurrent users logged in?
    In other words, if I have 50 named UCCX agents, and I have 40 Licensed Seats, are we close to utilizing the number of seats?  Customer is using UCCX 7.x.
    Thanks!
    John

    Thanks Walter.  However, that only shows me the concurrent agents at that moment in time.  I am wanting to see something more like "what was the highest count of concurrent logged in users last week?"

Maybe you are looking for

  • Where can I find a sample of dbca.rsp file?

    Dear all, I've just successfully installed for the first time Oracle 11g in silent mode on Redhat Enterprise 5.3 (I installed in silent mode because there is no X system installled on this Linux server). The installation was completely successful. I

  • How do I get camera raw page open

    How do I get the page to open in Elements 10 that has the histogram and sliders for contrast, exposure, etc?  I can't find it anywhere.  All I can get to open is the edit page that shows apples

  • Document currency Problem

    Hi all, I have created an Import PO with rate 62500 JPY (decimal places are are not allowed in PO), But in table level the rate is stored as 625.00 (with 2 decimal) due to which during GR goods are validated for 625.00 instead of 62500. Kindly reply

  • Can't install winxp on 6163VA

    i've got a pc with a ms-6163va motherboard with a p3 500 processor. Since I wanted to install xp on it I've updated the bios to 3.5, i've tried clearing the cmos and also disabling all optimizations and apm in the bios but there's nothing to do: when

  • HT201263 how do you put an iphone 4 into recovery mode

    how do you put an iphone 4 into recovery mode