Urgent - MDB Concurrent Msg Pickup Issue

hi all
i am using weblogic 81 sp2 , websphere 5.2 as a foreign server. for Concurrent message processing ,
my MDB not able to pick up message at right time.
if client put 25 msg at time in my request queue, my MDB pick-up first 8 msg only at a time,after that MDB waiting for these msg processing.
after these msg processing then MDB pick up other 8 msg.... so i cant perform well.
how to make it my MDB pick up all message at a right time.
and one more thing
if i declare user defined execute thread and assign my MDB with execute thread (using <dispatch-policy>),i got jms exception.(JMS exception:MQJMS2005: failed to create MQQueueManager for 'localhost:UTSD11')
(i got BEA-014005 warning)
is it possible to assign user-define execute thread?
plz clear my problem
thanx n advance
regards
muruganandam

Hi,
Your MDB is processing as many messages at a time it has been configured for. So, you should increase your concurrency level from 8 to whatever level you think is acceptable for your application.
Hope this helps,
Arnaud
www.arjuna.com

Similar Messages

  • Urgent help needed; Database shutdown issues.

    Urgent help needed; Database shutdown issues.
    Hi all,
    I am trying to shutdown my SAP database and am facing the issues below, can someone please suggest how I can go about resolving this issue and restart the database?
    SQL> shutdown immediate
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-01089: immediate shutdown in progress - no operations are permitted
    SQL> shutdown abort
    ORA-01031: insufficient privileges
    Thanks and regards,
    Iqbal

    Hi,
    check SAP Note 700548 - FAQ: Oracle authorizations
    also check Note 834917 - Oracle Database 10g: New database role SAPCONN
    regards,
    kaushal

  • AQ - MDB Concurrency issue

              Hi,
              I have written a java startup class to bind the AQ connection factory and AQ queue
              to the JNDI tree of a WebLogic server and have deployed an MDB on WebLogic to
              listen to the AQ.
              (I have used Eric Ma's code as an example.)
              The MDB is working fine and is continuously listening to the Oracle AQ hosted
              on a Solaris box.
              But, the problem is that no matter how many instances of the MDB are deployed
              in the pool, onMessage() method of just one MDB is called repeatedly i.e. only
              single instance of MDB consumes AQ messages no matter how many instance are in
              pool or how may threads are available in queue.
              The MDB is deployed on WebLogic server 7 sp 4 on a Win 2000 box and has 5 inctances
              in the pool. I am using OCI driver for the connection to the AQ. Oracle 9.2.0
              is on a Solaris box and the IP address and the machine name of the JMS client
              (i.e. windows machine) is included in the /etc/hosts of the Solaris box.
              Any help towards achieving concurrency in consumption of messages from Oracle
              AQ would be great.
              Regards,
              Diptanshu
              

              I don't think that would help. Coz that means that the message is consumed once
              by each of the consumers. That's not what I want. I wish to instance 2 of MDB
              to read remaining messages from AQ, when instance 1 is busy reading a message
              and processing it.
              One option is to use an MDB as a Façade and then just to post it to an internal
              queue (not AQ) to be picked up for other MDBs for further processing. But, then
              this creates a bottleneck in the form of a single listening point between the
              Façade & the AQ.
              Any better suggestions are welcome.
              Regards,
              Diptanshu
              "Eric Ma" <[email protected]> wrote:
              >
              >Does making AQ a multi-consumer queue help?
              >
              >Eric
              >
              >"Diptanshu Parui" <[email protected]> wrote:
              >>
              >>Hi,
              >>
              >>I have written a java startup class to bind the AQ connection factory
              >>and AQ queue
              >>to the JNDI tree of a WebLogic server and have deployed an MDB on WebLogic
              >>to
              >>listen to the AQ.
              >>(I have used Eric Ma's code as an example.)
              >>
              >>The MDB is working fine and is continuously listening to the Oracle
              >AQ
              >>hosted
              >>on a Solaris box.
              >>
              >>But, the problem is that no matter how many instances of the MDB are
              >>deployed
              >>in the pool, onMessage() method of just one MDB is called repeatedly
              >>i.e. only
              >>single instance of MDB consumes AQ messages no matter how many instance
              >>are in
              >>pool or how may threads are available in queue.
              >>
              >>The MDB is deployed on WebLogic server 7 sp 4 on a Win 2000 box and
              >has
              >>5 inctances
              >>in the pool. I am using OCI driver for the connection to the AQ. Oracle
              >>9.2.0
              >>is on a Solaris box and the IP address and the machine name of the JMS
              >>client
              >>(i.e. windows machine) is included in the /etc/hosts of the Solaris
              >box.
              >>
              >>Any help towards achieving concurrency in consumption of messages from
              >>Oracle
              >>AQ would be great.
              >>
              >>Regards,
              >>Diptanshu
              >
              

  • Urgent Please - Receiving Transaction Processor Issue

    Hi,
    We are on 11.5.10. I am trying to create PO receipts using the interface program "Receiving Transaction Processor". I inserted data into the rcv_headers_interface and rcv_transactions_interface tables. As this dta is for contract labor, i am assuming that there is no need to insert data into shipment_related interface table. Following shows the insert statement I made sure that I am running the process from the correct org (the org that i used in the filed destination_oprganization field). But still the process completes normally but po_interface_errors has a record with error message as :
    "RVTSH-189: Subroutine rvtshiline() returned error
    Cause: Subroutine rvtshiline() returned an internal error.
    Action: Note this error number and the actions you are trying to perform.
    Contact your system administrator for"
    The receipt gets created succesfully from the form. Anyone knows the issue? Please help me...thanks
    Here are the insert statements...
    --Insert data into Interface tables
    INSERT INTO rcv_headers_interface
    (header_interface_id,
    GROUP_ID,
    processing_status_code,
    receipt_source_code,
    transaction_type,
    auto_transact_code,
    last_update_date,
    last_updated_by,
    creation_date,
    created_by,
    expected_receipt_date,
    comments,
    validation_flag,
    packing_slip,
    vendor_id,
    vendor_site_id,
    ship_to_organization_id
    VALUES (rcv_headers_interface_s.NEXTVAL,
    rcv_interface_groups_s.NEXTVAL,
    'PENDING',
    'VENDOR',
    'NEW',
    'RECEIVE',
    SYSDATE,
    fnd_global.user_id,
    SYSDATE,
    fnd_global.user_id,
    SYSDATE,
    'test',
    'Y',
    'ABC',
    po_headers.vendor_id,
    po_headers.vendor_site_id
    po_distributions.destination_organization_id
    --Insert record in transactions_interface
    INSERT INTO rcv_transactions_interface
    (interface_transaction_id,
    header_interface_id,
    processing_status_code,
    receipt_source_code,
    transaction_date,
    GROUP_ID,
    last_update_date,
    last_updated_by,
    creation_date,
    created_by,
    transaction_type,
    processing_mode_code,
    transaction_status_code,
    quantity,
    unit_of_measure,
    source_document_code,
    po_header_id,
    po_line_id,
    po_line_location_id,
    po_distribution_id,
    to_organization_id,
    comments,
    interface_source_code,
    employee_id,
    auto_transact_code,
    destination_type_code,
    attribute_category,
    category_id,
    item_description
    VALUES (rcv_transactions_interface_s.NEXTVAL,
    rcv_headers_interface_s.CURRVAL,
    'PENDING',
    'VENDOR',
    SYSDATE,
    rcv_interface_groups_s.CURRVAL,
    SYSDATE,
    fnd_global.user_id,
    SYSDATE,
    fnd_global.user_id,
    'RECEIVE', --'NEW',
    'BATCH',
    'PENDING',
    2,
    po_lines.unit_meas_lookup_code,
    'PO',
    po_headers..po_header_id,
    po_lines.po_line_id,
    po_line_locations.po_line_location_id,
    po_distributions.po_distribution_id,
    po_distributions.destination_organization_id,
    'TEST',
    'RCV',
    1234, --employee_id
    'RECEIVE',
    'RECEIVING',
    po_distributions.destination_organization_id,
    45074,
    'Standard'
    );

    Pl see you duplicate post here - PO Receipts Interface Error!!
    For urgent issues, pl open an SR with Support
    Srini

  • Urgent : MDB stops listening to the queues after some time  !!!

    Hi,
    I am using OJMS with OC4J 10.1.2 and db 9.2.0.5. I have a web application which send messages into the queue very frequently.
    But the problem is the MDBs stop listening to the queues after some time (1-2 days) and no more messages will be dequeued from that point.
    All these messages will move to the exception queue after their expiry.
    But the dequeing agains resumes after restarting the OC4J !.
    I guess, at some point mdbs are either becoming busy (locked ) or some exception occured while dequeing, hence they stop listening to the queues.
    Please throw some light on this issue as it is very crucial in my project.
    Regards
    Prashanth

    I've noticed this lately as well, with my iPhone 4. I couldn't confidently pin it directly on any particular iOS update, but my iPhone used to automatically connect up via Bluetooth with my Prius's handsfree feature, and now it doesn't. I work with a CE-based device at my job, with Bluetooth capability, and I used to test out that feature by having it discover my iPhone. This no longer works either.
    What I have found (not really a solution, but it does work and may be a clue for Apple) is that if I simply go to the Settings app then the General -> Bluetooth screen and let it sit there, it will pair right up with my car within a few seconds. Bluetooth is always on, and always says "Now Discoverable" at the bottom of the settings screen.

  • MDB on distributed topic issue (server restart)

    Setup:
              - On WebLogic 8.1 SP3, One cluster with 2 managed servers, S1 and S2.
              - JMS servers are configured for both S1 and S2.
              - ConnectionFactory(load balancing=true, server affinity=false, XA Transaction=true) is deployed to the cluster
              - Distributed topic, DT1, deployed to the cluster with physical memeber on each JMS server, T1 on S1, T2 on S2
              - MDB for DT1 is deployed in both S1 and S2
              - Sending message to DT1 thru a session bean with container managed transaction.
              Test:
              1. Start both server, and send 10 messages to DT1, evenrything is fine, both servers received 10 messsage each
              2. Shutdown S2
              3. Send another 10 messages to DT1, S1 received 10 messages thru MDB deployed on it, and noticed that there are 10 messages pending for T1 (by using console destination monitoring function)
              4. Restart S2
              5. When S2 is fully restarted, noticed that the 10 pending messages are gone for T1, but S1 printout 10 Alert: Tx heuristic result
              6. then, if send another 10 messages thru session bean in S1, both servers receives 10 messages each; if send another 10 messages thru session bean in S2, only S2 will receive them all, S1 receives nothing and noticed that 10 messages pending for T2
              Someone posted a similar issue before, but no clear answer on exactly what happened and how to fix it.
              Thanks,
              JD

    The errors are:
              <17-Feb-2005 4:40:45 o'clock PM EST> <Error> <JTA> <BEA-110412> <Xid=BEA1-054635FA5A4B74B8B574(14775730),Status=Committed,HeuristicErrorCode=XA_HEURHAZ,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=0,seconds left=300,XAServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(ServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(state=committed,assigned=server2),xar=weblogic.jdbc.wrapper.JTSXAResourceImpl@e8b13,re-Registered = false),SCInfo[NakinaDomain+server2]=(state=committed)) completed heuristically: (weblogic.jdbc.wrapper.JTSXAResourceImpl, HeuristicHazard, (javax.transaction.xa.XAException: No connection associated with xid = BEA1-054635FA5A4B74B8B574-7765626C6F6769632E6A6462632
              E777261707065722E4A545358415265736F75726365496D706C)) >

  • Concurrent program performance Issue

    Hi,
    We are currently experiencing performance issue in one of the concurrent program related
    to the HR module. The concurrent request is currently completing in 3 hrs time.
    We have obtained a trace for the concurrent program.
    Please help me analyze the cause of the performance issue from the trace file.
    Trace file below:
    BEGIN SLC_PYINF_USMONACCROH_PKG.SLC_421_HANDLE_OUTBOUND(:errbuf,:rc,:A0,:A1,
    :A2,:A3,:A4,:A5,:A6,:A7,:A8,:A9,:A10,:A11); END;
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 76.08 9602.16 700828 1330818 663813 1
    Fetch 0 0.00 0.00 0 0 0 0
    total 2 76.08 9602.16 700828 1330818 663813 1
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    SQL*Net message to client 3 0.00 0.00
    SQL*Net message from client 3 0.00 0.00
    PL/SQL lock timer 969 9.83 9485.16
    UPDATE HRAPPS.SLC_PYINF_USMONACCRO_STG SET PROCESS_STATUS = 2
    WHERE
    CONC_REQUEST_ID = :B2 AND SET_SEQUENCE_NUM = :B1 AND PROCESS_STATUS = 1
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 24.83 45.67 145127 695479 602714 560730
    Fetch 0 0.00 0.00 0 0 0 0
    total 2 24.83 45.67 145127 695479 602714 560730
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    0 UPDATE SLC_PYINF_USMONACCRO_STG (cr=684898 pr=134556 pw=0 time=44759708 us)
    1135266 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_STG (cr=694708 pr=124937 pw=0 time=6874212 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file scattered read 15622 1.43 13.94
    db file sequential read 25578 0.52 14.30
    latch: cache buffers lru chain 3 0.00 0.00
    DELETE FROM SLC_PYINF_USMONACCRO_ARC
    WHERE
    EXTRACT_DATE<TRUNC(SYSDATE)-60
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 7.41 15.05 87598 87668 0 0
    Fetch 0 0.00 0.00 0 0 0 0
    total 2 7.41 15.06 87598 87668 0 0
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    0 DELETE SLC_PYINF_USMONACCRO_ARC (cr=87668 pr=87598 pw=0 time=15053606 us)
    0 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_ARC (cr=87668 pr=87598 pw=0 time=15053595 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file sequential read 3 0.00 0.00
    db file scattered read 11025 0.61 13.21
    SELECT COUNT(*)
    FROM
    HRAPPS.SLC_PYINF_USMONACCRO_STG WHERE CONC_REQUEST_ID = :B1
    call count cpu elapsed disk query current rows
    Parse 2 0.00 0.00 0 0 0 0
    Execute 2 0.00 0.00 0 0 0 0
    Fetch 2 10.14 10.23 116633 123540 0 2
    total 6 10.14 10.23 116633 123540 0 2
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    1 SORT AGGREGATE (cr=61770 pr=58317 pw=0 time=5290475 us)
    560730 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_STG (cr=61770 pr=58317 pw=0 time=1689204 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file scattered read 15646 0.27 6.24
    db file sequential read 625 0.00 0.01
    SELECT COUNT(*)
    FROM
    HRAPPS.SLC_PYINF_USMONACCRO_STG WHERE CONC_REQUEST_ID = :B1 AND
    PROCESS_STATUS = 2
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 5.20 8.32 51482 69842 0 1
    total 3 5.20 8.32 51482 69842 0 1
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    1 SORT AGGREGATE (cr=69842 pr=51482 pw=0 time=8323369 us)
    560730 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_STG (cr=69842 pr=51482 pw=0 time=2811304 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file scattered read 6514 0.30 6.09
    db file sequential read 114 0.00 0.02
    SELECT MAX(SET_SEQUENCE_NUM)
    FROM
    HRAPPS.SLC_PYINF_USMONACCRO_STG WHERE CONC_REQUEST_ID = :B1
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 5.34 6.63 58318 61770 0 1
    total 3 5.34 6.63 58318 61770 0 1
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    1 SORT AGGREGATE (cr=61770 pr=58318 pw=0 time=6639527 us)
    560730 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_STG (cr=61770 pr=58318 pw=0 time=2250410 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file scattered read 7820 0.30 4.46
    db file sequential read 313 0.00 0.05
    SELECT COUNT(*)
    FROM
    HRAPPS.SLC_PYINF_USMONACCRO_STG WHERE CONC_REQUEST_ID = :B2 AND
    SET_SEQUENCE_NUM = :B1 AND PROCESS_STATUS = 1
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 4.99 4.88 58315 61770 0 1
    total 3 4.99 4.88 58315 61770 0 1
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    1 SORT AGGREGATE (cr=61770 pr=58315 pw=0 time=4887337 us)
    560730 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_STG (cr=61770 pr=58315 pw=0 time=1688451 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file scattered read 7824 0.00 3.02
    db file sequential read 313 0.00 0.00
    SELECT COUNT(*)
    FROM
    HRAPPS.SLC_PYINF_USMONACCRO_STG WHERE CONC_REQUEST_ID = :B1 AND
    PROCESS_STATUS = 1
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 4.98 4.87 58318 61770 0 1
    total 3 4.98 4.87 58318 61770 0 1
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    1 SORT AGGREGATE (cr=61770 pr=58318 pw=0 time=4872548 us)
    560730 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_STG (cr=61770 pr=58318 pw=0 time=1688407 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file scattered read 7821 0.00 2.98
    db file sequential read 312 0.00 0.00
    SELECT COUNT(*)
    FROM
    HRAPPS.SLC_PYINF_USMONACCRO_STG WHERE CONC_REQUEST_ID = :B1 AND
    PROCESS_STATUS = -1
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 4.45 4.36 58317 61770 0 1
    total 3 4.45 4.36 58317 61770 0 1
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    1 SORT AGGREGATE (cr=61770 pr=58317 pw=0 time=4369473 us)
    0 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_STG (cr=61770 pr=58317 pw=0 time=4369425 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file scattered read 7823 0.00 2.98
    db file sequential read 312 0.00 0.00
    SELECT COUNT(*)
    FROM
    HRAPPS.SLC_PYINF_USMONACCRO_STG WHERE CONC_REQUEST_ID = :B1 AND
    PROCESS_STATUS < 0
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 4.14 4.24 51481 61770 0 1
    total 3 4.14 4.24 51481 61770 0 1
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    1 SORT AGGREGATE (cr=61770 pr=51481 pw=0 time=4243020 us)
    0 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_STG (cr=61770 pr=51481 pw=0 time=4242968 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file scattered read 6537 0.06 2.90
    db file sequential read 104 0.00 0.00
    DELETE FROM SLC_PYINF_USMONACCRO_GLI_ARC
    WHERE
    EXTRACT_DATE<TRUNC(SYSDATE)-60
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.63 2.52 7681 7689 0 0
    Fetch 0 0.00 0.00 0 0 0 0
    total 2 0.63 2.52 7681 7689 0 0
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    0 DELETE SLC_PYINF_USMONACCRO_GLI_ARC (cr=7689 pr=7681 pw=0 time=2521592 us)
    0 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_GLI_ARC (cr=7689 pr=7681 pw=0 time=2521583 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file sequential read 1 0.00 0.00
    db file scattered read 976 1.00 2.36
    UPDATE HRAPPS.SLC_PYINF_USMONACCRO_GLI_STG SET PROCESS_STATUS = 2
    WHERE
    CONC_REQUEST_ID = :B1 AND PROCESS_STATUS = 1
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 1.89 2.25 5863 16125 60963 52309
    Fetch 0 0.00 0.00 0 0 0 0
    total 2 1.89 2.25 5863 16125 60963 52309
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    0 UPDATE SLC_PYINF_USMONACCRO_GLI_STG (cr=11787 pr=1273 pw=0 time=1332023 us)
    122679 TABLE ACCESS FULL SLC_PYINF_USMONACCRO_GLI_STG (cr=16291 pr=5859 pw=0 time=48501241 us)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file scattered read 745 0.01 0.76
    db file parallel read 1 0.00 0.00
    db file sequential read 5 0.00 0.00
    SELECT B.ATTRIBUTE1 ,B.ATTRIBUTE2 ,B.ATTRIBUTE3 ,T.FLEX_VALUE_MEANING ,
    T.DESCRIPTION
    FROM
    FND_FLEX_VALUES_TL T ,FND_FLEX_VALUES B WHERE B.FLEX_VALUE_ID =
    T.FLEX_VALUE_ID AND T.LANGUAGE = USERENV ('LANG') AND TRIM(UPPER
    (B.FLEX_VALUE)) = TRIM(UPPER (:B1 )) AND B.ENABLED_FLAG = 'Y' AND UPPER
    (B.VALUE_CATEGORY) = UPPER ('SLCHR_INTERFACE_CLEANUP')
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 2 0.00 0.00 0 0 0 0
    Fetch 2 0.25 0.86 1640 3286 0 2
    total 5 0.25 0.86 1640 3286 0 2
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    2 NESTED LOOPS (cr=3286 pr=1640 pw=0 time=866461 us)
    2 TABLE ACCESS FULL FND_FLEX_VALUES (cr=3280 pr=1637 pw=0 time=848331 us)
    2 TABLE ACCESS BY INDEX ROWID FND_FLEX_VALUES_TL (cr=6 pr=3 pw=0 time=18101 us)
    2 INDEX UNIQUE SCAN FND_FLEX_VALUES_TL_U1 (cr=4 pr=2 pw=0 time=9705 us)(object id 849241)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file sequential read 4 0.00 0.02
    db file scattered read 208 0.30 0.71
    SELECT PHASE_CODE, STATUS_CODE, COMPLETION_TEXT, PHASE.LOOKUP_CODE,
    STATUS.LOOKUP_CODE, PHASE.MEANING, STATUS.MEANING
    FROM
    FND_CONCURRENT_REQUESTS R, FND_CONCURRENT_PROGRAMS P, FND_LOOKUPS PHASE,
    FND_LOOKUPS STATUS WHERE PHASE.LOOKUP_TYPE = :B3 AND PHASE.LOOKUP_CODE =
    DECODE(STATUS.LOOKUP_CODE, 'H', 'I', 'S', 'I', 'U', 'I', 'M', 'I',
    R.PHASE_CODE) AND STATUS.LOOKUP_TYPE = :B2 AND STATUS.LOOKUP_CODE =
    DECODE(R.PHASE_CODE, 'P', DECODE(R.HOLD_FLAG, 'Y', 'H',
    DECODE(P.ENABLED_FLAG, 'N', 'U', DECODE(SIGN(R.REQUESTED_START_DATE -
    SYSDATE),1,'P', R.STATUS_CODE))), 'R', DECODE(R.HOLD_FLAG, 'Y', 'S',
    DECODE(R.STATUS_CODE, 'Q', 'B', 'I', 'B', R.STATUS_CODE)), R.STATUS_CODE)
    AND (R.CONCURRENT_PROGRAM_ID = P.CONCURRENT_PROGRAM_ID AND
    R.PROGRAM_APPLICATION_ID= P.APPLICATION_ID ) AND REQUEST_ID = :B1
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 971 0.25 0.16 0 0 0 0
    Fetch 971 0.53 0.65 0 13605 0 971
    total 1943 0.78 0.81 0 13605 0 971
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    971 TABLE ACCESS BY INDEX ROWID FND_LOOKUP_VALUES (cr=17489 pr=0 pw=0 time=877481 us)
    2913 NESTED LOOPS (cr=16518 pr=0 pw=0 time=1643550 us)
    971 NESTED LOOPS (cr=11663 pr=0 pw=0 time=658551 us)
    971 NESTED LOOPS (cr=5837 pr=0 pw=0 time=95374 us)
    971 TABLE ACCESS BY INDEX ROWID FND_CONCURRENT_REQUESTS (cr=2924 pr=0 pw=0 time=63054 us)
    971 INDEX UNIQUE SCAN FND_CONCURRENT_REQUESTS_U1 (cr=1953 pr=0 pw=0 time=43874 us)(object id 240792)
    971 TABLE ACCESS BY INDEX ROWID FND_CONCURRENT_PROGRAMS (cr=2913 pr=0 pw=0 time=28198 us)
    971 INDEX UNIQUE SCAN FND_CONCURRENT_PROGRAMS_U1 (cr=1942 pr=0 pw=0 time=17956 us)(object id 849182)
    971 TABLE ACCESS BY INDEX ROWID FND_LOOKUP_VALUES (cr=5826 pr=0 pw=0 time=558105 us)
    971 INDEX RANGE SCAN FND_LOOKUP_VALUES_U1 (cr=4855 pr=0 pw=0 time=539171 us)(object id 906518)
    971 INDEX RANGE SCAN FND_LOOKUP_VALUES_U1 (cr=4855 pr=0 pw=0 time=172115 us)(object id 906518)
    SELECT MAX(LT.SECURITY_GROUP_ID)
    FROM
    FND_LOOKUP_TYPES LT WHERE LT.VIEW_APPLICATION_ID = :B2 AND LT.LOOKUP_TYPE =
    :B1 AND LT.SECURITY_GROUP_ID IN (0,
    TO_NUMBER(DECODE(SUBSTRB(USERENV('CLIENT_INFO'),55,1), ' ', '0', NULL, '0',
    SUBSTRB(USERENV('CLIENT_INFO'),55,10))))
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1945 0.11 0.11 0 0 0 0
    Fetch 1945 0.18 0.10 0 3890 0 1945
    total 3891 0.29 0.21 0 3890 0 1945
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Rows Row Source Operation
    1945 SORT AGGREGATE (cr=3890 pr=0 pw=0 time=142954 us)
    1945 FIRST ROW (cr=3890 pr=0 pw=0 time=96520 us)
    1945 INDEX RANGE SCAN (MIN/MAX) FND_LOOKUP_TYPES_U1 (cr=3890 pr=0 pw=0 time=89938 us)(object id 906517)
    INSERT INTO HRAPPS.SLC_HRINF_INT_SUMMARY (INT_SUMMARY_ID,
    INT_SUMMARY_CREATE_DATE ,INT_SUMMARY_LAST_UPDATE_DATE, INTERFACE_NAME ,
    HANDLER_CONC_REQUEST_ID, INT_CONC_REQUEST_ID ,SET_SEQUENCE_NUMBER,
    SET_RECORD_COUNT, INT_FROM_DATE ,INT_TO_DATE, INT_STATUS_1_STATE,
    INT_STATUS_1_MESSAGE ,INT_STATUS_1_STARTED, INT_STATUS_1_COMPLETED ,
    INT_STATUS_1_SUCCESS_COUNT, INT_STATUS_1_ERROR_COUNT ,INT_STATUS_2_STATE,
    INT_STATUS_2_MESSAGE ,INT_STATUS_2_STARTED, INT_STATUS_2_COMPLETED ,
    INT_STATUS_2_SUCCESS_COUNT, INT_STATUS_2_ERROR_COUNT ,INT_STATUS_3_STATE,
    INT_STATUS_3_MESSAGE ,INT_STATUS_3_STARTED, INT_STATUS_3_COMPLETED ,
    INT_STATUS_3_SUCCESS_COUNT, INT_STATUS_3_ERROR_COUNT ,INT_STATUS_4_STATE,
    INT_STATUS_4_MESSAGE ,INT_STATUS_4_STARTED, INT_STATUS_4_COMPLETED ,
    INT_STATUS_4_SUCCESS_COUNT, INT_STATUS_4_ERROR_COUNT ,INT_STATUS_5_STATE,
    INT_STATUS_5_MESSAGE ,INT_STATUS_5_STARTED, INT_STATUS_5_COMPLETED ,
    INT_STATUS_5_SUCCESS_COUNT, INT_STATUS_5_ERROR_COUNT )
    VALUES
    (:B7 , :B6 , :B6 , :B5 , :B4 , NULL , NULL, NULL, :B3 , :B2 , :B1 , NULL ,
    NULL, NULL , NULL, NULL , :B1 , NULL , NULL, NULL , NULL, NULL , :B1 , NULL
    , NULL, NULL , NULL, NULL , :B1 , NULL , NULL, NULL , NULL, NULL , :B1 ,
    NULL , NULL, NULL , NULL, NULL )
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.01 0.12 12 1 12 1
    Fetch 0 0.00 0.00 0 0 0 0
    total 2 0.01 0.12 12 1 12 1
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 70 (recursive depth: 1)
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    db file sequential read 12 0.02 0.12
    Thanks & Regards,
    Rup

    Hi;
    Please check our previous topic
    Concurrent manager real time tune
    Oracle apps database
    tune concurrent manager
    Oracle apps database
    Concurrent Manager very slow
    Concurrent Manager very slow........
    Regard
    Helios

  • Concurrent Msg Processing Problem

    hi all
              i am using weblogic 81 sp2 , websphere 5.2 as a foreign server. for Concurrent message processing , my MDB not able to pick up message at right time. it may take 3 seconds to 3 minuts. so i cant perform well.
              how to make it my MDB pick up all message at a right time.
              and one more thing
              if i declare user defined execute queue,and assing my MDB with execute queue (using <dispatch-policy>),i got jms exception.(JMS exception:MQJMS2005: failed to create MQQueueManager for 'localhost:UTSD11')
              is it possible to assign user-define execute queue?
              plz clear my problem
              thanx n advance
              regards
              muruganandam

    Use the second signature of the sort method:
    sort(List, Comparator)Write an object that implements Comparator that accepts your variable x in its constructor. Implement the compare() method the same way you did in your original implementation, changing it only to accept two objects of type ZZZ instead of 1:
    public int compare( Object obj1, Object obj2 ) {
        if ( x == 1 )
            // Compare depending on str1
            return ((ZZZ)obj1).str1.compareTo(((ZZZ)obj2).str1);
        else if ( x == 2 )
            // Compare depending on int1
            return ((ZZZ)obj1).int1.compareTo(((ZZZ)obj2).int1);
        else
            // Compare depending on str2
            return ((ZZZ)obj1).str2.compareTo(((ZZZ)obj2).str2);

  • Error msg dump issue?

    hi
    i am having a issue in using the method raise_error_message.
    I am using it for displaying a msg if the customer is locked.
    currently if my system has locked a customer & i try to access it through,its give me the msg for user locked by user name.
    but now i am facing a problem,if the some other user has locked the customer & me or any other system try to access the same customer,than this raise_error_message gives the dump & error message is not raised.
    below is my code:
        CALL FUNCTION 'ENQUEUE_EZMDAP_OCM'
         EXPORTING
           mode_zmdap_stat_hist       = 'E'
      MANDT                      = SY-MANDT
           kunnr                      = ls_cr_gen_data-kunnr
      X_KUNNR                    = ' '
      _SCOPE                     = '2'
      _WAIT                      = ' '
      _COLLECT                   = ' '
         EXCEPTIONS
           foreign_lock               = 1
           system_failure             = 2
           OTHERS                     = 3
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4 into lv_msgtxt.
                  get message manager
                  DATA lo_api_controller     TYPE REF TO if_wd_controller.
                  DATA lo_message_manager    TYPE REF TO if_wd_message_manager.
                  lo_api_controller ?= wd_this->wd_get_api( ).
                  CALL METHOD lo_api_controller->get_message_manager
                    RECEIVING
                      message_manager = lo_message_manager.
                  report message
                  CALL METHOD lo_message_manager->raise_error_message----<dump coming here for WebDynpro Exception
                    EXPORTING
                      message_text  = lv_msgtxt.
    Edited by: Vipin on Nov 9, 2009 3:39 PM

    Hi,
    you can even do in the following way..
    CALL FUNCTION 'ENQUEUE_EZLOCK_PCT'
    EXPORTING
       MODE_ZRM_C_CV_OPEC       = 'E'
       MANDT                    = SY-MANDT
       USERID                   = LV_USERID
       LANG                     = LV_LANG
    *   INDEX1                   =
    *   X_USERID                 = ' '
    *   X_LANG                   = ' '
    *   X_INDEX1                 = ' '
    *   _SCOPE                   = '2'
    *   _WAIT                    = ' '
    *   _COLLECT                 = ' '
    EXCEPTIONS
       FOREIGN_LOCK             = 1
       SYSTEM_FAILURE           = 2
       OTHERS                   = 3
    CALL METHOD lo_message_manager->report_t100_message
          EXPORTING
            msgid =  sy-msgid
            msgno =  sy-msgno
            msgty =  sy-msgty
            p1    = sy-msgv1
            p2    = sy-msgv2
            p3    = sy-msgv3.
    Using this you can even catch the exceptions thrown by the FM
    Hope this helps you.
    Priya

  • Concurrent request compatibility Issue

    Hi,
    I have define a concurrent program and made it self incompatible. I have schedule to run this program for every 10min. But sometime i have observed that another instance of this program start running ever if first one is not completed.
    What might be the issue?
    Thanks,

    Prasad,
    What is the application release?
    Does this happen to this specific concurrent program only?
    Is this a standard or custom concurrent program?
    Did you verify the incompatibility of this concurrent program?
    Regards,
    Hussein

  • Urgent Request: Help With Websheet Issues

    Hello.
    This is an urgent request for help. I am currently developing a websheet demo and have run into several puzzling issues.
    I am using APEX 4.0.1. My organization will upgrade to 4.0.2 in several months.
    Issue 1:
    I am trying to create a file annotation to be associated with several rows in a data grid I created. When I browse to the .xls file to be uploaded and then click "Apply", a stripped wait bar appears indicating that the file is being uploaded. Or so I thought. Instead, that stripped bar sits there FOREVER. After 30 minutes waiting for a very simple two-row .xls file (first row is the column headers followed by a row of data - simple integers), I finally clicked the "Cancel" button. The file was not uploaded.
    I have repeated this several times, and even closed/re-opened my browser. Same results. Even tried a simple .txt file. Still no good.
    I am running IE 8.x I even tried the same thing in FireFox 3.6.1. Same behavior.
    Issue 2:
    I also created a Note annotation. After entering some simple text (about 10 words) and clicking the "Apply" button, the page displays the following error:
    Sun, 2 Jan 2011 22:18:44 GMT wwv_flow.show: SIGNATURE (parameter names) MISMATCH VARIABLES IN FORM NOT IN PROCEDURE: F21,F22,F23,F24,F25,F26,F27,F28,F29,F30,F31,F32,F33,F34,F35,F36,F37,F38,F39,F40,F41,F42,F43,F44,F45,F46,F47,F48,F49,F50,F51,F52,F53 NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:
    I then click the previous breadcrumb link which take me back to my data grid I then click the pencil "Edit" icon for the row for which this Note is associated and, to my surprise, the Note with my entered text is there. APEX did, in fact, create it. However, not without displaying this error message which I'm sure would be rather intimidating to our end users trying to do this. this same behavior occurs when trying to modify an already existing Note. I receive the same message. However, the modifications were enacted.
    As with Issue 1, this same behavior is seen with FireFox as well.
    Issue 3:
    After saving my Data Grid as an "Alternative Default Report", I see the Note annotation I created associated with the report row. However, when I hover my mouse on the Note icon, all that displays is the first 4 words or so, about 15 characters, followed by a 3-dot ellipsis. The remaining 10+ characaters are hidden. What good is that?
    Is there aimit to the number of characaters that can be placed in a Note Annotation? I have not seen this characater limit mentioned anywhere in the online APEX docs. I realize that I probably would not want a PhD disseration placed in a Note, but just 30 or so characaters? That seems awfully skimmpy.
    As before, I'm seeing this same strange behavior in FireFox 3.6.1 as with IE 8.x
    Issue 4:
    When editing text in a Section, I attempt to re-size the text with a larger font size (say, from 10 to 14). I click the "Apply" button, but the resulting text stays the same size. I am unable to re-size the font in a section.
    Even more puzzling is that the OBE "Building a Websheet In APEX 4.0" example application (http://st-curriculum.oracle.com/obe/db/apex/r40/websheets/websheets_ll.htm) which takes me step-by-step in creating a websheet app shows that one can do all of the things mentioned in the above three issues. So, then, how is this tutorial able to do all these things but I am not?
    Are these issues fixed in the 4.0.2 patch? I checked the online list of bug fixes for this patch and, although several do relate to websheets, none address the above three issues.
    As mentioned, I am trying to prepare for this websheet demo and would really appreciate some quick advice or suggestions.
    Thank you in advance.
    Elie
    Edited by: EEG on Jan 2, 2011 3:31 PM

    Hi, Christina.
    Thanks very much for the info about why we are seeing multiple APEX$ tables sprinkled amongst multiple schemas. I've passed this info to our APEX administrator.
    Also, thanks for confirming what I suspected was a bug in the rich text editor. Hopefully this will be addressed soon.
    I do understand your comment about not being able to stylize the Title text. Still, I am wondering why I do NOT see the HTML code in my own environment here at work. Yet on apex.oracle.com I see the code. This is why I made the comment in my last post. Seeing this code where there shouldn't be any code surprised me. So, why is this code not showing up for me here?
    With respect to my file upload issue, as mentioned in my original post, I am NOT able to upload a quite simple .xls file as a file annotation to be associated with a row in a data grid I had created. However, I AM able to upload this exact same .xls file to a section on a page without problem.
    In my websheet app on apex.oracle.com, navigate to Data -> Data Grids, click on the data grid "MAD Data Upload", select the report "2. Symbols Report with Annotations", click the pencil icon next to (I believe) the 2nd row which currentl displays a link, a note, and several tags. Then attempt to upload a simple .xls Excel file. The one I tried has 2 rows, a header row with 5 column headers, and a 2nd row with integer values for those 5 columns. That's it. After browsing to my file and clicking the "Apply" button, I get a stripped progress bar that sits there FOREVER. After about 10 minutes I gave up waiting. I figured that, even over the web, a simple two row Excel file should have been uploaded after ten minutes. My connection is pretty fast. I get no errors. Also there is no file.
    One more thing ... Remember my Issue 2 in which I was attempting to modify a previously created Note annotation and received a weird error (see my original post above)? Well, I attempted to do this on apex.oracle.com.
    In the same Data Grid row that you navigated to above, scroll to the very bottom and you will see my single Note Annotation. I attempted to modify this. I clicked the "Edit" link, typed in my changes, and clicked "Apply". This time, instead of receiving that weird error message, I received a more intelligent (though still weird) error message:
    Not Found
    Sorry!The page requested was not found.
    And, just as with the truly weird message I would consistently receive in my own environment here at work, the text changes I had made to the Note were, in fact, preserved because when I re-look at my Note Annotation in the Data Grid, the Note does show the changes I had made.
    Needless to emphasize, these errors would likely freak out end users who are adding Note Annotations to a Data Grid they had created. After all, these are the intended audience of a websheet app not a developer like me who is used to seeing such weird messages.
    Would you know what all this about?
    Thanks again for all your patience and sticking with me on this.
    Elie

  • URGENT!! Nokia 6300 issue please help

    Hi, Basically I turned my Nokia 6300 off the other night and when I turned it back on it starts up as normal, However when I try to put my security code in and press OK it just freezes and wont let me into my phone. I havent forgotten my security code as I have used this code plenty of times so it must be a phone issue. Ive tried various ways for example: putting in a different sim or trying it without the sim or removing the battery etc but the problems the same!! Please can anyone help??
    thanks.

    Have you tried removing the memory card too?
    It sounds like the OS has become corrupted to me. I've had it happen on a 6233.
    Unfortunately if this is the case there is no way for the user to recover it from this state. If it can't boot then it can't be reset or have it's firmware reloaded by the user. It can't even be backed up.
    Your only option is to take the phone to a nokia care point and they can reload it's firmware. Sadly all of your info, files, programs will be wiped from the phone.
    Care points/service centres and repair info:
    UK • Europe • Asia-Pacific • USA •
    Canada • Middle East and Africa
    Elsewhere: Click here, select your country, go to the support section, then select repair.

  • Urgent... Refresh issue in ADF 11g Select One Choice..

    Hi,
    There are some some list boxes in our pages (like Group, Users, Roles....)
    When we select users from the Users list box we can see the same name again appending to the list of values.
    Does any one has faces this issue before?
    Please help me on this..
    Thanks

    Hi,
    I don't understand your question. Also, are you using BC4J and Databindings or are you managed bean based?
    Regards,
    ~ Simon

  • Oracle App Server 10.1.3 - IBM MQ 6.0 Msg Redelivery Issue

    Hi All,
    I have an application which sends message to the Queue configured in MQ. I have
    an underlying MDB to receive the messages from the MQ. In some of the business
    scenario i am getting an error during processing of the message and MDB doing a
    rollback properly.
    But the messages are not being moved to the inbound queue again. If i am
    stopping the MDB the messages are moving to a inbound queue. I guess i have to
    configure some MDB related parameters.
    Kindly let me know how and where to configure the parameters if any.
    Waiting to hear from you.
    Thanks and Regards
    Prasanna.

    [16-May-2006 16:12:15] Operation failed with error: Missing class:
    org.apache.log4j.Logger Dependent class:
    uk.ac.ukbiobank.attilla.model.Attilla_FTPClientRunnerBean Loader: Attilla.root:0.0.0
    Code-Source: /C:/Oracle10gIAS1013/j2ee/home/applications/Attilla/AttillaEJB.jar
    Configuration: in C:\Oracle10gIAS1013\j2ee\home\applications\Attilla The missing class
    is not available from any code-source or loader in the system.The last statement means this class is not in accessible from any classloader created by oc4j. The means none of them knows the existence of the jar that contains that class.
    However, the appropriate jar is bundled with the ejb and is also in the applib dir.
    Should I add it to the classpath for the server and if so how?How did you bundle it with your ejb jar? Did you do anything particular when deploying it?
    I strongly recommend you that you read the chapter 3, Utilizing the OC4J Class Loading Framework of the book "Oracle® Containers for J2EE Developer's Guide", especially the section "Troubleshooting Class Loading-Related Problems in OC4J" if you have not done so. You will see pretty much everything you need to konw about classloading in oc4j.

  • Urgent help - 3.1.2 issue!?

    Hi guys,
    Plugged my iPhone through USB for only the 2nd time since I got it (2nd hand though) and iTunes offered a 3.1.2 upgrade.
    Decided to go for it and everything seemed fine. Backed everything up (apparently) and downloaded 3.1.2.
    Shortly after I got the 'iTunes' screen and nothing was working. Closed iTunes and started it again. I get a message saying it's in recovery mode and needs to restore.
    Hopefully I won't lose anything and do actually have everything backed up but after waiting for restore to do it's business I get an error message - think it's the same error 28 other people are having.
    And that's it...
    Been reading around and a few people think it's a hardware issue but I don't see how that can be possible. I have had no problems AT ALL with the iPhone right up until I accepted 3.1.2 and now I have this.
    What's the best plan of action? Will I lose everything (Apps, contacts, photos, etc)?
    Thanks,
    Cammy
    EDIT - Just checked again. It's coming up with an error 1604. The iTunes logo stays on but when iTunes says "preparing iPhone to restore" the screen flickers and turns black.
    Really need this sorted asap (obviously).
    All I wanted to do was put some music on it...
    Message was edited by: Cammy45

    Trying to follow some advice to similar threads:
    http://discussions.apple.com/thread.jspa?messageID=10284730&#10284730
    http://discussions.apple.com/thread.jspa?messageID=10231916&#10231916
    Still leads ma back to square one.
    Tried restoring in DFU mode (never got the iTunes logo). Tried it with the SIM removed (had a white screen instead of the black screen).
    It's all the same - useless!!
    Got a feeling my contacts may not have been backed up (possibly because it only seems to have backed up those two apps) so I'm not looking forward to getting this working now as I'm expecting to have lost a whole load of important contacts that will be very difficult to replace.
    On the plus side, I'm still within warranty so will speak to some 'geniuses' and probably come home with a nice new phone - but without my contacts!
    Happily willing to try any suggestions, anyone?
    Cam

Maybe you are looking for

  • Apple TV stopped responding to remote, tried everything, what now?

    Tonight my husband and I sat down to watch our rented movie and strangely, the Apple TV didn't display any rented movies, and when I tried to connect to the iTunes store it said it was unavailable and to try again later. Promptly it stopped respondin

  • Macbook Pro Charge problems

    So I have a Macbook Pro I bought in August 2010, which over the last 3 days has started developing charging problems. It does one of the two of the following: I plug the charger in, the charge light will come on and the laptop will charge for about 4

  • Data type of a parameter

    Hi In my procedure i declared the data type of "Value Date" Input parameter as Date where as in CR it is showing data type as "Date Time". Can any one please specify how to change to Date. Thanks in advance. Thanks, Sruthi

  • PUTTING A LOGIC TO SAP QUERY(SQ01)

    Hi experts, I want to create a logic in TCode SQ01.For the field EDATE in table EKKO,how to put a logic like( EDATE-3months) and put that ( EDATE-3months) in a new field? Please do help me for getting the report asap. Regards, Aritra

  • Dynamic URL Iview

    Hi We need to show language specific content to the user logged in. We have different URL for each language. We are using URL iviews in portal. If a Arabic user logs into portal I want him to see the Arabic page by default. If a English user logs on