Problems with fractional alarm levels

Hello

We use LV8.6 with module DSC under XP Pro.

I am building an application that needs to configure/monitor alarms on deployed locally variable shared double digital.

I don't seem to be able to define levels of fractional alarm through in Distributed System Manager or Project Explorer. For example, I'm trying to set the alarm HI_HI to 1.50 level. What I see, is that the values change when I get it, but it gets rounded up to the nearest whole number if I open properties for this variable shared once more (or property node allows you to read).

If I use the node property to set the levels I am able to get fractional values. There is a problem with automatic receipt of the alarm in this case, although (the alarm do not auto-reconnu when the value of the variable returned to non-alarme interval).

I would appreciate comments on the issues that I am experiencing.

Thank you in advance!

Far below the level of the alarm you have tried going?  In LabVIEW 2009 at least, there is a dead zone which can be defined for each alarm.  By default, the dead zone is 1, which means that you must pass at least one point below the alarm so that it auto-reconnaître.  Herea good help file that explains exactly how it works.  In short, if you want to auto-reconnaître when the value is less exactly the alarm level, then you have a dead zone of 0.  I hope this helps.

Tags: NI Software

Similar Questions

  • Problem with connection by level

    Hello


    My desired goes something like this: I would like to generate the dates of hiredate to systdate with an interval of one month. The code that I have to return works well for single empno. I want to generate the dates of hiredate to sysdate with a gap
    one month for all employees (empno). Commenting on the code to find out where empno = 7369 does not work and the system a lot of the CPU usage.

    Hiredate were suppose to be to_date('01-jan-10') for empno = 7369

    examples of code goes something like this:
    select ADD_MONTHS(trunc(to_date('01-jan-10')),LEVEL-1)
    from dual
    connect by level <= trunc((sysdate-to_Date('01-jan-10'))/30 )
    code for the emp table
    select ADD_MONTHS(trunc(hiredate),LEVEL-1)
    from employee
    where empno = 7369
    connect by level <= trunc((sysdate-trunc(hiredate))/30 )
    Please advice

    You should stay with double to generate numbers. You can use the caluase WITH to create a table that contains only the relevant dates.

    The min max values for the datatab ann might be emp Subselects.

    example not tested

    with datatab as (select ADD_MONTHS(trunc(to_date('01-jan-10')),LEVEL-1) mon
                           from dual
                            connect by level <= trunc((sysdate-to_Date('01-jan-10'))/30 )
                           )
    select *
    from employee e
    join datatab d on e.hiredate <=d.mon
    where empno = 7369;
    

    Well, there are other ways to do it. Maybe you can provide some examples of data and also some of the desired output.

  • iOS 9.3.2 problem with alarms (Bug?)

    Hello community members

    I m new here and must start with a problem that occure on my iPhone since iOS 9.3.2.

    Alex I´m, 17 and I come from Germany. I apologize for any errors I could do

    If the problem is that since the iOS 9.3.2 my sensors in the clock app no longer works.

    When I set up an alarm, the iPhone automatically disable when I quit the app.

    This problem I've had since my iPhone 6. Then I bought for me the iPhone 6s and boot from a backup of the iPhone 6.

    Nothing helps me. I often reset the iPhone and turn it on but nothing really works.

     Care cannot help me too. Is that a person having the same problem?

    I don't really know what I can do to solve it. Now I use the watch for messages, but I want my iPhone to wake me up

    I hope someone can help me.

    Best regards

    Alex

    Hi AlexRis,

    Thanks for checking out the Apple Support and communities for details on what is happening with your alarms. I understand that you are experiencing problems with your alarms do not stay on your iPhone. I use a alarm every morning on my iPhone and my Apple Watch so I can understand how it is important to make sure that it works.

    I just want to be safe, make sure you follow the steps in the user guide to set up an alarm.

    Alarms and timers - iPhone

    Since you already mentioned reboot, the next step that I recommend is to reset all the settings on your iPhone. This does not erase any of your data (like photos, applications, or contacts), but you need to set some default settings save as wallpaper, ringtones, sounds system, restrictions, Touch ID & password and iMessage. You'll also need to reconnect to your Wi - Fi networks then make sure that you have your Wi - Fi in the information available. To reset the settings of your iPhone, go to settings > general > reset > reset all settings. The iPhone will reboot, then you can test.

    If it is not the thing to reset all settings, the next step would be to backup your iPhone and restore it via iTunes. Once restore you, you'll want to set up as a new device (temporarily) and test without your backup data. If it works, you can restore your backup and test again. You will find articles that will help you with the steps below.

    Use iTunes on your Mac or PC to restore your iPhone, iPad or iPod settings - Apple Support

    Restore your iPhone, iPad or iPod touch from a backup - Apple Support

    Best regards.

  • I am facing a problem with the beep.vi. I have a DAQ program, which acquired the signal and compare it to a threshold value. When a signal is out of range, a Visual and sound alarm has occurred. I use the VI beep.vi to generate the sound.

    I am facing a problem with the beep.vi.  I have a DAQ program, which acquired the signal and compare it to a threshold value. When a signal is out of range, a Visual and sound alarm has occurred. I use the VI beep.vi to generate the sound. Everything works fine except the sound alarm. It gives the table 1 d of type mismatch. I tried to fix this by placing it in a box structure. But it still does not work. If someone could help? Please find attached my VI. Best wishes to all visitors to the Forums of Discussion OR.

    Ihab El-Sayed

    published here: http://forums.ni.com/t5/LabVIEW/Playing-sound-based-on-exceeding-a-threshold-value-1D-array-data/m-p...

  • Restore default alarm / problem with 2 of them

    Hello everyone!

    I create a script to restore vCenter alarm on the default state.

    In fact, it's almost over because it works for 35 of them,

    but I am having problems with 2 of them who do not want to create.

    you can find the current version of my script here: http://ghostus.free.fr/Projet/PowerCLI/default-alarm.ps1

    (I commented the alarm two that do not work, then the rest of the code works)

    the part of the code that do not work is:

    Use of #Datastore to disk

    New 'or' 'Use of data to drive store' 'default alarm to monitor the datastore disk usage"

    7500 0 8500 metexpr 0 "Datastore" 147

    $global: alarmMgr.CreateAlarm ($entity. MoRef, $global: alarm)

    and:

    #Host State of connection and power supply

    New 'and' 'connection host and power status' "default alarm to monitor connection status and power.

    statexpr «isEqual"«notResponding" «runtime.connectionState"«HostSystem ' «»

    statexpr «isUnequal"«standBy" «runtime.powerState"«HostSystem ' «»

    $global: alarmMgr.CreateAlarm ($entity. MoRef, $global: alarm)

    but as it is the function of myself I'm not someone to see any error in there, except

    However, I wonder if some of you guys still managed create specially one of these 2 alarm using a script?

    And if yes, can you tell me, what type of event counter/expression/etc... have you used?

    Any thoughts on that would be appreciated = D

    I think I found the problem.

    It's in the way that the system will wait for the red and yellow conditions to be specified.

    If you don't want to test a specific condition, you must leave it as he got out of the constructor.

    If you change your statexpr like that function, it works.

    function statexpr([string]$operator,[string]$red,[string]$path,[string]$type,[string]$yellow){
    #Ajout d'un moniteur(expression) d'état(state) à une alarme
         $global:expr = New-Object VMware.Vim.StateAlarmExpression
         $global:expr.Operator = $operator
         if($red -ne ""){
              $global:expr.Red = $red
         }
         $global:expr.StatePath = $path
         $global:expr.Type = $type
         if($yellow -ne ""){
              $global:expr.Yellow = $yellow
         }
         $global:alarm.expression.expression += $global:expr
    }
    

    ____________

    Blog: LucD notes

    Twitter: lucd22

  • problem with the making of reference levels

    Hello!

    I have a problem with taking the basic lines - when the SQL is called from PL/SQL code...

    For example if I run in the SQL session * more

    ALTER session set optimizer_capture_sql_plan_baselines = true;

    exec dbms_mview.refresh ("VIEW_CLIENT_KONTO", "C");
    ...
    exec dbms_mview.refresh ("VIEW_CLIENT_KONTO", "C");


    nothing happens... I can't find the base line in dba_sql_plan_baselines...
    ========================================================

    optimizer_use_sql_plan_baselines = TRUE... of course and I can capture some baselines for SQL plain-not only if SQL is called from PL/SQL...

    Now, nowhere in documentation I could find that capture does not PL/SQL... in my opinion, would disadvantage-code so sderious in the database runs as PL/SQL...

    We habe Oracle Enterprise Edition 11.2.0.3

    optimizer_features_enable = 11.2.0.3

    What could be worng here... I forgot some settings or configuration. Thank you for your help in advance.

    Now, nowhere in the documentation I could find that capture does not PL/SQL... it would be, in my opinion.
    be sderious drawback-code so the database runs as PL/SQL...

    You're quite right. It would be a serious disadvantage.
    But it is not true that they are not captured in PLSQL.

    Installation program:

    SQL> select * from v$version;
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE    11.2.0.3.0      Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    
    SQL> select name, value from v$parameter where name like '%baseline%';
    
    NAME                                               VALUE
    -------------------------------------------------- ------------------------------
    optimizer_capture_sql_plan_baselines               FALSE
    optimizer_use_sql_plan_baselines                   TRUE
    
    SQL> create table t1
      2  (col1 number);
    
    Table created.
    
    SQL> INSERT /*+ domtest sql */ INTO t1 select 1 from dual;
    
    1 row created.
    
    SQL> begin
      2  INSERT /*+ domtest plsql */ INTO t1 select 1 from dual;
      3  end;
      4  /
    
    PL/SQL procedure successfully completed.
    
    SQL> select sql_id, substr(sql_text,1,30) sql_text, child_number c, to_char(force_matching_signature
    ) sig, sql_plan_baseline
      2  from   v$sql
      3  where  sql_text like 'INSERT /*+ domtest%';
    
    SQL_ID        SQL_TEXT                                C SIG                            SQL_PLAN_BASELINE
    ------------- ------------------------------ ---------- ------------------------------ -------------
    gmskus7sbgt5d INSERT /*+ domtest plsql */ IN          0 7407988653257810022
    64rzqgrt63wzu INSERT /*+ domtest sql */ INTO          0 17374141102446297863
    
    SQL> select to_char(b.signature) sig, b.created
      2  from   v$sql s
      3  ,      dba_sql_plan_baselines b
      4  where  s.sql_text like 'INSERT /*+ domtest%'
      5  and    b.signature = s.force_matching_signature;
    
    no rows selected
    
    SQL> alter session set optimizer_capture_sql_plan_baselines = true;
    
    Session altered.
    
    SQL> 
    

    Database created for the SQL statement:

    SQL> INSERT /*+ domtest sql */ INTO t1 select 1 from dual;
    
    1 row created.
    
    SQL> select sql_id
      2  ,      substr(sql_text,1,30) sql_text
      3  ,      child_number c
      4  ,      to_char(force_matching_signature) sig
      5  ,      sql_plan_baseline
      6  from   v$sql
      7  where  sql_text like 'INSERT /*+ domtest%';
    
    SQL_ID        SQL_TEXT                                C SIG                            SQL_PLAN_BASELINE
    ------------- ------------------------------ ---------- ------------------------------ -------------
    gmskus7sbgt5d INSERT /*+ domtest plsql */ IN          0 7407988653257810022
    64rzqgrt63wzu INSERT /*+ domtest sql */ INTO          0 17374141102446297863
    64rzqgrt63wzu INSERT /*+ domtest sql */ INTO          1 17374141102446297863           SQL_PLAN_1ayk9a0wnr
    
    SQL> 
    

    Database created for PLSQL statement:

    SQL> begin
      2  INSERT /*+ domtest plsql */ INTO t1 select 1 from dual;
      3  end;
      4  /
    
    PL/SQL procedure successfully completed.
    
    SQL> select sql_id
      2  ,      substr(sql_text,1,30) sql_text
      3  ,      child_number c
      4  ,      to_char(force_matching_signature) sig
      5  ,      sql_plan_baseline
      6  from   v$sql
      7  where  sql_text like 'INSERT /*+ domtest%';
    
    SQL_ID        SQL_TEXT                                C SIG                            SQL_PLAN_BASELINE
    ------------- ------------------------------ ---------- ------------------------------ -------------
    gmskus7sbgt5d INSERT /*+ domtest plsql */ IN          0 7407988653257810022
    gmskus7sbgt5d INSERT /*+ domtest plsql */ IN          1 7407988653257810022            SQL_PLAN_5s3v02k7yx9
    64rzqgrt63wzu INSERT /*+ domtest sql */ INTO          0 17374141102446297863
    64rzqgrt63wzu INSERT /*+ domtest sql */ INTO          1 17374141102446297863           SQL_PLAN_1ayk9a0wnr
    
    SQL> 
    

    Cleaning guidelines:

    SQL> declare
      2   l_spm_op pls_integer;
      3  begin
      4   for x in (select sql_handle from dba_sql_plan_baselines b where created >= trunc(sysdate))
      5   loop
      6       l_spm_op :=
      7       dbms_spm.drop_sql_plan_baseline(x.sql_handle);
      8   end loop;
      9  end;
     10  /
    
    PL/SQL procedure successfully completed.
    
    SQL> 
    

    So I expect that this is related to the DBMS_MVIEW and a restriction on recursive, internal instructions.

    For example, if you capture base plan sql lines you don't capture baselines for sys and system statements, etc.

    Further investigation required.

    For example, we will build a MV:

    SQL> create materialized view mv1
      2  build immediate
      3  refresh on demand
      4  as
      5  select /*+ domtest mv */ col1 from t1;
    
    Materialized view created.
    
    SQL> exec dbms_mview.refresh('MV1');
    
    PL/SQL procedure successfully completed.
    
    SQL> 
    

    We see two statements of the initial creation of the MV and the subsequent update (the latter is the one with the BYPASS_RECURSIVE_CHECK trick).

    SQL> select sql_id
      2  ,      substr(sql_text,1,50) sql_text
      3  ,      child_number c
      4  ,      to_char(force_matching_signature) sig
      5  ,      sql_plan_baseline
      6  from   v$sql
      7  where  sql_text like 'INSERT %domtest%';
    
    SQL_ID        SQL_TEXT                                C SIG                            SQL_PLAN_BASELINE
    ------------- ------------------------------ ---------- ------------------------------ -------------
    ctyufr5b5yzfm INSERT INTO "RIMS"."MV1" selec          0 12798978218302414227
                  t /*+ domtest mv */
    
    gfa550uufmr34 INSERT /*+ BYPASS_RECURSIVE_CH          0 12927173360082366872
                  ECK */ INTO "RIMS"."
    
    SQL> 
    

    Even if we repeat the update, we do not need to obtain a reference level:

    SQL> exec dbms_mview.refresh('MV1');
    
    PL/SQL procedure successfully completed.
    
    SQL> exec dbms_mview.refresh('MV1');
    
    PL/SQL procedure successfully completed.
    
    SQL> exec dbms_mview.refresh('MV1');
    
    PL/SQL procedure successfully completed.
    
    SQL> exec dbms_mview.refresh('MV1');
    
    PL/SQL procedure successfully completed.
    
    SQL> exec dbms_mview.refresh('MV1');
    
    PL/SQL procedure successfully completed.
    
    SQL> exec dbms_mview.refresh('MV1');
    
    PL/SQL procedure successfully completed.
    
    SQL> select sql_id
      2  ,      substr(sql_text,1,50) sql_text
      3  ,      child_number c
      4  ,      to_char(force_matching_signature) sig
      5  ,      sql_plan_baseline
      6  from   v$sql
      7  where  sql_text like 'INSERT %domtest%';
    
    SQL_ID        SQL_TEXT                                C SIG                            SQL_PLAN_BASELINE
    ------------- ------------------------------ ---------- ------------------------------ -------------
    ctyufr5b5yzfm INSERT INTO "RIMS"."MV1" selec          0 12798978218302414227
                  t /*+ domtest mv */
    
    gfa550uufmr34 INSERT /*+ BYPASS_RECURSIVE_CH          0 12927173360082366872
                  ECK */ INTO "RIMS"."
    
    SQL> 
    

    So... maybe BYPASS_RECURSIVE_CHECK have nothing to do with it?

    It is not likely to be relevant, but maybe we should just check?

    Let's see what happens if we return to our original plsql statement because we cannot insert a MV directly.

    SQL> begin
      2   INSERT /*+ BYPASS_RECURSIVE_CHECK */ INTO t1 select 1 from dual;
      3  end;
      4  /
    
    PL/SQL procedure successfully completed.
    
    SQL> select sql_id
      2  ,      substr(sql_text,1,50) sql_text
      3  ,      child_number c
      4  --,      to_char(force_matching_signature) sig
      5  ,      sql_plan_baseline
      6  from   v$sql
      7  where  sql_text like 'INSERT /*+ BYPASS_RECURSIVE_CHECK */%';
    
    SQL_ID        SQL_TEXT                                                    C SQL_PLAN_BASELINE
    ------------- -------------------------------------------------- ---------- ------------------------
    6kjvr1gu6v2pq INSERT /*+ BYPASS_RECURSIVE_CHECK */ INTO T1 SELEC          0
    
    SQL> begin
      2   INSERT /*+ BYPASS_RECURSIVE_CHECK */ INTO t1 select 1 from dual;
      3  end;
      4  /
    
    PL/SQL procedure successfully completed.
    
    SQL> select sql_id
      2  ,      substr(sql_text,1,50) sql_text
      3  ,      child_number c
      4  --,      to_char(force_matching_signature) sig
      5  ,      sql_plan_baseline
      6  from   v$sql
      7  where  sql_text like 'INSERT /*+ BYPASS_RECURSIVE_CHECK */%';
    
    SQL_ID        SQL_TEXT                                                    C SQL_PLAN_BASELINE
    ------------- -------------------------------------------------- ---------- ------------------------
    6kjvr1gu6v2pq INSERT /*+ BYPASS_RECURSIVE_CHECK */ INTO T1 SELEC          0
    
    SQL> begin
      2   INSERT /*+ BYPASS_RECURSIVE_CHECK */ INTO t1 select 1 from dual;
      3  end;
      4  /
    
    PL/SQL procedure successfully completed.
    
    SQL> select sql_id
      2  ,      substr(sql_text,1,50) sql_text
      3  ,      child_number c
      4  --,      to_char(force_matching_signature) sig
      5  ,      sql_plan_baseline
      6  from   v$sql
      7  where  sql_text like 'INSERT /*+ BYPASS_RECURSIVE_CHECK */%';
    
    SQL_ID        SQL_TEXT                                                    C SQL_PLAN_BASELINE
    ------------- -------------------------------------------------- ---------- ------------------------
    6kjvr1gu6v2pq INSERT /*+ BYPASS_RECURSIVE_CHECK */ INTO T1 SELEC          0
    6kjvr1gu6v2pq INSERT /*+ BYPASS_RECURSIVE_CHECK */ INTO T1 SELEC          1 SQL_PLAN_aq62u7rqdfcs8125daea2
    
    SQL> 
    

    Yes, nothing to do with it.

    I would say it is because running via DBMS_MVIEW, he is special and bypasses the review of basic data.

    We can somehow get around this?
    Perhaps, the basic lines of being a flexible vehicle that work off SIGNATURE (and PLAN_HASH_2).

    We will check the hash of the signature and the plan must reproduce.

    SQL> select sql_id
      2  ,      substr(sql_text,1,50) sql_text
      3  ,      child_number c
      4  ,      to_char(force_matching_signature) sig
      5  ,      sql_plan_baseline
      6  ,      plan_hash_value
      7  from   v$sql
      8  where  sql_text like 'INSERT %domtest%';
    
    SQL_ID        SQL_TEXT                                C SIG                            SQL_PLAN_BASELINE
    ------------- ------------------------------ ---------- ------------------------------ -------------
    PLAN_HASH_VALUE
    ---------------
    ctyufr5b5yzfm INSERT INTO "RIMS"."MV1" selec          0 12798978218302414227
                  t /*+ domtest mv */
         3617692013
    
    gfa550uufmr34 INSERT /*+ BYPASS_RECURSIVE_CH          0 12927173360082366872
                  ECK */ INTO "RIMS"."
         3617692013
    
    SQL> 
    

    And replace the materialized by a table view:

    SQL> drop materialized view mv1;
    
    Materialized view dropped.
    
    SQL> create table mv1
      2  (col1 number);
    
    Table created.
    
    SQL> 
    

    And try to get a statement with the same signature and plan that uses a reference database:

    SQL> begin
      2   INSERT /*+ BYPASS_RECURSIVE_CHECK */ INTO "RIMS"."MV1" select /*+ domtest mv */ col1 from t1 ;
    
      3  end;
      4  /
    
    PL/SQL procedure successfully completed.
    
    SQL> select sql_id
      2  ,      substr(sql_text,1,50) sql_text
      3  ,      child_number c
      4  ,      to_char(force_matching_signature) sig
      5  ,      sql_plan_baseline
      6  ,      plan_hash_value
      7  from   v$sql
      8  where  sql_text like 'INSERT %domtest%';
    
    SQL_ID        SQL_TEXT                                C SIG                            SQL_PLAN_BASELINE
    ------------- ------------------------------ ---------- ------------------------------ -------------
    PLAN_HASH_VALUE
    ---------------
    ctyufr5b5yzfm INSERT INTO "RIMS"."MV1" selec          0 12798978218302414227
                  t /*+ domtest mv */
         3617692013
    
    5n6auhnqpb258 INSERT /*+ BYPASS_RECURSIVE_CH          0 12927173360082366872           SQL_PLAN_b6tnbps6tn
                  ECK */ INTO "RIMS".
         3617692013
    
    gfa550uufmr34 INSERT /*+ BYPASS_RECURSIVE_CH          0 12927173360082366872
                  ECK */ INTO "RIMS"."
         3617692013
    
    SQL> 
    

    Now, if we remove and recreate the materialized view:

    SQL> create materialized view mv1
      2  build immediate
      3  refresh on demand
      4  as
      5  select /*+ domtest mv */ col1 from t1;
    
    Materialized view created.
    
    SQL> exec dbms_mview.refresh('MV1');
    
    PL/SQL procedure successfully completed.
    
    SQL> select sql_id
      2  ,      substr(sql_text,1,50) sql_text
      3  ,      child_number c
      4  ,      to_char(force_matching_signature) sig
      5  ,      sql_plan_baseline
      6  ,      plan_hash_value
      7  from   v$sql
      8  where  sql_text like 'INSERT %domtest%';
    
    SQL_ID        SQL_TEXT                                C SIG                            SQL_PLAN_BASELINE
    ------------- ------------------------------ ---------- ------------------------------ -------------
    PLAN_HASH_VALUE
    ---------------
    dac4d22mf0m6k INSERT INTO "RIMS"."MV1" selec          0 12798978218302414227
                  t /*+ domtest mv */
         3617692013
    
    cn4syqz9cxp3y INSERT /*+ BYPASS_RECURSIVE_CH          0 12927173360082366872           SQL_PLAN_b6tnbps6tn
                  ECK */ INTO "RIMS"."
         3617692013
    
    SQL> 
    

    And cleaning:

    SQL> drop table t1;
    
    Table dropped.
    
    SQL> drop materialized view mv1;
    
    Materialized view dropped.
    
    SQL> declare
      2   l_spm_op pls_integer;
      3  begin
      4   for x in (select sql_handle from dba_sql_plan_baselines b where created >= trunc(sysdate))
      5   loop
      6       l_spm_op :=
      7       dbms_spm.drop_sql_plan_baseline(x.sql_handle);
      8   end loop;
      9  end;
     10  /
    
    PL/SQL procedure successfully completed.
    
    SQL> 
    

    Then...
    Baselines are created for the sql statements executed in PLSQL? Yes.
    Baselines are created for internal instructions of DBMS_MVIEW? N °
    Why? Don't know. But I think that this is the expected behavior.
    Is there a convoluted way to apply a basic strategy to the internal refresh statement? Yes.

  • Problem with the levels in PSE7 adjustment layer

    Hello

    I have a problem with the levels adjustment layer in PSE 7.0. I made this photo that shows exactly as I want it in PSD format, but when I save it in JPG format all adjustment layers are lost. I tried to get the same result by using simple Enhance > > adjustments > > levels, but I cannot get the same result with the same settings as with the adjustment layer.

    How can I solve this?

    I saw in a tutorial that might help add a new layer above the layer of setting and then merge visible layers, but it does not work either.

    I hope someone can help me if I can complete the picture.

    It seems that the problem is that your image size is big enough in comparison to the size of your available screen and you make your settings at roughly 18% view.

    Photoshop elements uses interpolation to show the images on the screen, so you can't really see exactly the result unless you view an image at 100% display (actual pixels)

    If you try to do the steps from the beginning with your image at 100% view, does make a difference?

    (Double-click on the Zoom tool in the Toolbox for 100% view (actual pixels))

  • problem with adding line in tabular form after that put 4.1.1 to level

    We have recently installed the Update 4.1 .1. We now have a problem with some of our tabular forms created using the wizard. The delete and update feature works fine, but when trying to insert a new record, it will insert only the first record, but after that, it will no longer inserts. It acts as ApplyMRU (updated online Multi) is not at all shooting. No success or error message. I tried to create forms based on the rowid and also on the suites (with and without triggers), and they all behave the same way.

    This happens both in IE and Mozilla. Tabular forms were working fine before the upgrade.

    Everyone knows this?

    We just hit this issue and thanks to this thread and a light bulb above my head, resolved this question today. There is more to the story. Copy the necessary images in place works, but get the full version 4.1.1 images.

    We were already on 4.1.0.00.32, so I applied only Patch 13331096 upgrade to 4.1.1.00.23. Patch 13331096, at least one that I downloaded a few weeks ago IS NOT ALL OF THE NECESSARY IMAGES.

    Fortunately, I thought to download both. When I did a number of files in the directory images between the full version and the patch, the County came up short for the patch.

    If you have this problem, get your hands on the full release 4.1.1.00.23, NOT Patch 13331096and copy these files to image in place. Who sets the we.

  • Problems with the procedure at the level of the stcok update

    Hi, I am new to Oracle and I have problems with this procedure.
    I had two tables, orders and inventories, and I want to update inventory quantities, when I received the order. For some reason, NULL keeps popping out. Someone help me pls with this!
    The tables are

    create table orders
    (order_no number (4) orders_nn_11 the NOT NULL constraint,)
    item_no number 4 orders_nn_3 of the NOT NULL constraint,
    order_qta number constraint orders_nn_4 NOT NULL,
    ORDER_DATE date NOT NULL constraint orders_nn_2,
    (date of receipt);
    and
    create the table stock
    item_no (4).
    Number of CQI,
    constraint stock_pk foreign key (item_no) references products (item_no);

    the procedure is here, but as I said I am new to this, so I really don't know.


    create or replace
    procedure recues1 (aorder_no in number, aitem_no in numbers, date received)
    is
    quantity number;
    number of quantity2;
    cursor a1 is select qta in stock where item_no = aitem_no;
    cursor a2 is order_qta selection of orders where order_no = aorder_no and item_no = aitem_no;
    Start
    Open a1;
    extract the a1 in quantity2;
    Open a2;
    Fetch a2 in quantity;
    stock update
    Define qta = quantity2 + quantity
    where item_no = aitem_no;
    Update orders
    received game = sysdate
    where order_no = aorder_no;
    near a1;
    Close a2;
    end;
    /

    Thanks in advance

    Hello
    Perhaps because ther eis no COMMIT.
    Or have I missed?

    Something like that

    .....
    
    close a1;
    close a2;
    commit;
    end;
    /
    

    Kind regards
    Bobin

  • What is the problem with my Mini?

    DWB (level 7) asked me to start a new thread, so this is. the predecessor of the long and interesting is to

    Re: Mac Mini Late 2014 vs SSD Ram

    Yes, dwb, I downloaded EtreCheck and run twice, choosing the first "slow computer', then 'Applications crashing' the second time.

    In this post, I will paste the results. Note that I clicked and clicked check boxes in the space of options for all non-hidden results. This, apparently, makes the longer and more complex answer, but as I said in the other post, I tried to improve my Mini for years, so I didn't want to leave anything to chance.

    I'll stick the newspaper 'Applications Crash' in the next post, if it is not apocalyptic long...

    EtreCheck version: 2.9.9 (260)

    Report generated 2016-03-08 13:28:41

    Download EtreCheck from https://etrecheck.com

    Time 02:56

    Performance: Excellent

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Verify the signatures of Apple: enabled

    Ignore the known failures of Apple: disabled

    Hide tasks Apple: disabled

    Problem: Computer is too slow

    Description:

    Long description to https://discussions.apple.com/message/29891737?ac_cid=tw123456#29891737

    Hardware Information:

    Mac mini (late 2012)

    [Data sheet] - [User Guide] - [warranty & Service]

    Mini Mac - model: Macmini6, 1

    1 2.5 GHz Intel Core i5 CPU: 2 strands

    16 GB expandable RAM - [Instructions]

    BANK 0/DIMM0

    OK 8 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 8 GB DDR3 1600 MHz

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: unknown

    Video information:

    Graphics Intel HD 4000

    S20D300 1280 x 720

    Software:

    OS X El Capitan 10.11.3 (15 d 21) - since the starting time: 3 hours

    Disc information:

    HTS545050A7E362 disk HARD APPLE disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Korak (disk0s2) /: 499,25 (Go 133,11 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    USB information:

    Receiver IR of Apple, Inc..

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Hub keyboard Apple, Inc.

    Apple, Inc. Apple Keyboard

    HGST G-DRIVE mobile USB 1 TB

    EFI (disk1s1) < not mounted >: 210 MB

    Rama1 (disk1s2) / Volumes/Rama1: go-go 333,40 (61,07) free

    Rama3 (disk1s3) / Volumes/Rama3: 333,40 go-go (218,39 free)

    Rama2 (disk1s4) / Volumes/Rama2: 332,79 GB (8.33 GB free)

    HOLTEK USB keyboard

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Kernel extensions:

    / Library/Extensions

    [loading] com.symantec.internetSecurity.kext (7.0.2f26 - SDK 10.9-2016-02-28) [Support]

    / Library/StartupItems/DoubleCommand

    com.baltaks.driver.DoubleCommand [no charge] (1.7 - SDK 10.8 - 2015-01-09) [Support]

    / System/Library/Extensions

    [loading] com.symantec.ips.kext (7.0.1f26 - SDK 10.8 - 2016-02-28) [Support]

    [loading] com.symantec.nfm.kext (7.0.1f26 - SDK 10.8 - 2016-02-28) [Support]

    [no charge] com.wdc.driver.1394.64.10.9 (1.0.1 - SDK 10.9-2016-02-28) [Support]

    [no charge] com.wdc.driver.USB.64.10.9 (1.0.1 - SDK 10.9-2016-02-28) [Support]

    Startup items:

    DoubleCommand: Path: / Library/StartupItems/DoubleCommand

    Startup items are obsolete in OS X Yosemite

    Launch system officers:

    com.apple.AOSHeartbeat.plist [loading]

    com.apple.AOSPushRelay.plist [loading]

    com.apple.AddressBook.AssistantService.plist [loading]

    com.apple.AddressBook.SourceSync.plist [loading]

    com.apple.AddressBook.abd.plist [loading]

    [ongoing] com.apple.AirPlayUIAgent.plist

    com.apple.AirPortBaseStationAgent.plist [loading]

    com.apple.AppleGraphicsWarning.plist [no charge]

    com.apple.AskPermissionUI.plist [loading]

    com.apple.AssetCacheLocatorService.plist [loading]

    com.apple.AssistiveControl.plist [loading]

    [ongoing] com.apple.BezelUI.plist

    [ongoing] com.apple.CalendarAgent.plist

    [ongoing] com.apple.CallHistoryPluginHelper.plist

    [ongoing] com.apple.CallHistorySyncHelper.plist

    com.apple.CommCenter-[ongoing] osx.plist

    com.apple.ContainerRepairAgent.plist [loading]

    com.apple.CoreAuthentication.daemon.plist [loading]

    com.apple.CoreLocationAgent.plist [loading]

    com.apple.CoreRAIDAgent.plist [loading]

    com.apple.DiagnosticReportCleanup.plist [loading]

    com.apple.DictationIM.plist [loading]

    com.apple.DiskArbitrationAgent.plist [loading]

    [ongoing] com.apple.Dock.plist

    com.apple.EscrowSecurityAlert.plist [loading]

    com.apple.FTCleanup.plist [loading]

    com.apple.FileStatsAgent.plist [no charge]

    com.apple.FileSyncAgent.PHD.plist [loading]

    com.apple.FilesystemUI.plist [loading]

    [ongoing] com.apple.Finder.plist

    [ongoing] com.apple.FolderActionsDispatcher.plist

    com.apple.FollowUpUI.plist [loading]

    com.apple.FontRegistryUIAgent.plist [loading]

    com.apple.FontValidator.plist [loading]

    com.apple.FontValidatorConduit.plist [loading]

    com.apple.FontWorker.plist [loading]

    com.apple.IMLoggingAgent.plist [loading]

    [loading] com.apple.MRTa.plist (2015-08-22) -invalid signature!

    com.apple.ManagedClientAgent.agent.plist [loading]

    com.apple.ManagedClientAgent.enrollagent.plist [no charge]

    [ongoing] com.apple.Maps.pushdaemon.plist

    com.apple.NetworkDiagnostics.plist [loading]

    com.apple.PCIESlotCheck.plist [loading]

    com.apple.PackageKit.InstallStatus.plist [loading]

    com.apple.PhotoLibraryMigrationUtility.XPC.plist [loading]

    com.apple.PubSub.Agent.plist [loading]

    [ongoing] com.apple.RemoteDesktop.plist

    com.apple.ReportCrash.Self.plist [loading]

    com.apple.ReportCrash.plist [loading]

    com.apple.ReportGPURestart.plist [no charge]

    com.apple.ReportPanic.plist [loading]

    com.apple.SSInvitationAgent.plist [loading]

    [ongoing] com.apple.Safari.SafeBrowsing.Service.plist

    [ongoing] com.apple.SafariCloudHistoryPushAgent.plist

    com.apple.SafariNotificationAgent.plist [loading]

    com.apple.SafariPlugInUpdateNotifier.plist [loading]

    com.apple.ScreenReaderUIServer.plist [loading]

    [ongoing] com.apple.SocialPushAgent.plist

    [ongoing] com.apple.Spotlight.plist

    [ongoing] com.apple.SystemUIServer.plist

    com.apple.TMHelperAgent.SetupOffer.plist [loading]

    com.apple.TMHelperAgent.plist [loading]

    com.apple.TrustEvaluationAgent.plist [loading]

    com.apple.USBAgent.plist [loading]

    com.apple.UserEventAgent-[ongoing] Aqua.plist

    [no charge] com.apple.UserEventAgent - LoginWindow.plist

    [no charge] com.apple.UserNotificationCenterAgent - LoginWindow.plist

    com.apple.UserNotificationCenterAgent.plist [loading]

    [ongoing] com.apple.VoiceOver.plist

    com.apple.WebKit.PluginAgent.plist [loading]

    com.apple.ZoomWindow.plist [loading]

    [ongoing] com.Apple.accountsd.plist

    com.Apple.AKD.plist [loading]

    com.Apple.Alf.UserAgent.plist [loading]

    com.Apple.AOS.migrate.plist [loading]

    com.Apple.appleseed.seedusaged.plist [loading]

    com.Apple.appsleepd.plist [loading]

    com.Apple.appstoreupdateagent.plist [loading]

    com.Apple.apsctl.plist [loading]

    [ongoing] com.Apple.askpermissiond.plist

    com.Apple.assistant_service.plist [loading]

    com.Apple.assistantd.plist [loading]

    [ongoing] com.Apple.bird.plist

    com.apple.bluetoothUIServer.plist [loading]

    com.Apple.BTSA.plist [loading]

    com.Apple.CDPD.plist [loading]

    com.apple.cfnetwork.AuthBrokerAgent.plist [loading]

    com.Apple.cfnetwork.cfnetworkagent.plist [loading]

    [ongoing] com.Apple.cfprefsd.XPC.agent.plist

    [ongoing] com.Apple.cloudd.plist

    [loading] com.apple.cloudfamilyrestrictionsd - mac.plist

    [ongoing] com.Apple.cloudpaird.plist

    [ongoing] com.Apple.cloudphotosd.plist

    com.Apple.cmfsyncagent.plist [loading]

    com.Apple.CoreData.externalrecordswriter.plist [loading]

    [ongoing] com.Apple.CoreServices.appleid.authentication.plist

    [ongoing] com.Apple.CoreServices.lsactivity.plist

    [ongoing] com.Apple.CoreServices.sharedfilelistd.plist

    [ongoing] com.Apple.CoreServices.uiagent.plist

    com.Apple.csuseragent.plist [loading]

    [ongoing] com.Apple.ctkd.plist

    com.apple.cvmsCompAgent3600_i386.plist [loading]

    com.apple.cvmsCompAgent3600_i386_1.plist [loading]

    com.apple.cvmsCompAgent3600_x86_64.plist [loading]

    com.apple.cvmsCompAgent3600_x86_64_1.plist [loading]

    com.apple.cvmsCompAgentLegacy_i386.plist [loading]

    com.apple.cvmsCompAgentLegacy_i386_1.plist [loading]

    com.apple.cvmsCompAgentLegacy_x86_64.plist [loading]

    com.apple.cvmsCompAgentLegacy_x86_64_1.plist [loading]

    com.apple.cvmsCompAgent_i386.plist [loading]

    com.apple.cvmsCompAgent_i386_1.plist [loading]

    com.apple.cvmsCompAgent_x86_64.plist [loading]

    com.apple.cvmsCompAgent_x86_64_1.plist [loading]

    [ongoing] com.Apple.diagnostics_agent.plist

    [ongoing] com.Apple.distnoted.XPC.agent.plist

    com.apple.dt.CommandLineTools.installondemand.plist [loading]

    com.Apple.familycircled.plist [loading]

    com.Apple.familycontrols.UserAgent.plist [loading]

    com.Apple.familynotificationd.plist [loading]

    com.Apple.findmymacmessenger.plist [loading]

    com.Apple.followupd.plist [loading]

    com.Apple.fontd.UserAgent.plist [loading]

    [ongoing] com.Apple.gamed.plist

    [ongoing] com.Apple.helpd.plist

    com.apple.iCloudUserNotifications.plist [loading]

    [ongoing] com.Apple.ICDD.plist

    [loading] com.apple.icloud.findmydeviced.findmydevice - user - agent.plist

    [ongoing] com.Apple.icloud.fmfd.plist

    [ongoing] com.Apple.iconservices.iconservicesagent.plist

    [ongoing] com.Apple.identityservicesd.plist

    com.Apple.idsremoteurlconnectionagent.plist [loading]

    [ongoing] com.Apple.imagent.plist

    com.Apple.imavagent.plist [loading]

    com.Apple.imklaunchagent.plist [loading]

    com.Apple.imtransferagent.plist [loading]

    com.Apple.installandsetup.migrationhelper.user.plist [loading]

    com.Apple.installd.user.plist [loading]

    com.Apple.ISST.plist [loading]

    com.apple.java.InstallOnDemand.plist [loading]

    com.apple.java.updateSharing.plist [loading]

    [ongoing] com.Apple.lateragent.plist

    com.Apple.locationmenu.plist [loading]

    [ongoing] com.Apple.LSD.plist

    [ongoing] com.Apple.maspushagent.plist

    com.Apple.mbbackgrounduseragent.plist [loading]

    com.Apple.mbfloagent.plist [loading]

    com.Apple.mbuseragent.plist [loading]

    com.Apple.mdmclient.agent.plist [loading]

    com.Apple.mdworker.32bit.plist [loading]

    com.Apple.mdworker.bundles.plist [loading]

    com.Apple.mdworker.isolation.plist [loading]

    com.Apple.mdworker.LSB.plist [loading]

    com.Apple.mdworker.mail.plist [loading]

    com.Apple.mdworker.shared.plist [loading]

    com.Apple.mdworker.single.plist [loading]

    [ongoing] com.Apple.mdworker.sizing.plist

    [ongoing] com.apple.metadata.SpotlightNetHelper.plist

    com.Apple.metadata.mdbulkimport.plist [loading]

    [ongoing] com.Apple.metadata.mdflagwriter.plist

    com.Apple.metadata.mdwrite.plist [loading]

    com.Apple.midiserver.plist [loading]

    com.Apple.navd.plist [loading]

    com.Apple.neagent.plist [loading]

    com.Apple.netauth.user.auth.plist [loading]

    com.Apple.netauth.user.GUI.plist [loading]

    com.Apple.noticeboard.agent.plist [loading]

    [ongoing] com.Apple.notificationcenterui.plist

    [ongoing] com.Apple.nsurlsessiond.plist

    com.Apple.nsurlstoraged.plist [loading]

    com.Apple.parentalcontrols.check.plist [loading]

    [ongoing] com.Apple.pboard.plist

    [ongoing] com.Apple.PBS.plist

    [ongoing] com.Apple.photolibraryd.plist

    com.Apple.pictd.plist [loading]

    [ongoing] com.Apple.pluginkit.PKD.plist

    com.Apple.pluginkit.pkreporter.plist [loading]

    com.Apple.powerchime.plist [loading]

    [ongoing] com.Apple.printtool.agent.plist

    com.Apple.printuitool.agent.plist [loading]

    com.Apple.QuickLook.32bit.plist [loading]

    com.Apple.QuickLook.config.plist [loading]

    com.Apple.QuickLook.plist [loading]

    com.Apple.QuickLook.UI.helper.plist [loading]

    com.Apple.RCD.plist [loading]

    [ongoing] com.Apple.recentsd.plist

    [ongoing] com.Apple.reversetemplated.plist

    com.Apple.rtcreportingd.plist [loading]

    com.Apple.safaridavclient.plist [loading]

    [ongoing] com.Apple.scopedbookmarkagent.XPC.plist

    com.apple.screensharing.MessagesAgent.plist [loading]

    com.Apple.screensharing.agent.plist [loading]

    com.Apple.SCROD.plist [loading]

    [ongoing] com.Apple.secd.plist

    [ongoing] com.Apple.secinitd.plist

    com.apple.security.DiskUnmountWatcher.plist [loading]

    com.Apple.Security.agent.plist [loading]

    [ongoing] com.Apple.Security.cloudkeychainproxy.plist

    com.Apple.Security.idskeychainsyncingproxy.plist [loading]

    [operation] com.apple.security.keychain - circle - notification.plist

    [ongoing] com.Apple.sharingd.plist

    [ongoing] com.Apple.soagent.plist

    com.Apple.softwareupdate_notify_agent.plist [loading]

    com.Apple.speech.speechdatainstallerd.plist [loading]

    com.Apple.speech.speechsynthesisd.plist [loading]

    [ongoing] com.Apple.speech.synthesisserver.plist

    [ongoing] com.Apple.spindump_agent.plist

    [ongoing] com.apple.spotlight.IndexAgent.plist

    [ongoing] com.Apple.storeaccountd.plist

    [ongoing] com.Apple.storeassetd.plist

    [ongoing] com.Apple.storedownloadd.plist

    com.Apple.storeinappd.plist [loading]

    [ongoing] com.Apple.storelegacy.plist

    com.Apple.storeuid.plist [loading]

    [ongoing] com.Apple.suggestd.plist

    [ongoing] com.Apple.swcd.plist

    [ongoing] com.Apple.syncdefaultsd.plist

    com.apple.syncservices.SyncServer.plist [loading]

    com.Apple.syncservices.uihandler.plist [loading]

    com.Apple.systemprofiler.plist [loading]

    com.Apple.talagent.plist [loading]

    [ongoing] com.Apple.tccd.plist

    [ongoing] com.Apple.telephonyutilities.callservicesd.plist

    com.Apple.thermaltrap.plist [loading]

    [ongoing] com.Apple.tiswitcher.plist

    com.Apple.trustd.agent.plist [loading]

    com.apple.universalaccessAuthWarn.plist [loading]

    com.Apple.universalaccesscontrol.plist [loading]

    [ongoing] com.Apple.universalaccessd.plist

    com.Apple.unmountassistant.UserAgent.plist [loading]

    [ongoing] com.Apple.usernoted.plist

    com.Apple.warmd_agent.plist [loading]

    com.Apple.webinspectord.plist [loading]

    [ongoing] com.apple.wifi.WiFiAgent.plist

    com.Apple.XPC.loginitemregisterd.plist [loading]

    com.Apple.XPC.otherbsd.plist [loading]

    [loading] org.openbsd.ssh - agent.plist

    Launch system demons:

    bootps.plist [no charge]

    [ongoing] com.apple.AirPlayXPCHelper.plist

    com.apple.AppleFileServer.plist [loading]

    com.apple.AssetCacheLocatorService.plist [loading]

    com.apple.CommCenterRootHelper.plist [loading]

    com.apple.CoreRAID.plist [loading]

    [ongoing] com.apple.CrashReporterSupportHelper.plist

    com.apple.DesktopServicesHelper.plist [loading]

    com.apple.DumpGPURestart.plist [loading]

    com.apple.DumpPanic.plist [loading]

    [ongoing] com.apple.FileCoordination.plist

    com.apple.FileSyncAgent.sshd.plist [no charge] (2015-08-22) -no signature!

    com.apple.FontWorker.plist [loading]

    com.apple.GSSCred.plist [loading]

    com.apple.GameController.gamecontrollerd.plist [loading]

    com.apple.IFCStart.plist [loading]

    com.apple.IOAccelMemoryInfoCollector.plist [loading]

    com.apple.IOBluetoothUSBDFU.plist [loading]

    [loading] com.apple.Kerberos.digest - service.plist

    com.apple.Kerberos.kadmind.plist [loading]

    com.apple.Kerberos.kcm.plist [loading]

    [ongoing] com.apple.Kerberos.kdc.plist

    com.apple.Kerberos.kpasswdd.plist [loading]

    [ongoing] com.apple.KernelEventAgent.plist

    [loading] com.apple.MRTd.plist (2015-08-22) -invalid signature!

    com.apple.ManagedClient.cloudconfigurationd.plist [loading]

    com.apple.ManagedClient.enroll.plist [loading]

    com.apple.ManagedClient.plist [loading]

    com.apple.ManagedClient.startup.plist [no charge]

    [ongoing] com.apple.MobileFileIntegrity.plist

    com.apple.NetBootClientStatus.plist [no charge]

    com.apple.NetworkDiagnostics.plist [loading]

    com.apple.NetworkLinkConditioner.plist [loading]

    com.apple.NetworkSharing.plist [loading]

    [ongoing] com.apple.ODSAgent.plist

    com.apple.PCIELaneConfigTool.plist [loading]

    com.apple.PasswordService.plist [no charge]

    com.apple.RFBEventHelper.plist [loading]

    com.apple.RemoteDesktop.PrivilegeProxy.plist [loading]

    com.apple.ReportCrash.Root.plist [loading]

    com.apple.ReportPanicService.plist [loading]

    com.apple.SCHelper.plist [loading]

    [ongoing] com.apple.SubmitDiagInfo.plist

    [ongoing] com.apple.TMCacheDelete.plist

    com.apple.TrustEvaluationAgent.system.plist [loading]

    com.apple.UserEventAgent-[ongoing] System.plist

    com.apple.UserNotificationCenter.plist [loading]

    [ongoing] com.apple.WindowServer.plist

    com.apple.WirelessRadioManagerd-[ongoing] osx.plist

    com.Apple.afpfs_afpLoad.plist [loading]

    com.Apple.afpfs_checkafp.plist [loading]

    [loading] com.apple.airplaydiagnostics.server.mac.plist (2015-08-26) -/AppleInternal/Applications/AirPlayDiagnostics.app/Contents/Resources/AirPlayDi agnosticsServer: Executable not found!

    com.Apple.airport.wps.plist [loading]

    [ongoing] com.Apple.airportd.plist

    com.Apple.AKD.plist [loading]

    com.Apple.Alf.agent.plist [loading]

    com.Apple.appleseed.fbahelperd.plist [loading]

    com.Apple.applessdstatistics.plist [loading]

    [ongoing] com.Apple.APSD.plist

    [ongoing] com.Apple.aslmanager.plist

    com.Apple.atrun.plist [no charge]

    [ongoing] com.Apple.audio.coreaudiod.plist

    [ongoing] com.Apple.audio.systemsoundserverd.plist

    com.Apple.auditd.plist [loading]

    [ongoing] com.Apple.autofsd.plist

    com.Apple.automountd.plist [loading]

    com.Apple.avbdeviced.plist [loading]

    com.Apple.awacsd.plist [loading]

    [ongoing] com.Apple.awdd.plist

    com.Apple.backupd-[ongoing] auto.plist

    com.Apple.backupd.plist [loading]

    [ongoing] com.Apple.blued.plist

    com.apple.bluetoothReporter.plist [loading]

    com.Apple.bluetoothaudiod.plist [loading]

    com.Apple.bnepd.plist [loading]

    com.Apple.BSD.dirhelper.plist [loading]

    [ongoing] com.Apple.cache_delete.plist

    [ongoing] com.Apple.cfprefsd.XPC.daemon.plist

    [loading] com.apple.cloudfamilyrestrictionsd - mac.plist

    com.apple.cmio.AVCAssistant.plist [loading]

    com.apple.cmio.AppleCameraAssistant.plist [loading]

    com.apple.cmio.IIDCVideoAssistant.plist [loading]

    com.apple.cmio.VDCAssistant.plist [loading]

    com.apple.cmio.iOSScreenCaptureAssistant.plist [loading]

    com.Apple.colorsyncd.plist [loading]

    com.Apple.comsat.plist [no charge]

    [ongoing] com.Apple.configd.plist

    [loading] com.apple.configureLocalKDC.plist (2015-08-22) -no signature!

    com.Apple.corecaptured.plist [loading]

    [ongoing] com.Apple.coreduetd.OSX.plist

    [ongoing] com.Apple.CoreServices.AppleEvents.plist

    com.Apple.CoreServices.appleid.Passwordcheck.plist [loading]

    [ongoing] com.Apple.CoreServices.launchservicesd.plist

    [ongoing] com.Apple.CoreServices.sharedfilelistd.plist

    [ongoing] com.Apple.coreservicesd.plist

    com.Apple.corestorage.corestoraged.plist [loading]

    com.Apple.corestorage.corestoragehelperd.plist [loading]

    [ongoing] com.Apple.coresymbolicationd.plist

    com.Apple.csrutil.report.plist [loading]

    [ongoing] com.Apple.ctkd.plist

    [ongoing] com.apple.cvmsServ.plist

    com.Apple.diagnostic.uuidpathd.plist [loading]

    [ongoing] com.Apple.diagnosticd.plist

    [ongoing] com.Apple.diskarbitrationd.plist

    com.Apple.diskmanagementd.plist [loading]

    com.Apple.diskmanagementstartup.plist [no charge]

    com.Apple.displaypolicyd.plist [loading]

    [ongoing] com.Apple.distnoted.XPC.daemon.plist

    com.Apple.dnsextd.plist [no charge]

    com.Apple.dpaudiothru.plist [loading]

    com.Apple.DPD.plist [loading]

    com.Apple.dspluginhelperd.plist [loading]

    com.Apple.DVDPlayback.SetRegion.plist [loading]

    com.Apple.dynamic_pager.plist [loading]

    com.Apple.eapolcfg_auth.plist [loading]

    com.Apple.eFax.plist [no charge] (2015-08-22) -no signature!

    [loading] com.apple.efilogin - helper.plist

    [loading] com.apple.emlog.plist (2015-08-22) -invalid signature!

    com.Apple.Emond.aslmanager.plist [loading]

    com.Apple.Emond.plist [loading]

    com.Apple.EPPC.plist [loading]

    com.Apple.familycontrols.plist [loading]

    com.Apple.findmymac.plist [loading]

    com.Apple.findmymacmessenger.plist [loading]

    com.Apple.firmwaresyncd.plist [no charge]

    com.Apple.fontd.plist [loading]

    com.Apple.fontmover.plist [loading]

    [ongoing] com.Apple.fseventsd.plist

    [no charge] com.apple.ftp - proxy.plist

    com.Apple.Getty.plist [no charge]

    [loading] com.apple.gkreport.plist (2015-09-29) -no signature!

    com.Apple.GSSD.plist [loading]

    com.Apple.hdiejectd.plist [loading]

    [ongoing] com.Apple.hidd.plist

    com.Apple.hidfud.plist [loading]

    [ongoing] com.Apple.icloud.findmydeviced.plist

    [ongoing] com.Apple.iconservices.iconservicesagent.plist

    [ongoing] com.Apple.iconservices.iconservicesd.plist

    [ongoing] com.Apple.ifdreader.plist

    com.Apple.installandsetup.systemmigrationd.plist [loading]

    [ongoing] com.Apple.installd.plist

    com.Apple.Installer.osmessagetracing.plist [loading]

    com.Apple.kcproxy.plist [loading]

    com.Apple.kdumpd.plist [no charge]

    [ongoing] com.Apple.kextd.plist

    com.Apple.kuncd.plist [loading]

    com.Apple.locate.plist [no charge] (2015-08-22) -no signature!

    [ongoing] com.Apple.locationd.plist

    com.Apple.lockd.plist [loading]

    com.Apple.logD.plist [failure]

    [ongoing] com.Apple.logind.plist

    com.apple.loginwindow.LFVTracer.plist [loading]

    [ongoing] com.Apple.loginwindow.plist

    com.Apple.logkextloadsd.plist [loading]

    [ongoing] com.Apple.LSD.plist

    [ongoing] com.apple.mDNSResponder.plist

    com.apple.mDNSResponderHelper.plist [loading]

    com.Apple.mbsystemadministration.plist [loading]

    com.Apple.mbusertrampoline.plist [loading]

    com.Apple.mdmclient.daemon.plist [loading]

    com.Apple.mdmclient.daemon.runatboot.plist [no charge]

    [ongoing] com.Apple.metadata.MDS.index.plist

    [ongoing] com.Apple.metadata.MDS.plist

    com.Apple.metadata.MDS.scan.plist [loading]

    com.Apple.metadata.MDS.spindump.plist [loading]

    com.Apple.MSRPC.echosvc.plist [no charge]

    com.Apple.MSRPC.lsarpc.plist [loading]

    com.Apple.MSRPC.mdssvc.plist [loading]

    com.Apple.MSRPC.Netlogon.plist [loading]

    com.Apple.MSRPC.Srvsvc.plist [loading]

    com.Apple.MSRPC.Wkssvc.plist [loading]

    com.Apple.mtmd.plist [loading]

    com.Apple.mtmfs.plist [no charge]

    [ongoing] com.Apple.nehelper.plist

    com.Apple.nesessionmanager.plist [loading]

    com.Apple.netauth.sys.auth.plist [loading]

    com.Apple.netauth.sys.GUI.plist [loading]

    [ongoing] com.Apple.netbiosd.plist

    [ongoing] com.Apple.networkd.plist

    [ongoing] com.Apple.networkd_privileged.plist

    com.Apple.newsyslog.plist [loading]

    com.Apple.nfsconf.plist [loading]

    com.Apple.nfsd.plist [loading]

    com.Apple.NIS.ypbind.plist [loading]

    com.Apple.noticeboard.State.plist [loading]

    [ongoing] com.Apple.notifyd.plist

    [ongoing] com.Apple.nsurlsessiond.plist

    com.Apple.nsurlstoraged.plist [loading]

    [ongoing] com.Apple.ocspd.plist

    com.Apple.odproxyd.plist [no charge]

    [ongoing] com.Apple.opendirectoryd.plist

    [loading] com.apple.periodic - daily.plist

    [loading] com.apple.periodic - monthly.plist

    [loading] com.apple.periodic - weekly.plist

    com.Apple.pfctl.plist [loading]

    com.Apple.PFD.plist [loading]

    com.Apple.platform.ptmd.plist [loading]

    [ongoing] com.Apple.powerd.plist

    com.Apple.powerd.SWD.plist [loading]

    com.Apple.preferences.TimeZone.AdminTool.plist [loading]

    com.Apple.preferences.TimeZone.Auto.plist [loading]

    com.Apple.printtool.daemon.plist [loading]

    com.Apple.racoon.plist [loading]

    com.Apple.remotepairtool.plist [loading]

    [ongoing] com.Apple.revisiond.plist

    com.Apple.rootless.init.plist [loading]

    com.Apple.rpcbind.plist [loading]

    [ongoing] com.Apple.sandboxd.plist

    com.Apple.screensharing.plist [loading]

    com.Apple.scsid.plist [loading]

    [ongoing] com.Apple.secinitd.plist

    com.apple.security.FDERecoveryAgent.plist [no charge]

    com.Apple.Security.agent.login.plist [loading]

    com.Apple.Security.authhost.plist [loading]

    [ongoing] com.Apple.Security.syspolicy.plist

    [ongoing] com.Apple.securityd.plist

    [ongoing] com.Apple.securityd_service.plist

    com.Apple.sessionlogoutd.plist [loading]

    com.Apple.SMB.preferences.plist [loading]

    com.Apple.smbd.plist [no charge]

    com.Apple.softwareupdate_download_service.plist [loading]

    com.Apple.softwareupdate_firstrun_tasks.plist [loading]

    [ongoing] com.Apple.softwareupdated.plist

    com.Apple.speech.speechsynthesisd.plist [loading]

    [ongoing] com.Apple.spindump.plist

    com.Apple.startupdiskhelper.plist [loading]

    com.Apple.statd.notify.plist [loading]

    com.Apple.storagekitd.plist [loading]

    [ongoing] com.Apple.storeaccountd.daemon.plist

    com.Apple.storeagent.daemon.plist [loading]

    com.Apple.storeassetd.daemon.plist [loading]

    com.Apple.storedownloadd.daemon.plist [loading]

    com.Apple.storereceiptinstaller.plist [loading]

    [ongoing] com.Apple.suhelperd.plist

    [ongoing] com.Apple.symptomsd.plist

    com.Apple.sysdiagnose.plist [loading]

    [ongoing] com.Apple.syslogd.plist

    [ongoing] com.Apple.sysmond.plist

    com.Apple.system_installd.plist [loading]

    com.Apple.systemkeychain.plist [loading]

    com.Apple.SystemPreferences.Installer.plist [loading]

    com.Apple.systemstats.analysis.plist [loading]

    com.Apple.systemstats.daily.plist [loading]

    [ongoing] com.Apple.systemstatsd.plist

    [loading] com.apple.taskgated - helper.plist

    [ongoing] com.Apple.taskgated.plist

    [ongoing] com.Apple.tccd.System.plist

    com.Apple.thermald.plist [loading]

    com.Apple.trustd.plist [loading]

    com.Apple.ucupdate.plist [loading]

    com.Apple.uninstalld.plist [loading]

    com.Apple.unmountassistant.sysagent.plist [loading]

    com.apple.updateEFIDesktopPicture.plist [loading]

    [ongoing] com.Apple.Usbd.plist

    [ongoing] com.Apple.usbmuxd.plist

    com.Apple.UUCP.plist [no charge]

    [loading] com.apple.var - db-dslocal - backup.plist

    com.Apple.vsdbutil.plist [loading]

    [ongoing] com.Apple.warmd.plist

    [ongoing] com.Apple.watchdogd.plist

    [ongoing] com.Apple.wdhelper.plist

    com.Apple.wifid.plist [loading]

    [ongoing] com.Apple.wirelessproxd.plist

    com.Apple.wwand.plist [loading]

    [ongoing] com.Apple.XPC.SMD.plist

    com.Apple.XPC.uscwoap.plist [loading]

    com.Apple.Xsan.plist [no charge]

    com.Apple.xsandaily.plist [no charge]

    com.Apple.xscertadmin.plist [no charge]

    [no charge] com.apple.xscertd - helper.plist

    com.Apple.xscertd.plist [no charge]

    com.vix.cron.plist [loading]

    exec.plist [no charge]

    finger.plist [no charge]

    FTP.plist [no charge]

    login.plist [no charge]

    ntalk.plist [no charge]

    org.Apache.httpd.plist [no charge] (2015-08-22) -no signature!

    [no charge] org.cups.cups - lpd.plist

    [loading] org.cups.cupsd.plist (2015-08-22) -invalid signature!

    [no charge] org .net - snmp.snmpd.plist (2015-09-09) -no signature!

    [operation] org.ntp.ntpd.plist (2015-08-22) -no signature!

    org.openldap.slapd.plist [no charge]

    org.Postfix.master.plist [loading]

    [loading] org.postfix.newaliases.plist (2015-08-22) -no signature!

    Shell.plist [no charge]

    [loading] ssh.plist (2015-08-20) -no signature!

    Telnet.plist [no charge]

    TFTP.plist [no charge]

    Launch officers:

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2016-01-29) [Support]

    [loading] com.google.keystone.agent.plist (2016-03-02) [Support]

    [loading] com.oracle.java.Java - Updater.plist (2014-09-04) [Support]

    [loading] com.symantec.errorreporter - periodicagent.NFM.plist (2016-02-27) [Support]

    [operation] com.symantec.uiagent.application.NFM.plist (2016-01-20) [Support]

    com.TeamViewer.TeamViewer.plist [no charge] (2015-03-02) [Support]

    com.TeamViewer.teamviewer_desktop.plist [no charge] (2015-03-02) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2016-01-29) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2016-01-29) [Support]

    [loading] com.adobe.fpsaud.plist (2016-01-29) [Support]

    [loading] com.google.keystone.daemon.plist (2016-03-02) [Support]

    [loading] com.oracle.java.Helper - Tool.plist (2014-09-04) [Support]

    [loading] com.symantec.SymLUHelper.NFM.plist (2016-01-20) [Support]

    [loading] com.symantec.UninstallerToolHelper.NFM.plist (2016-01-20) [Support]

    [operation] com.symantec.deepsight - extractor.NFM.plist (2016-01-20) [Support]

    [loading] com.symantec.errorreporter - periodic.NFM.plist (2016-02-27) [Support]

    [loading] com.symantec.liveupdate.daemon.NFM.plist (2016-01-20) [Support]

    [operation] com.symantec.nfm.wps.plist (2016-01-20) [Support]

    [operation] com.symantec.sharedsettings.NFM.plist (2016-01-20) [Support]

    [operation] com.symantec.symdaemon.NFM.plist (2016-01-20) [Support]

    [loading] com.teamviewer.Helper.plist (2015-03-02) [Support]

    com.TeamViewer.teamviewer_service.plist [no charge] (2015-03-02) [Support]

    [loading] com.westerndigital.WD - SmartWare - install .plist (2013-12-09) [Support]

    User launch officers:

    [failure] com.adobe.ARM. [...]. plist (2013-03-13) [Support]

    [loading] com.apple.SafariBookmarksSyncer.plist (2011-04-27) -/Applications/Safari.app/Contents/SafariSyncClient.app/Contents/MacOS/SafariSyn customer: Executable not found!

    Items in user login:

    iTunesHelper Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Request for SpeechSynthesisServer (/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks SpeechSynthesis.framework/Versions/A/SpeechSynthesisServer.app)

    Apple-CCS-20151115-210320 UNKNOWN (missing value)

    Hidden BOINCManager Application (/ Applications/BOINCManager.app)

    SymSecondaryLaunch UNKNOWN (missing value)

    WDQuickView UNKNOWN (missing value)

    Other applications:

    [ongoing] com.apple.AccountPolicyHelper

    [ongoing] com.apple.AddressBook.ContactsAccountsService

    [ongoing] com.apple.AmbientDisplayAgent

    [ongoing] com.apple.BKAgentService

    [ongoing] com.apple.CloudPhotosConfiguration

    [ongoing] com.apple.CodeSigningHelper

    [ongoing] com.apple.DataDetectorsDynamicData

    [loading] com.apple.DesktopServicesHelper.DF80CD70 - 017F-4B5D-SUMMER-40059B1515C4

    com.apple.DictionaryServiceHelper [loading]

    com.apple.FCiCloudPrefUpdater [loading]

    com.apple.IASUtilities.IASCloudConfigHelper [loading]

    [ongoing] com.apple.ImageCaptureExtension2.73312

    [ongoing] com.apple.InputMethodKit.TextReplacementService

    com.apple.Localization.SetDefaultsService [loading]

    com.apple.MailServiceAgent [loading]

    [ongoing] com.apple.PerformanceAnalysis.animationperfd

    com.apple.SpeechRecognitionCore.brokerd [loading]

    [ongoing] com.apple.ViewBridgeAuxiliary

    com.Apple.accounts.DOM [loading]

    com.apple.appkit.xpc.sandboxedServiceRunner [loading]

    [ongoing] com.Apple.Authd

    com.Apple.cmio.registerassistantservice [loading]

    com.Apple.Facebook.XPC [loading]

    [ongoing] com.Apple.GEOD

    [loading] com.apple.gssd.DE000000-A086-0100-0000-000000000000

    com.Apple.hiservices-[ongoing] xpcservice

    [loading] com.apple.iBooksX - SecureUserDefaults

    [ongoing] com.apple.iCloudHelper

    [ongoing] com.apple.iTunesHelper.79392

    [ongoing] com.apple.imdpersistence.IMDPersistenceAgent

    com.apple.iokit.IOServiceAuthorizeAgent [loading]

    com.Apple.IOKit.ioserviceauthorized [loading]

    com.Apple.LinkedIn.XPC [loading]

    [loading] com.apple.mdworker.32bit.01000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.32bit.02000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.lsb.02000000-0000-0000-0000-000000000000

    [operation] com.apple.mdworker.mail.01000000-0000-0000-0000-000000000000

    [operation] com.apple.mdworker.mail.02000000-0000-0000-0000-000000000000

    [operation] com.apple.mdworker.mail.03000000-0000-0000-0000-000000000000

    [operation] com.apple.mdworker.mail.04000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.shared.00000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.shared.01000000-0000-0000-0000-000000000000

    [operation] com.apple.mdworker.shared.02000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.shared.03000000-0000-0000-0000-000000000000

    [operation] com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.single.01000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.single.02000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.single.03000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.single.04000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.single.05000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.single.06000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.single.07000000-0000-0000-0000-000000000000

    [loading] com.apple.mdworker.single.08000000-0000-0000-0000-000000000000

    com.apple.messages.BuddyPictureService [loading]

    com.Apple.SBD [loading]

    com.apple.security.XPCKeychainSandboxCheck [loading]

    com.apple.security.XPCTimeStampingService [loading]

    [loading] com.apple.security.agent.login.00000000-0000-0000-0000-0000000186A8

    [loading] com.apple.security.authhost.00000000-0000-0000-0000-0000000186A8

    com.apple.sharekit.EntitlementsHelper [loading]

    com.Apple.SystemAdministration.writeconfig [loading]

    com.Apple.tencentweibo.XPC [loading]

    com.Apple.tonelibraryd [loading]

    com.Apple.Twitter.XPC [loading]

    com.Apple.weibo.XPC [loading]

    [ongoing] com.Apple.XPC.launchd.oneshot.0x10000002.AppleSpell

    [ongoing] com.Apple.XPC.launchd.oneshot.0x10000005.EtreCheck

    com.HP.devicemonitor [failure]

    edu.Berkeley.BOINC.109152 [loading]

    Plug-ins Internet:

    o1dbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-16) [Support]

    Java applet: 1.0.1 (2013-02-01)

    Default browser: 601 - SDK 10.11 (2016-01-20)

    AdobePDFViewerNPAPI: 15.010.20059 - SDK 10.8 (2016-02-17) [Support]

    FlashPlayer - 10.6: 20.0.0.306 - SDK 10.6 (2016-02-09) [Support]

    Silverlight: 4.1.10329.0 (2013-07-25) [Support]

    QuickTime Plugin: 7.7.3 (2016-01-20)

    Flash Player: 20.0.0.306 - SDK 10.6 (2016-02-09) [Support]

    googletalkbrowserplugin: 5.41.3.0 - 10.8 SDK (2015-12-11) [Support]

    iPhotoPhotocast: 7.0 (2013-02-01)

    AdobePDFViewer: 15.010.20059 - SDK 10.8 (2016-02-17) [Support]

    RL Secure Layer plugin: Unknown - SDK 10.5 (2015-11-25) [Support]

    JavaAppletPlugin: Java 8 66 update build 17 (2015-11-29) check the version of

    User Plug-ins internet:

    WebEx64: 1.0 - SDK 10.6 (2014-10-10) [Support]

    CitrixOnlineWebDeploymentPlugin: 1.0.105 (2013-04-25) [Support]

    UploadManager: Unknown - SDK 10.5 (2015-11-25) [Support]

    ContentManager: Unknown - SDK 10.5 (2015-11-25) [Support]

    RocketEngine: Unknown - SDK 10.5 (2015-11-25) [Support]

    Safari extensions:

    AdBlock (2015-09-28)

    Norton Antivirus (2016-02-27)

    Audio Plug-ins:

    EcammAudioLoader: 1.0.3 - SDK 10.8 (2015-09-04) [Support]

    CallRecorder: v2.5.16 - 10.8 SDK (2015-09-04) [Support]

    3rd party preference panes:

    Dual (2013-10-26) [Support]

    Flash Player (2016-01-29) [Support]

    Java (2015-11-29) [Support]

    Perian (2011-07-23) [Support]

    Time Machine:

    Skip system files: No.

    Mobile backups: OFF

    Automatic backup: YES

    Volumes to back up:

    Korak: Disc size: 499,25 GB disc used: 366,14 GB

    Destinations:

    Rama1 [Local]

    Total size: 333,40 GB

    Total number of backups: 64

    An older backup: 2015-06-05, 11:06

    Last backup: 2016 - 03-08 at 12:47

    Backup disk size: too small

    Backup size GB 333,40 < (disc 366,14 GB X 3)

    Top of page process CPU:

    6% WindowServer

    2% fontd

    kernel_task 2%

    0% NFMWps

    0% SymDaemon

    Top of page process of memory:

    1.10 GB kernel_task

    NFMWps 426 MB

    SymDaemon 344 MB

    262 MB mdworker (13)

    213 MB mds_stores

    Virtual memory information:

    10.00 GB of free RAM

    5.91 used GB RAM (3.89 GB being cached)

    Used Swap 0 B

    Diagnostic information:

    March 8, 2016, 09:59:45 /Library/Logs/DiagnosticReports/SymDaemon_2016-03-08-095945_[redacted].crash

    / Library/Application Support/Symantec/*/SymDaemon.bundle/Contents/MacOS/SymDaemon

    8 March 2016, 09:57:45 self test - passed

    March 8, 2016, 09:03:53 /Library/Logs/DiagnosticReports/SymDaemon_2016-03-08-090353_[redacted].cpu_reso urce.diag [details]

    March 8, 2016, 08:30:21 /Library/Logs/DiagnosticReports/SymDaemon_2016-03-08-083021_[redacted].crash

    March 7, 2016, 18:30:53 /Library/Logs/DiagnosticReports/SymDaemon_2016-03-07-183053_[redacted].cpu_reso urce.diag [details]

    March 7, 2016, 08:24:54 /Library/Logs/DiagnosticReports/SymDaemon_2016-03-07-082454_[redacted].crash

    March 7, 2016, 06:44 /Library/Logs/DiagnosticReports/SymDaemon_2016-03-07-064400_[redacted].crash

    March 6, 2016, 17:18:42 /Library/Logs/DiagnosticReports/SymDaemon_2016-03-06-171842_[redacted].crash

    March 6, 2016, 16:02:54 /Library/Logs/DiagnosticReports/SymDaemon_2016-03-06-160254_[redacted].cpu_reso urce.diag [details]

    March 5, 2016, 20:17:20 /Library/Logs/DiagnosticReports/SymDaemon_2016-03-05-201720_[redacted].cpu_reso urce.diag [details]

    March 5, 2016, 15:21:28 /Library/Logs/DiagnosticReports/SymDaemon_2016-03-05-152128_[redacted].cpu_reso urce.diag [details]

    1. the present proceedings is a diagnostic test. It doesn't change anything for the better or worse and therefore, by itself, will not solve the problem. But with the help of the results of the tests, the solution may take a few minutes, instead of hours or days.

    The test works on OS X 10.8 ("Mountain Lion") and later versions. I do not recommend running it on older versions of Mac OS X. It will do no harm, but it will not do not much good.

    Do not be put off by the complexity of these instructions. The process is much less complicated than the description. You make the tasks more complicated with the computer all the time.

    2. If you do not already have a current backup, please back up all the data before doing anything else. The backup is needed on the general principle, not because of what anyone in the test procedure. Backup is always a must, and when you encounter any kind of problems with the computer, you can be more than the usual loss of data, if you follow these instructions or risk not.

    There are ways to back up a computer that is not fully functional. Ask if you need advice.

    3 here is instructions to run a UNIX shell script, a type of program. As I wrote above, it doesn't change anything. It does not send or receive data over the network. There is no to generate a report on the State of the computer human readable. This report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents for me or someone else.

    You should ask yourself if you can believe me, and if it is safe to run a program at the request of a foreign national. In general, no, he's not sure, and I encourage it.

    In this case, however, there are ways for you to decide if the program is safe without having to trust me. First of all, you can read it. Unlike an application that download you and click to start, it is transparent, anyone familiar with the code can check what it does.

    You may not be able to understand the script yourself. But variations of it have been posted on this site several times over a period of years. One of the million registered users to have read the script and set off the alarm if it was dangerous. Then I wouldn't be here now, and you would not be reading this message. See, e.g., this discussion.

    However, if you cannot satisfy yourself that these instructions are safe, do not follow them. Ask other solutions.

    4. here is a general summary of what you need to do, if you decide to go forward:

    ☞ Copy text from a particular web page (not this one) to the Clipboard.

    ☞ Paste into the window to another application.

    ☞ Wait for the test to run. It usually takes a few minutes.

    ☞ Stick the results, which will be copied automatically, in a response on this page.

    These are not specific instructions; just a glimpse. The details are in parts 7 and 8 of this comment. The sequence is: copy, paste, wait and paste it again. You don't need to copy a second time.

    5. try to test in conditions that replicate the problem, to the extent possible. For example, if the computer is slow intermittently, run the test during a downturn.

    You may have started up in safe mode. If the system is now in safe mode and works pretty well in normal mode to test run, restart as usual before running it. If you can test only in safe mode, this.

    6. If you have more than one user and a user is affected by the problem, and the user is not an administrator, and then run the test twice: once under the affected user and one administrator. The results can be different. The user that is created automatically on a new computer, when you start it for the first time is an administrator. If you are unable to log in as an administrator, verify that the user concerned. More personal Mac have only one user, and in this case this section does not apply. Don't log in as root.

    7 load the linked web page (the site "Pastebin.") Press the combination of keys command + A to select all the text, then copy it to the Clipboard by pressing command-C.

    8. start the Terminal application integrated in one of the following ways:

    ☞ Enter the first letters of his name ("Terminal") in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Click anywhere in the Terminal window to activate it. Paste from the Clipboard into the window by pressing Command + V, then press return. The text that you pasted should disappear immediately.

    9. If you logged in as an administrator, you will be prompted for your login password. Nothing displayed when you type. You won't see the usual points instead of the characters typed. Make sure that caps lock is turned off. Type carefully, and then press return. You can get a warning to be careful. If you make three unsuccessful attempts to enter the password, the test is still running, but it will produce less information. If you do not know the password, or if you prefer not to enter, just press back three times at the password prompt. Yet once again, the script will run.

    If the test takes much longer that usual to run because the computer is very slow, you can be prompted for your password a second time. The permission you grant by entering it will expire automatically after five minutes.

    If you are not logged as an administrator, you will be prompted for a password. The test will run. It just will not do anything that requires administrator privileges.

    10. the test may take a few minutes to run, depending on the number of files you have and the speed of the computer. A computer that is abnormally slow may take more time to run the test. During execution, a series of lines is displayed in the Terminal window like this:

        Test started
            Part 1 of 4 done at: … sec        …        Part 4 of 4 done at: … sec
        The test results are on the Clipboard.
        Please close this window.

    The intervals between the parties will not be exactly the same, but they give an approximate indication of progress.

    Wait for the final message "Please close this window" appear - again, usually within a few minutes. If you don't see this message in about 30 minutes, the test probably won't be completed within a reasonable time. In this case, press the Ctrl + C key combination or the point command to stop it. Then go to the next step. You will have incomplete results, but still something.

    In order to get results, the test should be allowed to perform or be stopped manually as shown above. If you close the window of the Terminal, while the test is still running, the partial results will not be saved.

    11. when the test is completed, or if you manually stopped, leaving the Terminal. The results have been saved to the Clipboard automatically. They do not appear in the Terminal window. Please do not copy from there. All you have to do is start a response to this comment and then paste it again by pressing Command-V.

    At the top of the results, there will be a line that begins with the words «Start time.» If you do not see that, but rather to see a mass of gibberish, you wait for the message "close this window". Please wait and try again.

    If personal information, such as your name or e-mail address, appear in the results, make anonymous before posting. Usually it will be not necessary.

    12. in the validation of the results, you see an error message on the web page: "you have included content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the software which manages this website. Thanks for posting the results of the tests on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

    13. When you are finished with the test, it is gone. There is nothing to uninstall or clean.

    14. This is a public forum and others can give you advice based on the results of the test. They speak for themselves, not for me. The test itself is harmless, but all that you can not be. For others who choose to run it, I do not recommend that you view the results of test on this Web site unless I ask.

    15. the related UNIX shell script is a notice of copyright. ASC readers can copy for their personal use. The whole nor any part can be redistributed.

  • Slatebook x 2-problem of battery alarm and shutdown

    Hello, I have Slatebook new x 2 and I have a problem. When the battery becomes low, then I receive an alert and it stops immediately. In fact, it stops and I see the alarm behind the closing down of the dialog window, while it stops. There is no chance to save the work or anything. It is very annoying. It behaves no matter if the dock is connected or not.

    I also use the Android phone. There are two battery alarms, low and critical battery level. None of these alarms will automatically stop. There is still time to use the device for a period of time, for example to make several calls or record the work after the critical alarm.

    What is the problem with the unit? Is it possible to configure alerts and actions?

    My problem is finally solved!

    The initial communication with HP was really bad. As Sparkles1 discovered, HP is responsible for all of the product. Also, I found no one else having this problem while it was more probably on my unit that the general problem of hardware or software.

    My second attempt to handle this with the support of HP was good. Although they were asked to do measures that have already been made. At the end, me to solve this problem by contacting HP support directly or through close HP authorized service partner available. I contacted directly taken in charge of HP. A Messenger came to the tablet. After several days (pretty fast), mail is returned with the repaired unit. The unit is the same. They replaced a called party of hinge LCD. I tested the behavior of the system twice and he performed well.

  • Problems with my new monitor 3014

    My 3014 happened today. not having is not a great experience. do not know how well my 3008 now dead was the scene, but it seems a bit odd. I never noticed anything the old funny

    two things:

    1. Black performance.

    booted up a part of the knighthood, all areas which were dark at all had almost no gradation of darkness (IE, everything was quite dark, almost all black), but the light areas were very nice and looked nice.

    on this test image.
    http://img15.imageshack.us/img15/962/calibration.gif
    No swapping of brightness, contrast, ambient light or color profile can make me see a difference between A, B, C, D and E.

    Similarly, on this test image.
    http://blog.BiGSmOkE.us/uploads/2009...-calibrate.PNG
    I don't see anything other than black on the 1% to 11%, the entire screen is identical except for the color bands black wall, regardless of the brightness, contrast, ambient light or color profile. high color test page, it's completely black for a solid 2cm to the right of the aqua line where the color bars are supposed to become visible.

    no doubt I'm super stupid something, but is it compatible with (3014 or non-3014) results others?

    2 ghosts

    I never noticed this on my 3008 old, but scrolling up and down a website (dark text on a light background) leaves a final trail after any text. It's a life decent 1 mm or more in length if I deliberately make my speed to maximize the effect. It is always easy with a slower scrolling, but not as along a trail, and with very fast scrolling it is masked by the scale of the image shift is therefore not particularly notable.

    just scroll up and down in the preview pane of this type, it is extremely sensitive. I'm 100% sure that I would have noticed this on my old monitor.

    It's very distracting during web surfing normal use.

    open to any thinking about the settings or anything, I could do wrong.

    probably a coincidence, but I have also 2 pixels light blocked - white very noticeable on funds that are colorful, but very hard to see on a black background (I think that this is related to the poor performance of black).

    I bought in Australia, and I posted this same content on a forum local tech to get feedback from there too. I'd be very keen for a response from a Dell representative. I was very happy with my 3008 old and never had a problem with it until he died recently.

    (also, I've read this thread http://en.community.dell.com/support-forums/peripherals/f/3529/t/19499832.aspx talking diagnostic integrated into the 3014 - by following these instructions, I cannot go into diagnostic mode, just in power save mode, count to five? keys 1 and 4 so that DVI is disconnected seems to have no effect)

    Thanks for any help.

    False alarm on the poor black performance - was a driver issue. Black level performance on this model is good/fine. AMD/ATI driver has been failing to a large negative of brightness of the software. Still not having luck with the bad pixels, but it's not as much of a problem - a simple replacement will fix this. The Ghost is not as bad too, now that I've fixed this driver issue.

  • Problem with HD2SD workflow - VirtualDub crashes

    I tried to follow Dan and Jeff HD to SD using HD2SD a workflow. The results are much better than the conversion of the first, but I have problems with VirtualDub that hangs. All components have been installed according to the video of Jeff Bellune (I hope I'm not joking upward).

    My system runs on Windows 7 64 - bit, Intel i7 CPU, 12 GB memory, graphics Quadro 4000 card. I'm still under CS5.03, because I want to finish my current project before the update. I still have the AXIO THE (actuall drivers) installed.

    Here are my steps:

    My pictures is material HD422 and HD - EX from a PDW700 and an EX-3. It is recorded in 1080i50. My timeline is a timeline of Matrox HD1080.

    Step 1. Export MPEG I-frame

    With the help of SOUL I export an image I MPEG clip "Classes - I.m2v" + "Classes - I.wav ' with the following parameters:

    Encoder: Main Concept,

    Multiplexer: none.

    Quality: 5

    TV standard: PAL

    Image size: 1920 x 1080,.

    Frame Rate: 25 fps.

    Field order: top,.

    Pixel format: square,.

    Profile: 4:2:2, level: high.

    Go to maximum depth: off,.

    Flow of encoding: CBR,.

    Senior M/N: 1,

    Primary colors: ITU - R. Rec. 709,

    Use Maximum rendering quality: off

    Question: Are there advantages or disadvantages in using the I-frame Matrox codec instead?

    Step 2: GDIndex

    I now generate the file 2dv ' Classes - I.2dv "with DGIndex. The poster format interwoven with BT.709 Info window.

    Step 3: AVISynth script

    I created the AVISynth script following 'Classes.avs ':

    SetMTMode (2.0)

    MPEG2Source ("Classes_I.2Dv")

    hd2sd (interlaced = true, OutputFieldRate = 50 OutputColorSpace = "RGB32")

    According to the hd2sd info text file, I put RGB32 to encode in yet.

    I also tried to use "YUY2" for encoding with ProCoder 3.

    Step 4: Creating file SD

    I opened 32-bit VirtualDub.

    For "Compression", I select Lagarith, RGB (default), multithreaded

    I opened "Classes.avs" and select "Save as AVI".

    VirtualDub starts coding for a fraction of a second (18 images) and then hangs with kernelbase. I added at the end of this post thread call stack.

    Crash reason: Microsoft C++ Exception unhandled

    Context of the accident:
    An exception occurred in the module "KERNELBASE.

    I am able to make with the SOUL lagarith codec. For testing VirtualDub, I tried to code for the Matrox DV codec. It crashed, too, but this time in frame of 19. I was able to choose uncompressed RGB mode to render with VirtualDub, but it didn't work after the crash lagarith. I had to reboot the system. VirtualDub reboot didn't help.

    Can someone tell me how I can get VirtualDub to work with the codec lagarith or something else?

    Step 5:

    The SD - AVI file with the uncompressed RGB codec seems strong and good, but on fast movements, he seems to have an effect of smear (played with Media player). When I verify with GSpot it shows all the fields above or below. Is it possible that the file has been made progressive? GSpot displays 25 fps. Don't load the file into the first it shows no fields (Progressive Scan), too. I guess that the fields are simply copied into an image.

    I created the file MPEG2 DVD once with Procoder and once with the SOUL of first (I used both the file with RGB color space to limit the work of screening, since the main problem is the sharpness and movement. Hd2sd information file recommended for ProCoder YUY2. I'll test it later.)

    When I drag the AVI file in Procoder she displays fields from the bottom first, but I can choose different options. To maintain the order of the fields of the source material, I chose manually high-field and the aspect ratio of 16:9 source value. As a target, I chose the mastering MPEG2-DVD quality. Here the order of the fields first shows upper field. I can't change the setting in Procoder. The ratio is set to 16 x 9, once again. The result looks good and the movement is smooth.

    I also created a MPEG2 DVD with SOUL of first file to compare. Since the film dialog interpreter showed progressive I turned on manually in the upper fields. The movement resulting is fine, but the picture was fuzzy again! I played a bit with Max Render and Max BitDepth. I have to do the test against. There must be a mistake. It seemed that I had to put one of them to get good results, but it didn't matter which one. Since I have a supported GPU card, it should not matter if Max Render is selected or not.

    Not to mention that Media Player I tried to compare files in VLC, too. In VLC videos generally show more movement, but it could be just deinterlace VLC. Can anyone recommend me a good player? I sometimes give up files first and whatch them on my JVC monitor via the Matrox output to get the best comparison broadcast?

    ----

    I also saw that DebugMode FrameServer is now available in 64-bit. Is this DGIndex workflow has any other advantage that comes from being faster in the sum? I prefer to use the FrameServer it rather than the MPEG-I workflow since it would eliminate the space required for the intermediate file? I can leave the system restore at night when I use it.

    Thanks for any help.

    Marcus

    [Please do not post crash logs]

    Windows UNITED Arab Emirates:

    Signature of the problem:
    Problem event name: APPCRASH
    Application name: VirtualDub.exe
    Application version: 1.9.11.0
    Application timestamp: 4d150e35
    Fault Module name: KERNELBASE.dll
    Fault Module Version: 6.1.7601.17514
    Timestamp of Module error: 4ce7bafa
    Exception code: e06d7363
    Exception offset: 0000b 727
    OS version: 6.1.7601.2.1.0.256.1
    Locale ID: 1031
    Additional information 1: 6e2c
    More information 2: 6e2c5b7dda76ef819de36e144d50d576
    3 more information: 9a 96
    Additional information 4: 9a968b4f6589cce1e779aaaf6506f518

    From the hd2sd text file:

    Cultures when necessary for optimum conversion of the format aspects while using all visible pixels.   Normal HD-> conversions of SD, this will crop 14 pixels high and at the bottom of a HD 1080 [10 from a 720 p source] source prior to the scaling

    MediaInfo will show you the color space and the subsampling of the chrominance.

    For the rest, I had simply go with the workflow that produces the results you want.

    -Jeff

  • Problem with SB6141 Surfboard Arris

    Hi all! I went to Time Warner Cable today for my ISP and had bought an Arris SB6141 cable modem to save on rental fees. I have the newer model of the most extreme airport, and my Mac running OS X Yosemite v. 10.10.5. I can't get the AE or Mac recognizes the modem cable. TWC could ping the modem and I can directly connect my laptop to the modem work and connect. I searched and tried several of the suggestions on other positions, without success.

    I'm not a COMPUTER specialist, at a basic level any help would be appreciated, including recommendations or suggestions on a different modem to buy.

    I can't get the AE or Mac recognizes the modem cable. TWC could ping the modem and I can directly connect my laptop to the modem work and connect.

    When you bought the modem and it hung up... you had to call TWC for the modem allowed to work with their service, then correct?

    TWC probably asked you for the ID of the modem, also known as the MAC address, correct?

    What computer was connected to the modem when TWC 'authorized' modem for their service? Was it the work laptop?

    I searched and tried several of the suggestions on other positions, without success.

    We do not know what you have tried and tried... and you don't really want to ask you to do things you've already done.  Please provide a summary of the things you have tried as a result of your search.

    Finally, and unfortunately, the SB6141 is known to have problems with Apple routers... or vice versa, depending on your view. Both are good products... but they do not seem to work well together for some users.

    Here's just a short extract messages to verify this problem: https://discussions.apple.com/search?q=sb6141

    For example, you may need to make a decision between keep the modem and try another router, or keep the AirPort Extreme and try another brand of modem.

  • Problems with the battery drain on iPhone 6

    Hello! This is my first time posting but I had some problems lately with my iPhone while keeping a charge.

    So, this has started to happen a month ago (exactly one year after I bought my iPhone) and my battery drains just exponentially and evacuates it sometimes when I'm not using it and the internet is not on. For example I'll fully my phone until I fall asleep and I'll put it on airplane mode before going to sleep. By the time I wake up, the battery will be down to 60%. I do not use it during this time, I don't get notifications because all data and the internet is disabled. I do not understand why it is empty.

    Anyway, I've taken to the Apple store Genius bar twice now and they have not been able to fix it. They have tried to restore it... I did that before I went to the Apple store, but they decided to do it again and the second time the guy just told me to turn off all the background app refresh or anything I did but it we continue to attract.

    When I was at the Apple store, they also checked my battery and everything was normal. I got 100 below the number of average cycles since the age of my phone and the battery was in the green at 94%.

    I am really frustrated after two trips to the store person has managed to fix my phone and I have the impression that they will try to coax me to pay for something that won't fix my phone. Also if there is a problem with Apple hardware and nothing of what I've done so why should I pay for it when it started to happen at the level of the one-year mark. It's so boring, but if anyone else has had a similar situation for advice or assistance would be greatly appreciated.

    a4annalisa wrote:

    When I was at the Apple store, they also checked my battery and everything was normal. I got 100 below the number of average cycles since the age of my phone and the battery was in the green at 94%.

    I am really frustrated after two trips to the store person has managed to fix my phone and I have the impression that they will try to coax me to pay for something that won't fix my phone. Also if there is a problem with Apple hardware and nothing of what I've done so why should I pay for it when it started to happen at the level of the one-year mark.

    Yes that is exactly what they are trying to avoid. As you explained that you have visited it there twice to attempt to solve this problem, they could have offered to replace your battery for $79 that with your current battery showing 94% of its original capacity, that would not have done much for you at all.

    Have you been having problems with the reception of your carrier recently, when all this started happening? Were you see 1 or 2 points of service when you used to see 3 or 4? When you have restored your iPhone, you restore it as a new iPhone or restore a backup top later? Just try to refine some possibilities for the continuous emission.

Maybe you are looking for