Unable to connect to activation agent

Hi..I am using soa suite 10.1.3.1.0 and oracle data base 10g. I am practicing the ADT example in AQ adapter tutorial came with 10.1.3.1 installation
The purpose of this tutoril is to dequeue the message from customer_in_queue and to enqueue to the table customer_out_queue in Scott database.
I changed the oc4j-ra.xml file in the path
C:\product\10.1.3.1\OracleAS_2\j2ee\oc4j_soa\application-deployments\default\AqAdapter
and added the few configuration lines given in tutorial to data-sources.xml file in the path
C:\product\10.1.3.1\OracleAS_2\j2ee\home\config
I got the following error
[deployProcess] Deploying process C:\jdevstudio10131\jdev\mywork\Application1\AQADapterADT\output\bpel_AQADapterADT_1.0.jar
BUILD FAILED
C:\jdevstudio10131\jdev\mywork\Application1\AQADapterADT\build.xml:79: A problem occured while connecting to server "localhost" using port "80": bpel_AQADapterADT_1.0.jar failed to deploy. Exception message is: ORABPEL-09903
Could not initialize activation agent.
An error occured while initializing an activation agent for process "AQADapterADT", revision "1.0".
Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
at com.collaxa.cube.engine.core.BaseCubeProcess.startAllActivationAgents(BaseCubeProcess.java:354)
at com.collaxa.cube.engine.deployment.DeploymentManager.activateDefaultRevision(DeploymentManager.java:1446)
at com.collaxa.cube.engine.deployment.DeploymentManager.setDefaultRevision(DeploymentManager.java:1405)
at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:821)
at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)
at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)
at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
I don't know what should I do to activate the activation agents.
Help is appreciated....
Thanks,
Dan.

Sorry I also forgot to mention that you need to check your databse and AQ connection pools.
Login to Enterprise Manager
home -> administration -> jdbc resources -> data sources
make sure there is a an entry for your scott database. Make sure you take note of the jdbc name.
Now you need to check the AQ connection pool. This is found
home -> Then I think there is a drop down list for resource adapters. Choose this -> AQ Adapter
create a new entry something like
eis/AQ/xxxx
point to the database data source created above.
Now you need to make sure that in your AQ partner link that it is pointing to the connection pool made above.
cheers
James

