DB polling problem

Hi all,
I am using polling operation to poll Oracle database table. I am using update field i.e. logical delete opeartion under polling.
I have deployed my process, its running perfectly fine. Polling is also happening i.e. update and instance creation.
But the problem is that polling is not consistent. With the same set of values, sometime polling takes place and some time nothing happens, means no update in the table column field & no instanses on ESB Console.
I have checked the log file too, but no clues.
To overcome this problem, Whenever I restart my SOA server(10.1.3.3) everything works fine. But after few hours same thing happens.
Can anybody tell me, how to figure out what is happening.
Thanks in Advance,
Abhishek...

Hi all,
I am using polling operation to poll Oracle database table. I am using update field i.e. logical delete opeartion under polling.
I have deployed my process, its running perfectly fine. Polling is also happening i.e. update and instance creation.
But the problem is that polling is not consistent. With the same set of values, sometime polling takes place and some time nothing happens, means no update in the table column field & no instanses on ESB Console.
I have checked the log file too, but no clues.
To overcome this problem, Whenever I restart my SOA server(10.1.3.3) everything works fine. But after few hours same thing happens.
Can anybody tell me, how to figure out what is happening.
Thanks in Advance,
Abhishek...

Similar Messages

  • FTP (Sender) Adapter - Polling Problem

    Hello everyone!
    I'm trying to pick up an XML file using the FTP Adapter (Sender).
    Weird thing is that I have set the "polling interval" for 60secs, but the FTP adapter doesn't seem to want to repeat polling at the said time interval.
    It only picks up the file once, and after that no more polling occurs.
    Could anyone know what the problem might be?
    Warm regards,
    Glenn
    PS. We are on PI 7.0, SP11.

    Hi Glenn,
    Check the connection mode in FTP adapter.
    Connect permanently or connect everytime.  Try changing the option and see if it works.
    If it still doesnt work then contact the guys who are maintaining the FTP server.
    Regards,
    Sumit

  • Database Adapter Polling problem

    Hi All,
    The polling option is processing all the rows in a table at a time instead of using polling frequency. I have used an option of update a field (logical delete) where I have initialized unread value='N' and read value='Y'. Now ,the problem is i have to poll a single row from the table for every 60 seconds ( second row should be processed only after 60 seconds), but all the rows are processing at a same time. Can somebody let me know what could be the problem?
    The options that I set in db adapter are:
    Polling Frequency: 60 seconds
    Database &rows per XML Document: 1
    Database Rows per transaction: 1
    JDBC options , Query & Timeout: 60
    Thanks,

    Hi Vlad,
    please find the jca file
    <endpoint-activation portType="PollEvent_ptt" operation="receive">
    <activation-spec className="oracle.tip.adapter.db.DBActivationSpec">
    <property name="DescriptorName" value="PollEvent.HolxSrEventData"/>
    <property name="QueryName" value="PollEventSelect"/>
    <property name="MappingsMetaDataURL" value="PollEvent-or-mappings.xml"/>
    <property name="PollingStrategy" value="LogicalDeletePollingStrategy"/>
    <property name="MarkReadColumn" value="PROCESSED_FLAG"/>
    <property name="MarkReadValue" value="Y"/>
    <property name="MarkUnreadValue" value="Yes"/>
    <property name="PollingInterval" value="60"/>
    <property name="MaxRaiseSize" value="1"/>
    <property name="MaxTransactionSize" value="1"/>
    <property name="NumberOfThreads" value="1"/>
    <property name="ReturnSingleResultSet" value="false"/>
    <property name="SequencingColumn" value="INCIDENT_ID"/>
    <property name="DelayCommit" value="true"/>
    </activation-spec>
    </endpoint-activation>

  • Characters(Polli) Problem

    Hi All,
    I am extracing the data Quality notification items using 2lis_05_q0item data source.
      I am loading the data From Ods To Cube.
    Both are sucessfully loaded with the data.But description of Item text FETXT(ZWFETXT) field  data Problem in bw side.
    Ods data showing Exact data whatever having R/3 side.But Cube is showing Wrong data with # symbols in the place polli characters. i am given example below.
    Ods data for ZWFETXT :Dzia&#322; Dostarczy&#263; Ilo&#347;&#263; usuni&#281;ta &#380;e
    it is showing correctly in ods.
    Cube data for ZWFETXT :Dzia# Dostarczy# Ilo## usuni#ta #e
    But cube is not showing correctly. it is showing # symbols.
    Plz give me solution how to slove this problem it,s very urgent.
    Ods  data : Dzia&#322; Dostarczy&#263; Ilo&#347;&#263; usuni&#281;ta &#380;e
    Cube data :Dzia# Dostarczy# Ilo## usuni#ta #e
    Thnanks & Regards,
    Guna.

    Hi,
    I didn't developed any routine on the object ZWFETXT.
    i am loading ODS to cube . BW version 3.5
    Ods showing Correct data. cube only showing wrong data.
    i maintained small letters option for ZWFETXT Obj.
    why it is showing cube level # symbols.
    Please give me solution on this. i am not writing any routines on infobjectZWFETXT.
    Thanks,
    Guna.

  • Poll: Problems with your Mic

    I'm thinking about purchasing a micro but i've seen that many people have had problems with theirs. I'm taking a poll to see the odds of me getting a good player.
    Please answer if you have or not have had problems with your player, and if so, did you find a way to fix it

    Nothing i couldnt fix. as in no big problems.
    im not sure if this thread will go very far as most people on this forum have problems with their players, which is why they are here. some, like me, just come to help. so i think this is the wrong place to be asking about it, but generally it is considered that its only a small percentage that have problems. and there is a very strong support network if it does go wrong.

  • Dreamweaver PHP/mySQL poll problem?

    Hi,
    I'm a PHP/mySQL noob who's using some of Dreamweaver's 8
    (8.2) out-of-box Update server behaviors to update a database of
    results for a poll. I know there's a lot of free polling apps out
    there but I need to have the poll show up in another page as
    opposed to being refreshed/displayed in the same page/content area.
    I've successfully built the backend in phpMyAdmin and I'm
    able to list the database contents and do basic updates to the poll
    questions and answers. However, I've been unable to pass an
    incremented result value via a Dreamweaver radio button group
    (which is the normal poll format) without previous unselected
    results being overwritten.
    When an answer is selected the result is indeed incremented
    and is displayed in the Result Listing but unfortunately it also
    overwrites any preexisting data for that poll and replaces it with
    zero. For example:
    Question:
    Answer a) 0
    Answer b) 0
    Answer c) 1 (this would be the value that was selected)
    Answer d) 0
    If c is selected again the value is stored and incremented
    and the value is now 2. However, if that value is not selected,
    then another value is incremented and c would be wiped. I've even
    resorted to trying to use javascript to maintain the original state
    but to no avail I was just previously incrementing the inline php
    radio button value and/or assigning different names to each of the
    radio buttons. This, of course, allows people to select multiple
    values which runs contrary to the whole idea behind radio buttons,
    but I thought I'd see if that worked . Anyway, when the radio group
    is assigned the same value it merely increments everything.
    example:
    http://www.dailydatum.com/funFacts/funFactsListingSingleUpdate15.php
    As you can see, i'm up to version 15 and gritting me teeth,
    lol. Any help would be mighty appreciated.
    Mario

    hi ,
    you can always try the macromedia devnet sites , they have
    ongoing tutorials and discussions on all areas, including php with
    dreamweaver8.
    http://www.adobe.com/devnet/topics/php.html
    be aware though that some of the tutorials require the use of
    third party php extensions, like interakt products, which is a
    shame because most of them are expensive to buy. But they are still
    worth a read.
    hope this is some help.
    ted.

  • Flash poll problem

    i'm trying to load my flash poll into another swf location
    but i get an error which states:
    Error: A 'with' action failed because the specified object
    did not exist.

    xmlPoll.firstChild is a string.

  • Power Save Polling Problem

    Hi,
    i have a problem with my access point. it is a problem of my access point but i have to workaround. ok now to the problem. when i connect to a old accesspoint(where i have no control over the firmware) i have massive packet lost if i have no power cord connected. it seems it is a problem similar to http://www.intel.com/support/wireless/wlan/sb/cs-006205.htm
    i have not found a workaround for my ibook.
    is there a way to disable this PSP capability.
    thanks in advice
    thomas

    I assume you mean the 7.2.1 update? Yes, that is the version running on my base station.
    I should point out that my base station's radio mode is configured for "802.11n (802.11b/g compatible)" - but that should be obvious, since the 3945ABG adapter doesn't support N. The original poster to this discussion indicated his base station was running in 802.11n mode - but I assume he hadn't meant "N-only" mode.

  • Work Around for a Panasonic AJ-D750 deck

    I recently upgraded to FCP 5 from 4.5. Since the upgrade I can not digitize from my Panasonic AJ-D750 DVC Pro deck, RS422 connection. Does anyone know a work around for this? Any information would be great!

    Hi, I had the exact problem with a Panasonic AJD950 deck. This is the response I got from Brian Conner
    " I wonder if this is caused by the deck polling problem that FCP5 brought about. FCP5 doubled the amount of deck polling it does during pre-roll and Panasonic decks don't like that.
    A couple of my support clients use a plug-in that Aja tech support passed on to me. The plug returns polling to pre-FCP5 levels. I think the plug was written by Panasonic.
    Try contacting Panasonic tech support to see if that's the case. "
    and thankfully he saved me from another two months of capturing films in 3min segements.
    I managed to find the disable polling file from someone on another forum and I haven't had the problem since. Maybe you could try to google it, or contact Aja, otherwise, if you still can't find it, I can email it to you (as far as I am aware it works with all capture cards, we have Blackmagic).
    Dual 2GHz PowerPC G5   Mac OS X (10.4.5)   XRaid Final Cut Studio

  • Panasonic AJ-D950

    I am using a Dual Pro G5 PowerMac, running a recently installed upgrade from HD to FCP Studio with Blackmagic decklink and a Panasonic AJ-D950. Since we upgraded, everytime we capture footage we get the "Tape trouble. Check VTR. Do not attempt to eject tape or use transport without checking VTR first".
    We can print to tape without a problem, and I have tried changing all the device control settings but still have problems. It's not the capture card, as we can use Blackmagic deck control to capture without a problem. When we switch start up disks back to OSX Panther, we can also capture using FCP HD without a single error.
    I know that someone else has had the same issues which were fixed with a capture card firmware upgrade (AJA card though) , but that has been tried and does not work in this situation.
    If anyone can shed some light that would be great.
    Dual 2GHz PowerPC G5   Mac OS X (10.4.5)   XRaid Final Cut Studio

    I wonder if this is caused by the deck polling problem that FCP5 brought about. FCP5 doubled the amount of deck polling it does during pre-roll and Panasonic decks don't like that.
    A couple of my support clients use a plug-in that Aja tech support passed on to me. The plug returns polling to pre-FCP5 levels. I think the plug was written by Panasonic.
    Try contacting Panasonic tech support to see if that's the case.

  • Ds5.1 on Solaris 8 core install and SNMP

    On a Solaris 8 core installation with the Directory Server 5.1,
    everything works okay, except SNMP activation from the Administration Server which sends the following error
    message :
    "Setup select/poll problem : Invalid argument"
    SNMP master agent refuses to start.
    This works very well on a Solaris 8 full install, so the question
    is :
    What Solaris 8 packages are required to handle SNMP properly
    in this context ?
    Thank you very much for your help.
    JCT

    when i access
    http://localhost/portal
    A serious error has occured in the Desktop. This may have been caused by a mis-configuration on the server.
    Please report this problem to your administrator.
    Return to front page

  • Problem in Connection Polling? Plz Help Me

    This is the Error i got.....
    weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:Could not create pool connection. The DBMS driver exception was: [BEA][Oracle JDBC Driver]Error establishing socket. Connection timed out: connect
    My application is runing Fine when small numer of users & less Database Connection Objects used.
    When more user it gives THIS Error.
    i increased the Connection poll Size But Again it gives the same error.....
    yesterday my server(Linux) was Hanged(problem with RAM) . Today
    we changed the RAM and its working fine. But the connection Polling is the current Problem.
    test Connection is Working Fine. But more Connection its not Working,
    giving this error...
    weblogic.jdbc.extensions.ConnectionDeadSQLException: weblogic.common.resourcepool.ResourceDeadException: 0:Could not create pool connection. The DBMS driver exception was: [BEA][Oracle JDBC Driver]Error establishing socket. Connection timed out: connect
    Plz help Me.....
    regards
    raghavan

    You can use like this:
    Order By
       Depot_Code,
       Bl_No nulls first ,
       Booking_No

  • Problem with File Polling

    Hi,  Experts
    I have following problem
    poll interval is 900 sec in my sender file adapter,
    but the file adapter is picking up the file 5  times at a time and IS processing them.Like tis it is happening every 900 sec.
    but i need file adapter to pick up the file only once in every 900 sec.
    can any one help mein this regard.
    Thanks in advance
    Ravi.....

    Ravi,
    The File Adapter will pick up all Files Avaialble during the plling interval even if multiple files are available.
    If you need sequential processing,
    1. Make the QOS as EOIO.
    2. In the Option Sequential Procesing --> Select the Option as either By FileName or Timestamp as per your requirements.
    Now, if multiple files are availble, the file will be processed sequentialy like you want. But, you cannot make sure that only one file is picked at one time!
    Regards
    Bhavesh

  • Problem polling Inbox with Sender Mail adapter

    Hi,
    I have a funny problem with Sender Mail adapter (IMAP Protocol)
    It was working fine previously.
    Now, when I poll the Inbox, 2 things happen. After re-activation:
    1. If there is a new mail in the Inbox, the Communication channel marks the mail as read, but still keeps reading the same mail into XI.
    2. If there are no new mails in the Inbox, it reads the already read mails in the Inbox one by one. So all old mails start entering XI.
    This problem exists only with the Inbox. It works fine with other folders for the same mail ID.
    Any inputs as to why this is happening?
    Regards,
    Puloma.

    Hi,
    We re-started the server and problem was solved. But we don't know why the Adapter Engine was behaving erratically.
    Regards,
    Puloma.

  • 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.
    &#9679;      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.
    &#9679;      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).

Maybe you are looking for