Query Close and Scope

Hi,
Can I assume that a local query object will release its resources if it
goes
out of scope without an explicit query.closeAll or is an explicit closeAll
always required to release resources and memory?
I'm using an old Kodo at present (2.4.2 with fixed serp.jar).
If an explicit closeAll is required what would the design pattern be for a
method
that carries out a query and wants to return the collection of found
objects. Obviously,
a closeAll will render the collection useless. Surely one doesn't have to
copy all the
object references to a new collection, do a closeAll of the query and return
the new collection?
Thanks for any advice,
Clive Cox

You either have to copy the collection or not close the results. DB
resources are always reclaimed when the result collection is garbage
collected. Or if you set com.solarmetric.kodo.DefaultFetchThreshold to
-1, you can be sure that results are released immediately after
execution (the entire result set is eagerly loaded). This is the best
solution if you're going to be iterating the entire collection anyway.

Similar Messages

  • Difference between conn.close() and conn=null;

    Hi All,
    Can anybody please let me know the difference between conn.close()
    and conn=null;
    where conn is reference to Connection.
    Thanks and Regards
    -sunjavadeveloper

    Thanks for your response.
    Is there any other good approach to close() & then
    null the Obj. can u give us your opinion.
              finally
                try{
                         if(dbconn != null)     dbconn.close();
                         if(stmt != null) stmt.close();
                         if(rs != null) rs.close();
                         if(con != null) con.close();
                catch (Exception e)
                       logger.fatal(e.getMessage(),e);
    throw new Exception ("Exception -- Vendor.java --
    a -- authenticate -- " + e.getMessage() );
                   dbconn = null;
                   rs = null;
                   stmt=null;
                   con = null;
    Putting the close() calls in finally block is good, but having them in individual try/catch blocks is better. That way you can still try to close the connection if closing the statement throws an exception.
    I don't bother setting them to null. GC is smart enough to know that they've gone out of scope. I don't think it helps.
    %

  • Excel 2013 crashes every single time I click on Power Query Tab and try anything

    I have Windows 7 Professional 64 bit. I installed Office 2013 Professional Plus 64 bit. I dont have any older versions of office. I downloaded and installed power query 64 bit. I start excel, click on power query tab and select any option, excel crashes
    and closes, every single time. 
    The event viewer says "Excel is running into problems with "microsoft power query for excel" add-in If it keeps happening disable this add in and check for updates. 
    P1: 700160
    P2: 15.0.4420.1017
    Event ID: 300
    Task Category : None
    Level: Information
    User: N/A
    Keywords: Classic
    Excruciatingly frustrating to have such an unintuitive message. What should I do to get power query working in excel 2013 and most importantly for excel to function ?

    Hi,
    It should be the latest version of Power Query. Make sure there is no old version of power Query installed in your computer.And what happens if you reinstall Power Query add-in or repair your office program?
    Also Microsoft Power Query for Excel requires Internet Explorer 9 or greater.
    Wind Zhang
    TechNet Community Support

  • Query slow and contention Oracle RAC

    Hi,
    I have problems with our BD...
    I have a query that takes a long time and freeze...
    our BD is Oracle 10.2.0.4 on RAC with 2 nodes over Red Hat Enterprise Linux Server release 5.3, 64G RAM CPU
    SGA : sga_max_target=16G sga__target=15G
    db_4k_cache_size=4G , keep=800M , default =10G in mode automatic
    return results of the ADDM says:
    ACTION: Investigate the SQL statement with SQL_ID "bb9bma7du62h3" for possible performance improvements.
    RELEVANT OBJECT: SQL statement with SQL_ID bb9bma7du62h3 and PLAN_HASH 2145292722
    SELECT X.DOCDOCUMENTOID, X.DOCNUMERODOCSERVICIO,         X.DOCFECHADOCSERVICIO, X.DOCFECHADOCCGR, IDEN.ISEGLOSANOMBRE,          X.SCGDESCRIPCION, MAT.MDODESCRIPCION, TIP.TDODESCRIPCION,          X.DESNUMEROCASOS, X.DESESTADO, X.DESSECCIONID, X.DESUSERID,          X.TIMESTAMP, X.TSTAMP, IDENREP.ISEGLOSANOMBRE AS REPARTICION,         X.NOMOBSERVACION
    FROM
    ( SELECT DOC.DOCDOCUMENTOID,         DOC.DOCNUMERODOCSERVICIO, DOC.DOCFECHADOCSERVICIO,         DOC.DOCFECHADOCCGR, SEC.SCGDESCRIPCION, DES.DESNUMEROCASOS,         DES.DESESTADO, DES.DESSECCIONID, DES.DESUSERID, DOC.TIMESTAMP, DES.TIMESTAMP AS TSTAMP, NOM.NOMOBSERVACION, DOC.DOCREPARTICIONID, DOC.DOCSERVICIOID,DOC.DOCTIPODOCUMENTO, DOC.DOCMATERIAINGRESO
    FROM
    TBLDOCESTUDIO DES,
    TBLDOCUMENTO DOC, TBLSECCIONCGR SEC,TBLNOMINA NOM
    WHERE 1 = 1
    AND :B7 = DES.DESESTADO
    AND :B6 = DES.DESSECCIONID
    AND DOC.DOCDOCUMENTOID = DES.DESDOCUMENTOID
          AND DES.DESSECCIONID = SEC.SCGCODIGO
    AND NOM.NOMNOMINAID = DES.DESNOMINAACTIVA
    AND DES.DESNUMEROCASOS BETWEEN :B5 AND :B4
    AND NOM.NOMNRONOMINA BETWEEN :B3 AND :B2
    AND DOC.DOCNUMERODOCSERVICIO LIKE :B1 ) X,
    TBLTIPODOCUMENTO TIP,
    TBLMATERIADOCUMENTO MAT,
    TBLIDENTIFICACIONSERVICIO IDEN,
    TBLIDENTIFICACIONSERVICIO IDENREP
    WHERE 1=1
    AND X.DOCMATERIAINGRESO = MAT.MDOCODIGO
    AND X.DOCTIPODOCUMENTO = TIP.TDOCODIGO
    AND X.DOCSERVICIOID = IDEN.ISESERVICIOID
    AND X.DOCREPARTICIONID = IDENREP.ISESERVICIOID
    AND ROWNUM < :B8RATIONALE: SQL statement with SQL_ID "bb9bma7du62h3" was executed 155 times and had an average elapsed time of 283 seconds.
    RATIONALE: Waiting for event "direct path read temp" in wait class "User I/O" accounted for 19% of the database time spent in processing the SQL statement with SQL_ID "bb9bma7du62h3".
    RATIONALE: Waiting for event "enq: TS - contention" in wait class "Other" accounted for 8% of the database time spent in processing the SQL statement with SQL_ID "bb9bma7du62h3".
    RATIONALE: Waiting for event "direct path write temp" in wait class "User I/O" accounted for 4% of the database time spent in processing the SQL statement with SQL_ID "bb9bma7du62h3".
    RATIONALE: Average CPU used per execution was 78 seconds.
    We have table TBLDOCUMENTO with 4K tablespaces.
    We have indexes of TBLDOCUMENTO in other tablespaces with 8K
    segments TBLLDOCUMENTO have size of 3,5G
    Any ideas how to solve "direct path read temp" , "enq: TS - contention" , "direct path write temp"
    and how to make the query faster and not hang
    sorry for my bad english...
    Regards..
    Mario
    Edited by: user1056867 on 07-09-2011 12:21 PM

    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
    GENERAL INFORMATION SECTION                                                    
    Tuning Task Name                  : Siaper                                     
    Tuning Task Owner                 : SYSTEM                                     
    Scope                             : COMPREHENSIVE                              
    Time Limit(seconds)               : 60                                         
    Completion Status                 : COMPLETED                                  
    Started at                        : 09/08/2011 10:18:04                        
    Completed at                      : 09/08/2011 10:18:55                        
    Number of SQL Profile Findings    : 1                                          
    Schema Name: SIAPER3                                                           
    SQL ID     : bb9bma7du62h3                                                     
    SQL Text   : SELECT X.DOCDOCUMENTOID, X.DOCNUMERODOCSERVICIO,                  
                 X.DOCFECHADOCSERVICIO, X.DOCFECHADOCCGR, IDEN.ISEGLOSANOMBRE,     
                 X.SCGDESCRIPCION, MAT.MDODESCRIPCION, TIP.TDODESCRIPCION,         
                 X.DESNUMEROCASOS, X.DESESTADO, X.DESSECCIONID, X.DESUSERID,       
                 X.TIMESTAMP, X.TSTAMP, IDENREP.ISEGLOSANOMBRE AS REPARTICION,     
                 X.NOMOBSERVACION FROM ( SELECT DOC.DOCDOCUMENTOID,                
                 DOC.DOCNUMERODOCSERVICIO, DOC.DOCFECHADOCSERVICIO,                
    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
                 DOC.DOCFECHADOCCGR, SEC.SCGDESCRIPCION, DES.DESNUMEROCASOS,       
                 DES.DESESTADO, DES.DESSECCIONID, DES.DESUSERID, DOC.TIMESTAMP,    
                 DES.TIMESTAMP AS TSTAMP, NOM.NOMOBSERVACION,                      
                 DOC.DOCREPARTICIONID, DOC.DOCSERVICIOID , DOC.DOCTIPODOCUMENTO,   
                 DOC.DOCMATERIAINGRESO FROM TBLDOCESTUDIO DES, TBLDOCUMENTO DOC,   
                 TBLSECCIONCGR SEC, TBLNOMINA NOM WHERE 1 = 1 AND :B7 =            
                 DES.DESESTADO AND :B6 = DES.DESSECCIONID AND DOC.DOCDOCUMENTOID   
                 = DES.DESDOCUMENTOID AND DES.DESSECCIONID = SEC.SCGCODIGO AND     
                 NOM.NOMNOMINAID = DES.DESNOMINAACTIVA AND DES.DESNUMEROCASOS      
                 BETWEEN :B5 AND :B4 AND NOM.NOMNRONOMINA BETWEEN :B3 AND :B2 AND  
                 DOC.DOCNUMERODOCSERVICIO LIKE :B1 ) X, TBLTIPODOCUMENTO TIP,      
                 TBLMATERIADOCUMENTO MAT, TBLIDENTIFICACIONSERVICIO IDEN,          
                 TBLIDENTIFICACIONSERVICIO IDENREP WHERE 1=1 AND                   
                 X.DOCMATERIAINGRESO = MAT.MDOCODIGO AND X.DOCTIPODOCUMENTO =      
                 TIP.TDOCODIGO AND X.DOCSERVICIOID = IDEN.ISESERVICIOID AND        
                 X.DOCREPARTICIONID = IDENREP.ISESERVICIOID AND ROWNUM < :B8       
    FINDINGS SECTION (1 finding)                                                   
    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
    1- SQL Profile Finding (see explain plans section below)                       
      A potentially better execution plan was found for this statement.            
      Recommendation (estimated benefit<=10%)                                      
      - Consider accepting the recommended SQL profile.                            
        execute dbms_sqltune.accept_sql_profile(task_name => 'Siaper', replace =>  
                TRUE);                                                             
    EXPLAIN PLANS SECTION                                                          
    1- Original With Adjusted Cost                                                 
    Plan hash value: 3376565491                                                    
    | Id  | Operation                            | Name                         | Ro
    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
    ws  | Bytes | Cost (%CPU)| Time     |                                          
    |   0 | SELECT STATEMENT                     |                              |  
      1 |   246 |    34   (3)| 00:00:01 |                                          
    |*  1 |  COUNT STOPKEY                       |                              |  
        |       |            |          |                                          
    |*  2 |   FILTER                             |                              |  
        |       |            |          |                                          
    |*  3 |    HASH JOIN                         |                              |  
      1 |   246 |    34   (3)| 00:00:01 |                                          
    |   4 |     TABLE ACCESS FULL                | TBLTIPODOCUMENTO             |  
    32 |   608 |     2   (0)| 00:00:01 |                                          
    |   5 |     NESTED LOOPS                     |                              |  
      1 |   227 |    32   (4)| 00:00:01 |                                          
    |   6 |      NESTED LOOPS                    |                              |  
      1 |   182 |    31   (4)| 00:00:01 |                                          
    |*  7 |       HASH JOIN                      |                              |  
      1 |   137 |    30   (4)| 00:00:01 |                                          
    |   8 |        NESTED LOOPS                  |                              |  
      1 |   113 |    27   (0)| 00:00:01 |                                          
    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
    |   9 |         NESTED LOOPS                 |                              |  
      1 |    75 |    26   (0)| 00:00:01 |                                          
    |  10 |          NESTED LOOPS                |                              |  
    16 |   688 |     2   (0)| 00:00:01 |                                          
    |  11 |           TABLE ACCESS BY INDEX ROWID| TBLSECCIONCGR                |  
      1 |    29 |     1   (0)| 00:00:01 |                                          
    |* 12 |            INDEX UNIQUE SCAN         | PK_TBLSECCIONCGR             |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |  13 |           TABLE ACCESS BY INDEX ROWID| TBLNOMINA                    |  
    16 |   224 |     1   (0)| 00:00:01 |                                          
    |* 14 |            INDEX RANGE SCAN          | IDX_IDX_NOM_NRONOMINA        |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |* 15 |          TABLE ACCESS BY INDEX ROWID | TBLDOCESTUDIO                |  
      1 |    32 |     2   (0)| 00:00:01 |                                          
    |* 16 |           INDEX RANGE SCAN           | IDX_DESNOMINA                |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |* 17 |         TABLE ACCESS BY INDEX ROWID  | TBLDOCUMENTO                 |  
      1 |    38 |     1   (0)| 00:00:01 |                                          
    |* 18 |          INDEX UNIQUE SCAN           | PK_TBLDOCUMENTO              |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |  19 |        TABLE ACCESS FULL             | TBLMATERIADOCUMENTO          |  
    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
    47 |  1128 |     2   (0)| 00:00:01 |                                          
    |  20 |       TABLE ACCESS BY INDEX ROWID    | TBLIDENTIFICACIONSERVICIO    |  
      1 |    45 |     1   (0)| 00:00:01 |                                          
    |* 21 |        INDEX UNIQUE SCAN             | PK_TBLIDENTIFICACIONSERVICIO |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |  22 |      TABLE ACCESS BY INDEX ROWID     | TBLIDENTIFICACIONSERVICIO    |  
      1 |    45 |     1   (0)| 00:00:01 |                                          
    |* 23 |       INDEX UNIQUE SCAN              | PK_TBLIDENTIFICACIONSERVICIO |  
      1 |       |     1   (0)| 00:00:01 |                                          
    Predicate Information (identified by operation id):                            
       1 - filter(ROWNUM<TO_NUMBER(:B8))                                           
       2 - filter(:B3<=:B2 AND :B5<=:B4)                                           
       3 - access("DOC"."DOCTIPODOCUMENTO"="TIP"."TDOCODIGO")                      
       7 - access("DOC"."DOCMATERIAINGRESO"="MAT"."MDOCODIGO")                     
      12 - access("SEC"."SCGCODIGO"=:B6)                                           
      14 - access("NOM"."NOMNRONOMINA">=:B3 AND "NOM"."NOMNRONOMINA"<=:B2)         
    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
      15 - filter("DES"."DESSECCIONID"=:B6 AND "DES"."DESESTADO"=:B7 AND "DES"."DESN
    UMEROCASOS">=:B5 AND                                                           
                  "DES"."DESNUMEROCASOS"<=:B4)                                     
      16 - access("NOM"."NOMNOMINAID"="DES"."DESNOMINAACTIVA")                     
           filter("DES"."DESNOMINAACTIVA">=0)                                      
      17 - filter("DOC"."DOCNUMERODOCSERVICIO" LIKE :B1)                           
      18 - access("DOC"."DOCDOCUMENTOID"="DES"."DESDOCUMENTOID")                   
      21 - access("DOC"."DOCSERVICIOID"="IDEN"."ISESERVICIOID")                    
      23 - access("DOC"."DOCREPARTICIONID"="IDENREP"."ISESERVICIOID")              
    2- Using SQL Profile                                                           
    Plan hash value: 2086638886                                                    
    | Id  | Operation                            | Name                         | Ro
    ws  | Bytes | Cost (%CPU)| Time     |                                          
    |   0 | SELECT STATEMENT                     |                              |  
    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
      1 |   246 |    31   (0)| 00:00:01 |                                          
    |*  1 |  COUNT STOPKEY                       |                              |  
        |       |            |          |                                          
    |*  2 |   FILTER                             |                              |  
        |       |            |          |                                          
    |   3 |    NESTED LOOPS                      |                              |  
      1 |   246 |    31   (0)| 00:00:01 |                                          
    |   4 |     NESTED LOOPS                     |                              |  
      1 |   201 |    30   (0)| 00:00:01 |                                          
    |   5 |      NESTED LOOPS                    |                              |  
      1 |   156 |    29   (0)| 00:00:01 |                                          
    |   6 |       NESTED LOOPS                   |                              |  
      1 |   132 |    28   (0)| 00:00:01 |                                          
    |   7 |        NESTED LOOPS                  |                              |  
      1 |   113 |    27   (0)| 00:00:01 |                                          
    |   8 |         NESTED LOOPS                 |                              |  
      1 |    75 |    26   (0)| 00:00:01 |                                          
    |   9 |          NESTED LOOPS                |                              |  
    16 |   688 |     2   (0)| 00:00:01 |                                          
    |  10 |           TABLE ACCESS BY INDEX ROWID| TBLSECCIONCGR                |  
      1 |    29 |     1   (0)| 00:00:01 |                                          
    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
    |* 11 |            INDEX UNIQUE SCAN         | PK_TBLSECCIONCGR             |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |  12 |           TABLE ACCESS BY INDEX ROWID| TBLNOMINA                    |  
    16 |   224 |     1   (0)| 00:00:01 |                                          
    |* 13 |            INDEX RANGE SCAN          | IDX_IDX_NOM_NRONOMINA        |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |* 14 |          TABLE ACCESS BY INDEX ROWID | TBLDOCESTUDIO                |  
      1 |    32 |     2   (0)| 00:00:01 |                                          
    |* 15 |           INDEX RANGE SCAN           | IDX_DESNOMINA                |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |* 16 |         TABLE ACCESS BY INDEX ROWID  | TBLDOCUMENTO                 |  
      1 |    38 |     1   (0)| 00:00:01 |                                          
    |* 17 |          INDEX UNIQUE SCAN           | PK_TBLDOCUMENTO              |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |  18 |        TABLE ACCESS BY INDEX ROWID   | TBLTIPODOCUMENTO             |  
      1 |    19 |     1   (0)| 00:00:01 |                                          
    |* 19 |         INDEX UNIQUE SCAN            | PK_TBLTIPODOCUMENTO          |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |  20 |       TABLE ACCESS BY INDEX ROWID    | TBLMATERIADOCUMENTO          |  
      1 |    24 |     1   (0)| 00:00:01 |                                          
    |* 21 |        INDEX UNIQUE SCAN             | PK_TBLMATERIADOCUMENTO       |  
    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
      1 |       |     1   (0)| 00:00:01 |                                          
    |  22 |      TABLE ACCESS BY INDEX ROWID     | TBLIDENTIFICACIONSERVICIO    |  
      1 |    45 |     1   (0)| 00:00:01 |                                          
    |* 23 |       INDEX UNIQUE SCAN              | PK_TBLIDENTIFICACIONSERVICIO |  
      1 |       |     1   (0)| 00:00:01 |                                          
    |  24 |     TABLE ACCESS BY INDEX ROWID      | TBLIDENTIFICACIONSERVICIO    |  
      1 |    45 |     1   (0)| 00:00:01 |                                          
    |* 25 |      INDEX UNIQUE SCAN               | PK_TBLIDENTIFICACIONSERVICIO |  
      1 |       |     1   (0)| 00:00:01 |                                          
    Predicate Information (identified by operation id):                            
       1 - filter(ROWNUM<TO_NUMBER(:B8))                                           
       2 - filter(:B3<=:B2 AND :B5<=:B4)                                           
      11 - access("SEC"."SCGCODIGO"=:B6)                                           
      13 - access("NOM"."NOMNRONOMINA">=:B3 AND "NOM"."NOMNRONOMINA"<=:B2)         
      14 - filter("DES"."DESSECCIONID"=:B6 AND "DES"."DESESTADO"=:B7 AND "DES"."DESN
    UMEROCASOS">=:B5 AND                                                           
    DBMS_SQLTUNE.REPORT_TUNING_TASK('SIAPER')                                      
                  "DES"."DESNUMEROCASOS"<=:B4)                                     
      15 - access("NOM"."NOMNOMINAID"="DES"."DESNOMINAACTIVA")                     
           filter("DES"."DESNOMINAACTIVA">=0)                                      
      16 - filter("DOC"."DOCNUMERODOCSERVICIO" LIKE :B1)                           
      17 - access("DOC"."DOCDOCUMENTOID"="DES"."DESDOCUMENTOID")                   
      19 - access("DOC"."DOCTIPODOCUMENTO"="TIP"."TDOCODIGO")                      
      21 - access("DOC"."DOCMATERIAINGRESO"="MAT"."MDOCODIGO")                     
      23 - access("DOC"."DOCREPARTICIONID"="IDENREP"."ISESERVICIOID")              
      25 - access("DOC"."DOCSERVICIOID"="IDEN"."ISESERVICIOID")                    
    1 row selected.

  • Why does the wheel for the apps close and how to keep it open?

    why does the wheel for the apps on the tool bar close and how to keep it open? i've checked thru all the information on your site..

    Exactly which driver did you downlaod and from where? By "GET STRAT", do you mean one of the Getting Started VIs? Error 5 means "NI-488:  Command requires GPIB Controller to be System Controller." Are you using GPIB to control the instrument? If so, what type of board are you using and which version of VISA and NI-488? If the error only occurs on a read, try issuing the query from MAX and see if the error occurs there. In a couple of the Xantrex drivers I looked at, there seemed to be some fixed delays after a write and before a read. You might try increasing those values to see if that makes any difference.

  • What is the proper way to run a DMM and Scope back and forth continuously?

    I am running a list of tests from an Excel file that could be a DMM or Scope test or neither. I am creating a session of each at the beginning, setting up the device before measurement and disabling them after making a reading then set up the device before next reading.  I thought this would be quicker than closing and initializing around each test.  Is this an efficient way or is there a better way?

    Execute tests runs the list of tests.  Call Required Test Steps runs through each individual test.  Device is called to initialize all devices before Execute tests is called.  Then they are not closed until all tests have been ran.
    Maybe to clarify my question.   
    Here is what I do with the DMM and scope
    init DMM, init Scope 
    setup DMM or scope
    measure
    disable
    setup DMM or scope
    measure
    disable
    //(repeat these three steps as many times as needed)
    Close DMM and Scope.
    I disable so that the DMM isn't still reading Ohms when a voltage is connected, etc
    I am just wondering if this is efficient
    Attachments:
    Call Required Test Steps.vi ‏36 KB
    Execute Tests.vi ‏347 KB
    Device.vi ‏53 KB

  • Mail applications is blank when I open it, then it closes and opens again by itself, keeping blank

    In my Ipad, when I open Mail application it is blank. It stays like this for a few seconds, then it closes and open again by itself.  Keeping all time blank.

    Have you tried to force quit the app. Double tap the home button. Scroll sideways if needed to bring the mail app preview up on the screen. Flick that preview up and off the screen to close the app. Tap on the home page preview to exit the mode. Then try your mail again.
    Other things people have needed to do, especially after an update is to go into the settings, mail contacts and calendars, delete their mail account (it only deletes it off the iPad not out of existence) then exit out, go back i and re-enter the info.

  • When I try to open Twitter on a new tab, the tab closes and nothing happens. It works for IE and every other website.

    It doesn't even open, and the new tab just closes. I don't know what happened, it was working fine just a little bit ago.

    Try the following:
    Create a Restore Point in case u need to back out of these changes.
    Close and reopen Internet Explorer .
    Click the Tools button, and then click Internet options.
    Click the Advanced tab, and then click Reset.
    In the Reset Internet Explorer Settings dialog box, Check the "Delete Personal Setting" box and click Reset.
    When IE finishes applying default settings, click Close, and then click OK.
    Restart your PC for these changes to take effect.
    If the above doesn't fix the problem it could be corrupt data in your login profile.  To check this try creating a new login id and  running ie in the new login.
    Good Luck!

  • A problem with this webpage caused Internet Explorer (IE9) to close and reopen the tab

    I have IE9 (using 32-bit version) installed on a relatively new laptop with Windows 7 64-bit. Up until last weekend IE9 worked fine and Flash Player worked fine too.
    At the weekend a webpage asked for Flash Player to be updated - which I did. Ever since then whenever I go to a webpage needing Flash Player I get the message "A problem with this webpage caused Internet Explorer to close and reopen the tab". This happens twice and then an IE9 error page.
    I have read the discussions in here about the problems with Flash Player 10.3 and have tried the various solutions. I have updated to 10.3.181.16 having tried 15 and 14 previously. Same problem.
    I have reset IE9. Same problem.
    I have disabled all add-ons which stops the problem. If I enable just the Flash Player add-on then the problem recurs. Since there are so many webpages that use Flash I do not want to run my browser without this add-on running.
    If I enable the add-on and run IE9 using software rendering instead of GPU rendering then I don't get the problem. However, this isn't exactly making the best use of the resources on my laptop.
    This may well all be related to the 10.3 problems but no one seems to have mentioned having a problem with tabs closing and reopening so I thought I would post on here to check.
    Any suggestions for how to solve this (other than using software rendering)?

    Thanks again for your reply. I appreciate the time you have taken to respond.
    I think, however, you misunderstand the problem. IE9 does not reopen the tabs on just one website - it is doing this on every website that needs Flash Player. Therefore, running in Compatibility mode is not an option. In fact, because IE9 reopens the tabs so quickly and then ends up with an error page, I cannot even click the Compatibility button anyway.
    I could use ActiveX filtering - true. All that this means is that Flash does not play on any of the websites. When I want to re-enable ActiveX for a particular website where I need to see the Flash Player item, this just triggers the error.
    This problem also happened on .14, .15 and well as the current .16 version. It did not happen with the previous version of Flash Player that I had on the system (version 10.2 I think).
    The fact is that either Flash Player or IE9 or both is/are broken. The two choices I am still left with are:
    1. Use software rendering (which contradicts the latest advertisements for IE9 about unleashing the power of IE)
    2. Use another browser - I have no problems with either Firefox or Chrome

  • I have an iPod Touch version 4.2.1, and whenever iTunes tries to sync my iPod, I get an error message saying "Mobile Backup has encountered a problem and needs to close", and the sync fails.  What can I do to fix this problem?

    I have an iPod Touch version iOS 4.2.1, 8 G capacity, and whenever iTunes tries to sync my iPod, I get an error message saying "Mobile Backup has encountered a problem and needs to close", and the sync fails.  I have tried deleting and reinstalling iTunes, and the same thing happens.  What can I do to fix this problem?

    Try:
    iOS: If you can't back up or restore from a backup in iTunes

  • My iTunes wont close and is preventing my laptop from shutting down

    I plugged out my iPod touch when iTunes was asking me whether I wanted an update or not, and now iTunes wont close and has frozen, preventing my laptop from shutting down. I have intel Celeron inside and Windows 7.

    Mail is open but it is frozen, being this the reason why you cannot open the Mail window. Press Alt, Command and Esc keys or go to  > Force Quit, select Mail and force quit it. Finally, you will be able to turn off or restart the MacBook

  • Reg.Automatic posting period close and open

    Dear Experts
    We have to do Posting period close and open in MMPV every month, is there any way to do automatically as background job. Pls help me.
    Thanks in advance
    Rajakumar.K

    Hi,
    To open the MM period every month, you can schedule the batch job in background.
    Use transaction code SM36 and the program name for this transaction code is RMMMPERI.
    Use dynamic selection for the date, where u can give the date as a first day of next month and schedule the job for the last day of every month.
    It is working fine in my system
    I hope it will help.

  • My internet went down overnight-this is always a problem on my Mac. I must reset it on my laptop. Then when I used my Mac the firefox was open but no window. I cannot close and when I try to restart it won't because Firefox is open

    Firefox is open but it will not close and force quit does not appear.

    Hi Mariah ~
    It's Shaunn, the original poster. Thanks for your posting. I'm glad I'm not the only one that's having this problem.
    Now that you mention it, I'm having the exact same problem on Facebook as well, when I play Family Feud.
    I wish someone would investigate and post a solution to this problem. No-one from Playlist has responded, and no-one "Officially" from Firefox either.
    So Mariah, I appreciate you and your post.
    If you find anything out...from anywhere...would you please let me know. You can post it right here and I'll get an email from Firefox.
    I'll do the same for you.
    Enjoy your day and good luck.
    Shaunn

  • HT1414 I have in my ipad icloud backup window open and I can't close and I can't do anything I tried to press OK and nothing happen is freezing

    I have in my ipad icloud backup window open and I can't close and I can't do anything I tried to press OK and nothing happen is freezing

    Have you tried a soft-reset ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider if it appears), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • When playing FarmVille I continually get a window poping open that is title "about blank" it then closes and pops open again, preventing me from doing anything on Farmville how can I stop this?

    when trying to play FarmVille with Firefox on my laptop, a window continually pops open with the title "about blank" then it closes, and pops open again right away. Because of this I can not manage to do anything on the FarmVille screen. This does NOT happen on my desktop machine. Both are running Windows 7 64 bit. How can I prevent the window from poping up all the time? Something is continually sending a request, but I do not know what it is. Thank you for any help or suggestions. By the way, Google Chrome works perfectly, but I prefer Firefox.

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

Maybe you are looking for