Long-term process works do not at all

What has happened recently and there has been any changes made on the server (with the exception of restart the server after finding thereon.).  No process for a long time are now working at all.  The rendering process (short term) seem to work, but if it must go beyond that, it doesn't happen.  And there is no sign that the process never exisited at all. First of all, we have seen what happens when we went to finish the process isolated running on the server.  She did not allow for us to do.  We have attached an image of the error.  Then we tried to run new processes and that's when we found that they are not created.

This led to think there may be something wrong in the database, the table process was left down or something.  But when we looked at the table was actually there.  We decided to create a new test process that would make a simple form, pre filled with the common name of the users and when the user has clicked done, would route itself back to this user.  After that, he would.  The goal was just to see if we could spend whatever it is.  Needless to say that this test has failed.  The party made worked, but the process never goes beyond.  The end user (in the workspace) gets no indication that something is wrong.  It seems that the process works well.  But in the administration console, you won't see any instance of the process.  The process table is created, but no data in it.

We then decided to attempt to invoke the process of the work bench.  We received an error when you try to do.  I have attached a picture of this error also.

Anyone have any ideas?  Any help with this is greatly appreciated.

invoke_from_workbench_error.JPG

terminate_process_error.JPG

If something fails it will generate a stack trace in the newspaper... You can go through the support, at this stage, as there is not much we can do for you here.

Paul

Tags: Adobe LiveCycle