Similar Messages

  • HT4097 Can not restore ipad 2. Unable to connect to activation server, server is temporarily unavailable??

    Can not restore ipad 2. Unable to connect to activation server, server is temporarily unavailable??

    Hi Anson/JimHdk,
    I triple checked to makes sure my SSID and passwords are right.
    I found the MAC Address filter is not turned on...
    I don't think there's maximum number of connection for the router (I turned my 2 other devices on Airplane mode when checking) and it still didn't work. 
    I don't know how to durn off DHCP and use static IP address....
    There's no firmware update available for my router as it's 8 years old....
    My brother says I will need to get a new router....   hopefully that will work....
    Thank you both for offering these additional checks!
    Mary

  • Unable to connect to Active directory from obiee 11g

    Hi Gurus,
    I was trying to integrate Active directory into OBIEE 11g. Followed the Oracle documentation and Rittman Mead too but cannot get past a connection issue. I create a new provider,provide the connection details,use bissytemuser in AD as the Principal but when WLS is bounced/restarted, it fails to connect and throws the below error:
    "Cannot initialize identity store, cause: oracle.security.idm.ConfigurationException: javax.naming.CommunicationException: <hostname>:389 [Root exception is java.net.UnknownHostException: <hostname>]".
    Not sure if this makes a difference but admin and managed server come up but not analytics.
    Please help me out with scenarios to test if my bi server is connecting to AD or not?
    Thanks,
    Dan

    To answer this need more details.
    btw: I would suggest to check these
    Property Name=virtualize
    Value=true
    and
    Control Flag list to OPTIONAL
    you may send me email

  • TNS Connect String Error When Starting Workflow Activity Agent Listener

    I'm trying to start the Workflow 2.6.0 Activity Agent on Windows 2000 but it Unable to connect to 'TNS_connect_string' although the normal Connect to db using SQL*Plus as user/password@alias works.

    Mohamed,
    The usage of the wfjvlsnt.bat file is as follows:
    wfjvlsnr.bat wf263/wf263@522db oci8
    Hope this helps
    Raja

  • Warning  5002: Unable to connect to the Cache Agent

    Getting the following message when creating a readonly cache group
    Warning 5002: Unable to connect to the Cache Agent for /tmp/cgdsn; check agent status
    Warning 5051: Commit message to Cache Agent failed. Cache Agent must be restarted
    Tried to check the Agent status using
    ttStatus command.
    Daemon pid 5138 port 16001 instance TT
    TimesTen server pid 5143 started on port 16003
    No TimesTen webserver running
    Data store /tmp/cgdsn
    There are 5 connections to the data store
    Data store is in shared mode
    Shared Memory KEY 0x0e000c82 ID 11805
    Type PID Context Connection Name ConnID
    Process 9189 0x00000001001ac390 test 1
    Subdaemon 5140 0x000000010015b380 Worker 2044
    Subdaemon 5140 0x00000001001d5360 Flusher 2045
    Subdaemon 5140 0x00000001001db930 Checkpoint 2046
    Subdaemon 5140 0x0000000100243000 Monitor 2047
    Replication policy : Manual
    Cache agent policy : Manual
    End of report

    I had restarted the cacheagent by using the following command
    Call ttCacheUidPwdSet();
    call ttCacheStart();
    Also tried
    ttAdmin -oraAgentStart -oraAgentUID test -oraAgentPWD test cgdsn to manually start the Agent.
    If I use ttCacheStop() it gives the message the Cache agent has already been stopped.

  • I am unable to update either iTunes or iPhone or iPad or ipad2.  After timing out I am instructed to check network setting and ensure connection is active. Connection is ok, all other downloads work ok as does iTunes and sync.  Any suggestions?

    I am unable to update software for iTunes, iPhone, iPad, or iPad 2. Installation times out and recommends I check network settings and the connection is active. It is   There are no problems with other downloads/installs. iTunes, sync and devices work fine otherwise. Any suggestions?

    Could you post your diagnostics for us please?
    In iTunes, go "Help > Run Diagnostics". Uncheck the boxes other than Network connectivity tests, as per the following screenshot:
    ... and click "Next".
    When you get through to the final screen:
    ... click the "Copy to Clipboard" button and paste the diagnostics into a reply here.

  • ORA-28545: error diagnosed by Net8 when connecting to an agent Unable to retrieve text of NETWORK/NCR message 65535

    Hello All,
    I have verified entire otn community, but none of the solution working for me and hence posting this problem. I'm getting below error message when I try to connect from oracle 11g to sqlserver database. All details are given below and request some body to provide resolution.
    Oracle 11 g server installed in "Red Hat Enterprise Linux Server release 6.3"
    Sqlserver running in Windows server enterprise 64bit OS.
    $ cat initdg4msql.ora
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Microsoft SQL Server
    # HS init parameters
    HS_FDS_CONNECT_INFO=[SJCGNMWQA2WEB01]:SQLEXPRESS//msdb
    # alternate connect format is hostname/serverinstance/databasename
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    $ cat listener.ora
    # listener.ora Network Configuration File: /home/oracle/11g/product/11/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
         (SID_NAME = dg4msql)
         (ORACLE_HOME = /home/oracle/11g/product/11)
         (PROGRAM = dg4msql)
    $ cat tnsnames.ora
    # tnsnames.ora Network Configuration File: /home/oracle/11g/product/11/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    GNMDB =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = sjcgnm62v2db1.skta.com)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = GNMDB)
    dg4msql  =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = sjcgnm62v2db1.skta.com)(PORT = 1521))
        (CONNECT_DATA = (SID = msdb))
        (HS = OK)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = sjcgnm62v2db1.skta.com)(PORT = 1521))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    ADR_BASE_LISTENER = /home/oracle/11g
    Output of lsnrctl start
    $ lsnrctl start
    LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 22-NOV-2013 15:17:08
    Copyright (c) 1991, 2011, Oracle.  All rights reserved.
    Starting /home/oracle/11g/product/11/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.3.0 - Production
    System parameter file is /home/oracle/11g/product/11/network/admin/listener.ora
    Log messages written to /home/oracle/11g/diag/tnslsnr/sjcgnm62v2db1/listener/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sjcgnm62v2db1.skta.com)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=sjcgnm62v2db1.skta.com)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.3.0 - Production
    Start Date                22-NOV-2013 15:17:08
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /home/oracle/11g/product/11/network/admin/listener.ora
    Listener Log File         /home/oracle/11g/diag/tnslsnr/sjcgnm62v2db1/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sjcgnm62v2db1.skta.com)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
    Services Summary...
    Service "dg4msql" has 1 instance(s).
      Instance "dg4msql", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    SQL> CREATE PUBLIC DATABASE LINK sqlserver CONNECT TO "sa" IDENTIFIED BY "gnm123" USING 'dg4msql';
    Database link created.
    SQL> select * from dual@sqlserver;
    select * from dual@sqlserver
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from SQLSERVER
    SQL> select * from "sys"."tables"@sqlserver;
    select * from "sys"."tables"@sqlserver
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from SQLSERVER
    Pl help.

    Hi Klaus,
    I just pick the gateway 11.2.0.3 patch to the installation. Here I got error and patch installation failed.
    [oracle@sjcgnm62v2db1 13092292]$ opatch apply
    Invoking OPatch 11.2.0.1.7
    Oracle Interim Patch Installer version 11.2.0.1.7
    Copyright (c) 2011, Oracle Corporation.  All rights reserved.
    Oracle Home       : /home/oracle/11g/product/11
    Central Inventory : /home/oracle/oraInventory
       from           : /etc/oraInst.loc
    OPatch version    : 11.2.0.1.7
    OUI version       : 11.2.0.3.0
    Log file location : /home/oracle/11g/product/11/cfgtoollogs/opatch/opatch2013-11-26_12-41-27PM.log
    Applying interim patch '13092292' to OH '/home/oracle/11g/product/11'
    Verifying environment and performing prerequisite checks...
    Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 13092292: Required component(s) missing : [ oracle.rdbms.tg4db2, 11.2.0.3.0 ]
    [ Error during Prerequisite for apply Phase]. Detail: ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    Log file location: /home/oracle/11g/product/11/cfgtoollogs/opatch/opatch2013-11-26_12-41-27PM.log
    Recommended actions: This patch requires some components to be installed in the home. Either the Oracle Home doesn't have the components or this patch is not suitable for this Oracle Home.
    OPatch failed with error code 39
    [oracle@sjcgnm62v2db1 13092292]$
    Pl help.

  • Unable to connect VDI3 to an active directory on windows 2003

    Hi, I am unable to connect to an active directory. with the following error:-
    Unable to Connect to User Directory
    Connect operation failed
    I can successfully user the kinit login with the same domain and user credentials....
    the Vdalog.0 is throwing an error as follows :-
    com.sun.vda.service.ldap.UserDirConnection.createDirService(Unknown Source):------> what is this referring to as an unknown source.... ?
    thanks
    Chris D

    Hi Chris,
    In a java stack trace, 'unknown source' means that the exact line number where the exception occurred cannot be determine, which is normal as we compile our java source file without the debug flag. So nothing to worry about.
    Back to your connection problem, please increase the log level as indicated in http://wikis.sun.com/pages/viewpage.action?pageId=171840712 and look at the exact error in the cacao log file /var/cacao/instances/default/logs/cacao.0. There you'll find more details about what is exactly causing the failure.
    Katell

  • Ad agent connection erro unable to connect to server :0

    Hello i want to configure ad agent 1.0.0.32 build 539 on windows server 2008 with patch installed.
    but when i execute adactrl show running i see that
    Cisco AD Agent adactrl -- version 1.0.0.32, build 539
    Connection error. Unable to connect to server:0
    An exception occured! connection Error
    For further information use:
    adactrl help
    i test adactrl restart, reboot server no change.
    nps must be install ?

    Hi
    I am running into the same error trying to setup AD agent Windows 2003 Server Standard Edition with SP2 (and I have disabled the Windows Firewall). The AD Agent is installed on the same machine as the domain controller.
    Thanks
    C:\IBF\CLI>adactrl show running
    Cisco AD Agent adactrl -- version 1.0.0.32.1, build 598
    Connection Error. Unable to connect to server: 0
    An exception occured! Connection Error
    For further information use:
      adactrl help
    C:\IBF\CLI>adactrl start
    Cisco AD Agent adactrl -- version 1.0.0.32.1, build 598
    Connection Error. Unable to connect to server: 0
    An exception occured! Connection Error
    For further information use:
      adactrl help

  • When updating to iOS 5.0.1. get the err -3259, thus unable to install new iOS. The message I receive goes: "THE NETWORK CONNECTION TIMED OUT.  MAKE SURE YOUR NETWORK SETTINGS ARE CORRECT AND YOUR NETWORK CONNECTION IS ACTIVE, OR TRY AGAIN LATER."

    When updating to iOS 5.0.1. get the err -3259, thus unable to install new iOS. The message I receive goes: "THE NETWORK CONNECTION TIMED OUT.  MAKE SURE YOUR NETWORK SETTINGS ARE CORRECT AND YOUR NETWORK CONNECTION IS ACTIVE, OR TRY AGAIN LATER."
    Does anyone know how to solve this tiresome problem, please!?? The update is downloaded upto 723.5MB, and is required upto 723,6MB, then the error message pops out! Tnx.

    I have a quick wifi connection (Mac shows it as about 35 megabits) but I couldn't get the 5.0.1 OTA to work, I had to do it via cable to my computer's iTunes - and as I was already on iOS 5 it was only a small download, basically the same size as the OTA size.
    As the original poster is talking about a 730 meg download then I assume that they are still on iOS 4.3.5 or below and can therefore only download via their computer's iTunes - you need to be on iOS 5+ before you get the OTA option.

  • Unable to connect to agent

    Hi,
    I m trying to update scheduling agent. I can make it from the topology in our main server which ODI is installed.
    However when i try to update the scheduling from my local computer, it is unable to update or test the scheduling agent since it is unable to connect to agent.
    We got network permitions and able to reach the ports which agents (local and schedule agents) are currently using.
    What else the problem can be?
    Tnks in advance

    Issue resolved.
    In the host tab of the agent, it was written 'localhost',
    After changing it to 'ip adress' ,the problem is sorted out.

  • Dbsnmp unable to connect to SNMP master agent

    DBSNMP for 32-bit Windows: Version 9.2.0.1.0 - Production on 13-JAN-2006 10:58:24
    Copyright (c) 2002 Oracle Corporation. All rights reserved.
    System parameter file is C:\oracle\ora92\network\admin\snmp_ro.ora
    Log messages written to C:\oracle\ora92\network\log\dbsnmp.log
    Trace information written to C:\oracle\ora92\network\trace\dbsnmp_728.trc
    Trace level is currently 0
    NMS-00001: Warning: dbsnmp unable to connect to SNMP master agent
    I get the above message as dbsnmp.log every day in my testdb.. wat is the purpose and meaning
    oracle_home\network\log

    Hmmmmm.
    Using the online error code lookup facility in the Oracle documentation, I see the following:
    NMS-00001: Warning: service unable to connect to SNMP master agent.
    Cause: An SNMP Master Agent is used to communicate with a third party SNMP monitoring console. The specified service could not contact the SNMP master agent. The master agent supported by Oracle for this platform is not installed, or has not been started. Messages specific to this platform follow.
    This is a warning and does not prevent the agent from communicating with the console. If Oracle Enterprise Manager is the only monitoring console accessing this agent, the NMS-00001 error can be considered informational and should be ignored. Configuration of the SNMP Master Agent is not reguired for the Oracle Enterprise Manager Console.
    Action: Consult Oracle documentation for your platform; then, make sure that the correct SNMP master agent is installed and started. The SNMP Master Agent and the Oracle Intelligent Agent must be configured correctly before the Oracle Intelligent Agent can communicate over SNMP to the Master Agent.
    The Oracle Intelligent Agent needs to be configured. The 7.3.2.x agent required an SNMP.ORA file. All later versions of the Oracle Intelligent Agent are self-configuring and do not reguire the creation of an snmp.ora file.
    Solution Explanation
    1. The Oracle Intelligent Agent needs to be configured. The 7.3.2.x agent required an SNMP.ORA file. All later versions of the Oracle Intelligent Agent are self-configuring and do not reguire the creation of an snmp.ora file.
    2. The SNMP Master Agent needs to be configured and started.
    There is even more. Especially in the are of 'how to configure and start'. Can wee look that up for you as well?

  • VMM is unable to complete the request. The connection to the agent sphyperv5.IMCB was lost

    We are getting the following error. This seems to be after installing the DPM 2010 client. Not sure if there is a connection.
    Error (2916)
    VMM is unable to complete the request. The connection to the agent sphyperv5.IMCB was lost.
    (Unknown error (0x80338012))
    We never really lose the host. Everytime I look everything looks fine. Any ideas?
    Michael Bishop

    This issue is not solved yet, we still invetigating
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/f013134b-3059-4ba2-bb3d-fb422c1b7c33/error-2931-vmm-is-unable-to-complete-the-request-the-connection-to-the-vmm-agent-on-the?forum=virtualmachingmgrhyperv
    Regards, Samir Farhat Infrastructure and Virtualization Consultant || Virtualization, Cloud, Azure ? Follow and Ask here https://buildwindows.wordpress.com

  • UCCX 7 SR5 agent login gives timeout - unable to connect to UCCX server

    Team - running high availability. The CAD login for UCCX 7 SR5 gives occasionally timeout errors.
    Unable to connect to UCCX server. What is the root cause of this?
    on CAD client PC based on Cisco recommendation
    C:\Program Files\Cisco\Desktop\config, we changed PhoneDev.cfg.
    added ->
    [ReqTimeout]
    Milliseconds=30000
    While this helped it still happens. Is this a bug you have seen?
    What could be done for the root cause.

    Hello,
    This happens because the CAD client software is timing out due to not receiving a response from the UCCX server in the configured and default
    10 seconds. Increasing the timeout alleviates the symptom, but the root cause could be slowness or connectivity problems between CUCM and AD. The default timeout between them is 30 seconds. You can check if you have an DC/GC down or not responsive or point your CUCM to authenticate to a local DC/GC, but definitely need to check on the CUCM / AD side.
    CSCta49259    CAD client timeout value not present in PhoneDev.cfg
    Symptom:
    Per MIVR logs CAD side is timing out and changes to the server-side properties did not resolve the issue.
    Conditions:
    UCCX 7.0(1) CAD
    Workaround:
    on CAD client PC
    C:\Program Files\Cisco\Desktop\config, there should be a file
    called PhoneDev.cfg.
    add ->
    [ReqTimeout]
    Milliseconds=30000
    save then restart the CAD client .
    HTH
    Pablo

  • Trying to download new ipad software but keep getting same message unable to download software the network connection timed out make sure your network connection is active or try again later, what does that mean

    trying to download new software for ipad but get the same message coming up which is there was a problem downloading the software the network connection
    timed out make sure your network connections is active or try again later.  I have tried about 5 times to download this can anyone help

    Have you disabled any firewall and security/antivirus programs?  This seems to have helped the vast majority of people who have posted the same problem in this forum.

Maybe you are looking for

  • Win 7 pro installation on mac

    I am wondering that is it possible to install win 7 to part of my hd and get it back to combine with my original partition when i decide to uninstall win 7? Another but less important issue is can i use my magic mouse's wheel feature in win 7 cause i

  • InDesign for Windows + Arabic and Nepali languages

    Is it possible to create documents in Nepali and Arabic in InDesign CS3 for Windows? Any specific requirements?

  • Z10 Camera and Geolocatio​n

    I've searched high and low... Well, googled the subject but been having this nagging issue with the pictures I take with the Z10... the file names are IMG_0000+seq.number (filename is location+timestamp on BB7) and the properties of the files have no

  • Need to put procedding zero before a number

    hi i wnat to put zero digit bofre a number which is coming in a variable...pls sugest for that do we use concatenate or i dont want to use alpha input etc functionon module only one zero i want to put not all empty space to zero so pls suggest how to

  • External table data edit

    Hi Experts... I am trying to export data from main frame system files(.csv) by using the external tables, my question is can I edit before loading into the external tables? if yes how/ or else wat is the best process to edit while loading from extern