JTAPI Get Agent Extension from Agent ID

Dear all,
Please pardon me if have asked this question in the worng place. I'm new to this forums and not familer with the way around.
I wish to build an application using JTAPI connected to UCCX which will provide an CRM integration which will facilitate making calls from agent phones to customer numbers.
I have working code {Attached bellow, which has been refernced} with Agent Extensions but I have faced an issue while integrating with the CRM.
The CRM can only supply the Agent ID not the Agent Extension. My code works using the agent Extension.
I tried but I was not able to find comeup with a soulution which will present the agent extension when the Agent ID is passed.
Please help me to find a way to get the Agent extension using the Agent ID.
Thank you in advance.
--Current code which uses agent extension--
import javax.telephony.*;
import javax.telephony.events.*;
import com.cisco.cti.util.Condition;
public class MakeCall {
public MakeCall(String[] args) throws Exception {
String hostname = args[0];
String login = args[1];
String passwd = args[2];
String src = args[3];
String dst = args[4];
/* start up JTAPI */
JtapiPeer peer = JtapiPeerFactory.getJtapiPeer(null);
/* connect to the provider */
String providerString = hostname;
providerString += ";login=" + login;
providerString += ";passwd=" + passwd;
Provider provider = peer.getProvider(providerString);
/* wait for it to come into service */
final Condition inService = new Condition();
provider.addObserver(new ProviderObserver() {
public void providerChangedEvent(ProvEv[] eventList) {
if (eventList == null)
return;
for (int i = 0; i < eventList.length; ++i) {
if (eventList[i] instanceof ProvInServiceEv) {
inService.set();
inService.waitTrue();
/* get an object for the calling terminal */
Address srcAddr = provider.getAddress(src);
srcAddr.addCallObserver(new CallObserver() {
public void callChangedEvent(CallEv[] eventList) {
/* and make the call */
Call call = provider.createCall();
call.connect(srcAddr.getTerminals()[0], srcAddr, dst);
public static void main(String[] args) {
try {
new MakeCall(args);
} catch (Exception e) {
e.printStackTrace();
} finally {
System.exit(0);

Hi Sudeera,
I am not good at coding :-), but looking into your requirement, you want to know "Agent extension using the Agent ID".
If you access the UCCX Admin->Subsystems->RmCm->Resoures page, click on any resource you will see the Resource ID and the IPCC Extension.
Hope it helps.
Anand
Please rate helpful posts by clicking on the stars below the right answer !!

Similar Messages

  • How can I get an extension from a file...in JFileChooser

    I have got a problem here. Here I have a JFileChooser, I want to add in
    a FileFilter, and user could only see some type of file. But as long as I
    try to get the extension....It wont compile, could any one teach me how
    to get the extension of a file in JFILECHOOSER???
    ============================================
    import java.io.*;
    import java.io.File.*;
    import javax.swing.filechooser.FileFilter;
    public class MainFrame extends JFrame implements ActionListener {
    public MainFrame() {.............}
    private boolean chooseFile()
    JFileChooser fileChooser = new JFileChooser();
    fileChooser.setFileSelectionMode( JFileChooser.FILES_ONLY );
    FileChoser filtering = new FileChoser("txt");
    fileChooser.setFileFilter(filtering);
    fileChooser.addChoosableFileFilter(filtering);
    int selection = fileChooser.showOpenDialog( this );
    if ( selection == JFileChooser.CANCEL_OPTION )
    return false;
    if (selection == -1) {
    return false;
    File tmpfile = fileChooser.getSelectedFile();
    filename = tmpfile.toString();
    setTitle( "Smiggin Holes 2010 - " + filename );
    return true;
    static class FileChoser extends javax.swing.filechooser.FileFilter
    String extension;
    String description;
    public FileChoser(String extension, String description){
    this.extension = extension;
    this.extension = description;
    // Accept all directories and all gif, jpg, or tiff files.
    public boolean accept(File f)
    if (f != null)
    if (f.isDirectory())
    return true;
    String ext = getExtension(f); //<<<<<<<<<<<THE PROBLEM IS HERE WHEN I TRY TO GET THE EXTENSION OF THE FILE. IT CANT COMPILE
    System.out.println("aasdfasdf"+ext);
    if ((ext!=null)&&(ext.equals(extension)))
    return true;
    return false;
    // The description of this filter
    public String getDescription() {
    return "Just Text Files";
    ======================================
    Could you tell me what can I do? To get the extension of the file selected by the user?
    And What do I have to change?
    Regards,

    Hi,
    can you post your compile error and the code of getExtension().
    Regards
    Ldinka

  • Agent missing from Agent Call Summary Report

    When running the Agent Call Summary Historical report in IPCC 4.5, we have found it will not list one agent.  This agent shows in both Real Time reports and in other Historical reports, inclding the Agent Detail report.  It doesn't matter if we rung the Call Summary report for one day, or several weeks, this agent never is listed in the report.  Any ideas on what the problem, or solution, might be?

    If this is still an issue verify that the agent is correctly assigned to an Agent Team via Config Manager.

  • Agents state getting changed automatically from NotReady to Ready

    Agents state getting changed automatically from NotReady to Ready on random position during break time. Can some help me out?
    UCCE version 8.5 

    Hello Ahmad,
    Bug below describes a scenario where the agent is transitioned to the Ready state without manually changing it.
    Also effects 8.5.
    CSCty97770
    Save Bug
    UCCX: Agent Incorrectly Set To Ready After RNA On ICD Extension
    Symptom:
    A Unified Contact Center Express (UCCX) agent may transition to the Ready state without manual intervention.
    Conditions:
    This occurs when, while on a call on the personal line, the agent receives a consult transfer from another agent on the ICD line, does not answer this call and the call is disconnected by the calling agent. When processing this disconnect, the agent state is incorrectly transitioned to Ready even though the call is still in progress ...more
    Details
    Known Affected Releases: (2)
    8.5(1)SU2 | 8.0(2)SU4
    Known Fixed Releases: (1)
    9.0(.96000.398)
    Product: Cisco Unified Contact Center Express
    Hope this helps,
    Please rate helpful posts.
    Thanks.

  • Establish Database connection to connect to OEM Repository from Agents

    I have a requirement to establish Database connection from Agent through Plug-in.
    Ex:
    My plug-in metadata will have a perl script which gets executed in each individual agents and it should connect to the OEM Repository database to execute a package.
    Your Help is Appreciable.

    You would have to take in all of the information needed to connect to the database as instance properties for your target type. So each time someone creates an instance of your target type, they'd have to enter the connection details for the repository database.
    The specifics of what are needed should be in the extensibility guide where the SQL fetchlet is documented.

  • IPCC "The agent extension is out of service"

    We are using IPCC 4.0(3)_Build080, we have setup a new user in the system like everyone else. When this user tries to go into a ready state in the agent desktop he gets the following error:
    13:16:20 Cannot go to the ready state while the phone is out of service. Other state changes are possible.
    13:16:20 The agent extension is out of service.
    Ready state change and call control operations cannot be performed.

    Hi guys,
    Solution, for us, was to delete the phone from CUCM, and recreate it.
    This process took less than 1 minute…
    I located the device (phone) in CUCM by MAC address and deleted it.
    All  of our Service Desk phones are identical in config (they are setup for  Extension Mobility to allow for desk sharing) - so I simply "super-copied"  another SDA phone using the problematic phone's MAC, and changed the description.
    Next I associated  the 'newly created' device with the RMCM application user (User  Management > Application User > < whatever username you gave  for  your UCCX RMCM username>).
    Once the new "old" device had  registered, Joe Bloggs logged in with his extension mobility login,  logged into CAD, and was able to go 'Ready'.
    Solved.
    Information/background and initial troubleshooting:
    We are on...
    CUCM 8.0.2.40000-1
    UCCX 8.0.2.11004-12
    CAD 8.0.2.400 (says 8.0(2) at startup, the 'about' shows 8.0.2.400)
    We had the issue this morning where Joe Bloggs (SDA) was able to login to his phone (extension mobility), login to CAD (Cisco Agent Desktop), but could not go ‘Ready’ state.
    He was being presented the following error:
         07:20:29  Resource's Device is Off.
         07:20:29  The agent extension is out of service.
         Ready state change and call control operations cannot be performed.
    I logged into his device (phone) as myself and then logged into CAD. I was presented with the same error when attempting to go 'Ready'.
    Other SDA’s with the same device (phone) and device profile (extension mobility) config did not have any trouble on their phones – so appeared to have been a phone issue - or at least an issue between CUCM and the device.
    I had Joe Bloggs perform the factory default reset (unplug network cable, holding # - plug back in network cable, when line buttons flashed in sequence type 123456789*0#) – after reset, tested again, made no difference - the error persisted.
    Next, I disassociated Joe Bloggs from the DN (Directory Number/Extension) and then disassociated both the device and the device profile (ext. mobility) from RMCM ‘Application User’, saved – then re-associated – made no difference, the problem continued.
    Not sure why it happened - appears as though maybe the record of this particular device had become corrupt in CUCM somehow.
    Hope this helps someone else - as it was a lot quicker (for our setup) than disassociating user extensions and devices, etc.
    Cheers,
    Brett

  • Approval Workitem removed from Agent Inbox

    Dear All WF Experts,
    scenario:
    Let say Agent A and Agent B are sent a work item.
    If Agent A has executed the work item in SBWP previously, the work item is removed from Agent B's inbox (And the status is changed to 'STARTED'). However, the work item is not processed yet.
    Is there anyway to make the work item stays in the inbox until either agent approved the work item?
    I Know:
    (As soon as any user executes a workitem the workitem get's reserved for the user irrespective of it's completion.
    If the user wants to send it back to all recepients, he can select "replace" in the tool bar to redetermine the agents and put back to all recepients inbox).
    I dont think usage of Fork can resolve the issue , since the users are not fixed(I mean there can be any no. of Approvers, so i cant put fixed number of steps in FORK).
    Question :
    Is there any way by which Reserve status(In process status)) can be changed to Ready status without enduser doing anything.
    Thanks in all advances.
    Ankush

    Hi Ronen ,
    I Applied the SAP Note :1676067 - Automatic replacement of work items.
    Created Table , domain and DataElements also for Manual entries Also .
    While maintaining the Dialog Maintainence entries maintained are Asynchronous , 0 , 0 .
    And scheduled the job.
    But still it is not changing the status from Inprocess to Ready for workitems .
    Can you suggest what else is supposed to be checked or maintained .
    Thanks in Advance.

  • ERMS: Inbound mails are not displaying in Agent inbox from IC web

    Hi Experts,
                       We are implementing ERMS solution.. in CRM 2007 system. I am not able find the inbound mails in Agent inbox. I have done the below settings..
    1. Mail settings has done by BASIS team and whenever i sent a mail to ( cust@example) from my out look i can see the mail in SCOTT.
    2. I have done the inbound distribution for the mail id customer@example to ERMS support2 BOR object
    3. I have followed the rest of the steps from  "ERMS_How_to_guide " document.Hope all the set up inplace according to the document.
    Pleasse provide me some inputs what may be the reason for not displaying the e-mail in Agent inbox from IC web. Thanks
    Regards,
    Lakshmana.P

    Dear Loy,
                     I have checked the org unit settings in CRM_ERMS_WF_CUST and its fine.  I have checked the E-Mail work bench from IC_Manager role and i could find the mail which i have sent with the status 'In Que'. If i go inside by clicking the hyper link of the mail which is received into the inbox i could find the below mentioned log.....
    History
    Processing policy DEFAULT
    Reading policy:DEFAULT, context:ERMS, variant:DF5E7293EB4DCAF1A06F001CC4A95D40
    Processing rule container Default ( DF699C3B335A43F1A06F001CC4A95D40 )
    Processing rule ( DF699C3B335A44F1A06F001CC4A95D40 )
    Uncompiled Rule: ORDF699BD5A68602F1A06F001CC4A95D40892ED53F41EDBB56E10000000A1550DECONTAINSCompiled Rule: xpath address:/parts/EMAIL/EMAIL_CONTENT/text()
    xpath value:invoice test Regards, Laxman ________________________________________________________________________ __________________ A/S, parken 40-42, UK-2750
    Rule evaluates to TRUE
    action added: ROUTE ( GROUP = S:50000025 ) CREATEIR ( DESCRIPTION = ERMS IR )
    BOR: returned from Service Manager
    Kindly provide your inputs what may be the reason not to get inbound mails into IC agent inbox. Thanks
    Regards,
    Lakshmana.P

  • Error from Cisco Agent Desktop - The agent- or workflow-initiated action request failed.

    We have roughly 20 agents using Cisco Agent Desktop version 85.1.417 and I have one that when she clicks the phone button to answer a call she gets the error: "The agent-  or workflow-initiated action request failed."
    I reinstalled the program, but she still receives the same error.  What could be causing this problem?

    This is what I found in the log:
    2014-10-06 08:59:46:838 INFO VOIP2021 Desktop monitoring enabled for extension [9214].
    2014-10-06 09:00:12:147 WARN STD3000 Get registry key <MTS_CitrixInstall> under path <SOFTWARE\Calabrio\CAD\Site Setup>. Object not found: <2:The system cannot find the file specified.>.
    2014-10-06 09:00:12:159 INFO SOCKET0000 <CADEEMConnector> service on port <59015> has started.
    2014-10-06 09:01:01:580 INFO PD4002 error while answering call ICDJtapiCallControlChannel (answer) error, invalid callId (17781617 != 37533406)
    2014-10-06 09:09:28:543 INFO PD4002 error while answering call ICDJtapiCallControlChannel (answer) error, invalid callId (17781655 != 37533406)
    2014-10-06 09:13:42:458 INFO PD4002 error while answering call ICDJtapiCallControlChannel (answer) error, invalid callId (17781669 != 37533406)
    2014-10-06 09:29:03:809 INFO PD4002 error while answering call ICDJtapiCallControlChannel (answer) error, invalid callId (17781740 != 37533406)
    I'm attaching part of the DBG log.  I hope that it helps.
    Thanks

  • The agent extension is out of service. error

    The agent extension is out of service.
    ready state change and call control operations cannot be performed.
    The agent extension is back in service.
    all operations are back in service.
    I get this when the agent is just sitting there in a ready state.
    CUCM 7.0 UCCX 7.0
    I would appreciate any help you can offer.
    Dave 404 569-1752
    [email protected]

    The most common cause of this was the agent's phone restarted or a CTI interruption occured. This is typically something to start troubleshooting on UCM side. The CAD Troubleshooting Guide says essentially the same thing:
    Problem The agent’s state changed to Not Ready for no apparent reason.
    Symptom. In some situations, an agent’s state may change to Not
    Ready for no apparent reason.
    Cause. To determine the reason, check the reason code:
    ..other causes removed...
    ■ If the reason code is 32759, the agent’s state became Not Ready
    because the phone went out of service. Check to make sure the
    phone is still functional and that you can call the phone directly. If
    everything seems fine, it is most likely a temporary problem and the
    phone has since recovered. If the phone is still down, it is most
    likely a Unified CM problem. Please consult Unified CM support.
    Solution In many cases, an agent’s state becoming Not Ready is not a serious
    issue. Simply click Ready to change the agent’s state to Ready.
    To determine the reason code, do one of the following:
    ...other solutions removed...
    If the reason code is 32759, the agent’s state became Not Ready
    because the phone went out of service. Check to make sure the
    phone is still functional and that you can call the phone directly. If
    everything seems fine, it is most likely a temporary problem and the
    phone has since recovered. If the phone is still down, it is most
    likely a Unified CM problem. Please consult Unified CM support.

  • Is there a way to get long running SQL Agent jobs information using powershell?

    Hi All,
    Is there a way to get long running SQL Agent jobs information using powershell for multiple SQL servers in the environment?
    Thanks in Advance.
    --Hunt

    I'm running SQL's to fetch the required details and store it in centralized table. 
    foreach ($svr in get-content "f:\PowerSQL\Input\LongRunningJobsPowerSQLServers.txt"){
    $dt = new-object "System.Data.DataTable"
    $cn = new-object System.Data.SqlClient.SqlConnection "server=$svr;database=master;Integrated Security=sspi"
    $cn.Open()
    $sql = $cn.CreateCommand()
    $sql.CommandText = "SELECT
    @@SERVERNAME servername,
    j.job_id AS 'JobId',
    name AS 'JobName',
    max(start_execution_date) AS 'StartTime',
    max(stop_execution_date)AS 'StopTime',
    max(avgruntimeonsucceed),
    max(DATEDIFF(s,start_execution_date,GETDATE())) AS 'CurrentRunTime',
    max(CASE WHEN stop_execution_date IS NULL THEN
    DATEDIFF(ss,start_execution_date,stop_execution_date) ELSE 0 END) 'ActualRunTime',
    max(CASE
    WHEN stop_execution_date IS NULL THEN 'JobRunning'
    WHEN DATEDIFF(ss,start_execution_date,stop_execution_date)
    > (AvgRunTimeOnSucceed + AvgRunTimeOnSucceed * .05) THEN 'LongRunning-History'
    ELSE 'NormalRunning-History'
    END) 'JobRun',
    max(CASE
    WHEN stop_execution_date IS NULL THEN
    CASE WHEN DATEDIFF(ss,start_execution_date,GETDATE())
    > (AvgRunTimeOnSucceed + AvgRunTimeOnSucceed * .05) THEN 'LongRunning-NOW'
    ELSE 'NormalRunning-NOW'
    END
    ELSE 'JobAlreadyDone'
    END)AS 'JobRunning'
    FROM msdb.dbo.sysjobactivity ja
    INNER JOIN msdb.dbo.sysjobs j ON ja.job_id = j.job_id
    INNER JOIN (
    SELECT job_id,
    AVG
    ((run_duration/10000 * 3600) + ((run_duration%10000)/100*60) + (run_duration%10000)%100)
    +
    STDEV
    ((run_duration/10000 * 3600) + ((run_duration%10000)/100*60) + (run_duration%10000)%100) AS 'AvgRuntimeOnSucceed'
    FROM msdb.dbo.sysjobhistory
    WHERE step_id = 0 AND run_status = 1
    GROUP BY job_id) art
    ON j.job_id = art.job_id
    WHERE
    (stop_execution_date IS NULL and start_execution_date is NOT NULL) OR
    (DATEDIFF(ss,start_execution_date,stop_execution_date) > 60 and DATEDIFF(MINUTE,start_execution_date,GETDATE())>60
    AND
    CAST(LEFT(start_execution_date,11) AS DATETIME) = CAST(LEFT(GETDATE(),11) AS DATETIME) )
    --ORDER BY start_execution_date DESC
    group by j.job_id,name
    $rdr = $sql.ExecuteReader()
    $dt.Load($rdr)
    $cn.Close()
    $dt|out-Datatable
    Write-DataTable -ServerInstance 'test124' -Database "PowerSQL" -TableName "TLOG_JobLongRunning" -Data $dt}
    You can refer the below link to refer out-datatable and write-dataTable function.
    http://blogs.technet.com/b/heyscriptingguy/archive/2010/11/01/use-powershell-to-collect-server-data-and-write-to-sql.aspx
    Once we've the table details, I'm sending one consolidated email to automatically.
    --Prashanth

  • Agent deployment from EM 12.1.0.2 to Linux agent failing pre-req checks

    Trying to deploy the agent software from EM to a Linux host running Oracle Enterprise Linux version 5.8 I am failing one of the pre-requisite checks indicating that the root / is not owned by the root. From the install log
    INFO: --------------------------------------------------------------------------------
    INFO: Checking AgentBaseDirCheck
    This is a prerequisite condition to test whether the agent base directory is owned by the install user, all the parent directories are owned by either the install user or root user and the root directory (that is '/') is owned by root user.
    INFO: The value of AGENT_BASE_DIR is:/opt/EM_Agent.
    INFO: The value of ORACLE_HOME is:/opt/EM_Agent/ADATMP_2012-12-10_09-37-31-AM/prereq_stage/core/12.1.0.2.0
    INFO: The command that is getting executed as part of this prereq is:/opt/EM_Agent/ADATMP_2012-12-10_09-37-31-AM/prereq_stage/core/12.1.0.2.0/perl/bin/perl /opt/EM_Agent/ADATMP_2012-12-10_09-37-31-AM/prereq_stage/core/12.1.0.2.0/sysman/install/CheckDirPermission.pl /opt/EM_Agent
    INFO: Checking for proper ownership on the agent base directory.
    INFO: Checks whether the agent base directory is owned by the agent user oracle and that its parent directory is owned by either the agent user or root.
    INFO: ....
    INFO: Login name is : oracle & file owner is : oracle
    INFO: ....
    INFO: ERROR : root dir is not owned by root user.
    INFO: Check complete. The overall result of this check is: Failed <<<<
    INFO: --------------------------------------------------------------------------------
    Not sure how the / can not be owned by root.
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/VolGroup00-LogVol00
    220G 63G 146G 30% /
    /dev/sda1 99M 23M 72M 24% /boot
    tmpfs 2.0G 620M 1.4G 32% /dev/shm
    [root@tomintoul mapper]# ls -al
    total 0
    drwxr-xr-x 2 root root 100 Dec 4 11:42 .
    drwxr-xr-x 13 root root 7180 Dec 10 06:59 ..
    crw------- 1 root root 10, 62 Dec 4 11:42 control
    brw-rw---- 1 root disk 253, 0 Dec 4 11:42 VolGroup00-LogVol00
    brw-rw---- 1 root disk 253, 1 Dec 4 11:42 VolGroup00-LogVol01
    Any help would be appreciated.

    Hi,
    Please follow the document provided below which explains the issue.
    EM 12c: Agent Installation Fails With Error 'root dir is not owned by root user' (Doc ID 1380296.1)
    Regards,
    Venkat

  • How to get the extension Info from firefox? Do we have any firefox API to communicate with the browser? I couldnt see the HTML of the widget displayed in the toolbar how to access the widget using JS or any way

    How to get the extension Info from firefox? Do we have any firefox API to communicate with the browser? I couldnt see the HTML of the widget displayed in the toolbar how to access the widget using JS or any way

    Hi,
    Thanks for the suggestion. I've been playing around with some of the classes of the java.net package and java.io
    Using the URL class i can get the content of the data from a STATIC page and output that response to file so that is does not display to the client broswer.
    But this only works if the URL i give points to a static html page.
    So the problem i'm getting is if i'm righting in arguments in the URL, this means that server needs to process the arguments i give and its sends back a dynamic result. Because its dynamic the URL class can not handle this and throws me an exception everytime :(
    Have u ever tried to do some things like this?
    Rahul

  • Incomplete Approval Work Item Removed from Agent Inbox

    Dear All WF Experts,
    I noticed this strange scenario:
    Let say Agent A and Agent B are sent a work item.
    If Agent A has executed the work item in SBWP previously, the work item is removed from Agent B's inbox (And the status is changed to 'STARTED'). However, the work item is not processed yet.
    Is there anyway to make the work item stays in the inbox until either agent approved the work item?
    Thanks in all advances.
    Regards,
    YL

    Thanks Arghadip for your response. Sorry for my blunt question.
    Actually, the Agent A and Agent B are the approvers for PR approval by position (Agent A and Agent B are the users in the mentioned position).
    Thus, when a PR is raised, both Agent A and Agent B received the same PR work item.
    If Agent A execute the work item but does not release the PR, the work item still remains in Agent A's inbox as there is no terminating event. So, based on the logic, in Agent B's inbox, the work item should still be there because the work item is not fully processed yet (no terminating event takes place).
    But, now, from what I saw, as long as any of the responsible agents executed (started) the work item, even if they do not release it, the work item is removed from all other agents' inbox and only remain in the inbox of the agent who first executed the work item.
    I interpreted this as there is at least one agent already view the work item and know the existence of the PR to be approved, thus the other agents do not need to bother about the PR anymore. But, is my interpretation correct? And is there anyway to make the work item stay in the inbox of all approvers until there is one terminating event?
    Thank you so much.
    Regards,
    YL

  • Unable to delete agent assignment from Standard Task 8267 DECISION

    Hi All
    In transaction PFTC_CHG I'm trying to Delete Agent Assignment (Shift + F2), the screen simply refreshes and the action is not performed - the user is not deleted from the Demo Workflows parent folder? I'm not sure how to change or remove this entry? Authorisations check out fine.
    Regards,
    Adrian

    Hi ,
    Go through below links ..i am sure you will find something helpful.
    How to delete agents
    remove assigned agents
    Regards,
    Himanshu Joshi

Maybe you are looking for

  • Raise without Handler error when printing pdf files in Outlook

    At work sometimes I'm asked to print emails with tons of attachments, but when I attempt to print the email with the attachments through outlook, anytime there is a PDF attached, I get the "Raise without Handler!" error and also the following window:

  • Problem in keyboard

    i have macbook pro and insall windows 7 but arabic keyboard on mac not in windows what shall i do for this problem

  • How can we set default IM status?

    We are implementing convergence for our users and the initial reaction has been very positive. However, one feedback item has been that the IM client always defaults to the status of "Available." There doesn't appear to be a way in preferences to hav

  • Charts data axis scaling problem

    Post Author: rameshp CA Forum: Charts and Graphs Hi , I work on crystal reports XI. I'm facing problem regarding scaling data axis. I have illustrated that in the following lines: case1) if i have high values (sum of bytes) like more than 600 etc. it

  • Trial vs. Full version of LabView

    I am preparing to test Labview version 2009 for use on our Air Force networks on behalf of an Air Force customer.  I have a few questions concerning the 30 day trial version available for download. 1.     Is the 30 day trial version of LabView 100% o