Similar Questions

  • Drag the mouse, hand tool works do not at all!

    Then I installed Photoshop CC 2014 and 2014 CC Illustrator on my computer, started a new file, but only found that any action that includes the mouse dragging - creating shapes, hand tools, the pen tool - don't work at all, just do not respond when you create a form he treats it as if I clicked once on (which jumps through the window of rectangle to create the size entry..) the same situation occurs in Photoshop as well (maybe all software Adobe CC). I tried everything that was suggested on the forum (some of the links below): all other software in the background removal (spotify, 1password, etc.). I also tried with the help of different sets of keyboard and mouse, or with and without wire, still no luck. A situation that eventually works is that all the work of software perfectly fine in safe mode, then I restarted in normal mode, trying to kill any background process that did not work in safe mode, anyway... not working do not at all...

    References:

    (Illustrator CS6) Space bar works more apparently at random

    The space bar shortcuts: hand tool does and does not

    Illustrator is blocked on-site tool

    My computer specs:

    Windows 7 Pro 64-bit

    Intel Core i3-4130 3.4 Ghz

    4 GB OF RAM

    OK, so finally I solved the problem. It turned out be a software conflict with a background windows service called synergy, so I disabled it in the service manager and everything works fine.

  • I get error message libraries does not properly. the sound on my computer doesn't work do not at all.

    Sound on computer not working do not at all.

    Hello

    1. don't you make changes on the computer before the issue started?
    2. what operating system are you running on your machine?
    3. were you able to hear the sound of your computer before?

    Follow the steps in the articles below and check if this solves the problem of noise.

    http://Windows.Microsoft.com/en-us/Windows7/tips-for-fixing-common-sound-problems
    http://Windows.Microsoft.com/en-us/Windows/help/no-sound-in-Windows

    Please provide us with more information about the issue of libraries so that we can help you to fix.

  • Lenovo G560 keyboard works do not at all

    Keyboard laptop Lenovo G560 of my brother stopped working really suddenly, he was trying to connect to Facebook; When he went to type his password, nothing on the keyboard worked.

    What could possibly be the cause? We rebooted, tried to start in safe mode (which was not possible as the arrows were not working), he managed to connect to his computer with keyboard on screen and has the guy over there at the moment, that's why I present this post.

    If you have ideas on how we could solve this problem; Please let me know!

    Thank you very much.

    P.S. Just to be clear... NONE of the keys are working at ALL. The pad touch and left and right, click work, the power button works, but that's all.

    It seems that your keyboard is dead. Contact lenovo helpline for free replacement if you have a valid warranty.

  • Wireless keyboard 700 works do not at all

    I bought a keyboard and wireless mouse 700 v 2.0 and they worked very well but the keyboard stop working not at all. I changed the bateries, but it does not work. Is there a system of locking or a special button that will prevent her from work that I don't know? Help, please!

    Hi Lady in pink,

    1. you remember to make changes to the computer before this problem?

    You can consult the following Microsoft KB article and check if it helps solve the problem >

    Troubleshoot the incidents of the response to the mouse or wireless keyboard

    http://support.Microsoft.com/kb/838398

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Mousepad not working do not at all.

    Hello

    I use HP envy 17 notbook PC. This is a 2 month old. Since today morning the mouse pad is not working all of a sudden. I had to use the usb mouse to work. I tried all means to install the drivers and all the other stuff but its not working. Please suggest something, its urgency.

    Thank you in advance.

    Hello

    Go to Device Manager and uninstall the driver, and then restart the device.

    Check if the Touchpad is turned on.

    Go to the HP Web and website to update the driver for the Touchpad and the Bios and see if it solves your problem.

    Last option, once the unit is on hold type the F11 option and see if the Touchpad works here if in case mouse work not you may have to contact HP Support and get the machine.

  • long-term process and using animation

    Hello

    I want to show an animation until I download xml data.

    Once the download is complete, animation showing should stop.

    The animation should run only the length of time that takes the data xml downlaod.

    Help, please.

    Thanks in adavnce.

    Hello

    Finally, the code below solved my purpose

         // the inner class thread to download updates and synchronize two animations
        private class XMLDownloadingThread extends Thread{
    
    public void run() {
        synchronized (Application.getEventLock()) {
    
         //add loading(animation 01) manager
             addSpinner(_ESHFManager, _loadingProgressAnimationField);
    
         //add manager to screen
          add(_ESHFManager);
        //ensure repaint view
        invalidate();
    
        }// end of syschronized block
    
        try {
        // doing XML downloading here
        Thread.sleep(15*1000);// just for demo a long running process
        } catch (InterruptedException e) {
        // TODO Auto-generated catch block
        e.printStackTrace();
                    }
    
    // ready for show animation two
    synchronized (Application.getEventLock()) {
    
    //remove loading (Animation 01)
                        _ESHFManager.delete(_loadingProgressAnimationField);
    
    //intantiate second animation
    
    _rotatingLogoProgressAnimationField=new ProgressAnimationField( Bitmap.getBitmapResource( "test/splashscreen_480_360.png" ), 10, Field.FIELD_HCENTER );
    
    //add second animation to manager
        addSpinner(_ESHFManager,  _rotatingLogoProgressAnimationField);
    
        //repaint view
        invalidate();
    
        }// end of 2nd synchronized block
    
                }// end of run method
            }// end of inner class
    

    the constructor in

           // start xml downlaoding of upadates with synchronize to animation
              new XMLDownloadingThread().start();
    

    That's all

  • Preview mode works do not at all...

    Hello. Just an update - preview mode does not at all at the present time. Any changes made to any card or layout, metadata, etc., is not displayed in the application preview. Even deleting and reinstalling do not work. And not removing the app signing a newly downloaded from the portal DPS and refreshing. Everything is published. We have five collections in the main navigation and the items within collections. No cards or layouts are updated.

    Any ideas?

    Actually, all this. You want to know what fixed it? I have new everything (running on a proof of concept app). Then all the updates came flooding through once I presented in preview. All good now. Thank you all.

  • Interactivity doesn't work do not at all!

    Hello

    I tested just one magazine on the ipad and none of the interactivity work in it at all.

    I have to save it in a particular format? Is there an app?

    Sorry to sound like such a numbskull! I'm new on this...

    You need to do some reading on DPS. Animations are not supported.

    Several button actions are not supported.

    Start here: https://helpx.adobe.com/digital-publishing-suite/topics.html

  • long-term query work - included steps proposed by Randolf

    Hello

    I did my best to follow the statement Randolf Word-by-Word and hope to get the solution for my
    problem soon. Sometimes back, I posted a thread about this problem then occupied with others
    stuff and wasn't able to follow. Here I am again with the same question.

    Here's the link to my previous post
    long running query in database 10g
    Here is the bottom of my requriemment.

    I'm working on Oracle forms 10g, which uses the package below. We want to display the information about the customer
    with order County ADB on different status as pending, error, back-Order, expedited, shipping of std.
    Output will look like.
    client name   pending    error   backorder   expedited   std shipping
    ABC            24         0       674          6789         78900
    XYZ            35         673    5700           0           798274
    .
    .
    .
    There are 40 customers total. The long-running query are accelerated and the delivery of std.


    When I run the package of Oracle Developer of shape, it takes 3 minutes to run but when I run the same query in our application using forms
    (who uses Oracle Application Server) it takes about 1 hour, which is totally unacceptable.
    The user wants it be done in less than 1 minute.

    I tried to combine together in the waiting, error and out of stock of queries, but AFAIK this is not
    work in the form of Oracle that we need a placeholder for each situation.

    Please don't think this is the related issue of forms, it's a performance problem.

    PACKAGE BODY ORDER_COUNT_PKG IS
      
     PROCEDURE post_query IS
      
      BEGIN
                     
           BEGIN
                SELECT count(*)
                  INTO :ORDER_STATUS.PENDING
                  FROM orders o
              WHERE o.status = 'P'
                   AND (parent_order_id is null
                    OR  (order_type='G' 
                         AND parent_order_id=original_order_number))
                      AND  o.client = :ORDER_STATUS.CLIENT_NUMBER;
                      
         EXCEPTION
           WHEN OTHERS THEN
           NULL;
           END;
           
             BEGIN
                 SELECT  count(*)
                   INTO  :ORDER_STATUS.ERROR
                   FROM  orders o
                  WHERE  o.status = 'E'
                    AND  (parent_order_id is null
                     OR  (order_type='G' 
                           AND parent_order_id=original_order_number))
                       AND  o.client = :ORDER_STATUS.CLIENT_NUMBER;
                       
                EXCEPTION
           WHEN OTHERS THEN
           NULL;     
            
            END;
    
    
           BEGIN
                SELECT count(*)
                  INTO :ORDER_STATUS.BACK_ORDER
                  FROM orders o
              WHERE o.status = 'B'
                   AND (parent_order_id is null
                    OR (order_type='G' 
                         AND parent_order_id=original_order_number))
                      AND o.client = :ORDER_STATUS.CLIENT_NUMBER;
                      
          EXCEPTION
           WHEN OTHERS THEN
           NULL;    
           
         END;
                
           BEGIN
                SELECT count(*)
                  INTO :ORDER_STATUS.EXPEDITE
                  FROM orders o,shipment_type_methods stm
                 WHERE o.status in ('A','U')
             AND (o.parent_order_id is null
              OR (o.order_type = 'G'
             AND o.parent_order_id = o.original_order_number))
             AND o.client = stm.client
             AND o.shipment_class_code = stm.shipment_class_code
             AND (nvl(o.priority,'1') = '2'
              OR  stm.surcharge_amount <> 0)
                      AND  o.client = :ORDER_STATUS.CLIENT_NUMBER
              GROUP BY  o.client;
              
              EXCEPTION
           WHEN OTHERS THEN
           NULL;          
           
          END;           
           
     
           BEGIN
                SELECT count(*)
                  INTO :ORDER_STATUS.STD_SHIP
                  FROM  orders o,shipment_type_methods stm
                 WHERE o.status in ('A','U')
             AND  (o.parent_order_id is null
              OR (o.order_type = 'G'
             AND o.parent_order_id = o.original_order_number))
             AND nvl(o.priority,'1') <> '2'
             AND o.client = stm.client 
             AND o.shipment_class_code = stm.shipment_class_code
             AND stm.surcharge_amount = 0
                      AND o.client = :ORDER_STATUS.CLIENT_NUMBER
              GROUP BY o.client;
              
          EXCEPTION
           WHEN OTHERS THEN
           NULL;
           
           END;
     
      END post_query; 
      END ORDER_COUNT_PKG;
    the query that takes a long time is
    SELECT count(*)
                   FROM  orders o,shipment_type_methods stm
                 WHERE o.status in ('A','U')
             AND  (o.parent_order_id is null
              OR (o.order_type = 'G'
             AND o.parent_order_id = o.original_order_number))
             AND nvl(o.priority,'1') <> '2'
             AND o.client = stm.client 
             AND o.shipment_class_code = stm.shipment_class_code
             AND stm.surcharge_amount = 0
               AND o.client = :CLIENT_NUMBER
              GROUP BY o.client
    The version of the database is 10.2.1.0.2
    SQL> alter session force parallel dml;
    These are the parameters relevant for the optimizer:
    SQL> show parameter user_dump_dest
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    user_dump_dest                       string      /u01/app/oracle/admin/mcgemqa/
                                                     udump
    SQL> show parameter optimizer
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    optimizer_dynamic_sampling           integer     2
    optimizer_features_enable            string      10.2.0.4
    optimizer_index_caching              integer     0
    optimizer_index_cost_adj             integer     100
    optimizer_mode                       string      ALL_ROWS
    optimizer_secure_view_merging        boolean     TRUE
    SQL> show parameter db_file_multi
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    db_file_multiblock_read_count        integer     16
    SQL> show parameter db_block_size
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    db_block_size                        integer     8192
    SQL> show parameter cursor_sharing
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    cursor_sharing                       string      EXACT
    Here is the output of the EXPLAIN PLAN of:
    SQL> explain plan for
      2  SELECT count(*)
      3         FROM  orders o,shipment_type_methods stm
      4       WHERE o.status in ('A','U')
      5           AND  (o.parent_order_id is null
      6            OR (o.order_type = 'G'
      7           AND o.parent_order_id = o.original_order_number))
      8           AND nvl(o.priority,'1') <> '2'
      9           AND o.client = stm.client 
     10           AND o.shipment_class_code = stm.shipment_class_code
     11           AND stm.surcharge_amount = 0
     12     AND o.client = :CLIENT_NUMBER
     13    GROUP BY o.client
     14  /
    
    Explained.
    
    Elapsed: 00:00:00.12
    SQL> select * from table(dbms_xplan.display);
    
    PLAN_TABLE_OUTPUT
    ----------------------------------------------------------------------------------------------------
    Plan hash value: 559278019
    
    ----------------------------------------------------------------------------------------------------
    | Id  | Operation                      | Name                    | Rows  | Bytes | Cost (%CPU)| Time     |
    ----------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT               |                         |     1 |    35 | 46764   (3)| 00:09:22 |
    |   1 |  SORT GROUP BY NOSORT          |                         |     1 |    35 | 46764   (3)| 00:09:22 |
    |*  2 |   TABLE ACCESS BY INDEX ROWID  | ORDERS                  |   175K|  3431K| 25979   (3)| 00:05:12 |
    |   3 |    NESTED LOOPS                |                         | 25300 |   864K| 46764   (3)| 00:09:22 |
    |*  4 |     TABLE ACCESS BY INDEX ROWID| SHIPMENT_TYPE_METHODS   |     1 |    15 |     2   (0)| 00:00
    |*  5 |      INDEX RANGE SCAN          | U_SHIPMENT_TYPE_METHODS |     2 |       |     1   (0)| 00:00:01 |
    |*  6 |     INDEX RANGE SCAN           | ORDERS_ORDER_DATE       |   176K|       |  2371   (8)| 00:00:29 |
    ----------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       2 - filter(("O"."PARENT_ORDER_ID" IS NULL OR "O"."ORDER_TYPE"='G' AND
                  "O"."PARENT_ORDER_ID"=TO_NUMBER("O"."ORIGINAL_ORDER_NUMBER")) AND NVL("O"."PRIORITY",'1')<>'2
                  AND "O"."SHIPMENT_CLASS_CODE"="STM"."SHIPMENT_CLASS_CODE")
       4 - filter("STM"."SURCHARGE_AMOUNT"=0)
       5 - access("STM"."CLIENT"=:CLIENT_NUMBER)
       6 - access("O"."CLIENT"=:CLIENT_NUMBER)
           filter("O"."STATUS"='A' OR "O"."STATUS"='U')
    
    24 rows selected.
    
    Elapsed: 00:00:00.86
    SQL> rollback;
    
    Rollback complete.
    
    Elapsed: 00:00:00.07
    Here is the output of SQL * Plus AUTOTRACE, including CALENDAR information:
    SQL> SELECT count(*)
      2         FROM  orders o,shipment_type_methods stm
      3       WHERE o.status in ('A','U')
      4           AND  (o.parent_order_id is null
      5            OR (o.order_type = 'G'
      6           AND o.parent_order_id = o.original_order_number))
      7           AND nvl(o.priority,'1') <> '2'
      8           AND o.client = stm.client 
      9           AND o.shipment_class_code = stm.shipment_class_code
     10           AND stm.surcharge_amount = 0
     11     AND o.client = :CLIENT_NUMBER
     12    GROUP BY o.client
     13  /
    
    Elapsed: 00:00:03.09
    
    Execution Plan
    ----------------------------------------------------------
    Plan hash value: 559278019
    
    ----------------------------------------------------------------------------------------------------
    | Id  | Operation                      | Name                    | Rows  | Bytes | Cost (%CPU)| Time     |
    ----------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT               |                         |     1 |    35 | 46764   (3)| 00:09:22 |
    |   1 |  SORT GROUP BY NOSORT          |                         |     1 |    35 | 46764   (3)| 00:09:22 |
    |*  2 |   TABLE ACCESS BY INDEX ROWID  | ORDERS                  |   175K|  3431K| 25979   (3)| 00:05:12 |
    |   3 |    NESTED LOOPS                |                         | 25300 |   864K| 46764   (3)| 00:09:22 |
    |*  4 |     TABLE ACCESS BY INDEX ROWID| SHIPMENT_TYPE_METHODS   |     1 |    15 |     2   (0)| 00:00
    |*  5 |      INDEX RANGE SCAN          | U_SHIPMENT_TYPE_METHODS |     2 |       |     1   (0)| 00:00:01 |
    |*  6 |     INDEX RANGE SCAN           | ORDERS_ORDER_DATE       |   176K|       |  2371   (8)| 00:00:29 |
    ----------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       2 - filter(("O"."PARENT_ORDER_ID" IS NULL OR "O"."ORDER_TYPE"='G' AND
                  "O"."PARENT_ORDER_ID"=TO_NUMBER("O"."ORIGINAL_ORDER_NUMBER")) AND NVL("O"."PRIORITY",'1')<>'2
                  AND "O"."SHIPMENT_CLASS_CODE"="STM"."SHIPMENT_CLASS_CODE")
       4 - filter("STM"."SURCHARGE_AMOUNT"=0)
       5 - access("STM"."CLIENT"=:CLIENT_NUMBER)
       6 - access("O"."CLIENT"=:CLIENT_NUMBER)
           filter("O"."STATUS"='A' OR "O"."STATUS"='U')
    
    
    Statistics
    ----------------------------------------------------------
             55  recursive calls
              0  db block gets
           7045  consistent gets
              0  physical reads
              0  redo size
            206  bytes sent via SQL*Net to client
            238  bytes received via SQL*Net from client
              2  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              1  rows processed
    
    SQL> disconnect
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> 
    The TKPROF output for that statement looks like the following:
    SELECT count(*)
           FROM  orders o,shipment_type_methods stm
         WHERE o.status in ('A','U')
             AND  (o.parent_order_id is null
              OR (o.order_type = 'G'
             AND o.parent_order_id = o.original_order_number))
             AND nvl(o.priority,'1') <> '2'
             AND o.client = stm.client
             AND o.shipment_class_code = stm.shipment_class_code
             AND stm.surcharge_amount = 0
       AND o.client = :CLIENT_NUMBER
      GROUP BY o.client
    
    call     count       cpu    elapsed       disk      query    current        rows
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    Parse        1      0.01       0.00          0          0          0           0
    Execute      1      0.04       0.04          0          0          0           0
    Fetch        2      2.96       2.91          0       7039          0           1
    ------- ------  -------- ---------- ---------- ---------- ----------  ----------
    total        4      3.01       2.95          0       7039          0           1
    
    Misses in library cache during parse: 1
    Misses in library cache during execute: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 95  
    
    Rows     Row Source Operation
    -------  ---------------------------------------------------
          1  SORT GROUP BY NOSORT (cr=7039 pr=0 pw=0 time=2913701 us)
         91   TABLE ACCESS BY INDEX ROWID ORDERS (cr=7039 pr=0 pw=0 time=261997906 us)
         93    NESTED LOOPS  (cr=6976 pr=0 pw=0 time=20740 us)
          1     TABLE ACCESS BY INDEX ROWID SHIPMENT_TYPE_METHODS (cr=2 pr=0 pw=0 time=208 us)
          3      INDEX RANGE SCAN U_SHIPMENT_TYPE_METHODS (cr=1 pr=0 pw=0 time=88 us)(object id 81957)
         91     INDEX RANGE SCAN ORDERS_ORDER_DATE (cr=6974 pr=0 pw=0 time=70 us)(object id 81547)
    
    
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      SQL*Net message to client                       2        0.00          0.00
      SQL*Net message from client                     2        0.02          0.02
    ********************************************************************************
    DBMS_XPLAN. Output DISPLAY_CURSOR:
    SQL> variable CLIENT_NUMBER varchar2(20) 
    SQL> exec :CLIENT_NUMBER := '14'
    
    PL/SQL procedure successfully completed.
    
    Elapsed: 00:00:00.06
    SQL> SELECT /*+ gather_plan_statistics */ count(*)
      2         FROM  orders o,shipment_type_methods stm
      3       WHERE o.status in ('A','U')
      4           AND  (o.parent_order_id is null
      5            OR (o.order_type = 'G'
      6           AND o.parent_order_id = o.original_order_number))
      7           AND nvl(o.priority,'1') <> '2'
      8           AND o.client = stm.client 
      9           AND o.shipment_class_code = stm.shipment_class_code
     10           AND stm.surcharge_amount = 0
     11     AND o.client = :CLIENT_NUMBER
     12    GROUP BY o.client
     13  /
    
      COUNT(*)
    ----------
            91
    
    Elapsed: 00:00:02.85
    SQL> set termout on
    SQL> select * from table(dbms_xplan.display_cursor(null, null, 'ALLSTATS LAST'));
    
    PLAN_TABLE_OUTPUT
    ----------------------------------------------------------------------------------------------------
    SQL_ID  4nfj368y8w6a3, child number 0
    -------------------------------------
    SELECT /*+ gather_plan_statistics */ count(*)        FROM  orders o,shipment_type_methods stm      WHERE
    o.status in ('A','U')          AND  (o.parent_order_id is null           OR (o.order_type = 'G'
    AND o.parent_order_id = o.original_order_number))          AND nvl(o.priority,'1') <> '2'          AND
    o.client = stm.client          AND o.shipment_class_code = stm.shipment_class_code          AND
    stm.surcharge_amount = 0    AND o.client = :CLIENT_NUMBER   GROUP BY o.client
    
    Plan hash value: 559278019
    
    ----------------------------------------------------------------------------------------------------
    | Id  | Operation                      | Name                    | Starts | E-Rows | A-Rows |   A-Time   | Buffers |
    ----------------------------------------------------------------------------------------------------
    |   1 |  SORT GROUP BY NOSORT          |                         |      1 |      1 |      1 |00:00:02.63 |    7039 |
    |*  2 |   TABLE ACCESS BY INDEX ROWID  | ORDERS                  |      1 |    175K|     91 |00:03:56.87 |    7039 |
    |   3 |    NESTED LOOPS                |                         |      1 |  25300 |     93 |00:00:00.02 |    6976 |
    |*  4 |     TABLE ACCESS BY INDEX ROWID| SHIPMENT_TYPE_METHODS   |      1 |      1 |      1 |00:00:00.01 |       2 |
    |*  5 |      INDEX RANGE SCAN          | U_SHIPMENT_TYPE_METHODS |      1 |      2 |      3 |00:00:00.01 |       1 |
    |*  6 |     INDEX RANGE SCAN           | ORDERS_ORDER_DATE       |      1 |    176K|     91 |00:00:00.01 |    6974 |
    ----------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       2 - filter((("O"."PARENT_ORDER_ID" IS NULL OR ("O"."ORDER_TYPE"='G' AND
                  "O"."PARENT_ORDER_ID"=TO_NUMBER("O"."ORIGINAL_ORDER_NUMBER"))) AND NVL("O"."PRIORITY",'1')<>'
                  "O"."SHIPMENT_CLASS_CODE"="STM"."SHIPMENT_CLASS_CODE"))
       4 - filter("STM"."SURCHARGE_AMOUNT"=0)
       5 - access("STM"."CLIENT"=:CLIENT_NUMBER)
       6 - access("O"."CLIENT"=:CLIENT_NUMBER)
           filter(("O"."STATUS"='A' OR "O"."STATUS"='U'))
    
    
    32 rows selected.
    
    Elapsed: 00:00:01.30
    SQL> 
    I can't wait for suggestions to improve the performance of this statement.


    Thank you
    Sandy

    OK Sandy, progress. It is now 'down' to 30 minutes just because you are only running a query in this form, not five or three, but it's still about 29 minutes and 57 seconds longer that he should take. You will see results of the above query you posted, that all WAIT events are ' SQL * Net client message ', which means that the database server is waiting for communication from the application server. Some massive waits, one of 2 290 696 seconds, which is equal to 26 days! It could be someone who has logged, but now gone on vacation. Recognize a name of machine, where it is the Ap Server?

    But you know now that your query will be executed quickly, and I'm not sure what OEM recommended implementation plan, he could only use a Scan of full Table instead of an analysis of index range on orders, which would make sense since you are now picking up five statuses of command where before you were only picking up 3 or 2 in each SELECTION. So, is not a problem per se database, it is a problem of the Ap server and from there you could better raise the problem in this subforum: Business Intelligence Applications and it may well be interesting to try that I proposed yesterday to clone among other forms of 'good' and just Exchange procedures. Good luck with it!

  • Windows updates not working do not AT ALL

    Five days ago, that I had to reinstall the Vista operating system. When I tried to install Microsoft office, I discovered that I need Vista SP1.  That's when I realized that all the attempts over the past five days updates had 'no.'  In the last hour, I worked with Microsoft technology by CAT on this issue and were made to do a scan of the sfc. Sfc scan window told me that I had a system repair pending that requires a reboot. I did the reset, but the sfc scan keeps giving the same message. I don't know if this is related to the inability of my computer up to date. (This all came trying to install Microsoft Office, which requires Vista SP1. Reinstall drive was apparently without SP1.  Any ideas?   (I just spent more than 25 hours get 2 rootkit virus diagnosed and removed - so the need to reinstall my operating system)

    Hello

    ·         Was there no error message or error code where it says that facilities, updates have failed?

    Method 1:

    You can try to put the computer in a clean boot state and try to install the updates and check if the third-party application interferes with the installation process. To configure your computer to clean boot follow the link below.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: When you are finished troubleshooting, follow step 7 article to start on normal startup.

    Method 2:

    If this does not help, you can try to reset the component of Windows Update and check if it helps to update the computer.

    http://support.Microsoft.com/kb/971058

    Method 3:

    You can also run the tool system the below data article and check if this is useful to solve the problem.

    http://support.Microsoft.com/kb/947821

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • call to the Ajax process work does not correctly

    Hi guys Apex.

    I am new to apex and need a little help with a bug in my next javascript.

    I have an anonymous pl/sql block that shows me a list of products, so that the user can enter a few quantityes on those desired.

    I got another part of HTML that contains the JavaScript in this region, I check the quantity selected by the user (account product id and quantity entered) and the end of the page, there are 2 buttons.

    The first is to generate totals of runing, it works perfectly.

    The second add the products in the Collection (calling a callback procedure Ajax ADD_PRODUCTS) and finally in the same process of button, I save the order until the final table on my db, the latter a speech to another process to recall Ajax calles RECORD.

    The bug that I have is that the process is not save the entire products on my database, a few times for example if I get quantities for 10 products, the process saves me only 8 or 7, it's a random outcome.

    I looked at the code and seems that the problem is on my ADD_PRODUCTS process, because on my javascript where I call him, I have displayed on the screen, the total order quantity and runnign and it shows perfect, always.

    I use the Application Express 4.2.2.00.11 on DB SE

    next is:

    1 - Javascript

    2 - ADD_PRODUCTS ajax

    3 - RECORD Ajax

    Thanks for the tips,

    MJ

    -------

    1 JavaScript

    -------

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 / / IN" "http://www.w3.org/TR/html4/strict.dtd" > ""

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf - 8 ">

    Totalizar < title > < / title >

    < script type = "text/javascript" >

    $(function () {})

    () $("#Calculate").click

    Mueve el valor al campo of amount

    function () {}

    var total = 0;

    var total_qty = 0;

    () $("input[name=f_qty]").each

    function () {}

    var amount = $(this) .val ();

    var productId = $(this).parents('tr') .find ("input [name = f_prod_id]") .val ();

    If (amount! == ") {}

    price var = $(this).parents('tr') .find ("input [name = f_unit_price]") .val ();

    var prodtotal = (quantity * price);

    Total = total + prodtotal;

    total_qty = total_qty + 1;

    }

    }

    );

    $('#printHere').html (decimalizer (total));

    $('#printHereqty').html (total_qty);

    }

    );

    funcion para formatear el resultado one shark 2 decimal places

    function decimalizer (input) {}

    var Test1 = 0;

    var test2 = 0;

    entry = Math.round(input * 100);

    If (input / 100 == Math.round(input / 100)) {}

    Test1 = 1;

    } ElseIf (entry / 10 == Math.round(input / 10)) {}

    Test2 = 1;

    }

    If (test1 == 1 & & test2 == 0) {}

    return (input / 100 + ".") 00');

    } ElseIf (test1 == 0 & & test2 == 1) {}

    return (input / 100 + '0');

    } else {}

    return (input / 100);

    }

    }

    -Starts process of application del pedido.

    Apply el Pedido

    () $("#Save").click

    -Add products to the collection

    function () {}

    () $("input[name=f_qty]").each

    function () {}

    var amount = $(this) .val ();

    var productId = $(this).parents('tr') .find ("input [name = f_prod_id]") .val ();

    If (amount! == ") {}

    $("#P1_CANTIDAD_PEDIDO").val (quantity);

    $("#P1_PRODUCT_ID").val (productId);

    Apex. Server.Process ("ADD_PRODUCTS", {}

    pageItems: ' #P1_CANTIDAD_PEDIDO, #P1_PRODUCT_ID.

    });

    }

    }

    );

    PlaceOrder();

    });

    -Add los productos end has the Collection-

    function placeorder() {}

    Apex. Server.Process ("SAVE", {pageItems: "#P1_CODIGO_CLIENTE, #P1_TIPO_CLIENTE"});

    var total = 0;

    var total_qty = 0;

    Alert ('Medal created');

    Poner en 0 las cantidades digitadas

    () $("input[name=f_qty]").each

    function () {}

    var amount = $(this) .val ();

    If (amount! == ") {}

    $(this) .val ('');

    }

    }

    );

    $('#printHere').html ((total));

    $('#printHereqty').html (total_qty);

    }

    });

    < /script >

    < / head >

    < body >

    < div id = "total" > < / div >

    < p >

    < strong > ORDER TOTAL:

    < span id = "printHere" > < / span >

    < facilities >

    < /p >

    < p >

    < strong > ORDER PRODUCTS:

    < span id = "printHereqty" > < / span >

    < facilities >

    < /p >

    < p align = "center" style = "" clear: both; ">"

    < button type = "button" style = "' make-weight: bold;background-color:lightgray;margin-left:auto;margin-right:auto;display:block;margin-top:0%;margin-bottom:0%" id = 'Calculate' > total 120 Hz < / button > "

    < /p >

    < p align = "left" style = "" clear: both; ">"

    < button type = "button" style = "' make-weight: bold;background-color:lightgray;margin-left:auto;margin-right:auto;display:block;margin-top:5%;margin-bottom:5%" id = "Save" > order < / button > "

    < /p >

    < / body >

    < / html >

    -------

    2 ADD_PRODUCTS

    -------

    Start

    apex_collection.add_member (p_collection_name = > 'ORDER',)

    p_c001 = >: P1_PRODUCT_ID,.

    p_c003 = > sib_precio_cte_prod ('001 ', ' 1776',: P1_PRODUCT_ID).

    p_c004 = >: P1_CANTIDAD_PEDIDO

    );

    END;

    -------

    3 SAVE

    -------

    declare

    number of l_order_id;

    l_count number;

    l_customer_id varchar2 (30): =: P1_CODIGO_CLIENTE;

    Start

    -Insert a row into the table Order Header

    insert into cab_orders (customer_id, order_total, order_timestamp, user_name)

    values (l_customer_id, upper(:APP_USER), null, systimestamp) back into l_order_id order_id;

    commit;

    insert into det_order (order_item_id, order_id, product_id, unit_price, quantity)

    Select null, l_order_id, to_number (c001), to_number (c003), to_number (c004) from apex_collections where collection_name = "ORDER";

    commit;

    -The value of the P1_numero_orden order point which was placed just

    : P1_numero_orden: = l_order_id;

    -Truncate the collection once the order has been placed

    apex_collection.create_or_truncate_collection (p_collection_name = > 'ORDER');

    l_count: = APEX_COLLECTION. COLLECTION_MEMBER_COUNT (p_collection_name = > 'ORDER');

    : P1_cantidad_registros: = l_count;

    end;

    It is no doubt a few classic miss the A in AJAX. When execute you a loop on the orders you make an ajax call for each, and after the loop, you trigger the placeorder ajax call. However, it might be that ajax add_products calls have not finished yet at the point where you call the placeorder call. This would explain the apparently random quantity of the entered orders: orders may simply not have made it in time to the collection.

    Another you're not processing orders where the quantity has not been met, but this probably isn't the cause since you mention that you have filled with quantities.

    The solution is to: have / do these add_order synchronous requests or B / keep them asynchronous and learn something new, called promises

    A crash the browser because do you wait before the end of his run - but it's maybe not really noticeable so would find you acceptable.

    apex.server.process("ADD_PRODUCTS", {
        pageItems: "#P1_CANTIDAD_PEDIDO,#P1_PRODUCT_ID"
    },
    {async: false})
    

    B is more interesting. You have a variable amount of ajax calls and want to wait until they have all completed in order to do something else. Promise interfaces provide this feature in the async environment and jquery has its own implementation of it. I suggest Googling it and read on this topic - its very interesting and it will be part of the future (alone, today!)

    $("#Save").click(
        // ----- Agregar los productos a la collection
        function () {
            //array to hold all the ajax requests
            var requests = Array();
            $("input[name=f_qty]").each(
                function () {
                    var quantity = $(this).val();
                    var productId = $(this).parents('tr').find("input[name=f_prod_id]").val();
                    if (quantity !== '') {
                        $("#P1_CANTIDAD_PEDIDO").val(quantity);
                        $("#P1_PRODUCT_ID").val(productId);
                        requests.push(
                          apex.server.process("ADD_PRODUCTS", {
                              pageItems: "#P1_CANTIDAD_PEDIDO,#P1_PRODUCT_ID"
                          })
                        );
                    };
                };
            );
            //when all ajax calls are completed act on the done callback
            var defer = $.when.apply($, requests);
            defer.done(function(){
              placeOrder();
            });
        });
    

    Here are some links with relevant information on this solution:

    Apex.Server.process JavaScript APIs

    The return value of this function is a jqXHR object. This is required to use the interface of the promise! Once again at the apex, the hats of the team for this great new feature ajax

    jQuery.Ajax. jQuery API Documentation

    Documentation on the jquery ajax function. It contains information about the jqXHR object and shows all the options available. For reference.

    Wait until any jquery ajax request are done? -Stack overflow

    jQuery when troubleshooting with a variable number of arguments - Stack Overflow

    StackOverflow questions / answers lets get this solution. More info in them!

    jQuery.when () | jQuery API Documentation

    When interface $ you see used

    https://developer.Mozilla.org/en-us/docs/Web/JavaScript/reference/Global_Objects/function/apply

    Information about using "apply" If you've not seen before. It has been used in the solution of SO due to the variable number of arguments - very interesting!

  • Disk utility doesn't work do not at all

    The problem started with my iMac (10.11.6) slows down. I rebooted, it worked fine for a while, and then the problem comes back. I tried three times to use disk utility, but every time it's the same thing: the start box appears on the screen, i. by "tap" first aid, then... nothing. Nothing at all. I then tried to force out the utility disk, but for some reason any Force Quit option suddenly didn't work. Everything I had was the ball Beach and the non-functioning du box. So what's happening? Virus (I have Trend Micro, but nothing is perfect)? The age?

    Uninstall Trend Micro anti-virus software. It is not necessary on a Mac and is probably causing the problems you describe with disk utility.

    Third party software anti-virus is not necessary on a Mac and cannot cause problems.

    Help here > https://esupport.trendmicro.com/en-us/home/pages/technical-support/1061005.aspx

    On the Protection of the integrity of the system on your Mac - Apple Support

  • On a number of sites internal links work intermitantlyor not at all

    On some Web sites (like this & click wheel) a few likns work, but those upstairs don't react at all to my cursor.
    Bot IE and Safari, but these work

    There are some add-ons that spoil the upper part of the browser window.

    Try Firefox Safe mode to see how it works there.

    A way of solving problems, which disables most of the modules.

    (If you use it, switch to the default theme).

    • You can open the mode without failure of Firefox 4.0 + by pressing the SHIFT key when you use the desktop Firefox or shortcut in the start menu.
    • Or use the Help menu option, click restart with the disabled... modules while Firefox is running.

    Do not choose anything at the moment, just use 'continue in safe mode.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before using the shortcut of Firefox (without the Shift key) to open it again.

    If it's good in Firefox Safe mode, your problem is probably caused by an extension, and you need to understand that one.

    http://support.Mozilla.com/en-us/KB/troubleshooting+extensions+and+themes

    When find you what is causing that, please let us know. It might help others who have this problem.

  • Flash video not working does not, despite all the previous solutions

    On some embedded flash video sites do not work properly. Strangely enough, youtube works very well.

    I've browsed the forum and have tried the following solutions, none doesn't seem to work:

    -Disable Realplayer (which is not installed on my computer)
    -Downgrade to Flash 11.2
    -Switch to Firefox 14

    How does it work, is to run Firefox in safe mode. This means that one of my custom extensions/add-ons gives me a hard time. Safe mode stops all my Add-ons, and obviously this isn't what I want. So I went to my list of Add-ons and the disabled one by one, trying to figure out what the troublemaker. Oddly enough, even when I disable all the manually, the problem is not resolved. So somehow safe mode stops more that I can do it manually. Does anyone have an idea how can I know what are the causes of the problem?

    Hardware acceleration is also disabled in safe mode.

    Try turning off hardware acceleration.

    Options > advanced-> general - navigation

