Updating RH inactivates the executable

Hello,
I have RH 7.00.145. Each time I update (per automatic
prompt), the following happens:
My executable becomes inactive.
My solution is:
I reinstall from disk and I'm back to 7.00.145 and I'm
working fine for a few hours. Then, the automatic update catches up
with me and prompts me to update. I say sure, why not. The update,
when done, demands a restart. I say sure why not. After the
restart, the executable is dead.
So:
All files are in their proper place here:
C:\Program Files\Adobe\Adobe RoboHelp 7\RoboHTML
RoboHTML.exe however becomes inoperable, and I think it's
after a restart.
What do you think is happening? Thanks in advance for any
clue!
Vivian

viv1an,
You're not alone in this. I've had a similar issue where
RoboHTML (and a number of the utility applications as well) refuses
to start after a reboot for some time now. It's been escalated
through several levels of tech support and so far there has been no
resolution. It runs fine on my notebook though. It's the only
application that does this on my main production machine - quite
frustrating and has forced me to give up on RH for now. I'm hoping
that the next release might address this issue.

Similar Messages

  • Have updated from Snow Leopard to Lion with Safari Version 5.0.5. Now I can not update to Safari 5.1. There is no update in the Software Updater, and on the apple-download page, I only found a Safari 5.1 for Snow Leopard. When executing it, there is an e

    I have updated from Snow Leopard to Lion with Safari Version 5.0.5. Now I can not update to Safari 5.1. There is no update in the Software Updater, and on the apple-download page, I only found a Safari 5.1 for Snow Leopard. When executing it, there is an error message, that it is for 10.6 only.
    It seems that I should have first updated Safari, and then only to Lion, which I didn't. Any idea how I can fix this now without having to rollback to Snow Leopard, update Safari and then go back to Lion?

    Try this Safari5.1 from the installer package
    http://www.filefactory.com/file/cc9005d/n/Safari.pkg.zip
    The download worked better with Firefox not sure why. At the bottom of the page after the captcha>> slow down load is the Free link,  it took about 4 minutes to download on my test.

  • Open VI Reference Error in the executable version only

    Hello folks! I am having a strange issue since I updated to Labview 2014: I have a vi that uses "Open VI Reference" in order to programmatically open the desired vi. It worked flawless also in the compiled version (.exe) of the program until yesterday, when i compiled it again for the first time since my update to Labview 2014. It compiles with no problem, but when i start the exe and load the first vi it already gives me an error "Built Application or Shared Library (DLL): Missing".
    The point is that all the VIs that i want to open are inside an LLB that is supposed to be compiled inside the .exe: infact the path that i use to open is:
    D:\LabVIEW Data\builds\Sequenzer\Sequenzer2.0.exe\com_lv_sequenzer\trunk\Sequenzer_Functions.llb\Seq_Connect_to_Database.vi
    And i get error number 7:
    Open VI Reference in Seq_Function_Interface.vi->Sequenzer_Main_2.0.vi<APPEND>
    VI Path: <b>D:\LabVIEW Data\builds\Sequenzer\Sequenzer2.0.exe\com_lv_sequenzer\trunk\Sequenzer_Functions.llb\Seq_Connect_to_Database.vi</b>
    Built Application or Shared Library (DLL): Make sure all dynamically loaded VIs were properly included in the build specification for the application or shared library.
    LabVIEW Real-Time: VIs built into executables cannot be accessed through VI Server calls. Use Source Distributions to dynamically call VIs on Real-Time targets.
    The vi Seq_Connect_to_Database.vi is included in my built (as you can see in the attached screenshot and as it has always been).
    Do you have an idea of why it is not working anymore?
    Thanks a lot in advance!
    Dario Cassaniti
    Solved!
    Go to Solution.
    Attachments:
    sequenzer.png ‏86 KB

    OK, here is where I am confused. You talk about including the llb in the build, but in the screen shot you show a bunch of individual VIs being included. Next, in source file settings where are you telling the app builder to store all those individual VIs? Because they are VIs LabVIEW will, by default, want to put them in the executable somewhere.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Error while maintaining the Update Rules for the Infostructure

    Hi,
    I have added 2 new characteristics for the existing infostructure S9xx and executed the same. While maintaining the Update Rules for the same, system is giving the error message 1. "Field 'PARVW' unknown" and 2. Error generating program RMCX0011.
    Please guide me in resolving the issue.
    Thanks & Regards,
    Kumar.

    Hi,
    This is with reference to my earlier question that an error is occuring while maintaining the update rules for the existing Infostructure.
    Solution provider for this will be rewarded with good points.
    Regards,
    Kumar.

  • How to update fields in the target table in correspondance with the source file values

    Environment: win7, SQL server 2008 R2
    Application: Microsoft Management SQL Studio 2008 R2, Business Intelligence 2008 - SSIS
    SSIS competency level: Novice
    Problem: I have been trying to update some of the fields in the destination table,student table, in reference to data set in the staging table and ssn table.  I was able to insert/load new data to the destination using look up transformation
    while the driver is ssn (data mapping) but i couldn't know how to update some of the fields in the student table while keeping the orignal pn_id of both tables(ssn and student tables), because pn_id already exists in the SSN table and student table. There
    are other records also associated with the pn_id so I am not allowed to update the pn_id in the destination tables. For example,
    SSN Table (pn_id,ssn)
    ('000616850',288258466)
    ('002160790',176268917)
    Staging Table (ssn, id, pn_id, name, subject, academic year, comments)
    (288258466, 1001, '770616858',Sally Johnson, English,A, 2005,'great student')
    (176268917, 1002, '192160792',Will Smith, Math,38000,C, 2014,'no comments')
    (444718562, 1003, '260518681',Mike Lira, Math,38000,B, 2013,'no comments')
    Student Table (destination table)(id,pn_id,subject,academic year, grade, comments):
    (1001, '000616850', ' ',' ', ,'')
    (1002, '002160790', ' ',' ', ,'')
    Expected Results:
    My goal is to have student table updated as the following:
    Student Table
    (1001, '000616850', 'English','A' ,2005 ,'great student')
    (1002, '002160790', 'Math ',' C',2014 ,'no comments')
    please advise

    Why can't you use simple UPDATE command in EXECUTE SQL Task as below,
    DROP TABLE SSN
    DROP TABLE STAGING
    DROP TABLE STUDENT
    CREATE TABLE SSN(pn_id VARCHAR(100),ssn BIGINT)
    INSERT INTO SSN VALUES('000616850',288258466)
    INSERT INTO SSN VALUES('002160790',176268917)
    CREATE TABLE Staging (ssn BIGINT, id INT, pn_id BIGINT, name VARCHAR(100), subject VARCHAR(100),grade VARCHAR(10), [academic year] INT, comments VARCHAR(100))
    INSERT INTO Staging VALUES(288258466, 1001, '770616858','Sally Johnson', 'English','A', 2005,'great student')
    INSERT INTO Staging VALUES(176268917, 1002, '192160792','Will Smith', 'Math','C', 2014,'no comments')
    INSERT INTO Staging VALUES(444718562, 1003, '260518681','Mike Lira', 'Math','B', 2013,'no comments')
    CREATE TABLE Student(id INT,pn_id BIGINT,subject VARCHAR(100), [academic year] INT, grade VARCHAR(10), comments VARCHAR(100) )
    INSERT INTO Student VALUES(1001, '000616850', NULL,NULL,NULL ,NULL)
    INSERT INTO Student VALUES(1002, '002160790', NULL,NULL,NULL ,NULL)
    UPDATE Student SET Subject = C.Subject, [academic year]=C.[academic year], grade=C.grade,comments=C.comments
    FROM SSN A INNER JOIN Student B
    ON A.pn_id=B.pn_id INNER JOIN Staging C
    ON A.ssn = C.ssn
    SELECT * FROM Student
    Regards, RSingh

  • How do I determine the executable version number?

    Hi.
    I have a VI and a build specification for it.  In the Version Information section of the build specification, I set the version number to auto-increment.  I would like to display this version number on an indicator on the front panel of the executable, but I have not found a property that provides this information. Does anybody know how to get the executable version number? I am aware that it is possible to right-click on the .exe file in windows explorer, go to properties and get it that way, but I would like to display it on the VI itself.
    On a related topic, I have noticed that only the 'build' field of the version gets auto-incremented. How does the application builder decide when it is time to increment the major, minor and fix fields?  Or will it only ever auto-increment the build field and I am supposed to update the other fields manually? (That would actually make sense, but I would like confirmation.)
    Thanks in advance,
    Alejandro
    Solved!
    Go to Solution.

    -Please check this if its helpful
    http://digital.ni.com/public.nsf/allkb/935BA7FB426305398625711E0055F1FA
    -And vote for this if you like idea
    http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Get-EXE-version-in-LabVIEW/idi-p/1324119
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13

  • Asset shift factor not updating assets in the asset history list

    Recently we had updated the Asset shift factor for June 2011, but the factor has not been updated in the assets.
    If we check through OA02 then the factor is updated there , but if checked in AS03 after executing and releasing the worklists generated by S_ALR_87011990 then these are not updated and displaying the old factors.
    please guide.

    Hi,
    the asset history sheet shows what is defined in the  "history sheet version"
    -> Tr. OA79.                           
    Here you can define the columns.                                               
    Double click on the column. Here you ca see which history sheet group are assigned. The assigned transaction types are displayed in the asset history sheet.
    History sheet groups you can check in (TABW-GITTGR and TABW-BWASL).  
    regards Bernhard

  • Modified adobe form is not updating in to the spool

    Now i am working for the adobe forms work, i need to change the header and need to maintain header for all the pages.
    i updated successfully for the header but when i am checking in spool it is not showing updated form(it is showing previous form).
    the updated adobe form is showing in Preview PDF tab(layout tab) but not into the spool
    Please guide me on this issue.

    Hi florian,
    Thanks for your quick response.
    i have did the same thing, so many times i tried to execute a transaction but it is not giving right form.still it is showing old form
    Intially the form created me and that is not moved to quality, so my functional collegue asked to change the header information and it should be display for all the pages.
    my previous design as below mentioned.
    date                   page               logo
                       inspection instruction
    material
    inspection lot                inspection period
    vendor
    purchase order no
    quantity            ordered
                             delivered
                             open
    group
    groupconter
    longtext
    table data will be displayed in to this place.
    changes for the requirement are new header for the second page like Only date, pageno, logo and inspection lot.
    i did the changes in master page and after that remaining data put into design page.
    before it is working good and now we changed on that time onwards it is not showing updated form.
    still it is showing the previous form.
    please guide us this issue.

  • Make synchronous the update process of the FB01 transaction.

    Hello, we are using the BTE 1080 that is inside of the FB01 transaction
    to execute a "call transaction" to the F-51. At this point we use the
    FI accounting document data (identified by: {BUKRS, BELNR, GJAHR})
    "created" by FB01 as an input to the F-51 "call transaction".
    Due to the update process in the FB01 is asynchronous (in update task)
    some times the update process delays longer than usual and the F-51 fails
    because is unable to find the FI accounting document data in the database.
    We could use the "wait" instruction to wait for a period of time until the
    "update task" write data to the database, but we don't know how much
    time it will take. We would like to know if it is possible to make synchronous
    the update process of the FB01 in order to warranty the existency of the
    data in the database that will be used by the next transaction F-51.
    Thank you and best regards,
    José.
    Edited by: Ivan Gonzalez on Sep 15, 2010 2:48 AM

    Hi,
    I don't think it's possible. You can do a simple select from BKPF and if the new document is already there then don't wait. Otherwise wait for reasonable time and check again.
    Cheers

  • I WANT THE RESULT PAGE OF MY INSERT FORM TO BE AN UPDATE FORM OF THE JUST INSERTED DATA

    I WANT THE RESULT PAGE OF MY INSERT FORM TO BE AN UPDATE FORM OF THE JUST INSERTED DATA USING ADDT. PLS HELP WITH EXMPLE . THANKS

    let me xplain
    i am trying to create a 3  page form. i used the insert form wizard to create the first form and ask the form to go to the next page which i made an update form to continue the next set of fields. i tried what u said...but the next form did not add records to the database as i expected.below is my code for the two pages. pls tell me the best approach..thanks
    page 1
    <?php require_once('Connections/crusader.php'); ?>
    <?php
    //MX Widgets3 include
    require_once('includes/wdg/WDG.php');
    // Load the common classes
    require_once('includes/common/KT_common.php');
    // Load the tNG classes
    require_once('includes/tng/tNG.inc.php');
    // Make a transaction dispatcher instance
    $tNGs = new tNG_dispatcher("");
    // Make unified connection variable
    $conn_crusader = new KT_connection($crusader, $database_crusader);
    // Start trigger
    $formValidation = new tNG_FormValidation();
    $tNGs->prepareValidation($formValidation);
    // End trigger
    // Make an insert transaction instance
    $ins_capital = new tNG_insert($conn_crusader);
    $tNGs->addTransaction($ins_capital);
    // Register triggers
    $ins_capital->registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "KT_Insert1");
    $ins_capital->registerTrigger("BEFORE", "Trigger_Default_FormValidation", 10, $formValidation);
    $ins_capital->registerTrigger("END", "Trigger_Default_Redirect", 99, "top.php");
    // Add columns
    $ins_capital->setTable("capital");
    $ins_capital->addColumn("cap_firstname", "STRING_TYPE", "POST", "cap_firstname");
    $ins_capital->addColumn("cap_username", "STRING_TYPE", "POST", "cap_username");
    $ins_capital->addColumn("cap_lastname", "STRING_TYPE", "POST", "cap_lastname");
    $ins_capital->addColumn("cap_dateofbirth", "DATE_TYPE", "POST", "cap_dateofbirth", "{NOW}");
    $ins_capital->addColumn("cap_sex", "STRING_TYPE", "POST", "cap_sex");
    $ins_capital->setPrimaryKey("cap_id", "NUMERIC_TYPE");
    // Execute all the registered transactions
    $tNGs->executeTransactions();
    // Get the transaction recordset
    $rscapital = $tNGs->getRecordset("capital");
    $row_rscapital = mysql_fetch_assoc($rscapital);
    $totalRows_rscapital = mysql_num_rows($rscapital);
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wdg="http://ns.adobe.com/addt">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="includes/skins/mxkollection3.css" rel="stylesheet" type="text/css" media="all" />
    <script src="includes/common/js/base.js" type="text/javascript"></script>
    <script src="includes/common/js/utility.js" type="text/javascript"></script>
    <script src="includes/skins/style.js" type="text/javascript"></script>
    <?php echo $tNGs->displayValidationRules();?>
    <script type="text/javascript" src="includes/common/js/sigslot_core.js"></script>
    <script type="text/javascript" src="includes/wdg/classes/MXWidgets.js"></script>
    <script type="text/javascript" src="includes/wdg/classes/MXWidgets.js.php"></script>
    <script type="text/javascript" src="includes/wdg/classes/Calendar.js"></script>
    <script type="text/javascript" src="includes/wdg/classes/SmartDate.js"></script>
    <script type="text/javascript" src="includes/wdg/calendar/calendar_stripped.js"></script>
    <script type="text/javascript" src="includes/wdg/calendar/calendar-setup_stripped.js"></script>
    <script src="includes/resources/calendar.js"></script>
    </head>
    <body>
    <p> 
      <?php
        echo $tNGs->getErrorMsg();
    ?>
    <form method="post" id="form1" action="<?php echo KT_escapeAttribute(KT_getFullUri()); ?>">
      <table cellpadding="2" cellspacing="0" class="KT_tngtable">
        <tr>
          <td class="KT_th"><label for="cap_firstname">Cap_firstname:</label></td>
          <td><input type="text" name="cap_firstname" id="cap_firstname" value="<?php echo KT_escapeAttribute($row_rscapital['cap_firstname']); ?>" size="32" />
            <?php echo $tNGs->displayFieldHint("cap_firstname");?> <?php echo $tNGs->displayFieldError("capital", "cap_firstname"); ?></td>
        </tr>
        <tr>
          <td class="KT_th"><label for="cap_lastname">Cap_lastname:</label></td>
          <td><input type="text" name="cap_lastname" id="cap_lastname" value="<?php echo KT_escapeAttribute($row_rscapital['cap_lastname']); ?>" size="32" />
            <?php echo $tNGs->displayFieldHint("cap_lastname");?> <?php echo $tNGs->displayFieldError("capital", "cap_lastname"); ?></td>
        </tr>
        <tr>
          <td class="KT_th"><label for="cap_dateofbirth">Cap_dateofbirth:</label></td>
          <td><input name="cap_dateofbirth" id="cap_dateofbirth" value="<?php echo KT_formatDate($row_rscapital['cap_dateofbirth']); ?>" size="32" wdg:mondayfirst="false" wdg:subtype="Calendar" wdg:mask="<?php echo $KT_screen_date_format; ?>" wdg:type="widget" wdg:singleclick="true" wdg:restricttomask="no" />
            <?php echo $tNGs->displayFieldHint("cap_dateofbirth");?> <?php echo $tNGs->displayFieldError("capital", "cap_dateofbirth"); ?></td>
        </tr>
        <tr>
          <td class="KT_th"><label for="cap_sex">Cap:</label></td>
          <td><input type="text" name="cap_sex" id="cap_sex" value="<?php echo KT_escapeAttribute($row_rscapital['cap_sex']); ?>" size="32" />
            <?php echo $tNGs->displayFieldHint("cap_sex");?> <?php echo $tNGs->displayFieldError("capital", "cap_sex"); ?></td>
        </tr>
        <tr class="KT_buttons">
          <td colspan="2"><input type="submit" name="KT_Insert1" id="KT_Insert1" value="Insert record" /></td>
        </tr>
      </table>
    </form>
    <p> </p>
    </p>
    </body>
    </html>
    Page2
    <?php require_once('Connections/crusader.php'); ?>
    <?php
    // Load the common classes
    require_once('includes/common/KT_common.php');
    // Load the tNG classes
    require_once('includes/tng/tNG.inc.php');
    // Make a transaction dispatcher instance
    $tNGs = new tNG_dispatcher("");
    // Make unified connection variable
    $conn_crusader = new KT_connection($crusader, $database_crusader);
    // Start trigger
    $formValidation = new tNG_FormValidation();
    $tNGs->prepareValidation($formValidation);
    // End trigger
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    mysql_select_db($database_crusader, $crusader);
    $query_rdd = "SELECT * FROM capital ORDER BY cap_id DESC LIMIT 1";
    $rdd = mysql_query($query_rdd, $crusader) or die(mysql_error());
    $row_rdd = mysql_fetch_assoc($rdd);
    $totalRows_rdd = mysql_num_rows($rdd);
    // Make an update transaction instance
    $upd_capital = new tNG_update($conn_crusader);
    $tNGs->addTransaction($upd_capital);
    // Register triggers
    $upd_capital->registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "KT_Update1");
    $upd_capital->registerTrigger("BEFORE", "Trigger_Default_FormValidation", 10, $formValidation);
    // Add columns
    $upd_capital->setTable("capital");
    $upd_capital->addColumn("cap_firstname", "STRING_TYPE", "POST", "cap_firstname");
    $upd_capital->addColumn("cap_dateofbirth", "DATE_TYPE", "POST", "cap_dateofbirth");
    $upd_capital->addColumn("cap_mobilephone", "STRING_TYPE", "POST", "cap_mobilephone");
    $upd_capital->addColumn("cap_occupation", "STRING_TYPE", "POST", "cap_occupation");
    $upd_capital->addColumn("cap_sumassured", "STRING_TYPE", "POST", "cap_sumassured");
    $upd_capital->setPrimaryKey("cap_id", "NUMERIC_TYPE", "GET", "cap_id");
    // Execute all the registered transactions
    $tNGs->executeTransactions();
    // Get the transaction recordset
    $rscapital = $tNGs->getRecordset("capital");
    $row_rscapital = mysql_fetch_assoc($rscapital);
    $totalRows_rscapital = mysql_num_rows($rscapital);
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="includes/skins/mxkollection3.css" rel="stylesheet" type="text/css" media="all" />
    <script src="includes/common/js/base.js" type="text/javascript"></script>
    <script src="includes/common/js/utility.js" type="text/javascript"></script>
    <script src="includes/skins/style.js" type="text/javascript"></script>
    <?php echo $tNGs->displayValidationRules();?>
    </head>
    <body>
    <p> 
    <p> 
      <?php
        echo $tNGs->getErrorMsg();
    ?>
    <form method="post" id="form1" action="<?php echo KT_escapeAttribute(KT_getFullUri()); ?>">
      <table cellpadding="2" cellspacing="0" class="KT_tngtable">
        <tr>
          <td class="KT_th"><label for="cap_firstname">Cap_firstname:</label></td>
          <td><input type="text" name="cap_firstname" id="cap_firstname" value="<?php echo KT_escapeAttribute($row_rdd['cap_firstname']); ?>" size="32" />
            <?php echo $tNGs->displayFieldHint("cap_firstname");?> <?php echo $tNGs->displayFieldError("capital", "cap_firstname"); ?></td>
        </tr>
        <tr>
          <td class="KT_th"><label for="cap_dateofbirth">Cap_dateofbirth:</label></td>
          <td><input type="text" name="cap_dateofbirth" id="cap_dateofbirth" value="<?php echo KT_formatDate($row_rdd['cap_dateofbirth']); ?>" size="32" />
          <?php echo $tNGs->displayFieldHint("cap_dateofbirth");?> <?php echo $tNGs->displayFieldError("capital", "cap_dateofbirth"); ?></td>
        </tr>
        <tr>
          <td class="KT_th"><label for="cap_mobilephone">Cap_mobilephone:</label></td>
          <td><input type="text" name="cap_mobilephone" id="cap_mobilephone" value="<?php echo KT_escapeAttribute($row_rdd['cap_mobilephone']); ?>" size="32" />
          <?php echo $tNGs->displayFieldHint("cap_mobilephone");?> <?php echo $tNGs->displayFieldError("capital", "cap_mobilephone"); ?></td>
        </tr>
        <tr>
          <td class="KT_th"><label for="cap_occupation">Cap_occupation:</label></td>
          <td><input type="text" name="cap_occupation" id="cap_occupation" value="<?php echo KT_escapeAttribute($row_rdd['cap_occupation']); ?>" size="32" />
          <?php echo $tNGs->displayFieldHint("cap_occupation");?> <?php echo $tNGs->displayFieldError("capital", "cap_occupation"); ?></td>
        </tr>
        <tr>
          <td class="KT_th"><label for="cap_sumassured">Cap_sumassured:</label></td>
          <td><input type="text" name="cap_sumassured" id="cap_sumassured" value="<?php echo KT_escapeAttribute($row_rdd['cap_sumassured']); ?>" size="32" />
          <?php echo $tNGs->displayFieldHint("cap_sumassured");?> <?php echo $tNGs->displayFieldError("capital", "cap_sumassured"); ?></td>
        </tr>
        <tr class="KT_buttons">
          <td colspan="2"><input type="submit" name="KT_Update1" id="KT_Update1" value="Update record" /></td>
        </tr>
      </table>
    </form>
    <p> </p>
    </p>
    </p>
    </body>
    </html>
    <?php
    mysql_free_result($rdd);
    ?>

  • After updating Safari to the latest patch 7.1.2 on December 30, 2014 on OS X Maverick, my safari became unresponsive

    After updating Safari to the latest patch 7.1.2 on December 30, 2014 on OS X Maverick, my safari became unresponsive at times.  It freezes the whole MacBook air for a few minutes, then comes back.  Pages can be very slow to load.  I have rebooted the modem, no change.  Does anyone else have the problem?

    Unfortunately, my macbook air did it again.  It freezes, not only Safari but it takes around 15 to 20 seconds to go from one application/screen to another.  I had to force quit Safari and restart my computer.  Here is the log from the console.  Any idea.  I did what was indicated at the front of the message.
    1/14/15 16:35:26.864 loginwindow[94]: Could not find image named 'NSApplication'.
    1/14/15 16:36:23.858 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "loginwindow" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:36:23.862 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "loginwindow" after 12.01 seconds (server forcibly re-enabled them after 12.00 seconds)
    1/14/15 16:36:37.276 loginwindow[94]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/14/15 16:36:37.277 loginwindow[94]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/14/15 16:36:43.481 com.apple.launchd[1]: (com.apple.WebKit.WebContent.4E484BF4-37DC-42BD-9F76-7B2DEC650D14[242]) Exited with code: 1
    1/14/15 16:36:43.481 com.apple.launchd[1]: (com.apple.WebKit.WebContent.444AB69E-17A3-46A5-A59B-2D3769D3962B[241]) Exited with code: 1
    1/14/15 16:36:43.485 com.apple.launchd[1]: (com.apple.WebKit.WebContent.7AA29F45-408A-4E65-9DA2-14E6420F568B[239]) Exited with code: 1
    1/14/15 16:36:43.485 com.apple.launchd[1]: (com.apple.WebKit.WebContent.1A62BC23-A16D-4255-8E63-4DEA0680CEC0[238]) Exited with code: 1
    1/14/15 16:36:43.486 com.apple.launchd[1]: (com.apple.WebKit.WebContent.E0A5134F-2FD3-4D57-8779-EC6107A721C6[240]) Exited with code: 1
    1/14/15 16:36:43.546 com.apple.launchd.peruser.501[158]: ([0x0-0x8008].com.apple.Safari[172]) Exited: Terminated: 15
    1/14/15 16:36:43.807 com.apple.launchd[1]: (com.apple.WebKit.WebContent.22F673ED-6F47-4CE5-96D5-9BD6D810E27C[2799]) Exited with code: 1
    1/14/15 16:36:44.009 com.apple.launchd[1]: (com.apple.WebKit.WebContent.141477D3-4C3A-4300-AB8E-E8557475588A[1555]) Exited with code: 1
    1/14/15 16:36:44.439 com.apple.launchd[1]: (com.apple.WebKit.WebContent.506AE069-5EEC-4590-9EDC-35BF101F8A8D[235]) Exited with code: 1
    1/14/15 16:36:44.481 com.apple.launchd[1]: (com.apple.WebKit.Networking.7BEC76D4-5005-4D80-B668-BE204E0C3891[234]) Exited with code: 1
    1/14/15 16:36:44.747 com.apple.launchd[1]: (com.apple.WebKit.Plugin.64.9D503386-E4EB-4B7D-8DB4-6F0E3CACC339[2863]) Exited with code: 1
    1/14/15 16:36:44.797 com.apple.launchd[1]: (com.apple.WebKit.WebContent.0A790648-8E71-465E-81C2-CF8085C57CED[608]) Exited with code: 1
    1/14/15 16:36:44.926 com.apple.launchd[1]: (com.apple.WebKit.WebContent.83D4819A-E0BA-413D-B2B8-83C2A2E4E80E[2593]) Exited with code: 1
    1/14/15 16:36:45.059 com.apple.launchd[1]: (com.apple.WebKit.WebContent.FB81B203-3A91-4003-9453-CA869E2D0D6F[1212]) Exited with code: 1
    1/14/15 16:36:56.000 kernel[0]: memorystatus_thread: idle exiting pid 3132 [com.apple.iCloud]
    1/14/15 16:36:56.364 com.apple.launchd[1]: (com.apple.iCloudHelper[3132]) Exited: Killed: 9
    1/14/15 16:36:56.000 kernel[0]: memorystatus_thread: idle exiting pid 3130 [CloudKeychainPro]
    1/14/15 16:36:56.601 secd[3098]:  handle_xpc_event >>>>> handle_connection_event via event_handler <<<<<, ***?
    1/14/15 16:36:56.602 com.apple.launchd.peruser.501[158]: (com.apple.security.cloudkeychainproxy3[3130]) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
    1/14/15 16:36:56.602 com.apple.launchd.peruser.501[158]: (com.apple.security.cloudkeychainproxy3[3130]) assertion failed: 13F34: launchd + 43321 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0x9
    1/14/15 16:36:56.000 kernel[0]: memorystatus_thread: idle exiting pid 3129 [WiFiKeychainProx]
    1/14/15 16:36:56.853 com.apple.launchd.peruser.501[158]: (com.apple.wifi.WiFiKeychainProxy[3129]) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
    1/14/15 16:36:56.853 com.apple.launchd.peruser.501[158]: (com.apple.wifi.WiFiKeychainProxy[3129]) assertion failed: 13F34: launchd + 43321 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0x9
    1/14/15 16:36:57.000 kernel[0]: memorystatus_thread: idle exiting pid 3098 [secd]
    1/14/15 16:36:57.101 com.apple.internetaccounts[3079]: xpc __securityd_create_connection_block_invoke got event: Connection interrupted
    1/14/15 16:36:57.105 CalendarAgent[226]: xpc __securityd_create_connection_block_invoke got event: Connection interrupted
    1/14/15 16:36:57.113 com.apple.launchd.peruser.501[158]: (com.apple.secd[3098]) Idle-exit job was jettisoned. Will bypass throttle interval for next on-demand launch.
    1/14/15 16:36:57.113 com.apple.launchd.peruser.501[158]: (com.apple.secd[3098]) assertion failed: 13F34: launchd + 43321 [364E35A7-9FA7-3950-8494-40B49A2E7250]: 0x9
    1/14/15 16:36:57.169 WindowServer[117]: CGXGetConnectionProperty: Invalid connection 67843
    1/14/15 16:36:57.170 WindowServer[117]: CGXGetConnectionProperty: Invalid connection 67843
    1/14/15 16:36:57.170 WindowServer[117]: CGXGetConnectionProperty: Invalid connection 67843
    1/14/15 16:36:57.170 WindowServer[117]: CGXGetConnectionProperty: Invalid connection 67843
    1/14/15 16:36:57.170 WindowServer[117]: CGXGetConnectionProperty: Invalid connection 67843
    1/14/15 16:36:57.221 Dock[180]: CGSReleaseWindow: Invalid window 149
    1/14/15 16:36:57.255 com.apple.launchd[1]: (com.apple.internetaccounts[3079]) Exited: Killed: 9
    1/14/15 16:36:57.255 com.apple.launchd.peruser.501[158]: (com.apple.noticeboard.agent[1266]) Exited: Killed: 9
    1/14/15 16:36:57.256 com.apple.launchd.peruser.501[158]: (com.apple.EscrowSecurityAlert[461]) Exited: Killed: 9
    1/14/15 16:36:57.342 loginwindow[94]: ERROR | -[ApplicationManager(AppleEventHandling) sendQuitEventToApp:withDelay:] | sendQuitEventToApp (gamed): AESendMessage returned error -600
    1/14/15 16:36:57.343 loginwindow[94]: ERROR | -[Application terminate] | Application terminate returned 3
    1/14/15 16:36:57.357 com.apple.launchd.peruser.501[158]: ([0x0-0x32032].com.apple.AppleSpell[280]) Exited: Killed: 9
    1/14/15 16:36:57.362 com.apple.launchd.peruser.501[158]: (com.apple.UserEventAgent-Aqua[162]) Exited: Killed: 9
    1/14/15 16:36:57.378 UserEventAgent[11]: Captive: [UserAgentDied:142] User Agent @port=64007 Died
    1/14/15 16:36:57.385 Office365Service[3115]: System shutdown notification
    1/14/15 16:36:57.389 com.apple.launchd.peruser.501[158]: (com.apple.iTunesHelper.30128[269]) Exited with code: 1
    1/14/15 16:37:00.967 com.apple.launchd[1]: (com.apple.WebKit.WebContent.9A4E69CE-A0AC-44EA-870F-E954975402E3[667]) Exited with code: 1
    1/14/15 16:37:07.436 loginwindow[94]: ERROR | -[ApplicationManager quitPrivateProcesses] | Private process did not quit
    1/14/15 16:37:07.582 sessionlogoutd[3162]: sessionlogoutd Launched
    1/14/15 16:37:07.605 loginwindow[94]: ERROR | -[Application hardKill:] | Application hardKill returned -600
    1/14/15 16:37:07.606 loginwindow[94]: ERROR | -[Application hardKill:] | Application hardKill returned -600
    1/14/15 16:37:07.607 loginwindow[94]: ERROR | -[Application hardKill:] | Application hardKill returned 3
    1/14/15 16:37:07.627 sessionlogoutd[3162]: DEAD_PROCESS: 94 console
    1/14/15 16:37:07.767 shutdown[3163]: reboot by _netbios:
    1/14/15 16:37:07.000 kernel[0]: Kext loading now disabled.
    1/14/15 16:37:07.000 kernel[0]: Kext unloading now disabled.
    1/14/15 16:37:07.000 kernel[0]: Kext autounloading now disabled.
    1/14/15 16:37:07.000 kernel[0]: Kernel requests now disabled.
    1/14/15 16:37:07.768 shutdown[3163]: SHUTDOWN_TIME: 1421271427 767697
    1/14/15 16:37:15.000 bootlog[0]: BOOT_TIME 1421271435 0
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 syslogd[19]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    1/14/15 16:37:17.000 kernel[0]: Longterm timer threshold: 1000 ms
    1/14/15 16:37:17.000 kernel[0]: PMAP: PCID enabled
    1/14/15 16:37:17.000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    1/14/15 16:37:17.000 kernel[0]: Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    1/14/15 16:37:17.000 kernel[0]: vm_page_bootstrap: 928745 free pages and 111639 wired pages
    1/14/15 16:37:17.000 kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
    1/14/15 16:37:17.000 kernel[0]: zone leak detection enabled
    1/14/15 16:37:17.000 kernel[0]: "vm_compressor_mode" is 4
    1/14/15 16:37:17.000 kernel[0]: standard timeslicing quantum is 10000 us
    1/14/15 16:37:17.000 kernel[0]: standard background quantum is 2500 us
    1/14/15 16:37:17.000 kernel[0]: mig_table_max_displ = 74
    1/14/15 16:37:17.000 kernel[0]: TSC Deadline Timer supported and enabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    1/14/15 16:37:17.000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    1/14/15 16:37:17.000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    1/14/15 16:37:17.000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    1/14/15 16:37:17.000 kernel[0]: calling mpo_policy_init for Sandbox
    1/14/15 16:37:17.000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    1/14/15 16:37:17.000 kernel[0]: calling mpo_policy_init for Quarantine
    1/14/15 16:37:17.000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    1/14/15 16:37:17.000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    1/14/15 16:37:17.000 kernel[0]: The Regents of the University of California. All rights reserved.
    1/14/15 16:37:17.000 kernel[0]: MAC Framework successfully initialized
    1/14/15 16:37:17.000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    1/14/15 16:37:17.000 kernel[0]: AppleKeyStore starting (BUILT: Aug 17 2014 20:21:39)
    1/14/15 16:37:17.000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:103
    1/14/15 16:37:17.000 kernel[0]: ACPI: sleep states S0 S3 S4 S5
    1/14/15 16:37:17.000 kernel[0]: pci (build 20:04:33 Aug 17 2014), flags 0x63408, pfm64 (39 cpu) 0x7f80000000, 0x80000000
    1/14/15 16:37:17.000 kernel[0]: [ PCI configuration begin ]
    1/14/15 16:37:17.000 kernel[0]: console relocated to 0x7f90000000
    1/14/15 16:37:17.000 kernel[0]: [ PCI configuration end, bridges 12, devices 14 ]
    1/14/15 16:37:17.000 kernel[0]: AppleIntelLpssSpiController::_notificationPublishedHandler: AppleIntelLpssDmac did show up, fDmacService 0xffffff801b8a8000
    1/14/15 16:37:17.000 kernel[0]: AppleIntelLpssSpiController::_notificationPublishedHandler: AppleIntelLpssGspi channel# 1 did show up, gspi 0xffffff807af57000
    1/14/15 16:37:17.000 kernel[0]: AppleHSSPIController::start Start Succeeded
    1/14/15 16:37:17.000 kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    1/14/15 16:37:17.000 kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    1/14/15 16:37:17.000 kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    1/14/15 16:37:17.000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    1/14/15 16:37:17.000 kernel[0]: rooting via boot-uuid from /chosen: 31535BED-E265-3C10-8639-8F51A6A8DF7C
    1/14/15 16:37:17.000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN kmod start
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeLZVN load succeeded
    1/14/15 16:37:17.000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    1/14/15 16:37:17.000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP06@1C,5/IOPP/SSD0@0/Ap pleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlo ckStorageDriver/APPLE SSD SD0128F Media/IOGUIDPartitionScheme/Customer@2
    1/14/15 16:37:17.000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    1/14/15 16:37:17.000 kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
    1/14/15 16:37:17.000 kernel[0]: srom rev:11
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.551559: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.551575: Data written into the PLL_CNTRL_ADDR2: 00000c31
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.551631: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.558860: BTCOEXIST off
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.559204: BRCM tunables:
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.559212:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    1/14/15 16:37:17.000 kernel[0]: ARPT: 0.559823: wl0: Broadcom BCM43a0, vendorID[0x14e4] BAR0[0xb0600004]
    1/14/15 16:37:17.000 kernel[0]: 6.30.223.154 (r420397)
    1/14/15 16:37:17.000 kernel[0]: Apple Internal Keyboard / Trackpad::start Start Succeeded
    1/14/15 16:37:17.000 kernel[0]: [AppleMultitouchDevice::start] entered
    1/14/15 16:37:17.000 kernel[0]: hfs: mounted Macintosh HD on device root_device
    1/14/15 16:37:17.000 kernel[0]: XCPM: registered
    1/14/15 16:37:17.000 kernel[0]: USBMSC Identifier (non-unique): 00000000AP05 0x5ac 0x8406 0x5, 3
    1/14/15 16:37:17.000 kernel[0]: Thunderbolt Self-Reset Count = 0xedefbe00
    1/14/15 16:37:17.000 kernel[0]: IOThunderboltSwitch<0xffffff801b8eca00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    1/14/15 16:37:17.000 kernel[0]: IOThunderboltSwitch<0xffffff801b8eca00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    1/14/15 16:37:15.309 com.apple.launchd[1]: *** launchd[1] has started up. ***
    1/14/15 16:37:15.309 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    1/14/15 16:37:17.215 com.apple.SecurityServer[15]: Session 100000 created
    1/14/15 16:37:17.000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    1/14/15 16:37:17.000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    1/14/15 16:37:17.391 com.apple.SecurityServer[15]: Entering service
    1/14/15 16:37:17.000 kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    1/14/15 16:37:17.451 configd[18]: dhcp_arp_router: en0 SSID unavailable
    1/14/15 16:37:17.461 UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/14/15 16:37:17.471 UserEventAgent[11]: Captive: CNPluginHandler en0: Inactive
    1/14/15 16:37:17.000 kernel[0]: Waiting for DSMOS...
    1/14/15 16:37:17.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    1/14/15 16:37:17.550 configd[18]: setting hostname to "Philippes-MacBook-Air.local"
    1/14/15 16:37:17.562 configd[18]: network changed.
    1/14/15 16:37:17.000 kernel[0]: init
    1/14/15 16:37:17.000 kernel[0]: probe
    1/14/15 16:37:17.000 kernel[0]: start
    1/14/15 16:37:17.000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::init
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::probe
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start: fS2DeviceRegs=0xffffff80a9bbd000 (len=65536)
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start: fS2DeviceMemory=0xffffff80aa362000 (len=268435456)
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start: fISPRegsMem=0xffffff801c888300 (len=1048576)
    1/14/15 16:37:17.000 kernel[0]: virtual bool AppleCamIn::start(IOService *): about to configure DDR
    1/14/15 16:37:17.000 kernel[0]: SMC::smcReadKeyAction ERROR: smcReadData8 failed for key LsNM (kSMCKeyNotFound)
    1/14/15 16:37:17.000 kernel[0]: SMC::smcReadKeyAction ERROR LsNM kSMCKeyNotFound(0x84) fKeyHashTable=0x0
    1/14/15 16:37:17.000 kernel[0]: SMC::smcGetLightshowVers ERROR: smcReadKey LsNM failed (kSMCKeyNotFound)
    1/14/15 16:37:17.000 kernel[0]: SMC::smcPublishLightshowVersion ERROR: smcGetLightshowVers failed (kSMCKeyNotFound)
    1/14/15 16:37:17.000 kernel[0]: SMC::smcInitHelper ERROR: smcPublishLightshowVersion failed (kSMCKeyNotFound)
    1/14/15 16:37:17.000 kernel[0]: Previous Shutdown Cause: 3
    1/14/15 16:37:17.000 kernel[0]: IOBluetoothUSBDFU::probe
    1/14/15 16:37:17.000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828F FirmwareVersion - 0x0079
    1/14/15 16:37:17.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x9000 ****
    1/14/15 16:37:17.000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x9000 ****
    1/14/15 16:37:17.000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x9000
    1/14/15 16:37:17.000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    1/14/15 16:37:17.000 kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0xd140 -- 0x8000 -- 0x9000 ****
    1/14/15 16:37:17.000 kernel[0]: DSMOS has arrived
    1/14/15 16:37:17.000 kernel[0]: IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0
    1/14/15 16:37:17.000 kernel[0]: IOPPF: XCPM mode
    1/14/15 16:37:17.000 kernel[0]: save_ddr_phy_regs: saving 127 DDR PHY shmoo-calibrated registers
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path_object = 0xffffff801b477340
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path = IOACPIPlane:/_SB/PCI0@0/RP02@1c0001/CMRA@0
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_device_entry = 0xffffff801b82e300
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIDevice = 0xffffff801b82e300
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIPowerEnabled = 1
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start - link control offset in PCI bridge = 0x50
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::start - pmcsr offset in PCI bridge = 0xa4
    1/14/15 16:37:17.000 kernel[0]: AppleCamIn::power_off_hardware
    1/14/15 16:37:18.127 mDNSResponder[41]: mDNSResponder mDNSResponder-522.92.1 (Jul 27 2014 17:31:49) starting OSXVers 13
    1/14/15 16:37:18.132 networkd[42]: networkd.42 built Aug 24 2013 22:08:46
    1/14/15 16:37:18.000 kernel[0]: AppleCamIn::initForPM
    1/14/15 16:37:18.000 kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    1/14/15 16:37:18.000 kernel[0]: **** [IOBluetoothHostControllerUSBTransport][SuspendDevice] -- Suspend -- suspendDeviceCallResult = 0x0000 (kIOReturnSuccess) -- 0x9000 ****
    1/14/15 16:37:18.220 systemkeychain[46]: done file: /var/run/systemkeychaincheck.done
    1/14/15 16:37:18.233 configd[18]: network changed: DNS*
    1/14/15 16:37:18.236 configd[18]: network changed: DNS*
    1/14/15 16:37:18.237 mDNSResponder[41]: D2D_IPC: Loaded
    1/14/15 16:37:18.237 mDNSResponder[41]: D2DInitialize succeeded
    1/14/15 16:37:18.239 mDNSResponder[41]:   4: Listening for incoming Unix Domain Socket client requests
    1/14/15 16:37:18.240 mDNSResponder[41]: Adding registration domain 1109319984.members.btmm.icloud.com.
    1/14/15 16:37:18.247 mDNSResponder[41]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FA789007360 Philippes-MacBook-Air.local. (AAAA) that's already in the list
    1/14/15 16:37:18.247 mDNSResponder[41]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FA7890077F0 C.6.0.2.8.A.E.F.F.F.8.3.9.F.E.5.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    1/14/15 16:37:18.247 mDNSResponder[41]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FA78A00BD60 Philippes-MacBook-Air.local. (Addr) that's already in the list
    1/14/15 16:37:18.247 mDNSResponder[41]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007FA78A00C1F0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    1/14/15 16:37:18.257 awacsd[59]: Starting awacsd connectivity_executables-97.1 (Jul 27 2014 17:02:42)
    1/14/15 16:37:18.347 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    1/14/15 16:37:18.407 awacsd[59]: Configuring lazy AWACS client: 1109319984.p04.members.btmm.icloud.com.
    1/14/15 16:37:18.449 awacsd[59]: KV HTTP 0
    1/14/15 16:37:18.501 locationd[64]: NBB-Could not get UDID for stable refill timing, falling back on random
    1/14/15 16:37:18.528 locationd[64]: Location icon should now be in state 'Inactive'
    1/14/15 16:37:19.000 kernel[0]: hfs: mounted Recovery HD on device disk0s3
    1/14/15 16:37:19.393 fseventsd[39]: Logging disabled completely for device:1: /Volumes/Recovery HD
    1/14/15 16:37:19.000 kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    1/14/15 16:37:19.000 kernel[0]: hmm.. mismatch sizes: 3100 vs 20
    1/14/15 16:37:19.000 kernel[0]: fGPUIdleIntervalMS = 0
    1/14/15 16:37:19.000 kernel[0]: fGPUIdleIntervalMS = 0
    1/14/15 16:37:19.000 kernel[0]: fGPUIdleIntervalMS = 0
    1/14/15 16:37:19.000 kernel[0]: en1: promiscuous mode enable succeeded
    1/14/15 16:37:20.000 kernel[0]: VM Swap Subsystem is ON
    1/14/15 16:37:20.104 loginwindow[94]: Login Window Application Started
    1/14/15 16:37:20.109 hidd[99]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    1/14/15 16:37:20.110 hidd[99]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    1/14/15 16:37:20.119 kdc[97]: label: default
    1/14/15 16:37:20.119 kdc[97]: dbname: od:/Local/Default
    1/14/15 16:37:20.119 kdc[97]: mkey_file: /var/db/krb5kdc/m-key
    1/14/15 16:37:20.119 kdc[97]: acl_file: /var/db/krb5kdc/kadmind.acl
    1/14/15 16:37:20.147 digest-service[111]: label: default
    1/14/15 16:37:20.148 digest-service[111]: dbname: od:/Local/Default
    1/14/15 16:37:20.148 digest-service[111]: mkey_file: /var/db/krb5kdc/m-key
    1/14/15 16:37:20.148 digest-service[111]: acl_file: /var/db/krb5kdc/kadmind.acl
    1/14/15 16:37:20.154 digest-service[111]: digest-request: uid=0
    1/14/15 16:37:20.176 com.apple.usbmuxd[78]: usbmuxd-344.3 on Oct 13 2014 at 21:10:09, running 64 bit
    1/14/15 16:37:20.000 kernel[0]: Unrecognized reportID 0x02
    1/14/15 16:37:20.212 digest-service[111]: digest-request: netr probe 0
    1/14/15 16:37:20.213 digest-service[111]: digest-request: init request
    1/14/15 16:37:20.222 kdc[97]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    1/14/15 16:37:20.222 digest-service[111]: digest-request: init return domain: BUILTIN server: PHILIPPES-MACBOOK-AIR indomain was: <NULL>
    1/14/15 16:37:20.347 kdc[97]: KDC started
    1/14/15 16:37:20.370 revisiond[85]: "/.vol/16777218/2/.DocumentRevisions-V100/.cs/ChunkStorage/0/0/0/21" does not exist, rowID:21
    1/14/15 16:37:20.370 WindowServer[117]: Server is starting up
    1/14/15 16:37:20.371 revisiond[85]: There was a problem compacting SF ftRowId:21, rc:-1
    1/14/15 16:37:20.374 WindowServer[117]: Session 256 retained (2 references)
    1/14/15 16:37:20.374 WindowServer[117]: Session 256 released (1 references)
    1/14/15 16:37:20.381 mds[91]: (Normal) FMW: FMW 0 0
    1/14/15 16:37:20.393 WindowServer[117]: Session 256 retained (2 references)
    1/14/15 16:37:20.396 WindowServer[117]: init_page_flip: page flip mode is on
    1/14/15 16:37:20.529 airportd[110]: airportdProcessDLILEvent: en0 attached (up)
    1/14/15 16:37:20.000 kernel[0]: AirPort_Brcm4360_P2PInterface::init name <p2p0> role 1
    1/14/15 16:37:20.000 kernel[0]: AirPort_Brcm4360_P2PInterface::init() <p2p> role 1
    1/14/15 16:37:20.546 WindowServer[117]: Found 16 modes for display 0x00000000 [16, 0]
    1/14/15 16:37:20.593 WindowServer[117]: Found 1 modes for display 0x00000000 [1, 0]
    1/14/15 16:37:20.628 WindowServer[117]: Found 1 modes for display 0x00000000 [1, 0]
    1/14/15 16:37:20.630 WindowServer[117]: mux_initialize: Couldn't find any matches
    1/14/15 16:37:20.632 WindowServer[117]: Found 16 modes for display 0x00000000 [16, 0]
    1/14/15 16:37:20.636 WindowServer[117]: Found 1 modes for display 0x00000000 [1, 0]
    1/14/15 16:37:20.636 WindowServer[117]: Found 1 modes for display 0x00000000 [1, 0]
    1/14/15 16:37:20.672 WindowServer[117]: WSMachineUsesNewStyleMirroring: true
    1/14/15 16:37:20.674 WindowServer[117]: Display 0x042737c0: GL mask 0x1; bounds (0, 0)[1440 x 900], 16 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cdf, S/N 0, Unit 0, Rotation 0
    UUID 0xea8876a9951cb458a16805bc015c42a8
    1/14/15 16:37:20.674 WindowServer[117]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[4096 x 2160], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.674 WindowServer[117]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.674 WindowServer[117]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.688 WindowServer[117]: WSSetWindowTransform: Singular matrix
    1/14/15 16:37:20.688 WindowServer[117]: WSSetWindowTransform: Singular matrix
    1/14/15 16:37:20.705 WindowServer[117]: Display 0x042737c0: GL mask 0x1; bounds (0, 0)[1440 x 900], 16 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cdf, S/N 0, Unit 0, Rotation 0
    UUID 0xea8876a9951cb458a16805bc015c42a8
    1/14/15 16:37:20.705 WindowServer[117]: Display 0x003f003f: GL mask 0x8; bounds (2464, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.706 WindowServer[117]: Display 0x003f003e: GL mask 0x4; bounds (2465, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.706 WindowServer[117]: Display 0x003f003d: GL mask 0x2; bounds (2466, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    1/14/15 16:37:20.706 WindowServer[117]: CGXPerformInitialDisplayConfiguration
    1/14/15 16:37:20.706 WindowServer[117]:   Display 0x042737c0: Unit 0; Vendor 0x610 Model 0x9cdf S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    1/14/15 16:37:20.706 WindowServer[117]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    1/14/15 16:37:20.706 WindowServer[117]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    1/14/15 16:37:20.706 WindowServer[117]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
    1/14/15 16:37:20.726 WindowServer[117]: GLCompositor: GL renderer id 0x01024500, GL mask 0x0000000f, accelerator 0x0000368b, unit 0, caps QEX|MIPMAP, vram 1536 MB
    1/14/15 16:37:20.726 WindowServer[117]: GLCompositor: GL renderer id 0x01024500, GL mask 0x0000000f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    1/14/15 16:37:20.726 WindowServer[117]: GLCompositor enabled for tile size [256 x 256]
    1/14/15 16:37:20.726 WindowServer[117]: CGXGLInitMipMap: mip map mode is on
    1/14/15 16:37:20.734 loginwindow[94]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    1/14/15 16:37:20.848 WindowServer[117]: Display 0x042737c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/14/15 16:37:20.905 launchctl[129]: com.apple.findmymacmessenger: Already loaded
    1/14/15 16:37:20.924 com.apple.SecurityServer[15]: Session 100004 created
    1/14/15 16:37:20.999 loginwindow[94]: Setting the initial value of the magsave brightness level 2
    1/14/15 16:37:21.020 UserEventAgent[130]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/14/15 16:37:21.065 loginwindow[94]: Login Window Started Security Agent
    1/14/15 16:37:21.155 SecurityAgent[137]: This is the first run
    1/14/15 16:37:21.155 SecurityAgent[137]: MacBuddy was run = 0
    1/14/15 16:37:21.179 WindowServer[117]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042737c0 device: 0x7f91baf023f0  isBackBuffered: 1 numComp: 3 numDisp: 3
    1/14/15 16:37:21.179 WindowServer[117]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7f91baf023f0) - enabling OpenGL
    1/14/15 16:37:21.000 kernel[0]: en0: 802.11d country code set to 'US'.
    1/14/15 16:37:21.000 kernel[0]: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 144 149 153 157 161 165
    1/14/15 16:37:21.000 kernel[0]: ARPT: 7.337263: MacAuthEvent en0   Auth result for: 00:1f:90:e6:62:28  MAC AUTH succeeded
    1/14/15 16:37:21.000 kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    1/14/15 16:37:21.000 kernel[0]: AirPort: Link Up on en0
    1/14/15 16:37:21.000 kernel[0]: en0: BSSID changed to 00:1f:90:e6:62:28
    1/14/15 16:37:21.875 parentalcontrolsd[147]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    1/14/15 16:37:22.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    1/14/15 16:37:22.689 WindowServer[117]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    1/14/15 16:37:22.724 WindowServer[117]: Display 0x042737c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/14/15 16:37:22.755 WindowServer[117]: Display 0x042737c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/14/15 16:37:23.039 configd[18]: network changed: DNS* Proxy
    1/14/15 16:37:23.042 UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en0: SSID '889W0' making interface primary (protected network)
    1/14/15 16:37:23.042 UserEventAgent[11]: Captive: CNPluginHandler en0: Evaluating
    1/14/15 16:37:23.045 UserEventAgent[11]: Captive: en0: Probing '889W0'
    1/14/15 16:37:23.049 configd[18]: network changed: v4(en0!:192.168.1.7) DNS+ Proxy+ SMB
    1/14/15 16:37:24.137 configd[18]: setting hostname to "philippes-air.home"
    1/14/15 16:37:24.188 UserEventAgent[11]: Captive: CNPluginHandler en0: Authenticated
    1/14/15 16:37:25.043 ntpd[74]: proto: precision = 1.000 usec
    1/14/15 16:37:25.400 apsd[61]: Unrecognized leaf certificate
    1/14/15 16:37:25.000 kernel[0]: utun_ctl_connect: creating interface utun0
    1/14/15 16:37:25.798 racoon[156]: failed to bind to address fd89:32c8:9310:8c21:d023:2517:99a5:25d6[500] (Can't assign requested address).
    1/14/15 16:37:25.798 racoon[156]: failed to bind to address fd89:32c8:9310:8c21:d023:2517:99a5:25d6[500]: because interface address is/was not ready (flags 2).
    1/14/15 16:37:25.798 racoon[156]: failed to bind to address fd89:32c8:9310:8c21:d023:2517:99a5:25d6[4500] (Can't assign requested address).
    1/14/15 16:37:25.798 racoon[156]: failed to bind to address fd89:32c8:9310:8c21:d023:2517:99a5:25d6[4500]: because interface address is/was not ready (flags 2).
    1/14/15 16:37:25.000 kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    1/14/15 16:37:31.475 SecurityAgent[137]: User info context values set for Pbeaurain
    1/14/15 16:37:32.000 SecurityAgent[137]: Login Window login proceeding
    1/14/15 16:37:32.233 loginwindow[94]: Login Window - Returned from Security Agent
    1/14/15 16:37:32.253 loginwindow[94]: USER_PROCESS: 94 console
    1/14/15 16:37:32.300 airportd[110]: _doAutoJoin: Already associated to “889W0”. Bailing on auto-join.
    1/14/15 16:37:32.000 kernel[0]: AppleKeyStore:Sending lock change 0
    1/14/15 16:37:32.390 com.apple.launchd.peruser.501[158]: Background: Aqua: Registering new GUI session.
    1/14/15 16:37:32.408 com.apple.launchd.peruser.501[158]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    1/14/15 16:37:32.409 com.apple.launchd.peruser.501[158]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    1/14/15 16:37:32.412 launchctl[161]: com.apple.pluginkit.pkd: Already loaded
    1/14/15 16:37:32.412 launchctl[161]: com.apple.sbd: Already loaded
    1/14/15 16:37:32.424 distnoted[163]: # distnote server agent  absolute time: 17.144346298   civil time: Wed Jan 14 16:37:32 2015   pid: 163 uid: 501  root: no
    1/14/15 16:37:32.865 WindowServer[117]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    1/14/15 16:37:33.189 sharingd[192]: Starting Up...
    1/14/15 16:37:33.199 WindowServer[117]: Display 0x042737c0: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    1/14/15 16:37:33.904 com.apple.SecurityServer[15]: Session 100008 created
    1/14/15 16:37:33.980 xpcproxy[202]: assertion failed: 13F34: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    1/14/15 16:37:34.020 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:34.170 xpcproxy[207]: assertion failed: 13F34: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    1/14/15 16:37:34.247 com.apple.IconServicesAgent[209]: IconServicesAgent launched.
    1/14/15 16:37:34.279 com.apple.SecurityServer[15]: Session 100010 created
    1/14/15 16:37:34.793 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.77 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:34.828 SystemUIServer[179]: Cannot find executable for CFBundle 0x7fea32d55bc0 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    1/14/15 16:37:34.853 SystemUIServer[179]: Cannot find executable for CFBundle 0x7fea32d7e170 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    1/14/15 16:37:34.854 SystemUIServer[179]: Cannot find executable for CFBundle 0x7fea32d7e950 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    1/14/15 16:37:35.250 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    1/14/15 16:37:35.250 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    1/14/15 16:37:35.251 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    1/14/15 16:37:35.252 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    1/14/15 16:37:35.252 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    1/14/15 16:37:35.252 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    1/14/15 16:37:35.252 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    1/14/15 16:37:35.252 com.apple.audio.DriverHelper[215]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.blued.
    1/14/15 16:37:35.281 com.apple.audio.DriverHelper[215]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    1/14/15 16:37:35.281 com.apple.audio.DriverHelper[215]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    1/14/15 16:37:35.281 com.apple.audio.DriverHelper[215]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    1/14/15 16:37:35.461 coreaudiod[181]: 2015-01-14 04:37:35.460687 PM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2
    1/14/15 16:37:35.513 SystemUIServer[179]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/14/15 16:37:35.513 SystemUIServer[179]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    1/14/15 16:37:35.742 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:35.823 accountsd[227]: assertion failed: 13F34: liblaunch.dylib + 25164 [A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A]: 0x25
    1/14/15 16:37:35.857 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.12 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:35.898 UserEventAgent[162]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/14/15 16:37:36.023 Console[171]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    1/14/15 16:37:36.578 com.apple.SecurityServer[15]: Session 100015 created
    1/14/15 16:37:36.752 com.apple.NotesMigratorService[231]: Joined Aqua audit session
    1/14/15 16:37:36.788 com.apple.internetaccounts[207]: An instance 0x7f9e42c122c0 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7f9e42c79fc0> (
    <NSKeyValueObservance 0x7f9e42c78dd0: Observer: 0x7f9e42c80790, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8685043b, Property: 0x7f9e42f8b2d0>
    1/14/15 16:37:36.810 com.apple.internetaccounts[207]: An instance 0x7f9e42c93400 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7f9e42c93620> (
    <NSKeyValueObservance 0x7f9e42c934b0: Observer: 0x7f9e42c9b700, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8685043b, Property: 0x7f9e42f8b2d0>
    1/14/15 16:37:37.167 com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    1/14/15 16:37:37.192 com.apple.time[162]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    1/14/15 16:37:37.317 com.apple.dock.extra[229]: <NSXPCConnection: 0x7ff2f1737340>: received an undecodable message (no exported object to receive message). Dropping message.
    1/14/15 16:37:37.594 com.apple.IconServicesAgent[209]: main Failed to composit image for binding VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x11d] - extension: pdf, UTI: com.adobe.pdf, fileType: PDF .
    1/14/15 16:37:37.598 quicklookd[204]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: pdf, UTI: com.adobe.pdf, fileType: PDF  request size:64 scale: 1
    1/14/15 16:37:37.600 com.apple.IconServicesAgent[209]: main Failed to composit image for binding VariantBinding [0x11f] flags: 0x8 binding: FileInfoBinding [0x205] - extension: webarchive, UTI: com.apple.webarchive, fileType: ????.
    1/14/15 16:37:37.601 quicklookd[204]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: webarchive, UTI: com.apple.webarchive, fileType: ???? request size:64 scale: 1
    1/14/15 16:37:37.605 com.apple.IconServicesAgent[209]: main Failed to composit image for binding VariantBinding [0x207] flags: 0x8 binding: FileInfoBinding [0x121] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN.
    1/14/15 16:37:37.606 quicklookd[204]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: docx, UTI: org.openxmlformats.wordprocessingml.document, fileType: WXBN request size:64 scale: 1
    1/14/15 16:37:37.615 com.apple.IconServicesAgent[209]: main Failed to composit image for binding VariantBinding [0x123] flags: 0x8 binding: FileInfoBinding [0x209] - extension: xlsx, UTI: org.openxmlformats.spreadsheetml.sheet, fileType: XLSX.
    1/14/15 16:37:37.615 quicklookd[204]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xe03] flags: 0x8 binding: FileInfoBinding [0xd03] - extension: xlsx, UTI: org.openxmlformats.spreadsheetml.sheet, fileType: XLSX request size:64 scale: 1
    1/14/15 16:37:38.841 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Activity Monitor" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:39.107 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "Activity Monitor" after 1.27 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:40.607 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:40.700 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [ICS Error for file: Erreur: EventID non trouv&eacute;]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [Invalid ICS format, no VCALENDAR]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [Invalid ICS format, no VCALENDAR]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [No components found]
    1/14/15 16:37:40.704 CalendarAgent[228]: [com.apple.calendar.store.log.subscription] [Failed to refresh <CalManagedSubscriptionInfo: 0x7f814b7703a0> (entity: SubscriptionInfo; id: 0x4000eb <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/SubscriptionInfo/p1> ; data: {
        calendar = "0x14000cb <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/CalDAVSubscribedCalendar/p5> ";
        hasAlarmFilter = 1;
        hasAttachmentFilter = 1;
        hasTaskFilter = 1;
        isAutoProvisioned = 0;
        isAutoRefreshed = 1;
        languageCode = nil;
        lastError = "0xb6b40026b <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/SubscriptionError/p11693>";
        locationCode = nil;
        needsRefresh = 0;
        refreshDate = "2014-11-10 14:58:45 +0000";
        refreshInterval = 604800;
        subscriptionID = nil;
        subscriptionNotes = nil;
        subscriptionTitle = "CONCERT IRLANDAIS \"CELTICFROGS\"";
        subscriptionURL = "(...not nil..)";
        subscriptionURLString = "webcal://ville-theoulesurmer.fr/modules/APCal/index.php?fmt=single&event_id=00 00000550&output_ics=1";
    }) with error Error Domain=CalSubscriptionErrorDomain Code=-1001 "The operation couldn’t be completed. (CalSubscriptionErrorDomain error -1001.)"]
    1/14/15 16:37:40.714 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:40.726 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "Microsoft Word" after 1.12 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:40.607 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:40.700 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [ICS Error for file: Erreur: EventID non trouv&eacute;]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [Invalid ICS format, no VCALENDAR]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [Invalid ICS format, no VCALENDAR]
    1/14/15 16:37:40.701 CalendarAgent[228]: [com.apple.calendar.store.log.ICS] [No components found]
    1/14/15 16:37:40.704 CalendarAgent[228]: [com.apple.calendar.store.log.subscription] [Failed to refresh <CalManagedSubscriptionInfo: 0x7f814b7703a0> (entity: SubscriptionInfo; id: 0x4000eb <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/SubscriptionInfo/p1> ; data: {
        calendar = "0x14000cb <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/CalDAVSubscribedCalendar/p5> ";
        hasAlarmFilter = 1;
        hasAttachmentFilter = 1;
        hasTaskFilter = 1;
        isAutoProvisioned = 0;
        isAutoRefreshed = 1;
        languageCode = nil;
        lastError = "0xb6b40026b <x-coredata://448C723A-AF87-4B87-98B7-276B50842A50/SubscriptionError/p11693>";
        locationCode = nil;
        needsRefresh = 0;
        refreshDate = "2014-11-10 14:58:45 +0000";
        refreshInterval = 604800;
        subscriptionID = nil;
        subscriptionNotes = nil;
        subscriptionTitle = "CONCERT IRLANDAIS \"CELTICFROGS\"";
        subscriptionURL = "(...not nil..)";
        subscriptionURLString = "webcal://ville-theoulesurmer.fr/modules/APCal/index.php?fmt=single&event_id=00 00000550&output_ics=1";
    }) with error Error Domain=CalSubscriptionErrorDomain Code=-1001 "The operation couldn’t be completed. (CalSubscriptionErrorDomain error -1001.)"]
    1/14/15 16:37:40.714 WindowServer[117]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    1/14/15 16:37:40.726 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "Microsoft Word" after 1.12 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:42.734 WindowServer[117]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 3.02 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/14/15 16:37:42.894 com.apple.launchd.peruser.501[158]: (com.apple.iTunesHelper.30128[257]) Spawned and waiting for the debugger to attach before continuing...
    1/14/15 16:37:42.929 com.apple.launchd.peruser.501[158]: (com.adobe.AdobeResourceSynchronizer.52656[259]) Spawned and waiting for the debugger to attach before continuing...
    1/14/15 16:37:42.970 SocialPushAgent[244]: ApplePushService: APSConnection being used without a delegate queue
    1/14/15 16:37:43.187 WiFiKeychainProxy[243]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    1/14/15 16:37:43.188 WiFiKeychainProxy[243]: [NO client logger] <Nov 10 2013 18:30:13> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    1/14/15 16:37:43.315 accountsd[227]: /SourceCache/Accounts/Accounts-336.9/ACDAuthenticationPluginManager.m - -[ACDAuthenticationPluginManager credentialForAccount:client:handler:] - 230 - The authentication plugin for account "[email protected]" (05E87ACE-7C73-48DD-9562-B96363DE6890) could not be found!
    1/14/15 16:37:43.315 accountsd[227]: /SourceCache/Accounts/Accounts-336.9/ACDAccountStore.m - __62-[ACDAccountStore credentialForAccountWithIdentifier:handler:]_block_invoke389 - 857 - No plugin provides credentials for account [email protected]. Falling back to legacy behavior.
    1/14/15 16:37:43.638 gamed[261]: CKSoftwareMap: Registering with Daemon
    1/14/15 16:37:49.530 talagent[177]: CGSBindSurface: Invalid window 0x19
    1/14/15 16:37:49.530 WindowServer[117]: _CGXWindowRightsRelinquish: Invalid window 0x19
    1/14/15 16:37:49.531 talagent[177]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    1/14/15 16:37:49.766 talagent[177]: CGSBindSurface: Invalid window 0x22
    1/14/15 16:37:49.766 WindowServer[117]: _CGXWindowRightsRelinquish: Invalid window 0x22
    1/14/15 16:37:49.766 talagent[177]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    1/14/15 16:37:51.406 talagent[177]: CGSBindSurface: Invalid window 0x25
    1/14/15 16:37:51.407 WindowServer[117]: _CGXWindowRightsRelinquish: Invalid window 0x25
    1/14/15 16:37:51.407 talagent[177]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    1/14/15 16:37:51.637 revisiond[85]: fcntl("/.vol/16777218/2/.DocumentRevisions-V100/PerUID/501/47/com.apple.documen tVersions/A3B4CC38-CFB8-4CD9-8AE4-6C974EEFF16C.tiff", MAKECOMPRESSED, 2) failed; error 16 (Resource busy)
    1/14/15 16:37:51.637 revisiond[85]: sqlite3_step returned: 101 (unknown error), listToken: 120
    1/14/15 16:37:52.941 com.apple.IconServicesAgent[209]: Icon filename entry missing from bundle info dictionary for bundle at URL: file:///System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/XPCServi ces/com.apple.ShareKitHelper.xpc/
    1/14/15 16:37:53.197 parentalcontrolsd[279]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream

  • Anybody know the Executive Contact Details? Absolu...

    Right I have tried serveral times contacting Nokia Customer Support by Email and Phone. On the email I made my point clear about why the Nokia N86 8MP maintenance release firmware (20.115) was allowed to be put on FOTA and even after its release on FOTA it got put on to the Nokia Software Updater, which is ridicolous as the firmware is totally unstable, its like as it was before Production Level so buggy. I even clearly stated there is no use in sending the phone off to repair like you always copy and paste the email instructing the phone to be sent to Nokia Care Centre which it does not need to as the latest firmware has been applied to the N86 and I have done numerous factory reset and stuff. I clearly asked for the Executive Director Details. I sent the email's like nearly two weeks ago and I have not received no reply in my inbox. I also contact Nokia Customer Service several times explaining this problem and the Nokia Customer Service did not even have a clue. I asked for the Nokia Exeuctibe details and everytime I asked that they go we putting you through, and guess were the call gets diverted to ? The Nokia Repair Centre (Annovo) in Theftord. What a waste of time and my breathe for a company like this which treats its customers like DIRT. The customer service rep told me to go to www.europe.nokia.com and check for software updates when latest version will be releasing. I clearly told him I ain't dumb and Nokia never release details on what firmware is going to be releasing and the dates. I told him you trying to get rid of me and dont take me for a mug and I asked him for Manager or Executive Details, and guess what after holding on the line it gets cut off!
    I have sent all the details and video recording of the bugs on the N86 8MP to BBC Watchdog. 
    If i was given the chance to interview the Executive Director I would get my point across to him with this situation and for those who have problems with the lack of software updates for N97. These big time idiots just hide behind carpets and the employees at customer service as no better than monkeys. I wouldnt know what to class the customer service as, but all I can say apes can do better job than them. All lof of them are just useless sitting on the chair and talking **bleep**.
    If you find my post useful then click on
    Kudos!Nokia N86 8MP (v20.115 / RM-484)
    Symbian-Master

    metalfan wrote:
    Customer service staff at NCC's are not their to detail to you faults and how to fix them, they're there to help you book your phone in, explain the processes it goes through etc etc.
    They aren't trained to diagnose your problem nor trained to fix it.
    Perhaps your exact unit is faulty. How do you know that it's "faulty" firmware? Have you tried other peoples phones? 
    Call the careline if you want to talk to Nokia.
    My phone is not even faulty. Look at the other thread, I have those problems what they have so if its happening to majority of us does that mean everyones n86 is faulty those with  v20.115?
    Thread:
    /discussions/board/message?board.id=swupdate&thread.id=58007
    Well I clearly asked for a manger/supervisior to talk to and yet they put me through to somewhere else, and even better fast one they do is cut the line off. Nokia customer service should do magic tricks instead, becuase that what there good at.
    Message Edited by mo_shef on 23-Oct-2009 03:11 AM
    If you find my post useful then click on
    Kudos!Nokia N86 8MP (v20.115 / RM-484)
    Symbian-Master

  • Update cFP-2010 embedded executable without LV

    Hello everyone,
    I would like to update the embeded executable on a cFP-2010 controller (using LV7.1 and RT7.1). The issue is that the cFP is on a remote location (I am in Australia, the unit is on a maching in the US). The cFP is connected to a host PC which has NI-MAX installed, but does not have LV (due to licencing issues). As I would like to upgrade the executable on the cFP without having a PC which has LV, where I could just get someone to use the App Builder, can anyone suggest a method to update the executable on the cFP without LV?
    I have tried to simply replace the STARTUP folder by copying it using a ftp through windows explorer, but i have run into a bag of troubles using this method.
    Any help would be greatly appreciated.
    Thanks
    David

    If you can ftp to the unit you can also probably connect to the unit in LabVIEW (i.e. set the execution target to the
    unit) from your remote PC. I have done this successfully to a cFP2020 connected to a XPHome PC which
    has a dial-in network connection configured. I simply dial up the PC, and set the execution target to the local
    IP address of the fieldpoint. At 28kbaud, the download is slow (and there are spurious "not responding" error
    messages during download which I simply ignore), but it works just like I am there. I can also load MAX, find the
    remote fieldpoint, and diddle with it to my heart's content.
    Caveat's: Internet security firewalls can interfere and must be configured to allow you the appropriate network
    access through the local PC. Also, a dial-up may be too show for the LabVIEW front-panel connection to keep
    up if the front-panel is much beyond bare-bones.
    But there is no reason why you must have a full-blown LabVIEW development system connected locally  to the
    fieldpoint to build and install an application on it. You just need a way of establishing a network connection to
    it. Out-of-the-box XP dial-up connections work satisfactorily, as my own experience demonstrates.
    Bob Miller

  • I used to be able to open links in a new tab by clicking my middle mouse button, but now that I've updated it to the most recent update it doesn't work anymore. How do I fix this? I really love that feature. It works in IE and Chrome but not Mozilla.

    Ok, I used to be able to open links up in a new Tab using my middle mouse button. However, I updated firefox with the automatic Updates on the 26th of October and now I no longer can open links with my middle mouse button. Why? I use this feature just about every time I go searching on the internet so I really would like it back. I couldn't find anything that it was related to in the options so I turn this over to you guys.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Error While updating info in the People Form-Additional Personla Details

    Hi All,
    Iam getting an Error While updating information in the People Form,Additional Personla Details DFF.
    Error Like:
    APP-PER-289974:There has been an error Processing this person,The error encountered is 'ORA-20001:HZ_STNC_SQL_EXCEP:N,PROC.sync_Person,N,ERROR.ORA-25153:Temporary Tablespace is empty ,N,POO,1265890',which occured in procedure  per_htrca_merge_tca_person at step10.
    Please contact your support represntative.
    Thanks -
    Sowmya

    Thanks you,
    By this Note id:395136.1
    Iam unable to find this Set profile 'HZ: Generate Events for DQM Real-Time Synchronization' to No
    with this Note id:278422.1
    We are unable to find this proifle option : HZ: Data Sharing and Security Enabled profile
    we are using applications 11i.
    please help to find this Profile option.
    But with this note id:ID 395136.1
    This is Working.
    Query for HZ: DQM Synchronization Method profile. Set the value to Disable.
    But iam facing proble while uploding data to DFF ,Error--SQL exception occurred during PL/SQL upload.
    Thanks for the Support-
    Sowmya.
    Edited by: user13419037 on Aug 11, 2011 11:53 PM
    Edited by: user13419037 on Aug 12, 2011 12:03 AM
    Edited by: user13419037 on Aug 12, 2011 3:45 AM

Maybe you are looking for

  • Auto PO creation from MRP PR

    All, what settings do I need to do in order to have automatically PO's created from MRP PR's? 1 besides the Automatic PO in Material Master and Vendor master and the fix Source list, what else do i need to set up? 2. What are the next steps? THANKS

  • Need information on 'Repeat Delta' process

    Deleted failed request from InfoCube 0PY_C02 Checked Data Mart Status from ODS ZPY_O50 for failed load. When attempting to push the data from the ODS to InfoCube get error message:      Last delta update is not yet completed      Therefore, no new de

  • Billing doc to PDF

    Hi all, can any one explain me how to create PDF version of my billing documents. My goal is to create PDF file through some new output type for biiling doc. Is it possible? Thanks

  • KeyStore/ Certificates stored by the JRE Runtime

    Hi! I use this code KeyStore ks = KeyStore.getInstance("pkcs12"); ks.load(new FileInputStream("test.p12", "password".toCharArray()); to load a certificate for signing a PDF with the help of iText. The code works fine. The same certificate was importe

  • Do Anchor controller and foreign controller have to run on the same code version?

    Hi All, I have a 4402 anchor controller and 8 4402/4404 foreign controllers all running on code 4.2.61.0 for 1 year without any problem. All guest users are connected to the foreign controllers and then tunneled back to the anchor controller. Right n