Problem with Polling interval at sender side in JDBC adapter

Hello,
I have some problem in investigating one serious issue using this polling interval,
I am using the sender JDBC adapter where i used polling interval as
60(in secs) and 1(in Msecs).
So it comes upto 60.001 secs of polling interval.
There are nearly lots of threads which are in sleeping state on one particular sender channel making the J2EE hang. When i went to look inside the CPA cache i saw that the polling interval was mentioned as only 1Msec rather than 60.001 Secs because of which with in some seconds all the threads are blocked and J2EE hangs due to lack of threads.
Can you please provide some solution to this problem as soon as possible?
Here are few questions which i got when i am doing this process,
1. Is that the polling interval is sum of 60(secs) and 1(msec)?
2. Which value is been read either secs or msecs?
3. Will there be any precedence among those two values(secs and msecs)?
THanks,
Soorya

Poll Interval (secs)
Number of seconds that the adapter must wait if no files are found for processing.
●      Poll Interval (msecs)
Additional waiting time in milliseconds.
If you set Poll Interval (secs) to null, processing times will be short and close to real time.
If you set Poll Interval (secs) and Poll Interval (msecs) to null, the adapter is only called once.
●      Retry Interval (secs)
Specify the number of seconds that the adapter is to wait before a file processed with errors is processed again.
If the value is set to null, then the adapter is canceled if an error occurs, even if a value greater than null is specified for Poll Interval (secs).

