JDBC Receiver - how to increase Read Time

Hi Experts,
Please tell me how to increase the read time and response time in the JDBC receiver adapter.
Thanks,
Kalyani.

hi,
Check 2.3.5 section of this document:
http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c059d583-a551-2c10-e095-eb5d95e03747
According to document:
In the advanced mode table section of sender channel and receiver channel configurations, we can set driver properties for each DB connection. Any such property would have to contain prefix 'driver:'(with out quotes).
For Oracle Database JDBC thin driver 10.2.0.3 version, the property oracle.jdbc.ReadTimeout helps to set read timeout while reading from the socket. Also for setting login time out in Oracle, we use oracle.net.CONNECT_TIMEOUT. To set these two properties use as follows: driver:oracle.jdbc.ReadTimeout 1000 driver:oracle.net.CONNECT_TIMEOUT 1000 The TimeOut Driver properties like ReadTimeout and CONNECT_TIMEOUT are in milliseconds.
Refer note 1078420 for more details
Thanks.

Similar Messages

  • How to increase the time for detect a device down on Prime 2.0

    Hi,
    I would like to know how to increase the time for detect when a device has lost connection, currently I monitor several stand alone Access Points that are paleced on differents locations connected to prime through 256 Mbps Links, so when the location has very high bandwith utilization, an e-mail notification about the unreachable Access Point is sent, but if we check te reachability, the Access Point is reachable, and we don´t want to receive to many of this notificatios,
    thanks for your help

    Go to the Console,   Select the server --> configuration --> tuning tab, 
                        Stuck Thread Max Time and Stuck Thread Timer Interval  (give your required time)
    This will definitely increase the Stuck Thread time interval.
    or
    by using work manager also you can define Stuck Thread Max Time interval by editing deployment descriptor file
    <work-manager>
    <name>wm_name</name>
      <max-stuck-thread-time>30</max-stuck-thread-time>
    <stuck-thread-count>5</stuck-thread-count>
    </work-manager>

  • How to increase query time out

    I have a report which is generated using a huge SQL, it is erroring while displaying results, due to time out error:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 1013, message: ORA-01013: user requested cancel of current operation at OCI call OCIStmtExecute
    How to increase this time so that the connection persists for a longer duration?
    thanks
    Rishabh

    I looked in the NQSConfig.ini file for you. In here you find the following:
    [ CACHE ]
    ENABLE     =     YES;
    // A comma separated list of <directory maxSize> pair(s)
    // e.g. DATA_STORAGE_PATHS = "d:\OracleBIData\nQSCache" 500 MB;
    DATA_STORAGE_PATHS     =     "/oracle/oaobi01/data/ontwbif1013/OracleBIdata/cache" 500 MB;
    MAX_ROWS_PER_CACHE_ENTRY = 100000; // 0 is unlimited size
    MAX_CACHE_ENTRY_SIZE = 1 MB;
    MAX_CACHE_ENTRIES = 1000;
    I think you can do something with this...
    You can find the nqsconfig.ini in this directory:<Install Drive>\OracleBI\server\Config
    Otherwise have a look in the Server Administration Guide, chapter 11

  • How to increase display time of Toast notifications in Windows 10?

    Hi,
    I want to know how to increase display time for Windows toast notification in Windows 10.

    On Thu, 2 Apr 2015 09:08:12 +0000, david hk129 wrote:
    Start > left side, Settings > Ease of Access > left side, Other options > at Show notification for, change the time .
    If the OP is asking about the notifications generated by the new
    Notifications Center feature then the above won't do any good. The above
    setting only impacts the old style notifications generated by applications
    that have icons in the system tray area of the task bar.
    Paul Adare - FIM CM MVP
    "The most amazing achievement of the computer software industry is its
    continuing cancellation of the steady and staggering gains made by the
    computer hardware industry." -- Henry Petroski

  • JDBC receiver adapter for AS400-query time out due to Escape Symbol

    Hello,
    I am uisng JDBC receiver adapter for AS 400, When I execute query, the query needs to have arguments in the open and close single ticks ('    12345' )
    My XML pay load looks like this, which is RFC sender. Look at dcudcstmr in <i><b>(' 838912')</b></i>.  When receiver gets this message the ' (single quotes are disappeared.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:MT_Cma_Customer_Select_Request xmlns:ns1="http://freemanco.com/xi/Get_Customer">
    - <Statement>
    - <LawsonCustomer action="SQL_QUERY">
      <access>select f1.DACMCMPNY from sap.sapcustvew f1, sap.sapcustvew f2 where f2.dcudcstmr in <i><b>(' 838912')</b></i> and (f1.dcudcstmr=f2.dcudcstmr or f2.komaster=f1.dcudcstmr)</access>
      </LawsonCustomer>
      </Statement>
      </ns1:MT_Cma_Customer_Select_Request>
    On the Receiver JDBC adapter I have tried with different combinations of Escape Symbol for Aposrophe as follows
    <b>   \
       '</b>
    As you know this is related to epcape character, I get following error all the time. Looks like the query is not able to execute in the specified time. My question is how do I get single quote as part of query.
    <b>select f1.DACMCMPNY from sap.sapcustvew f1, sap.sapcustvew f2 where f2.dcudcstmr in ( 100001) and (f1.dcudcstmr=f2.dcudcstmr or f2.komaster=f1.dcudcstmr) 2007-09-20 15:56:42 Error Unable to execute statement for table or stored procedure. 'LawsonCustomer' (Structure 'Statement') due to java.sql.SQLException:
    [SQL0666] Estimated query processing time 13766 exceeds limit 8000. 2007-09-20 15:56:42 Error MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'LawsonCustomer' (structure 'Statement'): java.sql.SQLException:
    [SQL0666] Estimated query processing time 13766 exceeds limit 8000. 2007-09-20 15:56:42 Error Exception caught by adapter framework: Error processing request in sax parser: Error when executing statement for table/stored proc. 'LawsonCustomer' (structure 'Statement'): java.sql.SQLException:
    [SQL0666] Estimated query processing time 13766 exceeds limit 8000. 2007-09-20 15:56:42 Error Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'LawsonCustomer' (structure 'Statement'): java.sql.SQLException:
    [SQL0666] Estimated query processing time 13766 exceeds limit 8000.. Setting message to status failed. 2007-09-20 15:56:42 Error The message status set to FAIL. 2007-09-20 15:56:42 Error Returning synchronous error message to calling application: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'LawsonCustomer' (structure 'Statement'): java.sql.SQLException:
    [SQL0666] Estimated query processing time 13766 exceeds limit 8000</b>
    Any feedback or helpfull tips appreciated.
    Thank you,
    Balaji

    Raj,
    Thank you for the reponse. I am using UDF on sender to generate sql statement as you see in sender XML message. After the message reaching receiver, gets executed but no response from AS400 becasue of missing single quotes in the sql query executed.
    Sender XML sends
    <access>select f1.DACMCMPNY from sap.sapcustvew f1, sap.sapcustvew f2 where f2.dcudcstmr in <u><b>(' 838912')</b></u> and (f1.dcudcstmr=f2.dcudcstmr or f2.komaster=f1.dcudcstmr)</access>
    Receiver executes as
    select f1.DACMCMPNY from sap.sapcustvew f1, sap.sapcustvew f2 where f2.dcudcstmr in ( <b><u>838912</u></b>) and (f1.dcudcstmr=f2.dcudcstmr or f2.komaster=f1.dcudcstmr)
    As you see the single quotes are missing. Like I said in previous posting I tried with following Escape Symbol for Aposrophe.
    Let me know if you need more information.
    Thank you,
    Balaji

  • C2 -01 how to increase ringing time before going t...

    hi - can anyone please advsie how to increase the ringing time - before call goes to message bank- thanks 

    Though for S60, have a look at this thread ..Should be the same way it needs to be set..

  • How to increase the time at the end of what aaa requeries the authentication of a client web

    Hi All,
    I configure ASA aaa to authentificate our internal web client to access to internet. It's check the username/password of client in our Active Directory.
    When the client initiate the first connexion, the ASA request the login connexion and when it's correct, it authorise the access. But after 10 min for exemple, it's request again the login, and so one and so one. Approximativelly, after each ten minute, it requeste an username/password.
    I want to know how can i increase the time between two authentifcation. Or increase the time of 10 min.
    Thanks.

    The authentication timeout is configurable via the "timeout uauth" command, and you can set either absolute or inactivity timeout.
    Here is the command for your reference:
    http://www.cisco.com/en/US/docs/security/asa/asa84/command/reference/t.html#wp1569874

  • How to Increase Retrival time using excel addin

    I have a ASO cube what thing can i do ti increase retrival time to excel addin on version 9.3.1
    Please advise

    1. Edit the essbase.cfg file with the following:
    AGENTDELAY 60
    NETDELAY 600
    NETRETRYCOUNT 800
    NETTCPCONNECTRETRYCOUNT 100
    AGENTTHREADS 60
    SERVERTHREADS 60
    AGTSVRCONNECTIONS 7
    2. Edit the database properties with the following:
    If on 32-bit Platform, set the Essbase Data retrieval buffers as:
    Buffer size(KB): 10
    Sort buffer size(KB): 40
    If on 64-bit Platform, set the Essbase Data retrieval buffers as:
    Buffer size(KB): 20
    Sort buffer size(KB): 40
    3. Add or Edit the following Registry settings on Essbase Server and Client machines
    a) Open the Registry
    b) Navigate to LocalMachine\System\CurrentControlSet\Services\TCPIP\Parameters
    c) Add new DWORD Value named TcpTimedWaitDelay, right click and select Modify. Select decimal radio button, type in 30. (The default value of this parameter is 2 minutes. This is how long twill take for a TCP/IP port that was used by the network for a connection to be released and made available again. 30 sec is the minimum allowed by Microsoft)
    d) Add new DWORD Value named MaxUserPort, right click and select Modify. Select decimal radio button, type in 65534. ( The default value is 5000. This determines the highest port number TCP can assign when an application requests an available user port from the system.
    e) Add new DWORD Value named MaxFreeTcbs, right click and selectModify. Select decimal radio button, type in 6250. (The default value is 2000. This determines the number of TCP control blocks(TCBs) the system creates to support active connections. Because each connection requires a control block, this value determines how many active connections TCP can support simultaneously. If all control blocks are used and more connection requests arrive,TCP can prematurely release connections in the TIME_WAIT state inorder to free a control block for a new connection and also increase the netdelay and netretrycount.
    If the application is crashing on retrieval, then you might be hitting a unpublished Bug 12319088: ON RETRIEVAL FROM EXCEL ADDIN FOR THREE TIMES, ESSBASE APPLICATION SHUTS DOWN
    KosuruS

  • How to increase ringing time before voicemail

    Can anyone tell me how to increase the number of times my x6 phone rings before voicemail cuts in please? At the moment it will only ring three times, approximately 15 seconds, before going to voicemail. 
    Thanks

    mary5898 wrote:
    Can anyone tell me how to increase the number of times my x6 phone rings before voicemail cuts in please? At the moment it will only ring three times, approximately 15 seconds, before going to voicemail. 
    Thanks
    Check out this old post from 2006...
    /t5/Hardware-Codes-and-Operator/Number-of-Rings-on-Incoming-Calls/m-p/5002/highlight/true#M307
    If you are on Orange or Vodafone then follow the codes, if you're on another network then phone up the network provider for the relevant code as mentioned above.
    steve_p wrote:
    ... If you are on Orange then try the following:
    Please bear in mind that the following code is only valid for phones on the Orange UK network.
    The code to set the length of time your phone rings is:
    **61*07973100123*11*??#
    Where ?? is the time in seconds, e.g. to set the ring time to 30 seconds you would type the following code at the standby screen then press the green send button:
    **61*07973100123*11*30#
    To make your phone ring for only 10 seconds:
    **61*07973100123*11*10#
    The code works in 5 second intervals, i.e. you can set 5, 10, 15, 20, 25 & 30 seconds.
    If you're on a network other than Orange then I'm afraid I can't help but you should be able to get some answers from your network provider.
    AND
    viw9419 wrote:
    If however you are on vodafone then you would need to type *#104# to give you your mailbox number and then
    **61* (YOUR MAIL BOX No).*11*(AMOUNT OF SECONDS) # SND
    Hope that helps.
    S.
    History: Motorola MR30, Nokia: 7110, 7650, N70, N80, N82, X6 (32GB), Samsung Galaxy SII
    Current: Samsung Galaxy Note3 Black

  • How to increase the time for threadstuck jdeveloper weblogic server

    Hi,
    This is a requirement for increasing the time for threastuck detection in jdeveloper weblogic server.
    Few of my threads take a longer time than the default value for threastuck detection.
    Could you please share the suggestions on how to do it?
    i have tried by creating workmanager from the administration console but not aware of how to apply it to application(in web.xml).
    Share inputs on this.
    Thanks,
    Devender

    You are posting this on the wrong forum. All this in one of the server forums.
    Timo

  • How to Increase ring time before fowarding to voicemail

    Please can someone let me know where the setting are to Increase ring time before fowarding to voicemail.
    I've looked high and low and not able to find it.
    Thanks

    I don't know if it different in the states but I used this and it worked for me.
    http://iphoneguru.org/change-the-amount-of-rings-before-visual-voicemail-answers

  • How to increase the time period in Debugger

    Hi,
    If we put Debugging screen Idle for some time,we will get timed out Status bar message.Can we increase that time period.

    hi,
    A work process which is processing your task is set into a DEBUG mode.
    Debugging in general does requesting a huge memory consumption and system resources as well.
    This means that system is moving data to its extended memory in PRIV mode.
    In this mode normal request being processed by other work processes are located in local memory instead of extended. Extended memory is occupied by data for debugging user exclusively. However this cannot persist in system for a long time. So since you are not active in debugging session for some time system is canceling whole debugging with following messages:
    1) Transaction from "PRIV" session reset after timeout (Message no. 14048)
    2) Transaction from "DEBUG" mode (after timeout) reset (Message no. 14056)
    From basis point of view for production system there should not be a necessity to adjust profile parameters in order to allow debugging for a long time and for a so much users. If you wish to avoid this message anyway or you want to make debugging more comfortable on development or test system you need to consider following profile parameters:
    1)rdisp/max_priv_time # Standard value: 600
    2)rdisp/wppriv_max_no # Standard value: MAX(1, Anzahl Dialog-WPs)
    3)rdisp/max_debug_lazy_time # Standard value: 600
    thanks and regards
    chinnaiya

  • How to increase cpu time for a job

    We have a application which submits a scheduler job. The job parses a blob and inserts rows into a table. It was running slow . On checking the scheduler tables I found out for actual time of 2 hours the job is taking cpu time of less than 2 minutes.
    Can anybody help us with any idea to increase the CPU utilization by around 4 times so the job finishes in 30 minutes
    Thanks
    Saikat

    Hi,
    How long does it take when you run the same action that the job is running from sqlplus ?
    This looks like more of an Oracle tuning question than a Scheduler question. You might get better answers if you gave more info about the pl/sql code being run and posted this to the general pl/sql forum here
    PL/SQL
    You can also try general PL/SQL profiling tools to see what statements in your code are taking the longest while to run e.g. AWR and ADDM if you have licenses for them.
    Hope this helps,
    Ravi.

  • How can increase response time:dialog

    Dear all,
    how can i change(increase/decrease) dialog workprocess response time?

    > how can i change(increase/decrease) dialog workprocess response time?
    Can you please tell us exactly what you want to do?
    Read
    http://help.sap.com/saphelp_nw04/helpdata/en/21/2c8f38c7215428e10000009b38f8cf/frameset.htm
    about what "Response time" is defined and then please rephrase your question.
    Markus

  • How to increase the time of an introduction clip

    Hi. I'm working on my first ever video. I have nearly completed everything, including the editing and
    adding in a secondary sound track. I now need to add in voice over clips for each segment.
    When recording the voice over for the lead-in segment (a fade from black segment with an illustrator heading/title), I realized that the voice-over required is significantly longer than the fade from black clip that I originally put into the video; the voice-over needed is 21.9 seconds long and the fade from black segment is only 5 seconds long.
    I've tried simply moving the right edge of the lead-in segment to the right to extend the time, but nothing happens. I can't seem to get the entire video to extend its timeline. I must have obviously locked some or all of the segments, but I can't seem to figure out how to unlock them so I can extend the lead-in segment.
    Can anyone tell me what I'm doing wrong, or what I need to do to fix this. Surely there is a simple way to extend the timeline of the lead-in segment, and I'm just missing it.
    Thanks in advance to anyone that can offer suggestions.

    Hi,
    try moving everything to the "right" of the clip you want to extend...make longer ...to the right..out of the way....
    If you have "handles" on that clip you can drag it out to the time you want...if you dont have handles you can drop a "new" instance of that clip in its place and make it as long as you want..