Maybe you are looking for

  • The ruins of the new update to firefox for me. I think I'm going to change browsers.

    The layout is horrible, my favorite tabs have disappeared. You have completely changed my browsing experience that I've developed for who knows how long. I tried the classic restore tool, it's too hard to use I will not restore in the first firefox b

  • Looking for photos in WD backup external drive

    I backed up an iMac to an external drive WD using Machine of Tme. I would like to download some of these pictures of the WD for a Mac Book Air. However when I click the iPhoto library icon in the image on the WD backup file, it says that there are no

  • Remarks on the EPUB files, do not sync via iCloud in iOS9.3

    I'm 9.3.1 on an iPad IOS 4 and iPhone 6; OS x 10.11.4 on a Macbook of retina of 2015. Can I synchronize EPUB books between devices in iBooks via iCloud, but notes are not synchronized (from the iPad with other devices). I use an Apple for the App Sto

  • (More)! Update graphics card issues

    Hi all. I posted before with respect to the upgrade of the power supply and graphics card for my Pavilion P7-1235. I'll do it myself so I was double and triple check what exactly I want to do! I have not yet open the case of my P7-1235, but have foun

  • My "Windows Vista Basic" cannot save files

    My laptop refuses to "save files".When I need to record something or download something, the computer comes up with "the file cannot be saved. Choose another directory Save. "How can I fix in order to save and download what I need. See you soon,.Xavi