Similar Messages

  • Problem with Progress DB at sender side

    Hello,
    We are facing some problem when we are trying to connect to Progress DB using JDBC adapter at sender side.
    The error is,
    "  Accessing database connection 'jdbc:jdbcprogress:T:156.5.31.65:2545:/mfgprodev/devbadb/devsche/i_apoext' failed: com.sap.aii.adapter.jdbc.sql.DriverManagerException: Unable to locate a suitable JDBC driver to establish a connection to URL 'jdbc:jdbcprogress:T:156.5.31.65:2545:/mfgprodev/devbadb/devsche/i_apoext'   "
    We have checked all the possibilities like,
    In Visual Admin we checked all the services like,
    ClassLoader Viewer , JDBC Connector , Log Configurator etc for all the required libraries...
    They all are present. basically for Progress DB the required jars are like,
    messages.jar , progress.jar, jdbc.jar.
    All of them are present in the all the services in side Visual Admin.
    I even checked in the JDBC connector by running the query on the Progress DB. It was working properly.
    So now i left with no options to check the options. Cna you please help me in solving this issue as we are running out of time.
    Thanks,
    Soorya

    Hi surya venkat,
    It seems you are not installed  Progress DB Driver  properly into XI server.
    correct your Driver URL like this.
    jdbc:oracle:thin:@<hostname>:<port>:<SID>
    // @machineName:port:SID
    To download drivers for Oracle DB,
    http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html
    If you want to install Oracle 9i,. OJDBC14.jar should be used. Just check this note 831162.
    Also, check this PDF to install Drivers in XI,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10
    Regards,
    Ramesh.

  • Having a problem with dates when I send my numbers doc to excel. dates are all out and that they have to cut and paste individual entries onto their spreadsheet. Any idea how I can prevent this

    having a problem with dates when I send my numbers doc to excel. dates are all out and that they have to cut and paste individual entries onto their spreadsheet. Any idea how I can prevent this.
    I'm using Lion on an MBP and Numbers is the latest version

    May you give more details about what is wrong with your dates ?
    M…oSoft products aren't allowed on my machines but I use LibreOffice which is a clone of Office.
    When I export from Numbers to Excel and open the result with LibreOffice, the dates are correctly treated.
    To be precise, dates after 01/01/1904 are correctly treated. dates before 01/01/1904 are exported as strings but, as it's flagged during the export process, it's not surprising.
    Yvan KOENIG (VALLAURIS, France) mardi 3 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : http://public.me.com/koenigyvan
    Please : Search for questions similar to your own before submitting them to the community
    For iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

  • I have problem with some gosts on the side of the display !?

    I have problem with some gosts on the side of the display !? and I want to make a back up of my mac and to take it to the store for the problem I gut !

    Hello, it sounds a bit like this common problem, do get it fixed...
    https://discussions.apple.com/thread/2300580?start=0&tstart=0

  • Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Facing problem with the code for sending an .xls attachment via email, a field value contains leading zeros but excel automatically removes these from display i.e. (00444 with be displayed as 444).kindly guide .

    Hi Chhayank,
    the problem is not the exported xls. If you have a look inside with Notepad or something like that, you will see that your leading zeros are exported correct.Excel-settings occurs this problem, it is all about how to open the document. If you use the import-assistant you will have no problems because there are options available how to handle the different columns.
    Another solution might be to get familiar with ABAP2XLS-Project. I got in my mind, that there is a method implemented, that will help you solving this problem. But that is not a five minute job
    ~Florian

  • Sender side Synchoronous jdbc scenario

    Hii experts,
    Can we do Sender side synchronous jdbc scenario?? if yes give me an example how the scenario will look like??
    and what are the steps has to be done?
    Regards,
    Balaji

    Hi,
    Can you pls clear your requirement?
    In your case, do sender JDBC will fetch the data and give it to the target, and again target will give some resonse and that
    response you have to insert into the database at sender side?
    If this is the case for you, then it can be achieved.
    Pls exactly tell what you are looking for.
    -Tanaya.

  • Using Stored procedure in sender or receiver jdbc adapter

    Hi All,
    Please let me know simple blogs for Stored procedure used in sender or receiver jdbc adapter to get data from 2-3 tables
    Thanks

    Hi
    To work with Store proceudres (SP) you have to create the SP's in database like Oracle, Mssql or Msaccess.
    Ususally the SP creations are done by database experts. For more info about "SP" try Googling!
    The below blog is about SP but not the one you expect!
    /people/itisha.alok/blog/2009/03/23/jdbc-stored-procedure-returning-multiple-resultsets
    Executing an Oracle Stored Procedure from Sender JDBC adapter
    Sender Adapter - -
    SP will contain the select Query alone or with it will contain insert, delete statement too.
    Receiver:
    SP will have insert or delete satement.
    Adapter
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/frameset.htm
    The below details are required  to configure the adapters
    Driver details
    database name
    Procedure name
    user name
    password,
    Regards
    Ramg

  • Do we have any Acknowledgement concept At receiver side of JDBC Adapter

    Helo,
    Do we have any Acknowledgement concept At receiver side of JDBC Adapter?
    Thanks,
    Soorya

    Hi venkat,
    For receiver JDBC adapter message can be sent synchronously and asynchronously.
    In case of SELECT  statement only synchronous makes sense..since the JDBC adapter will select some rows/columns and return it.
    In case of other statements (UPDATE,INSERT,DELETE) if the message is sent synchornously.. u will get only the no of rows affected..so these can be treated as acknowledgement...
    Regards
    Biplab
    **Reward points if it helps u**

  • Poll interval for sender file adapter.

    I have a 1_sender file NFS file adapter which picks a trigger file from X location in PI application server, this trigger file initiates the unix script present in the sender file adapter.
    Unix script brings all the file which starts with 25588* from bank FTP and places in Y location in PI application server then script deletes the "trigger file".
    another NFS File adapter  1_receiver file adapter places the trigger file in the X location of PI.
    for 1_sender file poll interval given as 86400, that means it should trigger only once a day @ 1:30pm.
    But today same sender file adapter had triggered 4 times, could any one let me know the reason why it had triggered 4 times instead of single time.

    Vidya,
    There are two things :-
    1. The polling interval should be 24 hrs;
    2. The polling interval should be 24 hrs and it should poll at 1:30 pm every day.
    For any reason if the channel is re-started, then with your present configuration, you will never be able to achieve # 2.
    So, better use ATP.
    But today same sender file adapter had triggered 4 times, could any one let me know the reason why it had triggered 4 times instead of single time.
    Might be the connection dropped / failed at the time of polling and the channel re-tried. If you give more details (what time and with how much interval it triggered), someone might be able to help.
    Regards,
    Neetesh

  • Strange Problem with File Content Conversion (Sender)

    Hi,
    I have a strange problem. I have a sender file adapter with content conversion (csv -> xml). The adapter produces the following error during the processing...
    - 2006-02-06 16:34:00 CET: Error: Conversion of part of file content of 'OE_Extractor_47_ISW112_SC-Ireland.csv' to XML format failed around position 1202: IOException: Stream closed
    After the 4th or 5th try the adapter processes the file correctly.
    Why does it works after several tries and not at the first time? (The file is not changed during the adapter is trying to convert it)
    Thanks
    Thomas

    I found the problem, something was wrong with the ftp server

  • Problem with Polling in DBAdapter

    Hi,
    I have Dbadapter(ReadService) which reads the data from a db table and updates a row in that table (Logical Delete) to inactive. After that I'm using transformation in the bpel and insert the polled records into another table with same strucure by invoking another DB Adapter(WriteService).
    The problem is polling is not working even though I'm inserting the records into that table, as it is not being picked up by dbadapter.
    Note: I'm not doing the following things:
    Do Sysnchronous post to BPEL
    Create Instance to true in Receive activity
    Plese help me resolve this issue.
    Aditya

    The problem is polling is not working even though I'm inserting the records into that table, as it is not being picked up by dbadapter.Just to be sure did you commit the insert ?

  • Problems with Windows Live Mail send/recieve after upgrading Firefox

    I recently upgraded Firefox and since then I get this:
    An unknown error has occurred.
    Server: 'smtp.frontier.com'
    Windows Live Mail Error ID: 0x80070057
    Protocol: SMTP
    Port: 25
    Secure(SSL): No

    have you tried using imap instead?
    if you can access your email from the web page then sounds more like a problem with windows live mail and not your BT account
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • See Below. I have a problem with receiving email. Sending is ok. This is for my Thunderbird email account.

    "An error occurred while sending mail. The mail server responded: 5.1.1 <[email protected]>: Recipient address rejected: User unknown in local recipient table. Please check the message recipient [email protected] and try again."

    ''I have a problem with receiving email.''
    ''An error occurred while sending mail.''
    Who is right here?
    ''This is for my Thunderbird email account.''
    There is no such thing as a 'Thunderbird email account'. Thunderbird is an email client, and you use it to retrieve mail from an account you created with your email provider.

  • Xperia Z1, Problem with OTG and Sony PS3 Headset Pulse USB Adapter

    Hi, I did a bit of testing, with headphones Sony PS3 Wireless Headset Pulse , I state that both the adapter and the Sony Pulse Headphones work perfectly on PC and PS3 via the USB adapter , then connect the adapter via USB OTG connection on the Sony Xperia Z1 . With much regret I noticed that the connection between the USB adapter and headphones was established , but the audio was transmitted jerky and scratchy . So I decided to try again via USB OTG headphones Logitech F540 (again, via USB OTG, not via audio jack) , and with much enthusiasm I noticed a connection quick and efficient , without cawing and smoothly ; clear sound as if they were of the headphones connected directly to the Audio Jack with wire . I then decided to try another pair of headphones USB (for PC) , the Creative HS -1200 , connecting via the USB OTG adapter receiver headphones ( ie the same thing I did with Sony and the Logitech ) ; also in this case the Creative Wireless Headphones have received the sound from the USB receiver , without any problem or distortions . Now I want to understand how it might work all this variety of USB devices not Made by Sony , connected via the OTG port , but do not work Devices Made By Sony ? You can solve this problem with the Firmware right?
    The firmware installed in my Xperia Z1 is 14.1.G.1.534 .
    The OTG cable is fully functional with a multitude of devices (USB HD 2.5 Inch, USB pendrive, USB Audio, USB Mouse and keyboard).
    For your info, I already tried to connect the OTG, to a powered USB 2.0 HUB, and on the HUB USB, connect the adapter from Sony and the result is one and the same. The USB adapter will light as the Sony Z1 directly connected to the OTG, but the sound from the speakers gets crackling and jerky. I tried to connect the USB adapter of Sony headphones, and then connect the cable from USB jack to the audio jack of Z1, and of course the audio works perfectly, because it bypasses the USB audio sent by Z1, going to use the 'Jack audio input, and using the USB Headset adapter (Sony Pulse) as a simple transmitter.
    Thank you to anyone reply to this.
    Edit: i have try with samsung S3 and Samsung S4 with OTG and the Sony HeadSet Pulse work fine with the USB Dongle. The problem is on the firmware audio of the Xperia Z1.

    Two possibility 
    The driver is not right
    Or the second i know and it's not possible to fix  , they can happen on any audio device with any pc or other host
    You can try your headset over a usb hub with a extern power source and connect the usb hud on your phone ,  if this not continu it's a power problem with the usb port
    Sometime a usb port cannot provide suffisent power and that affect the audio or any data transfer , a usb hub provide on each port the power they need so when you cronnect your headset that give the good power to him
    Few friends know this issue with a variety of device 
    One use one device on each port on his pc and there happen the pc cannot provide suffisent power for his headset , I suggest to use the minimal on his usb port and he don't have the problem , I suggest to buy a usb port power by an external source and that fixed the problem
    If his your problem no update can fix that for fixing you need a Y cable to give more power to the usb port of your celphone and using a external power source (portable charging , solar panel custom 5v usb port with AA batterie)

  • Handling flat file conversion with spaces inbetween  at sender side

    Hi,
       I am facing some problem in configuring the sender JMS adapter file content conversion. Please find the structure of my file below
    010AG  07/17/2007 000130800 TOZ07/17/200710:48:46
    010AU  07/17/2007 006682800 TOZ07/17/200710:48:46
    010-Record key
    AG-Metal code
    07/17/2007 -price Date
    000130800 -pricevalue
    TOZ-Unitofmessure
    07/17/200710:48:46-Unitofmessure
    there are 2spaces inbeween 1and 2nd fields and one space beween 2nd and 3rd ,one space between 3rd and 4th fileds
    I declared my source data strucute like below
    <source_MT>
    <PriceData>
         <Metal code>
          <price Date>
          <pricevalue>
          <Unitofmessure>
           <shipDate>
    </priceData>
    </source_MT>
    I am using this PDF to configure my serder communication channel https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50061bd9-e56e-2910-3495-c5faa652b7
    . but i got struck up in declaring these two fields as i need deal with spaces.
    xml.NameA.fieldNames
    xml.NameA.fieldFixedLengths
    It would be great if sombody tell me how ican decalre content conversion rules for the file
    Thanks
    sudheer

    Hi,
    Please check some links on FCC.
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
    File Receiver with Content Conversion
    Content Conversion (Pattern/Random content in input file)
    NAB the TAB (File Adapter)
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1)
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2)
    How to send a flat file with various field lengths and variable substructures to XI 3.0
    Content Conversion (Pattern/Random content in input file)
    NAB the TAB (File Adapter)
    File Content Conversion for Unequal Number of Columns
    Content Conversion ( The Key Field Problem )
    The specified item was not found.
    File Receiver with Content Conversion
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm
    Regards,
    Phani

Maybe you are looking for

  • Bonus Items in Sales Document

    In the implementation I am now, they have a promotion that the give you free 1 item when you buy 12  (12+1). It is mandatory that the aditional item appears in the next line with 0 price but always paying tax.I know the there is a field called Tax on

  • Changes to process chanins not imported

    Hi experts, I am making some changes to process chains (BI7) like removing a step or adding a step like activating an ODS. When I created a transport by activating and imported to the QA system, the changes are not imported correctly. For the new pro

  • Loading property information list by namespace failed or property not found in the list. Verify that the schema is deployed properly.

    Hi, We are facing issue in BizTalk 2010 837 Institutional claim process. The Error is "Loading property information list by namespace failed or property not found in the list. Verify that the schema is deployed properly". We have used Custom Pipeline

  • Forum feedback

    Hi All, its been more than 7 months I have been using this forum. This forum is very useful as most of queries are well answered by the experts. However, One general trend I have observed that among all queries ,only one those are related to OPA tool

  • SAP SD concept

    Hi, Please let me know what is a Company code data and how is it related to accounting? Please explain with an example. Regards, Anshuman