Maybe you are looking for

  • BPM - Generate file when message is successful

    Hi, We have designed the BPM to update database system by using JDBC receiver adapter. Following are the steps in BPM : 1. Send data to XI from R/3 system by using ABAP proxy 2. Make Sync call to R/3 system to get details of the data sent by using AB

  • Nike+ is no longer discoverable by my iPhone.

    *I received the Nike+ as a Christmas gift. I've used it about fifteen times since 12/25. Yesterday, it was not discoverable by my iPhone. I walked and walked, but the phone didn't find it.* I've found the whole Nike+ maddeningly great/terrible. The w

  • CP1515n Printer prints an extra sheet at end of EACH print Job - each sheet has same message

    No idea how to get ri of this last sheet or where or what the heading refers to: QUOTE:  CP1515n Printer prints a sheet at end of EACH print Job - Sheet says: "GET/DEvMgmt/DiscoveryTree.xml HTTP/1.1 Host: 127.0.0.1.8080" ENDQUOTE What causes this and

  • How to create SEO friendly, responsive "Coming Soon" page? [was:Help please! I am very new!]

    Hi Guys, First off, this is my first post, and will be one of many, as the Dreamweaver bug his bitten, and bitten hard! I am new to web design, and am learning Dreamweaver and want to become a web designed after hours as a second job/hobby. I am curr

  • Changing the partner role

    Hello guys! How are ya'? I need to change an actual Business Partner Role in my CRM 2007. I tried to execute a FM called BAPI_BUPA_ROLE_CHANGE but, it doesn't running. Anybody here know how can I to do this? Thanks in advance. Regards. Danilo Cardoso