Configure RMI Timeout?

Is there any way to control the timeout for a RMI call in 10.1.2.2 (heck, in any version of the Oracle app server)?
We have several business services exposed using SessionEJBs on a backend business server. However, if the call to these methods take more than about 30 seconds to complete we receive the following exeption (even if it the operation completed successfully):
com.evermind.server.rmi.OrionRemoteException: Transaction was rolled back: timed out;
How can we set the length of time before this timeout error will be generated? I'd like to ensure that in the event of long-running operations the request will not timeout and the function can complete normally. It makes sense to set some kind of a timeout but seems there should be some way to control this value based on the specific operation being performed.

Michael,
We use the [System] property "rmi.client.connection.timeout".
You can set it when you launch OC4J stand alone using the "-D" option of the java command, for example:
java -Drmi.client.connection.timeout=10 -jar oc4j.jarShould set the timeout to ten (10) seconds.
Good Luck,
Avi.

Similar Messages

  • No ManagedConnections available within configured blocking timeout ( 30000

    Hi,
    I am getting the below error when i am using the mysql database more than once reading it . can anybody help me in this regard.
    No ManagedConnections available within configured blocking timeout ( 30000 [ms] ); - nested throwable:

    For any begginners (like me) that might encounter the same error in future:
    I got this error on JBoss server logs even when I had closed all DB connections and ResultSets.
    It turned out that the error occured because I had not closed a CallableStatement which I had instantiated within LOOP. (I had only closed this object inside the finally block at the end)
    So if your code creates a CallableStatement (or likewise) inside a LOOP, jez check whether it is closed within the loop (before the loop creates another CallableStatement object)
    Prerry basic stuff... which sometimes you tend to overlook...

  • Configure sysprep timeout

    I've read this in the release notes of 3.2.2
    Bugfix 6997235 - Sysprep/fastprep timeout should be configurable
    We are running:
    Oracle Virtual Desktop Infrastructure 3.2.2 (Build 29)
    I'm unable to find where I can configure this timeout or what its currently set at (seems very high by default).
    Regards,
    Evert

    Hi Evert,
    typically such settings are provided as global properties which can be adapted using the vda settings-setprops command. If you execute the following command on your VDI server, then you get a list of all available settings:
    */opt/SUNWvda/sbin/vda settings-setprops --help*
    vbox.connect.timeout=<vbox.connect.timeout>
    Connection timeout to the VirtualBox web service, in
    milliseconds
    vbox.request.timeout=<vbox.request.timeout>
    Request timeout to the VirtualBox web service, in
    milliseconds
    sysprep.timeout=<sysprep.timeout>
    Timeout in seconds to wait for desktop customization
    to complete
    fastprep.timeout=<fastprep.timeout>
    Timeout in seconds to wait for desktop Oracle VDI
    FastPrep to complete
    Thus executing */opt/SUNWvda/sbin/vda settings-getprops -p sysprep.timeout* will show the currently applied setting
    Desktop Customization Timeout: 2400
    Executing */opt/SUNWvda/sbin/vda settings-setprops -p sysprep.timeout=<your desired value in seconds>* allows to set the timeout as needed.
    Hope that helps,
    - Klaus
    Edited by: klausruehl on Aug 5, 2011 4:09 AM

  • How to increase RMI-timeout

    Hi there,
    I have an session ejb method, running quite a while. Calling this method, results in
    0rg.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 209 completed: No
    Can this timeout be increased? How to?
    regards
    Heiner

    Hey Andy,
    Thanks, I have the same problem with our "reborn" client app that now uses RMI/IIOP (fully refactored for JAAS by the way, thanks for the help previously).
    I can't find this setting on the IIOP tab in the console, so I tried to set it through <-Dweblogic.iiop.IdleConnectionTimeout=6000>, but the dreaded CORBA.COMM_FAILURE still occurs on long running operations, about 4 minutes in. The server continues to completion, but the client has already given up.
    Any ideas?
    Best regards,
    Peter
    PS - server is WLS 8.1sp3.
    Message was edited by premster at Sep 1, 2004 1:31 AM

  • How to configure session timeout for SAP Netweaver Portal

    Hi,
    I would like to know the way to configure the session timeout for SAP Netweaver Portal.

    Hi Kim,
    the solution for your question  is in this thread.
    500 Connection timed out
    if it is helpful award me points.
    Regards,
    R.Suganya.

  • RMI Timeout

    For a while I've tried to find solution to this. So, I have a web application that uses RMI to access business module, that si, session ejb. It's using typical
    Context ctx;
    ctx=getInitialContext();
    Facade ejb=(Facade)ctx.lookup("Facade");
    etc.
    where getInitialContext looks up a remote server.
    private static Context getInitialContextStandalone() throws NamingException {
    Hashtable env = new Hashtable();
    // Standalone OC4J connection details
    env.put( Context.INITIAL_CONTEXT_FACTORY, "oracle.j2ee.rmi.RMIInitialContextFactory" );
    env.put( Context.SECURITY_PRINCIPAL, "oc4jadmin" );
    env.put( Context.SECURITY_CREDENTIALS, "adminadmin" );
    env.put(Context.PROVIDER_URL, "ormi://localhost:23791/ejb1");
    return new InitialContext( env );
    And of course, I have a situation: what happends if connection breaks so I cant connect to a server? Of course, I handle naming exceptions, but I didn't find any way to limit timeout. Timeout occurs after about 40 seconds in here.
    So, is there any way to set value for this timeout? Can it be done from the program or is there some server or java parameter that can be used?

    Hi,
    Did you ever manage to get a resolution to this?
    I'm hitting a similar issue when I'm invoking a BPEL using the IDevlieryService interface, and I could really do with increasing the timeout value.
    Cheers,
    Martin

  • Configuring Lock timeout in Oracle 8i

    I need to reduce the time Oracle is waiting for a locked record to be released.
    At this moment, when a transaction tries to update a record that is being updated in another transaction, Oracle waits forever to that record be unlocked.
    I need to change this so Oracle waits until just a defined time for record to be unlocked, and after thats finalizes excetution with any error I can check.
    I'd tried the LockTimeOut property of ORAODBC.INI, but there is a Know Bug in the Oracle ODBC Driver 8.01.07 and above, for Windows NT that prevents this feature from working.
    Regards,
    Victor Espina

    The problem is not with a SELECT statement but with another UPDATE statement.
    I'm accessing the Oracle database from Visual Foxpro, using ODBC driver.
    I reproduced the problem in this way:
    LOCAL cConnectString
    cConnectString="Driver={Oracle ODBC Driver};Dbq=EM;uid=system;pwd=manager"
    *-- Entablish a connection to Oracle databse
    Hnd1=SQLSTRINGCONNECT(cConnectString)
    *-- Entablish another connection
    Hnd2=SQLSTRINGCONNECT(cConnectString)
    *-- Configuring both connections to use manual
    * transactions. In this mode, a transacction
    * is started automatically whan a DML statement
    * is sent to the server, and it finished with
    * a COMMIT or a ROLLBACK statment.
    SQLSETPROP(Hnd1,"transactions",DB_TRANSMANUAL)
    SQLSETPROP(Hnd2,"transactions",DB_TRANSMANUAL)
    *-- Start a new transaction a lock a row
    Exec("SAVEPOINT P1",Hnd1)
    Exec("UPDATE t1 SET nom='TEST' WHERE cod='01'",Hnd1)
    *-- Start another transaction in 2nd connection
    * and try to update the SAME RECORD being updated
    * in 1st connection. In this point, SQLEXEC() does
    * not NEVER returns beacuse Oracle waits forever for
    * locked record being released. This is what i need
    * to avoid.
    Exec("SAVEPOINT P1",Hnd2)
    Exec("UPDATE t1 SET nom='TEST' WHERE cod='01'",Hnd2)
    *-- Rollback any change in both connections
    Exec("ROLLBACK",Hnd1)
    Exec("ROLLBACK",Hnd2)
    *-- Disconnect both connections
    SQLDISCONNECT(0)
    I hope this clearifies my point.
    Regards,
    Victor Espina

  • Which paramter configures the timeout for rfc call (to R/3 ) from BPM

    hi froum,
    i have a scenario, with BPM, in which theres a synchronous send to a rcf Function Module in R/3,
    now, can u tell me which paramter decides the time out for this Sync call to rfc enabled Function Module in R/3,
    i mean which paramater in SXMB_ADM or anywhere else that dictates the time period

    Check this out, RFC adapter section
    /people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts
    Regards,
    Prateek

  • Configuring a timeout in HttpURLConnection

              Greetings,
              I am using HttpURLConnection class to do posts and then reading the response
              by opening an InputStream on the same connection.
              Is there some way of putting in a Timeout, such that, if I dont receive any response
              within that period, i cd disconnect or return.
              Thanks in advance...
              Regards
              Vinay S
              

    Hi,
              No, you should be good to go. The HttpURLConnection.setTimeout(int) is all you need to
              call. It does essentially what the code at the url you sent me does. It sets the timeout
              value on the socket. You can drop the classes from logicamente.
              Bill
              Vinay S wrote:
              > Hey William,
              >
              > I am using wls 6.1sp2. Now, if i obtain the patch from support, would i still
              > need to use the classes from
              > http://www.logicamente.com/sockets.html, or there is a new way, using weblogic
              > patch?
              >
              > Regards
              > Vinay
              >
              > William Kemp <[email protected]> wrote:
              > >Hi,
              > >
              > >This feature was added in 6.1, but needs a patch to work correctly. The
              > >change request
              > >is CR055987 and has a patch for 6.1sp2. If I remember correctly, when
              > >the connection
              > >times out, an exception is thrown so that you can recover accordingly.
              > >Support can give
              > >you the patch.
              > >
              > >As an aside, I find it amazing that this was never an option to HttpURLConnection
              > >until
              > >1.4. We just added it because it seemed obvious. Maybe not to everybody.
              > >;-)
              > >
              > >Bill
              > >
              > >Vinay S wrote:
              > >
              > >> Thanks Dimitri.
              > >>
              > >> I am using and Sun JDK 1.3.1 (wls 6.1) and i tried the first option.
              > >There seems
              > >> to be a problem.
              > >> If the connection times out, no exception is thrown, it just waits
              > >there, it doesnt
              > >> even exit. Is there any workaround for this? I need to take some actions
              > >if the
              > >> connection timesout, but there seems to be no intimation.
              > >>
              > >> any suggetions?
              > >>
              > >> Regards
              > >> Vinay
              > >>
              > >> "Dimitri I. Rakitine" <[email protected]> wrote:
              > >> >For some strange reason this feature was not supported until 1.4.
              > >> >
              > >> >If you use Sun's JDK, this hack works:
              > >> >
              > >> >http://www.logicamente.com/sockets.html
              > >> >
              > >> >(or you can use a different HTTP client - http://www.innovation.ch/java/HTTPClient/
              > >> >for example).
              > >> >
              > >> >Vinay S <[email protected]> wrote:
              > >> >
              > >> >> Greetings,
              > >> >
              > >> >> I am using HttpURLConnection class to do posts and then reading
              > >the
              > >> >response
              > >> >> by opening an InputStream on the same connection.
              > >> >> Is there some way of putting in a Timeout, such that, if I dont
              > >receive
              > >> >any response
              > >> >> within that period, i cd disconnect or return.
              > >> >
              > >> >> Thanks in advance...
              > >> >
              > >> >> Regards
              > >> >> Vinay S
              > >> >
              > >> >--
              > >> >Dimitri
              > >
              

  • Configuring session timeout

    Well I see below message after a long idle time
    Because of inactivity, your session has timed out and is no longer active. The page will automatically be reloaded in 10 seconds; if not, click here.
    What if I have to show a better customize message as a popup instead of a blank white page?

    Hi John,
    I followed exactly same steps, still getting error :
    *<ClassLoaderUtils><getServices> Error parsing:file:/C:/Oracle_11g/Middleware/jdeveloper/jdev/system11.1.1.2.36.55.36/o.j2ee/drs/Oms_2_0/adf/META-INF/services/oracle.adf.view.rich.context.ExceptionHandler*
    *<ClassLoaderUtils><getServices>*
    *java.lang.ClassNotFoundException: fj.oms.view.error.FjOmExceptionHandler
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:37)
         at org.apache.myfaces.trinidad.util.ClassLoaderUtils._getClass(ClassLoaderUtils.java:319)
         at org.apache.myfaces.trinidad.util.ClassLoaderUtils.getServices(ClassLoaderUtils.java:265)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.<init>(LifecycleImpl.java:120)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleFactoryImpl.<init>(LifecycleFactoryImpl.java:36)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:519)
         at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:405)
         at javax.faces.FactoryFinder.access$400(FactoryFinder.java:135)
         at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:717)
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:239)
         at com.sun.faces.config.processor.FactoryConfigProcessor.verifyFactoriesExist(FactoryConfigProcessor.java:186)
         at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:131)
         at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:202)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:195)
         at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1801)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3045)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Here is the summary of steps :
    1) Created a folder with name "services" in .adf/META-INF folder .
    2)Create a file with name "oracle.adf.view.rich.context.Exceptionhandler" with .txt extension in this folder.
    3)Created following FjOmExceptionHandler class for testing :
    package fj.oms.view.error;
    import javax.faces.application.FacesMessage;
    import javax.faces.context.FacesContext;
    import javax.faces.event.PhaseId;
    import oracle.adf.view.rich.context.ExceptionHandler;
    import oracle.adfinternal.controller.application.AdfcExceptionHandler;
    public class FjOmExceptionHandler
    extends AdfcExceptionHandler
    public FjOmExceptionHandler()
    super();
    public void handleException(FacesContext facesContext,
    Throwable throwable, PhaseId phaseId)
    throws Throwable
    System.out.println("testing................");
    super.handleException(facesContext, throwable, phaseId);
    4) Added "fj.oms.view.error.FjOmExceptionHandler" in file created in step2.
    Please advise and help!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Configure Timeout in Tomcat

    Hi,
    We want to configure timeout in tomcat, but we are not able to do so by configuring the ~conf/web.xml. Our requirement is to configure http timeout to be 2 seconds.
    Pl. help
    ShekharA

    Which timeout are you talking about? 2 seconds is very short. The HttpSession timeout can only be set in minutes.

  • WLSE Configuration archive download SNMP timeout

    HI, I´m new to WLSE. My AP´s are already discovered and managed, but when I try to download the configuration archive from them, the Job Always fail with a SNMP timeout error message. This problem occur in the upgrade firmware job too.
    Whe I go to reports, device center, I can see the AP configuration, but in the configuration>archives>view archive I have nothing.
    I appreciate your help

    You can configure the timeout value by selecting Firmware > Advanced Parameters. From this option you can change the "Per device job operation timeout value" to a higher value

  • Wastebasket timeout configuration

    Hello everyone,
    I need some help to configure the Wastebasket parameters (Quota, Timeout, and some others). I already activate the Wastebasket service in the Repository Services and also turned up the option at the repository configuration, but now I'd want to configure the timeout parameter to indicate how many days the deleted files are kept in the wastebasket.
    I already review some information like this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/93c828a5061d69e10000000a1553f6/frameset.htm
    Can somebody give a little help?
    I also would know if there is a way to make sure that the wastebasket service is running with no problems...
    Regards.
    Roberto.

    Hi,
    The timeout parameter is part of KM report. You need to create Km report and set the timeout parameter.
    Navigate > Content Admin>KM Content>Toolbox>Reports>User related cleanup>clisk Deleted Items Quota Check-->Start
    Then follow this document
    http://help.sap.com/saphelp_nw70/helpdata/EN/b5/adaf422ffada11e10000000a155106/frameset.htm
    Hope this will help you.
    Regards,
    Senthil K

  • Webservice timeout ? where can we set it up in BO ?

    Hi, I post this question in this part of the forum as well in case some Xcelsius user would have had the same problem :
    Hi,
    we are using BO XI R2 Edge and we have a number of concurrent accesses licences.
    We have a problem handling the life duration of a webservice.
    We use Query as webservice to build a webservice from our universe, and use the advanced feature to set a timeout of 1 minute for the webservice.
    Then we use Xcelsius to generate a table that is exported to WebI and integrated in Infoview as an object.
    When we display this object from the infoview, the xcelsius calls the webservice to get data, and when a user clicks on a part of the graph, he gets another table from another Xcelsius object, with another webservice.
    The problem is that a webservice is still active during 20 minutes, so our concurrents licences are consumed really fas by a single person browsing xcelsius documents ...
    Webservices are going through Tomcat, which has been set to 1 minute as session timeout, as well as 2 minutes for IIS (infoview sessions).
    Still, no result, there seems to be a timeout period of 20 minutes set up in BO, but we cannot find where.
    Could you please indicate use where this parameter can be set ?
    Thank you for your help in this blocking problem for us.
    Sébastien

    If you use Query As A Web Service, you can configure the timeout of web service to other time but not 20 minutes default:
    1. Open Business Objects\Tomcat\webapps\dswsbobje\WEB-INF\classes\dsws.properties.
    2. Find and configure the property "session.timeout=". If this property does not exist, add it.
        Note the time is measured by seconds. If you want to set 60 minutes, you should configure session.timeout=3600.
    3. Restart tomcat.
    Further information you can refer:
    http://dallasmarks.blogspot.com/2008/10/xcelsius-and-session-management-in.html
    Tammy
    Xcelsius QA

  • How to check for Web Srvice Timeout in ABAP Proxy call

    I am calling a web service in my ABAP program using ABAP proxy. The code is as under:
    TRY.
          y_v_request-mt_request-yaskkey   =  y_l_matnr. 
          y_v_request-mt_request-maktx      =  y_l_maktx.
          y_v_request-mt_request-ymtart     =  y_l_mtart.
          CALL METHOD y_v_prxy->execute_synchronous
            EXPORTING
              output = y_v_request
            IMPORTING
              input  = y_v_response.
        CATCH cx_ai_system_fault INTO y_v_fault.
          y_v_message = y_v_fault->errortext.
      ENDTRY.
      y_l_ycod = y_v_response-mt_response-answer.
    1. Is there is any way to know that the called web  service has timed out ?
    2. Is it possible to check for the time spent in the  call if it is more then say 500 sec then it should be considered as timeout?
    Any help will be appreciated.
    Thanks in advance

    Hi Subbu,
    you can catch CX_AI_SYSTEM_FAULT.
      DATA:   lo_sys_exception  TYPE REF TO cx_ai_system_fault,
    l_error_text type string.
    CALL METHOD ...
    CATCH cx_ai_system_fault INTO lo_sys_exception.
    l_error_text = lo_sys_exception->errortext.
    You can configure XI timeout parameter (for shure in SMICM / Parameter and, if i remeber right, as profile parameter in XI administration).
    Regards,
    Udo
    Message was edited by: Udo Martens

Maybe you are looking for

  • Itunes is not recognizing iphone 4s

    When i plug my iphone4s into my mac desktop, it begins to charge, however it does not sync or my computer does not recognize that I have plugged in the iphone. What should I do? thanks.

  • Message window can be freezed?

    Hi All. Can the message area be frozen so that the users do not have to scroll up to see the error, and so that it is always visible irrespective of the height of the application? Thanks in adv.

  • CS3 installation problem

    Hi, I am an engineer of bangladesh television. We are using HP xw8400 with CS3 production premium and matrox axio le. because of Operating system problem, I have recovered OS (XP-sp2) from Recovery drive. I am trying to install a fresh copy of CS3 pr

  • Can I put the original JPEGs on DVD with slideshow

    I have built a slideshow but I'd like to have the original JPEGs available on the DVD also. Can I do this within Encore ? I have a memory of reading it's possible but I can't find the reference and am wondering if I'm maybe mixing up with Premier. Th

  • Mail yahoo download is slow

    HI, I have gmail, iCloud and yahoo e-mail accounts setup on my Mac Mail program. While iCloud and gmail new emails are immediately downloaded, it takes Mac Mail few minutes to download new yahoo emails. My iPad and iPhone don't have this problem.  I