JDBC Adapter Level Error

Hi Guys,
i am getting below error at JDBC Adapter Level.
Can any one please help me on how to resolve this issue.
JDBC Message processing failed, due to Channel has reached maximum concurrency (5,000 concurrent messages) and no free resource found within 5,000 milliseconds; increase the maximum concurrency level
MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: Channel has reached maximum concurrency (5,000 concurrent messages) and no free resource found within 5,000 milliseconds; increase the maximum concurrency level
Adapter Framework caught exception: Channel has reached maximum concurrency (5,000 concurrent messages) and no free resource found within 5,000 milliseconds; increase the maximum concurrency level
Delivering the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Channel has reached maximum concurrency (5,000 concurrent messages) and no free resource found within 5,000 milliseconds; increase the maximum concurrency level. Setting message to status failed.
Thanks,
Siva.

Hi Raj,
  Thanks for ur help.
created 4 JDBC communication channels in ID. This error i got in Production system. now i can not change in production environment. can u pls give me some other solution..?
how i will set max concurency value as 3 ? and where i will set these parameter ..? can u pls send me step by step procedure pls...
Regards,
Siva.

Similar Messages

  • JDBC Adapter throws error for Null Data

    Hi All,
              I am running a interface Proxy to JDBC. But in case if proxy has no new data, the message which goes to the database is:
    <b>  <?xml version="1.0" encoding="utf-8" ?>
    - <ns1:MT_Material xmlns:ns1="urn:sce-com:xi:fi:UnitEstimateData">
    - <Insert_Material>
    - <dbTableName action="INSERT">
      <table>SCEI_UE_MATERIALS</table>
      </dbTableName>
      </Insert_Material>
      </ns1:MT_Material></b>
    and I get the error in RWB as <b>Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'SCEI_UE_MATERIALS' (structure 'Insert_Material'): java.sql.SQLException: FATAL ERROR document format in structure 'Insert_Material': expected 'access' tag(s) not found</b>.
    Is there a way so that the JDBC adapter doesn't throw any error if there is no access node??
    Pls advice...
    XIer

    Xier,
    Why it will create multiple Insert_Material nodes? Use  like this
    Mandatory segment ->Remove context->Collapse Context ---> Exists -
    >insert_material.
    Try the above and let me know if it doesn't helps!!
    raj.

  • Adapter Level Error

    Hi Guys,
    i am getting below error at target adapter level in adapter engine with status is "system error".
    can any one pls help me on how to resolve this issue.
    Warning:-
    The channel is configured throw an recoverable, temporary error for this warning (default). Decide whether you want to bypass this message. If so, set the Pending Handling channel parameter to Bypass and restart the message afterwards.
    Error:-
    Adapter Framework caught exception: Pending message discovered: 5deff04e-b1cd-0a63-e100-00000a586e52.The channel is configured throw an recoverable, temporary error for this warning (default). Decide whether you want to bypass this message. If so, set the Pending Handling  channel parameter to 'Bypass' and restart the message afterwards.
    2011-12-20 10:52:04 Error Delivering the message to the application using connection JMS_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Pending message discovered: 5deff04e-b1cd-0a63-e100-00000a586e52.The channel is configured throw an recoverable, temporary error for this warning (default). Decide whether you want to bypass this message. If so, set the Pending Handling  channel parameter to 'Bypass' and restart the message afterwards..
    Regards,
    Siva.

    Hi Prateek,
      This is PROXY(ECC)  to JMS interface. In this scenario i'm using Time interval EOIO - 86400 secs.
      Only this partcular message got system error in adapter engine,remaining all messgaes processed successfully.
    How i will set the Pending Handling channel parameter to Bypass and restart the message afterwards..?
    please explain me step by step on this set up...
    Regards,
    Siva.

  • JDBC: Database-level error

    Hi Folks,
         I'm trying a JDBC to JDBC scenario and I'm getting the following error.
    *Database-level error reported by JDBC driver while executing statement 'select * from EMPLOYEE where flag = 'X'.'. The JDBC driver returned the following error message: 'java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'flag = 'X'.'.'. For details, contact your database server vendor.*
      My select statement is  : select * from employee where flag = 'X'.
    Regards,
      Santosh

    Hi,
    Try with following sql query.
    select * from employee where flag = "X".
    Hope this helps.
    Thanks and Regards,
    Kalpesh

  • Jdbc adapter: DeliveryException error

    Hello
    I have the following synchronous scenario: RFC <-> JDBC Adapter.
    The RFC is executed many times in a job and 99% of them works well, but some of them I receive the error:
    Returning synchronous error notification to calling application: com.sap.aii.af.ra.ms.api.DeliveryException: XIAdapterFramework:GENERAL:com.sap.aii.af.ra.ms.api.DeliveryException.
    Can anyone help me ?
    Thanks
    Vitor Zaninotto

    You are getting error whenever there is a connection refresh between SAP R/3 and XI. you can resolve it by following way.
    Actually the RFC sender channel will try to reconnect to the SAP Gateway. If this reconnect fails, the next reconnect attempt is made after a waiting period of 1 second. If the next reconnect fails also, the waiting period is doubled and so on. This will lead to a reconnect timing of 1, 2, 4, 8, ..., 3600 seconds. Saving recources is the aim of this technique.
                  Once the maximum time is reached, the RFC channel does not stop connecting. It continues to try connecting indefinitely. The waiting period is a constant interval of the maximum time that is set, i.e. after every 3600ms.
                  If not configured, the maximum waiting time is defined in the middleware layer of SAP JCO, which is 3600 seconds. But this maximum time can be configured for each RFC sender channel in the XI Integration Directory. Open the Advanced Mode for the RFC Server Parameter.
    Before SP 12: Add a line to the table and use 'jco.server.max_startup_delay' as name and the maximum number of seconds to wait between reconnect attempts as value.
    Since SP 12: Enter the maximum number of seconds to wait between reconnect attempts in the field Maximum Reconnect Delay.
    Gaurav Jain
    Reward Points if answer is helpful

  • Adapter Level Error To be Delivered

    Hi Guys,
      i got few messages status with status as " To be Delivered" in Receiver Adapter level.
    i tried to resend the message from Runtime work bench, its not working.
    generally i got this type of status at target adapter level. everytime i did resend the messgaes from runtime workbench it self.but this time its not working fine.
    i checked adapter status as well, everything looks good.
    can any one pls expalin me how to resolve this issue.
    Regards,
    Siva.

    Hi,
    This can be due to the EOIO QOS for the messages...
    Check the messaging system http://host:port/MessagingSystem/ ...here you can see the tab EOIO Sequence monitor...
    There you should be able to find the message which failed and as a result another message went into Waiting state..
    Once you clear off those messagess ...Message from ToBeDelivered state will be changed..
    HTH
    Rajesh

  • JDBC Adapter delivering error

    Dear All,
    When we send messages using JDBC, if any of them with error data and could not be executed successfully, the one appears in the status of 'delivering' for a long time, and all the following messages to be sent using JDBC will be blocked in the same status too, even if the connections are to the different target database. We shall always see the phenomena in RTW, until messages are in the system error for a very long time.  We have set the retrying papameter with 1 in JDBC channel. Any answer will be appreciated.
    Regards,
    JM Z.

    james,
    Any messge that has an error in the adapter engine will be restarted / retired 3 times at an interval of 5 minutes. In your case I guess you do not want the restart . To change this parameter , take a look at this blog,
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    <i>We can achieve this by changing the retry count used by the Adapter Engine, by default its set to 3 times, 5 minutes apart. This count can be changed in Visual Admin->server->services-> SAP XI Adapter: XI.
    Here  change the number Retries parameter from 3 to 10 and change the retry retryInterval to around 10minutes. For these configuration changes to be picked up, restart SAP XI Adapter: XI.</i>
    Is this what you are looking for?
    Regards,
    Bhavesh

  • RFC Adapter Receiver Error

    Hi Guys,
      I am getting below error in RFC Receiver Adapter Level Error. is showing as Adapter Level Status as "WAITING" , with below error.
    Can any one pls help me on this. if i resend the message from RWB will it works...?
    Warning Adding message to blacklist. Reason: message, which is in delivering state, is reassigned.
    Warning Message added to blacklist
    *MP: exception caught with cause
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: Out of memory error occurred while processing message at RFC receiver*
    Error Adapter Framework caught exception: Out of memory error occurred while processing message at RFC receiver
    Error Delivering the message to the application using connection RFC_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.rfc.afcommunication.RfcAFWException: Out of memory error occurred while processing message at RFC receiver.
    Thanks,
    Siva.

    Hi Naveen,
    How i will increae heap memory ? can u pls expalin me step by step..
    Earlier the above message error shwing as "WAITING" sattus with above error..its posted duplicate message ( multiple messages 2 times) in target system..
    actually this meesge "WAITING" ststus in Runtime workbench - Adapter Engine on 1st march 2012, but its posted on same day and next day 2nd march 2012 on 4PM PST ( That means 5-30 AM IST ).
    This is File 2 Rfc Interface..
    Can any one pls expalin me why it posted double times..? any clue..? pls help me on this...
    Regards,
    Siva.
    Edited by: siva38 on Mar 7, 2012 2:27 PM
    Edited by: siva38 on Mar 7, 2012 2:49 PM

  • Error while executing the stored procedure through sender JDBC adapter

    Hi All,
    I am getting below error while executing the stored procedure through sender JDBC adapter.
    Database-level error reported by JDBC driver while executing statement 'exec SapgetNextEntity 'SalesOrder''. The JDBC driver returned the following error message: 'com.microsoft.sqlserver.jdbc.SQLServerException: The statement did not return a result set.'. For details, contact your database server vendor.
    what is the problem? any idea to anyone...
    regards
    Ramesh

    hi Dharamveer,
    I am not getting below statement for your reply
    Try to use Refrence Cursor it will return u reference of resultset.
    I mention SP like this
    exec SapgetNextEntity 'SalesOrder'
    SapgetNextEntity -
    > SP Name
    SalesOrder----
    > Parameter I am passing...
    regards
    Ramesh

  • Error in calling stored procedure in sender JDBC adapter

    Hi Experts,
    I am working on MySQl to SAP scenario. I have to use stored procedure in sender JDBC adapter.
    I am calling SP as fallows: execute proc_dtdc_booking_interface_sd
    But it returned following error,
    Database-level error reported by JDBC driver while executing statement 'execute proc_dtdc_booking_interface_sd'. The JDBC driver returned the following error message: 'java.sql.SQLException: Unknown prepared statement handler (proc_dtdc_booking_interface_sd) given to EXECUTE'. For details, contact your database server vendor.
    the way i called SP is correct ??
    please suggest me how to resolve the issue ??
    Regards,
    Bhuvan.

    Hi
    Below is the code , when we are using this code directly in the mySQl command promp, it fetches 10 record but when the same code is called through XI adapter  its fetching only one record
    DELIMITER $$
    DROP PROCEDURE IF EXISTS `proc_dtdc_booking_interface_sd` $$
    CREATE DEFINER=`root`@`localhost` PROCEDURE `proc_dtdc_booking_interface_sd`()
    BEGIN
    declare done int(1);
    declare v_dsr_booked_by char(1) ;
    declare v_dsr_branch_code char(3) ;
    declare v_dsr_cust_code varchar(7) ;
    declare v_dsr_booking_date date ;
    declare v_dsr_cnno char(9) ;
    declare v_dsr_cn_type char(3) ;
    declare v_dsr_cn_weight decimal(8,3) ;
    declare v_dsr_dest char(3) ;
    declare v_dsr_mode char(2) ;
    declare v_dsr_amt decimal(10,2) ;
    declare v_dsr_dox char(1) ;
    declare v_office_code char(3) ;
    declare v_dsr_status char(1) ;
    declare v_dsr_remarks varchar(25) ;
    declare v_dsr_refno varchar(20) ;
    declare v_dsr_transmf_no varchar(10) ;
    declare v_dsr_trans_status_xi char(1) ;
    declare v_ndsr_cnno char(9) ;
    declare v_ndsr_product char(3) ;
    declare v_ndsr_sercharge decimal(8,3) ;
    declare v_ndsr_ins_amt decimal(8,3) ;
    declare v_ndsr_others decimal(8,3) ;
    declare v_dr_amt_type decimal(2,0) ;
    declare v_dr_extra_amt decimal(10,2) ;
    declare v_sales_document varchar(2) ;
    declare bookcur CURSOR for
    SELECT *
    FROM dtdcdb_rw.dtdc_booking_interface_sd
    LIMIT 10;
    DECLARE CONTINUE HANDLER FOR NOT FOUND SET DONE=1;
    set done=0;
    OPEN bookcur;
    bookloop: loop
    FETCH bookcur
    INTO
    v_dsr_booked_by ,
    v_dsr_branch_code,
    v_dsr_cust_code,
    v_dsr_booking_date,
    v_dsr_cnno,
    v_dsr_cn_type,
    v_dsr_cn_weight,
    v_dsr_dest,
    v_dsr_mode,
    v_dsr_amt,
    v_dsr_dox,
    v_office_code,
    v_dsr_status,
    v_dsr_remarks,
    v_dsr_refno,
    v_dsr_transmf_no,
    v_dsr_trans_status_xi,
    v_ndsr_cnno,
    v_ndsr_product,
    v_ndsr_sercharge,
    v_ndsr_ins_amt,
    v_ndsr_others,
    v_dr_amt_type,
    v_dr_extra_amt,
    v_sales_document ;
    IF DONE=1 THEN
    LEAVE bookloop;
    END IF;
    select
    v_dsr_booked_by As dsr_booked_by,
    v_dsr_branch_code As dsr_branch_code,
    v_dsr_cust_code As dsr_cust_code,
    v_dsr_booking_date As dsr_booking_date,
    v_dsr_cnno As dsr_cnno,
    v_dsr_cn_type As dsr_cn_type,
    v_dsr_cn_weight As dsr_cn_weight,
    v_dsr_dest As dsr_dest,
    v_dsr_mode As dsr_mode,
    v_dsr_amt As dsr_amt,
    v_dsr_dox As dsr_dox,
    v_office_code As office_code,
    v_dsr_status As dsr_status,
    v_dsr_remarks As dsr_remarks,
    v_dsr_refno As dsr_refno,
    v_dsr_transmf_no As dsr_transmf_no,
    v_dsr_trans_status_xi As dsr_trans_status_xi,
    v_ndsr_cnno As ndsr_cnno,
    v_ndsr_product As ndsr_product,
    v_ndsr_sercharge As ndsr_sercharge,
    v_ndsr_ins_amt As ndsr_ins_amt,
    v_ndsr_others As ndsr_others,
    v_dr_amt_type As dr_amt_type,
    v_dr_extra_amt As dr_extra_amt,
    v_sales_document As sales_document;
    update dtdcdb_rw.dsr_table
    set dsr_trans_status_xi='T'
    where dsr_cnno=v_dsr_cnno;
    end loop;
    SELECT *
    FROM dtdcdb_rw.dtdc_booking_interface_sd
    LIMIT 10;
    END $$
    DELIMITER ;
    Please help
    Regards
    Bhuvan

  • JDBC Adapter - Sender - Stored Procedure - SQLException Error

    Hi,
         I have created one stored procedure in our Oracle database. I give below that stored procedure.
    CREATE OR REPLACE PROCEDURE sp_stud
    IS
        l_row student%ROWTYPE;
        TYPE t_ref_cursor IS REF CURSOR RETURN l_row%TYPE;
        c_cursor t_ref_cursor;
    BEGIN
        OPEN c_cursor FOR
         SELECT *
         FROM student where readflag= ' ';
        LOOP
         FETCH c_cursor into l_row;
            EXIT WHEN c_cursor%NOTFOUND;
            DBMS_OUTPUT.PUT_LINE(l_row.id || ' : ' || l_row.name);
        END LOOP;
    close c_cursor;
    END;
    This is a procedure to retreive rows from the table student which is having the field read_flag = ' '; (Student table contains the fields ID, NAME, BIRTHYEAR, BIRTHMONTH, READFLAG).
    In JDBC Sender Adapter, I set the values for the following fields under Parameters tab.
    Query SQL Statement: EXECUTE sp_stud
    Update SQL Statement: UPDATE student SET readflag = 'Y' where readflag = ' '
    The scenario is every 5 minutes JDBC adapter checks the table whether any new row is inserted, if it is inserted and commit, it will send that record to File. This is the Scenario.
    In Runtime Workbench, Communication Channel Monitoring, it shows the following error, when JDBC Polls the table.
    Database-level error reported by JDBC driver while executing statement 'EXECUTE sp_stud'. The JDBC driver returned the following error message: 'java.sql.SQLException: ORA-00900: invalid SQL statement '. For details, contact your database server vendor.
    Note : If we execute the Stored Procedure ad SQL command level, it works fine.
    Kindly help friends to solve this, where the error is happened.
    Thanking you,
    Kind regards,
    Jegatheeswaran P.

    Hi,
    Not a Database expert. But , in case you have not seen the note pointed by Deepu,
    <i> The JDK 1.1.x, 1.2 and 1.3 versions (classes111. zip, classes12.zip, classes12.jar) of the driver are not compatible with the SAP XI JDBC Adapter. Use the JDK 1.4 driver (ojdbc14.jar) instead. For details, refer to Oracle MetaLink note # 203849.1.
               <b>Invoking Oracle stored procedures from within a JDBC sender channel is only possible for Oracle DBMS versions >= 10.2.x using so-called table functions:</b>
               Example:
    pkg1 -
    CREATE PACKAGE pkg1 AS
      TYPE numset_t IS TABLE OF NUMBER;
      FUNCTION f1(x NUMBER) RETURN numset_t PIPELINED;
    END pkg1;
    CREATE PACKAGE BODY pkg1 AS
    -- FUNCTION f1 returns a collection of elements (1,2,3,... x)
    FUNCTION f1(x NUMBER) RETURN numset_t PIPELINED IS
      BEGIN
        FOR i IN 1..x LOOP
          PIPE ROW(i);
        END LOOP;
        RETURN;
      END;
    END pkg1;
    pkg1 -
            <b>   This function has to be invoked from the sender channel configuration (SELECT statement) as follows:
               SELECT * FROM TABLE(pkg1.f1(5));</i></b>
    Check this, confirm your Oracle DB version and then use the Table Functions as described in this note.
    A Database Expert wil be able to crack this for sure.
    Regards
    Bhavesh

  • JDBC Adapter Invalid level 4' found

    Hi all,
    I have the following XML messages send to a JDBC adapter and I get an Invalid Level 4' found:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:ATL_JDBC_SQL_MAT_BOM_IN_MT xmlns:ns0="http://atlantis.com/material.bom">
    - <Statement1>
    - <dbTableName action="UPDATE_INSERT">
      <table>SAP_MATERIAL_BOM</table>
    - <access>
      <IDOC hasQuot="YES">0000000000003670</IDOC>
      <CODE hasQuot="YES">0183654</CODE>
      <ROWMATCODE hasQuot="YES">0183685</ROWMATCODE>
      <ROWMATQTY hasQuot="YES">8.000</ROWMATQTY>
      <CH_OK hasQuot="YES">0</CH_OK>
      </access>
      </dbTableName>
    - <key>
      <CODE hasQuot="YES">0183654</CODE>
      </key>
      </Statement1>
      </ns0:ATL_JDBC_SQL_MAT_BOM_IN_MT>
    Does anybody have an idea what might by wrong? Thanks.
    ....Socrates>>

    We are using XI3.0 sp18. The communication channel (JDBC RECEIVER) has the following error when receive the above XML message:
    11/9/06 3:21:49 PM 4c54613a06b71c409b86d27d7df80ce3 Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'SAP_MATERIAL_BOM' (structure 'Statement1'): java.sql.SQLException: FATAL ERROR document format: invalid level 4' found (structure 'Statement1')
      11/9/06 3:21:49 PM 4c54613a06b71c409b86d27d7df80ce3 Processing started
    That's all the Info I have...

  • Handling JDBC adapter errors in BPM

    Hi,
    I am using BPM to insert data in SQL server using a snychronous send.However i am not able to trap the adapter errors like server is down or could not insert because of key violation.
    Hence i decided to use transport level ack. But i understand that error description is returned in fault messages. Can i use fault messages in BPM???
    And also if that is not possible, I would like to know how can i configure alerts in JDBC adapter.
    Thanks in advance.

    Anand,
    I dont think this is possible. Fault Messages should be sent by the Application System back to XI , the Database in our case. AFAIK< the database cannot send back such fault messages and the error message is trapped in the JDBC adapters log. Try using Adapter Engine Alerts and this will cause the Message to be passed to your ALert framework from the adapter.
    Regards,
    Bhavesh

  • Database-level error reported by JDBC driver

    Hi everyone,
    I get an error in my Sender JDBC adapter. I am executing a stored procedure every minute. In total I have 34 JDBC senders for every different database. The error is like below. The problem is in Alert Inbox I cant see the rest of the message. This error occures just once every hour (average). I dont know why and I dont know what the rest of the error is saying.
    Any ideas how i can see the rest of the message? And where the error might be?
    Note: In communication channel monitoring everything is green.
    Database-level error reported by JDBC driver while executing statement 'EXEC [TB

    Hi,
    obviously there are concurring accesses to the table your stored procedure is accessing. This is nothing serious, because SAP XI will retry the execution of the stored procedure according to the settings of the communication channels (3times all 5 minutes is the default).  Additionally you can set the repeats in case of SQL errors in the extended tab of the communication channel configuration.
    Tuning the transaction isolation levels might help to avoid the error but can decrease the consistency of the data as well. Default isolation level is always the highest available in a database (in case of SQL Server it should be SERIALIZABLE), so locks might easily occur. I would suggest to have a look at other applications accessing the tables and determine their isolation level.
    All in all, I guess there shouldn't be real problems, because of the repeated execution of you stored procedure, but it's worth to have a look at the isolation level.
    Regards Sven

  • Error when calling JDBC Adapter parallel

    Hello,
    we have several interfaces which consume data from an AS400 machine via JDBC Adapter.
    Interfaces were running for several months without any problem. Now we get the following error message when few interfaces try to deliver data at the same time:
    com.sap.aii.af.ra.ms.api.DeliveryException: Channel has reached maximum concurrency (5,000 concurrent messages) and no free resource found within 5,000 milliseconds; increase the maximum concurrency level
    Unfortunatly we didn't find any hints what could cause the appearence of this Error.
    Can anyone help me?
    Thanks
    Carsten

    Hi,
    By default Maximum Concurrency = 1 in communication channel. Which will open one connection with the Database. Since your data volume and call is large so if you define it more then 1 then it will open multiple connection for you and your transaction rate will be faster.
    1. Maximum Concurrency = 1
    This is the default value of Maximum Concurrency. This means a single receiver JDBC channel can acquire only one DB connection.
    This case does not offer any parallel processing of messaging by single channel.
    2. Maximum Concurrency > 1
    This ensures that resource pool size(DB conneciton size) is limited to specified value per single JDBC receiver channel. For instance, setting this parameter to 2 will ensure that a single receiver JDBC channel can acquire 2 DB connections in parallel(if needed).
    And also:
    if You are Using PI 7.0 SP 12, You can set the maximum concurrency level for Receiver File & JDBC Adapter.
    By Default Maximum Concurrency level=1.
    Procedure to change:
    Go to Receiver Comm Chann of File/JDBC adapter.
    Goto Processing Parameters and then check Max Concurrency level
    Plz do refer the following docs:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4042611d-04e5-2910-bd9d-f97627b1c164
    check this doc
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70ada5ef-0201-0010-1f8b-c935e444b0ad
    "Reward points if found useful"
    Regards,
    Vinod.

Maybe you are looking for

  • How to prevent duplication on a column with condition

    Hello everyone, I need some advice here. At work, we have an Oracle APEX app that allow user to add new records with the automatic increment decision number based on year and group name. Says if they add the first record , group name AA, for year 201

  • Nokia E6 issues -- Screen lock and Connectivity

    I have two problems with Nokia E6. Struggling to get resolution 1. My screens get locked automatically with 7-8 sec even though I set up the screen locking time in more than 1 minute. It goes in lock state even you have active application running lik

  • All programs not responding after update & restart

    After installing security update 2008-005 version 1.0, itunes version 7.7.1, ilife support version 8.3 none of my programs will open. Some of the icons will bounce up and down and never do anything and some of them just don't react at all when I atte

  • Flv player buffering issue

    Hi Everyone....!               In my flv player,all the functionalities are well.But,one thing is,when player buffering the video,it will automatically taggled into paused state.After buffered full video completely,then only start playing.I was given

  • How to Disable iCloud popups in iTunes

    For the last few weeks when I'm using iTunes (11.3) on Mac OS 10.6.8.  I keep getting annoying popups saying that for security reasons my iCloud session has expired. I'm fairly IT savvy and don't know what use iCloud is to me, is so am pretty certain