Insert Code Error

Can anyone help me find the error in this code please?
There is a code below this that sends an email, and it all works fine, but the data isnt being posted into the database for some reason (This code).
<?php
$con= require_once('../../connections/djdirect.php');
$firstname = ($_POST['firstname']);
$lastname = ($_POST['lastname']);
$email = ($_POST['email']);
$mobilenumber = ($_POST['mobilenumber']);
$date = ($_POST['datepicker']);
$timestart = ($_POST['timestart']);
$timeend = ($_POST['timeend']);
$addressline1 = ($_POST['addressline1']);
$addressline2 = ($_POST['addressline2']);
$addresscity = ($_POST['addresscity']);
$addresscounty = ($_POST['addresscounty']);
$addresspostcode = ($_POST['addresspostcode']);
$package = ($_POST['package']);
$addons = ($_POST['addons']);
$comments = ($_POST['comments']);
$discountcode = ($_POST['discountcode']);
$sql = "INSERT INTO quote (firstname, lastname, email, mobile, date, timestart, timeend, addressline1, addressline2, addresscity, addresscounty, addresspostcode, package, addons, comments, discountcode) VALUES ('$firstname', '$lastname', '$email', '$mobilenumber', '$date', '$timestart', '$timeend', '$addressline1', '$addressline2', '$addresscity', '$addresscounty', '$addresspostcode', '$package', '$addons', '$comments', '$discountcode')";
mysqli_close($con);
?>
Here is an image of the table in the database:

You defined your INSERT query but are not actually sending it to the database. You need something like:
mysqli_query($sql);
I use PDO, not MySQLi, so I may not have gotten the script quite right, but you get the idea.

Similar Messages

  • Added editable regions in order to insert meta tags, but get code error. What did I do wrong?

    Hi,
    Made a website based on a template, and as so many people, was afterwards struggling with optimizing my titles, descriptions and keywords for SEO. These were/are locked in the head section of the template. I found lots of useful information on the forum to unlock this section, but apparently I am doing something wrong and I can't figure out what. The code error I get is that there is a syntaxis error in the template comment. Also I do see that the color of the code is maybe not the way it should be.
    This is the code I pasted in:
    <!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" >
    <!-- TemplateBeginEditable name=”basisontwerp” -->
    <title>untitled document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <meta name=”keywords” content=”keywords go here” >
    <meta name=”description” content=”description goes here” >
    <!-- TemplateEndEditable -->
    <link rel="icon" type="rel/icon" href="images/neroli_logo_mini.png" />
    <link rel="shortcut icon" href="images/neroli_logo_mini.png" />
    <style type="text/css">
    After that there is a whole bunch of stuff regarding two.Col.Elst.Lt.Hdr and style sheets etc. but there is a closing </head> tag just before my header and side bar section.
    Does anybody know what is wrong with my code? I just don't see it ...
    Thanks so much!!!

    He gek; probeer het opnieuw, nu rechtstreeks vanaf de site ipv als reply via de mail:
    <!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" />
    <!-- TemplateBeginEditable name=”basisontwerp” -->
    <title>untitled document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <meta name=”keywords” content=”keywords go here” >
    <meta name=”description” content=”description goes here” >
    <!-- TemplateEndEditable -->
    <link rel="icon" type="rel/icon" href="images/neroli_logo_mini.png" />
    <link rel="shortcut icon" href="images/neroli_logo_mini.png" />
    <style type="text/css">
    <!--
    body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
    padding: 0;
    text-align: center; /* hiermee centreert u de container (het hoofdobject) in IE 5*-browsers Vervolgens wordt de tekst ingesteld op de standaardinstelling van links uitlijnen in de kiezer #container */
    color: #000000;
    /* Tips voor Elastic-lay-outs
    1. Aangezien de algehele grootte van de elastic-lay-outs is gebaseerd op de standaard lettertypegrootte van de gebruiker, hebben deze lay-outs een grotere mate van onvoorspelbaarheid. Bij een juist gebruik zijn ze echter wel toegankelijker voor diegenen die een groter lettertype behoeven omdat de lengte van de regel proportioneel blijft.
    2. De grootte van de div-elementen in deze lay-out is gebaseerd op een lettertypegrootte van 100% in het element body. Als u de tekstgrootte algeheel reduceert door middel van font-size: 80% voor het element body of voor #container, dient u niet te vergeten dat de complete lay-out proportioneel kleiner zal worden. Wellicht wilt u de breedtes van de verschillende div-elementen vergroten om dit te compenseren.
    3. Als de lettertypegrootte wordt gewijzigd d.m.v. verschillende waarden voor elk element div in plaats van voor het algehele ontwerp (bijv. #sidebar1 krijgt een lettertypegrootte van 70% en #mainContent krijgt een lettertypegrootte van 85%), leidt dit tot proportionele wijziging van de algehele grootte van elk van de div-elementen. Mogelijk wilt u dit aanpassen op basis van uw uiteindelijke lettertypegrootte.
    .twoColElsLtHdr #container {
    width: 46em;  /* deze breedte maakt een container (hoofdobject) die past een browservenster van 800 pixels, als de tekst wordt gehandhaafd in de standaard lettertypegroottes van de browser */
    background: #FFFFFF;
    margin: 0 auto; /* de automatische marges (d.m.v. auto), in combinatie met een breedte, centreren de pagina */
    border: 1px solid #000000;
    text-align: left; /* hiermee wordt de instelling text-align: center voor het element body genegeerd. */
    .twoColElsLtHdr #header {
    padding: 0 10px;  /* deze instelling voor padding (opvulling) komt overeen met de uitlijning links van de elementen binnen de div-elementen, die volgen op deze padding. Als een afbeelding wordt gebruikt in de #header in plaats van tekst, wilt u wellicht de padding (opvulling) verwijderen. */
    background-color: #DDDDDD;
    background-image: url(../images/achtergrond_kleur_buttons_mouse_over.png);
    border-top-color: #693;
    border-right-color: #693;
    border-bottom-color: #693;
    border-left-color: #693;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    .twoColElsLtHdr #header h1 {
    margin: 0; /* door de marge van het laatste element in het element div voor #header op 0 in te stellen voorkomt u het wegvallen van marges – een onverklaarbare ruimte tussen div-elementen. Als om het element div een rand loopt, is dit niet nodig aangezien dit tevens het wegvallen van de marge voorkomt */
    padding: 10px 0; /* door het gebruik van padding (opvulling) in plaats van een marge (via het element margin) kunt u het element van de randen van het element div vandaan houden */
    /* Tips voor sidebar1:
    1. Vergeet niet dat als u een waarde voor lettertypegrootte voor dit element div instelt, de algehele breedte van het element div dienovereenkomstig wordt aangepast.
    2. Aangezien we hier werken met em-waarden, verdient het de voorkeur om voor de zijbalk zelf geen padding (opvulling) te gebruiken. Deze wordt dan voor op standaards gebaseerde browsers toegevoegd aan de breedte, waardoor een nog onbekende daadwerkelijke breedte wordt gemaakt.
    3. De ruimte tussen de zijkant van het element div en de elementen erbinnen kan worden gemaakt door het aanbrengen van een linker- en rechtermarge voor dergelijke elementen, zoals wordt aangetoond door de regel ".thrColHybHdr #sidebar1 p".
    .twoColElsLtHdr #sidebar1 {
    float: left;
    width: 12em; /* de achtergrondkleur wordt weergegeven over de lengte van de inhoud in de kolom, maar niet verder */
    padding: 15px 0; /* binnen dit element div maakt de padding (opvulling) aan de onder- en bovenkant de visuele ruimte */
    background-image: none;
    background-color: #FFF;
    .twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
    margin-left: 10px; /* de linker- en rechtermarge moeten aan elk element worden gegeven dat in de kolommen aan de zijkant wordt geplaatst */
    margin-right: 10px;
    /* Tips voor mainContent:
    1. Als u dit element div voor #mainContent een andere waarde voor lettergrootte geeft dan het element div voor #sidebar1, worden de marges van het element div voor #mainContent gebaseerd op de lettergrootte ervan, terwijl de breedte van het element div voor #sidebar1 zal zijn gebaseerd op de lettergrootte daarvan. Mogelijk wilt u de waarden van deze div-elementen aanpassen.
    2. De ruimte tussen mainContent en sidebar1 wordt gemaakt met de linkermarge van het element div voor mainContent. De kolomruimte blijft gehandhaafd, ongeacht de hoeveelheid inhoud die het element div voor sidebar1 bevat. U kunt deze linkermarge verwijderen als u de tekst van het element div voor #mainContent de ruimte van #sidebar1 wilt laten opvullen wanneer de inhoud van #sidebar1 eindigt.
    3. Om het wegvallen van het zwevende element te voorkomen, zult u wellicht via uitproberen een schatting van de maximale grootte van de afbeelding of het element moeten bepalen, aangezien deze lay-out is gebaseerd op de lettertypegrootte van de gebruiker in combinatie met de door u ingestelde waarden. Maar als de gebruiker de lettertypegrootte van diens browser echter op kleiner dan normaal heeft ingesteld, is er in het element div voor #mainContent minder ruimte beschikbaar dan u tijdens het uitproberen ziet.
    4. In de onderstaande voorwaardelijke opmerking van Internet Explorer wordt de eigenschap zoom gebruikt om "hasLayout" mee te geven aan mainContent. Hierdoor wordt voorkomen dat zich diverse IE-specifieke bugs voordoen.
    .twoColElsLtHdr #mainContent {
    margin: 0 1.5em 0 13em; /* de rechtermarge kan worden opgegeven in em- of pixelwaarden. Deze marge maakt de ruimte langs de rechterzijde van de pagina. */
    .twoColElsLtHdr #footer {
    padding: 0 10px;
    background-color: #FFF;
    .twoColElsLtHdr #footer p {
    margin: 0; /* door de marges van het eerste element in de footer (voettekst) in te stellen op 0 vermijdt u het risico dat de marge wegvalt – een ruimte tussen div-elementen */
    padding: 10px 0; /* door het gebruik van padding (opvulling) voor dit element maakt u ruimte (op dezelfde manier als door middel van een marge), zonder het probleem van wegvallende marges */
    /* Miscellaneous classes for reuse */
    .fltrt { /* dit exemplaar van class kan worden gebruikt om een element aan de rechterzijde van uw pagina te laten zweven. Het zwevende element moet voorafgaan aan het element dat, op de pagina, naast het zwevende element moet staan. */
    float: right;
    margin-left: 8px;
    .fltlft { /* dit exemplaar van class kan worden gebruikt om een element aan de linkerzijde van uw pagina te laten zweven. */
    float: left;
    margin-right: 8px;
    .clearfloat { /* dit exemplaar van class moet op een element div of break zijn geplaatst en dient het laatste element te zijn vóór de afsluiting van een container (hoofdobject) die op zijn beurt een zwevend object volledig dient te bevatten */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .navigatie {
    color: #9F3;
    .twoColElsLtHdr #container #footer table tr td {
    font-family: Arial, Helvetica, sans-serif;
    -->
    </style><!--[if IE]>
    <style type="text/css">
    /* plaats in deze voorwaardelijke opmerking css-correcties voor alle versies van IE */
    .twoColElsLtHdr #sidebar1 { padding-top: 30px; }
    .twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* de bovenstaande softwaregebonden eigenschap zoom geeft IE de hasLayout die IE nodig heeft om verschillende bugs te vermijden */
    </style>
    <![endif]-->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    <link href="../personoil.css" rel="stylesheet" type="text/css" />
    <link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="twoColElsLtHdr">
    <div id="container">
      <div id="header">
        <table width="100%" border="0">
          <tr>
            <td width="25%" height="130"><img src="../images/neroli logo kleiner.gif" alt="" width="97" height="130" align="left" /></td>
            <td width="49%"><img src="../images/copy heading.png" width="344" height="35" vspace="0" align="middle" /></td>
            <td width="26%"><img src="../images/neroli logo kleiner.gif" alt="" width="97" height="130" align="right" /></td>
          </tr>
        </table>
      <!-- end #header --></div>
      <div id="sidebar1">
        <ul id="MenuBar1" class="MenuBarVertical">
          <li><a href="../index.html">Personoil</a></li>
          <li><a href="../waaromolie2.html">Waarom olie van Personoil?</a></li>
          <li><a class="MenuBarItemSubmenu" href="../ingredienten.html">De natuurlijke ingrediënten</a>
            <ul>
              <li><a href="../basisolien.html">De basisoliën</a></li>
              <li><a href="../essentieleolien.html">De essentiële oliën</a></li>
    </ul>
          </li>
          <li><a href="../huidtypes.html">Jouw huidtype</a></li>
          <li><a href="../gezichtsmassage.html">Gezichtsmassage en andere tips</a></li>
          <li><a href="../bestellen.php">Advies en bestellen</a></li>
        </ul>
    <h3> </h3>
      <!-- end #sidebar1 --></div>
      <div id="mainContent">
        <ul id="MenuBar2" class="MenuBarHorizontal">
          <li><a href="../contact.html">Contact</a>      </li>
          <li><a href="../betalen.html">Veilig betalen</a></li>
          <li><a href="../verzenden.html">Verzending</a>      </li>
          <li><a href="../voorwaarden.html">Algemene voorwaarden</a></li>
        </ul>
        <!-- TemplateBeginEditable name="editregion" -->
        <&nbsp>
        <h1> Hoofdinhoud </h1>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. </p>
        <p>Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at,  odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. Fusce  varius urna id quam. Sed neque mi, varius eget, tincidunt nec, suscipit id,  libero. In eget purus. Vestibulum ut nisl. Donec eu mi sed turpis feugiat  feugiat. Integer turpis arcu, pellentesque eget, cursus et, fermentum ut,  sapien. Fusce metus mi, eleifend sollicitudin, molestie id, varius et, nibh.  Donec nec libero.</p>
        <h2>Kop niveau H2 </h2>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio.</p>
      <!-- TemplateEndEditable -->
      <!-- end #mainContent --></div>
    <!-- Dit wiselement dient onmiddellijk te volgen op het element div voor #mainContent om het element div voor #container te dwingen om alle zwevende elementen van een lager niveau te bevatten --><br class="clearfloat" />
       <div id="footer">
         <p> </p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-6508405-2");
    pageTracker._trackPageview();
    } catch(err) {}</script>
    </body>
    </html>

  • Applescript 'Contacts' code error with Maverick

    After upgrading from MacOSX 10.6.8 to Maverick my applescripts are creating errors. One example is the following script which works fine if you run it from within the 'Applescript Editor.app' (v 2.6.1) under Maverick but creates a "Data paste section" error -1743 from the 'Contacts' app if you run the script indpendently. Any hints anyone on how I might return this script to full indpendent functionality?
    Script to load a raw address for conversion and inserting into Address Book
    Wish list
    1.    Check if 'New Address' Group already exists and if it doesn't then create one.
    2.    Provide a dialog that enables the user to specify which group to attach the new address to.
    3.    Find the new address and show it in Address Book.
    4.    Create a list of existing Groups to chose from to reduce keyboard error. --> done but the resultant window is not complete - no scroll bar becomes active.
    Problem code:
    set theFiles to (every file of folder addressesFolder) as alias list
    global ABactive, aExists
    property testText : "http://address-parser.com"
    property newGroup : "New Addresses" --> Default group for new address additions
    property aPrefix : ""
    property aFirstName : ""
    property aMiddleName : ""
    property aLastName : ""
    property aSuffix : ""
    property aPosition : ""
    property aDepartment : ""
    property aCompany : ""
    property aCompany2 : ""
    property aStreet : ""
    property aStreet2 : ""
    property aPostbox : ""
    property aPlace : ""
    property aPostPlace : ""
    property aState : ""
    property aZip : ""
    property aPostboxCode : ""
    property aCountry : ""
    property aPhone : ""
    property aPhone2 : ""
    property aMobile : ""
    property aFax : ""
    property aEmail : ""
    property aWebsite : ""
    property aNote : ""
    set newline to ASCII character 10
    -- Select the desired file
    try
        set addressFile to (choose file with prompt "Choose an address file:" of type {"public.text"} without invisibles) as text
        --    set addressFile to (choose file with prompt "Choose an address file:" of type {"public.text"} default location addressesFolder without invisibles) as text
        -- note the data type set for 'addressFile' is 'text'
    on error number -128
        -- User pressed 'Cancel' button
        return
    end try
    set AppleScript's text item delimiters to {":"}
    set fileName to last text item of addressFile
    set AppleScript's text item delimiters to {""}
    (* If there is an error while processing the address file, delay it just long enough to close the file access. Otherwise continue. *)
    set addressFileReference to open for access addressFile
    -- 'addressFileReference' is the 'returned access number'
    -- Check first to see whether the file was created with output from the expected source
    try
        set wholeFile to read addressFileReference as text
        if (offset of testText in wholeFile) is equal to 0 then
            display dialog "File chosen is:" & return & fileName & return & return & "This file does not appear to contain output from the 'http://www.address-parser.com' demo page." buttons {"Cancel"} default button 1 with title "Error!" with icon stop
        end if
    on error number -128
        -- User pressed 'Cancel' button
        close access addressFileReference
        set wholeFile to ""
        return
    end try
    close access addressFileReference
    set wholeFile to ""
    -- Reopen file (need to clarify why EOF error if two read calls made with file open).
    set addressFileReference to open for access addressFile
    try
        set AppleScript's text item delimiters to {""}
        -- Read address file contents in 'addressFileContents' as a list delimited by paragraph and tab.
        set x to paragraphs of (read addressFileReference as text)
        set addressFileContents to {}
        set AppleScript's text item delimiters to tab
        repeat with i from 1 to count x
            set addressFileContents's end to x's item i's text items
        end repeat
        set AppleScript's text item delimiters to {""}
        repeat with i from 1 to count of addressFileContents
            if (item i of addressFileContents) is not {} then
                --Every line must be checked as there is no set order
                if text item 1 of (item i of addressFileContents) is "Prefix= " then ¬
                    set aPrefix to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "First name= " then ¬
                    set aFirstName to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Middle name= " then ¬
                    set aMiddleName to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Last name= " then ¬
                    set aLastName to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Suffix= " then ¬
                    set aSuffix to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Position= " then ¬
                    set aPosition to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Department= " then ¬
                    set aDepartment to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Company= " then ¬
                    set aCompany to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Company - line 2= " then ¬
                    set aCompany2 to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Street address= " then ¬
                    set aStreet to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Street address - line 2= " then ¬
                    set aStreet2 to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Postbox address= " then ¬
                    set aPostbox to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Place name= " then ¬
                    set aPlace to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Post place name= " then ¬
                    set aPostPlace to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "State/Region/Province= " then ¬
                    set aState to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "ZIP/Postal code= " then ¬
                    set aZip to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Postal code of postbox= " then ¬
                    set aPostboxCode to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Country= " then ¬
                    set aCountry to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Phone= " then ¬
                    set aPhone to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Phone 2= " then ¬
                    set aPhone2 to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Mobile phone= " then ¬
                    set aMobile to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Fax= " then ¬
                    set aFax to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Email= " then ¬
                    set aEmail to text item 2 of (item i of addressFileContents)
                if text item 1 of (item i of addressFileContents) is "Web site= " then ¬
                    set aWebsite to text item 2 of (item i of addressFileContents)
                --Collect unrecognised elements and place them in the 'Note' field
                if text item 1 of (item i of addressFileContents) contains "Unrecognized values:" then
                    set i to i + 1
                    set aNote to "Additional address bits:"
                    repeat with i from i to count of addressFileContents
                        --display dialog "Note text reads:" & return & "aNote:" & tab & "'" & aNote & "'" & return & "Line #:" & tab & i & return & (item i of addressFileContents) as text default button 1 with title "Debug Dialog"
                        if (item i of addressFileContents) is not {} then
                            if item 1 of (item i of addressFileContents) is "" and ¬
                                item 2 of (item i of addressFileContents) is not "" then
                                set aNote to aNote & newline & text item 2 of (item i of addressFileContents)
                            end if
                        end if
                    end repeat
                end if
            end if
        end repeat
    on error errMsg number errNum
        close access addressFileReference
        -- do some sort of error processing here
        display dialog "An error occurred with the following number and description: " & return & errNum & return & errMsg & return & return & "Item " & (i as string) & tab & "'" & (item i of addressFileContents) & "'" with title "Data load section."
        error errMsg number errNum
    end try
    close access addressFileReference
    --Debug dialogs
    --display dialog (item 1 of addressFileContents as text) & return & return & (item 2 of addressFileContents as text) & return & return & (item 3 of addressFileContents as text) & return & return & (item 4 of addressFileContents as text)
    --display dialog "title:" & tab & tab & tab & aPrefix & return & "first name:" & tab & tab & aFirstName & return & "middle name:" & tab & tab & aMiddleName & return & "last name:" & tab & tab & aLastName & return & "suffix:" & tab & tab & tab & aSuffix & return & "job title:" & tab & tab & tab & aPosition & return & "department:" & tab & aDepartment & return & "organization:" & tab & aCompany with title "Just prior to new record insertion:" with icon note
    --check if Contacts application is active
    tell application "System Events"
        if exists application process "Contacts" then
            set ABactive to true
        else
            set ABactive to false
        end if
    end tell
    --display dialog "title:" & tab & tab & tab & aPrefix & return & "first name:" & tab & tab & aFirstName & return & "middle name:" & tab & tab & aMiddleName & return & "last name:" & tab & tab & aLastName & return & "suffix:" & tab & tab & tab & aSuffix & return & "job title:" & tab & tab & tab & aPosition & return & "department:" & tab & aDepartment & return & "organization:" & tab & aCompany with title "Just prior to create new entry:" with icon note
    --create new address entry
    tell application "Contacts"
        try
            --if the aCompany2 variable is filled append its contents to the aCompany variable
            if aCompany2 is equal to "" then
                set thePerson to make new person with properties ¬
                    {title:aPrefix, first name:aFirstName, middle name:aMiddleName, last name:aLastName, suffix:aSuffix, job title:aPosition, department:aDepartment, organization:aCompany}
            else
                set aCompany to aCompany & newline & aCompany2
                set thePerson to make new person with properties ¬
                    {title:aPrefix, first name:aFirstName, middle name:aMiddleName, last name:aLastName, suffix:aSuffix, job title:aPosition, department:aDepartment, organization:aCompany}
            end if
            --set the Company view binary if no First and Last name
            if (first name of thePerson is equal to "") and (last name of thePerson is equal to "") then ¬
                set the company of thePerson to true
            tell thePerson
                if aPhone is not equal to "" then ¬
                    make new phone at end of phones with properties ¬
                        {label:"work", value:aPhone}
                if aPhone2 is not equal to "" then ¬
                    make new phone at end of phones with properties ¬
                        {label:"other", value:aPhone2}
                if aMobile is not equal to "" then ¬
                    make new phone at end of phones with properties ¬
                        {label:"mobile", value:aMobile}
                if aFax is not equal to "" then ¬
                    make new phone at end of phones with properties ¬
                        {label:"fax", value:aFax}
                if aEmail is not equal to "" then ¬
                    make new email at end of emails with properties ¬
                        {label:"Work", value:aEmail}
                if aWebsite is not equal to "" then ¬
                    make new url at end of urls with properties ¬
                        {label:"Work", value:aWebsite}
                if aStreet is not equal to "" then
                    if aStreet2 is equal to "" then
                        make new address at end of addresses with properties ¬
                            {label:"work", street:aStreet, city:aPlace, state:aState, zip:aZip, country:aCountry}
                    else
                        make new address at end of addresses with properties ¬
                            {label:"work", street:aStreet & ", " & aStreet2, city:aPlace, state:aState, zip:aZip, country:aCountry}
                    end if
                end if
                if aPostPlace is equal to "" then set aPostPlace to aPlace
                if aPostbox is not equal to "" then
                    if aPostboxCode is not equal to "" then
                        make new address at end of addresses with properties ¬
                            {label:"postal", street:aPostbox, city:aPostPlace, state:aState, zip:aPostboxCode, country:aCountry}
                    else
                        make new address at end of addresses with properties ¬
                            {label:"postal", street:aPostbox, city:aPlace, state:aState, zip:aZip, country:aCountry}
                    end if
                end if
                if aNote is not equal to "" then set note to aNote
            end tell
            -- place the new entry into a group
            set myGroups to name of every group
            set theGroup to (choose from list myGroups with prompt "Attach to which group?" without multiple selections allowed and empty selection allowed) as text
            --If user selects 'Cancel' button the value of the result variable is 'false'
            if theGroup is not "false" then
                add thePerson to group theGroup
            else
                -- create a default group and place the entry in there; first testing to see whether the default group already exists
                try
                    if group newGroup exists then ¬
                        display dialog "newGroup exists" with icon 1
                    add thePerson to group newGroup
                on error number -1728
                    -- newGroup does not exist so create it
                    display dialog "newGroup does not exist. Make new group with newGroup" with icon 1
                    set theGroup to make new group with properties {name:newGroup}
                    add thePerson to group newGroup
                end try
            end if
            save application "Contacts"
            set selection to (thePerson)
            activate
    --set flag that new address entry was successful by seeking
            if the selection is equal to properties ¬
                {title:aPrefix, first name:aFirstName, ¬
                middle name:aMiddleName, last name:aLastName, ¬
                suffix:aSuffix, job title:aPosition, ¬
                department:aDepartment, organization:aCompany} then ¬
            set aExists to true
        on error errMsg number errNum
            -- do some sort of error processing here
            display dialog "An error occurred with the following number and description: " & return & errNum & return & errMsg with title "Data paste section."
            error errMsg number errNum
        end try
        --if we opened the AB, we'll close it
        if not ABactive then quit
    end tell
    --clear address variables content in case of repeat use
    set aPrefix to ""
    set aFirstName to ""
    set aMiddleName to ""
    set aLastName to ""
    set aSuffix to ""
    set aPosition to ""
    set aDepartment to ""
    set aCompany to ""
    set aCompany2 to ""
    set aStreet to ""
    set aStreet2 to ""
    set aPostbox to ""
    set aPlace to ""
    set aState to ""
    set aZip to ""
    set aPostboxCode to ""
    set aCountry to ""
    set aPhone to ""
    set aPhone2 to ""
    set aMobile to ""
    set aFax to ""
    set aEmail to ""
    set aWebsite to ""
    set aNote to ""
    -- Delete original file if contents have been successfully added
    if aExists then
        try
            tell application "Finder"
                if exists file addressFile then
                    delete file addressFile --moves it to the trash
                end if
            end tell
        on error errMsg number errNum
            display dialog "Inserting new address was successfiul, however an error occurred while deleting the original file:" & return & addressFile buttons {"Cancel"} default button 1 with title "Error!" with icon stop
            display dialog ""
        end try
    end if
    -- End of 'add address' script

    Well, after a few days of restoring my cellphone (The C6-01 I mentioned before), I came to this:
    - After Hard resetting, the Lock Code is still erroneous;
    - After firmware reinstalling, Lock Code is erroneous;
    - Pulling out the battery, leaving the cellphone with no power for several hours, give the same result;
    - Downgrading firmware (previous version) did not fix the problem;
    Interesting thing is, after power on, the cellphone asks for the code lock: entering ANY number, returns "Code Error", and simply goes back to normal operation.
    Everything is working, except I can no use de Lock Code, or any function related to it.
    Of course, is pretty annoying to enter the lock code every time I power-on the cell.

  • Issue with trigger, multi-table insert and error logging

    I find that if I try to perform a multi-table insert with error logging on a table that has a trigger, then some constraint violations result in an exception being raised as well as logged:
    <pre>
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    SQL> create table t1 (id integer primary key);
    Table created.
    SQL> create table t2 (id integer primary key, t1_id integer,
    2           constraint t2_t1_fk foreign key (t1_id) references t1);
    Table created.
    SQL> exec dbms_errlog.create_error_log ('T2');
    PL/SQL procedure successfully completed.
    SQL> insert all
    2 into t2 (id, t1_id)
    3 values (x, y)
    4 log errors into err$_t2 reject limit unlimited
    5 select 1 x, 2 y from dual;
    0 rows created.
    SQL> create or replace trigger t2_trg
    2 before insert or update on t2
    3 for each row
    4 begin
    5 null;
    6 end;
    7 /
    Trigger created.
    SQL> insert all
    2 into t2 (id, t1_id)
    3 values (x, y)
    4 log errors into err$_t2 reject limit unlimited
    5 select 1 x, 2 y from dual;
    insert all
    ERROR at line 1:
    ORA-02291: integrity constraint (EOR.T2_T1_FK) violated - parent key not found
    </code>
    This doesn't appear to be a documented restriction. Does anyone know if it is a bug?

    Tony Andrews wrote:
    This doesn't appear to be a documented restriction. Does anyone know if it is a bug?Check The Execution Model for Triggers and Integrity Constraint Checking.
    SY.

  • Nokia x2-01 CODE ERROR

    My nokia x2-01 gives me a code error. it ASKS FOR A SECURKITY CODE EACH TYME I INSERT ANOTHER SIM AND DOES Not ACCEPT 12345.
    I CANT REMMEMBER SETTING up any security code
    The current sim it apparently accepts is nt even the ist sim card that came with the phpne
    pls help

    are you sure that the code your phone is asking is the security code? if it really security code and default code 12345 is not working, you need to bring your phone to the nearest nokia carepoint so re-flash will be done on your phone and the default code will be back to 12345 again.

  • Insert PK errors

    Hi,
    I am new to ODI. I got 'insert PK errors' while executing my validate scenario. This scenario is to do the validation for interface table ZCA_IMP_SALES_ACCOUNTS which has primary key 'INTERFACE_ROW_ID'. The targe code is
    update FUSION.ZCA_IMP_SALES_ACCOUNTS TRG
    set TRG.object_status = 'COLLECTION_ERROR',
    TRG.collection_status = 'ZCA_IMP_SALES_ACCOUNTS_PK'
    where (TRG.INTERFACE_ROW_ID) = (
    select (TRG2.INTERFACE_ROW_ID)
    from FUSION.ZCA_IMP_SALES_ACCOUNTS TRG2
    where TRG2.rowid <> TRG.rowid )
    and TRG.request_id = <@=#IC_CN_IMPORT.N_REQUEST_ID@>
    The error message is
    java.lang.Exception: BeanShell script error: Sourced file: inline evaluation of: ``out.print("update ODI_WORK.ZCA_IMP_SALES_ACCOUNTS TRG set TRG.object_status = . . . '' Token Parsing Error: Lexical error at line 2, column 12. Encountered: "I" (73), after : "#": <at unknown location>
    BSF info: insert PK errors at line: 0 column: columnNo
         at com.sunopsis.dwg.codeinterpretor.SnpCodeInterpretor.transform(SnpCodeInterpretor.java:635)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.codeInterpretation(SnpSessTaskSql.java:410)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders(SnpSessTaskSql.java:1716)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2698)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java:71)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2417)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:740)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2059)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$1.doAction(StartSessRequestProcessor.java:263)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:226)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:191)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:181)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:708)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:129)
         at oracle.odi.runtime.agent.processor.task.AgentTask.executeInAuthentication(AgentTask.java:104)
         at oracle.odi.runtime.agent.support.BuiltInAgentTaskExecutor$1.run(BuiltInAgentTaskExecutor.java:26)
         at java.lang.Thread.run(Thread.java:619)
    I am not sure how to debug this error. Can someone please help me out?
    Thanks,
    DonMay

    Hi,
    Trying to help....
    Which KM you are using ?
    In which step its failing ?
    What is your Primary Key ? and can you please tell the source and target column mappings and conditions.
    Are you missing some thing in this condition ?
    select (TRG2.INTERFACE_ROW_ID) from FUSION.ZCA_IMP_SALES_ACCOUNTS TRG2
    where TRG2.rowid TRG.rowid )
    I mean equal condition in where clause (where TRG2.rowid = TRG.rowid )
    Regards,
    Rathish A M
    Edited by: Rathish on Dec 4, 2009 1:13 PM

  • I need help with this code error "unreachable statement"

    the error_
    F:\Java\Projects\Tools.java:51: unreachable statement <-----------------------------------------------------------------------------------------------------------------THIS
    int index;
    ^
    F:\Java\Projects\Tools.java:71: missing return statement
    }//end delete method
    ^
    F:\Java\Projects\Tools.java:86: missing return statement
    }//end getrecod
    ^
    3 errors
    import java.util.*;
    import javax.swing.*;
    import java.awt.*;
    public class Tools//tool class
    private int numberOfToolItems;
    private ToolItems[] toolArray = new ToolItems[10];
    public Tools()//array of tool
    numberOfToolItems = 0;
    for(int i = 0; i < toolArray.length; i++)//for loop to create the array tools
    toolArray[i] = new ToolItems();
    }//end for loop
    }//end of array of tools
    public int search(int id)//search mehtod
    int index = 0;
    while (index < numberOfToolItems)//while and if loop search
    if(toolArray[index].getID() == id)
    return index;
    else
    index ++;
    }//en while and if loop
    return -1;
    }//end search method
    public int insert(int id, int numberInStock, int quality, double basePrice, String nm)//insert method
    if(numberOfToolItems >= toolArray.length)
    return 0;
    int index;
    index = search(id); <-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------HERE
    if (index == -1)
    toolArray[index].assign(id,numberInStock, quality, basePrice,nm);
    numberInStock ++;
    return 1;
    }//end if index
    }//end if toolitem array
    return -1;
    }//end insert method
    public int delete(/*int id*/)//delete method
    }//end delete method
    public void display()//display method
    for(int i = 0; i < numberOfToolItems; i++)
    //toolArray.display(g,y,x);
    }//end display method
    public String getRecord(int i)//get record method
    // return toolArray[i].getName()+ "ID: "+toolArray[i].getID()
    }//end getrecod
    }//end class
    Edited by: ladsoftware on Oct 9, 2009 6:08 AM
    Edited by: ladsoftware on Oct 9, 2009 6:09 AM
    Edited by: ladsoftware on Oct 9, 2009 6:10 AM
    Edited by: ladsoftware on Oct 9, 2009 6:11 AM

    ladsoftware wrote:
    Subject: Re: I need help with this code error "unreachable statement"
    F:\Java\Projects\Tools.java:51: unreachable statement <-----------------------------------------------------------------------------------------------------------------THIS
    int index;
    ^
    F:\Java\Projects\Tools.java:71: missing return statement
    }//end delete method
    ^
    F:\Java\Projects\Tools.java:86: missing return statement
    }//end getrecod
    ^
    3 errorsThe compiler is telling you exactly what the problems are:
    public int insert(int id, int numberInStock, int quality, double basePrice, String nm)//insert method
    if(numberOfToolItems >= toolArray.length)
    return 0; // <<== HERE you return, so everyting in the if block after this is unreachable
    int index;
    index = search(id);  //< -----------------------------------------------------------------------------------------------------------------HERE
    if (index == -1)
    toolArray[index].assign(id,numberInStock, quality, basePrice,nm);
    numberInStock ++;
    return 1;
    }//end if index
    }//end if toolitem array
    return -1;
    }//end insert method
    public int delete(/*int id*/)//delete method
    // <<== HERE where is the return statement?
    }//end delete method
    public String getRecord(int i)//get record method
    // return toolArray.getName()+ "ID: "+toolArray[i].getID() <<== HERE you commented out the return statement
    }//end getrecod
    }//end class

  • Invalid Key code Error while installing crystal report server 11

    While installing crystal report server 11,i am facing an erro which says Invalid Key code Error.I had raised this issue to SAP customer support and attaching the conversation that we had.PLEASE HELP me to resolve the issue.
    MAILS--Dear Mohit,
    Thanks for the patience.
    We have received the below update from the Licensing Team.
    You received your permanent key in respect of these licenses - the key is  for Crystal Reports Server XI.
    You did not purchase these licenses for Crystal Reports Server, but purchased it for Crystal Reports and a 5-named user license for Crystal Reports was included as a special offer.  The software included was version XIR2, but you elected to use version XI instead and received key .
    You would need to enroll the licenses in maintenance if you want to upgrade them.
    In case of any queries please create a ticket via the Service Market Place.
    Regards,
    Jessy
    Customer Interaction Center
    SAP Active Global Support
    Hello Jessy,
    The customer received their permanent key in respect of these licenses - the key is  for Crystal Reports Server XI.
    They did not purchase these licenses for Crystal Reports Server, they purchased Crystal Reports and a 5-named user license for Crystal Reports was included as a special offer.  The software included was version XIR2, but they elected to use version XI instead and they received key .
    They cannot decide to upgrade now - they must enrol these licenses in maintenance if they want to upgrade them.
    Kind regards,
    Rosemary
    From: BOSAPASIA
    Sent: 29 September 2009 05:49
    To: Savage, Rosemary
    Subject: FW: Crystal Reports Server Installation Issue
    Importance: High
    HI Rose ,
    Need your assistance on the below issue.
    Customer purchased Crystal Report Server XI R2 in 2005. When he is trying to install it now, he is getting an Invalid Key code Error.
    He has provided us the Scanned copies of the Key code and the registration number.Can you please help and check if he can be provided with a Keycode.
    Regards,
    Jessy
    CIC Team Lead
    Customer Interaction Center
    Global Support Centre India
    SAP Labs India Pvt Ltd
    Hi,
    Providing you with the required details to proceed further
    Registration Number-
    Registration Email Address-taxmantra.support
    And also please find attached the scanned copy of the Registration key we got for the Crystal report server.
    Dear Mohitk,
    Thank you for your information.
    I checked with the concerned colleague and received the below update:
    Please check from where you got this key code. If from a paper, please scan it to us. Please let them track to the original paper or email.
    If you have registered the key code, please provide us the registration number or registration email address so that we will try to check for you.
    If you did not register before, as the promotion is over so the key code could not be replaced.
    I request you to kindly check the same at your end and revert with the details.
    Moreover, there are two ways for Crystal Report customer to get support.
    One is customer with bundled product such like BOE and under maintenance. These customers will have an S-user ID and password to log a case in service market place via http://service.sap.com/message
    A learning map was provided, listed on left column.
    The other is customer with only Crystal report product, the support is via SDN.
    http://service.sap.com =>Crystal Reports and Xcelsius Support=>Crystal Reports and Xcelsius Forums
    Customers can first check whether other customer has got the same issue and find the reply from our engineers.
    You may also post your own thread for support.
    Anything else I could help, please do not hesitate to contact again.
    Hi,
    I am providing you with the details required to resolve the issue related to Crystal report installation,for reference of the issue please refer the mail below.
    Please find attached the Scanned Document  containing the details as per the details required by you.
    Hope to see a quick resolution for the issue.
    Dear Mohit,
    Thank you for your e-mail.
    As discussed, I understand that youu2019ve procured Crystal Reports Server 11 in 2006. However youu2019re facing issues with key codes while reinstalling the same. We request you to kindly provide us with below details for further assistance.
    Your customer number:
    Your customer name and address:
    Purchase order number:
    Any other products purchased along with Crystal Reports Server 11
    Any S-User Id:
    Any old case ID:
    Please feel free to contact us if any further queries.
    Hi,
    I am raising this concern on behalf on Taxmantra project (Tata Consultancy Services noida).
    We have bought licensed Crystal Reports Server 11 near by 2006.We are trying to install the crystal server but while installing ,we have encountered with an error message that:-
    "The product key code you have entered is incorrect"
    We are facing the same issue in 2006,I am attaching with this email the conversations that was held in 2006 to get the correct key code.
    Please help us to resolve the issue as early as possible.
    My contact number:
    If you need any further information do let me know

    Ajit,
      By design, the product is not able to be installed under the superuser account.
    1.  Create a new user and specify a home directory for the user without a quota set.
    2.  Copy or move the installation files to a directory that the new user can read.  I suggest you move the installation files directly into the new user's home directory.
    3.  Logon as the new user (or su - newuser)
    4.  run the installation shell script using that new user's account.
    NOTE:  Ensure the system meets the requirements from the supported platforms documents.
    .Tony

  • Part of Photoshop isn't functioning.  Under adjustments, when HDR toning is clicked on I get a code:  Error 48: File or folder does not exist.  Line:11  - $.evalFile(g_StackScriptFolderPath   "StackSupport.jsx");  How can it be fixed?

    The phone company was here working on something while I was gone.  They sat down at my computer (iMac) and since then HDR toning doesn't work.  Get the code:   Error 48: File or folder does not exist.    Line: 11     ->  $.evalFile(g_StacScriptFolderPatch + "StackSupport.jsx");   How can this be fixed?   

    Go to //Applications/Adobe Photoshop [Version]/Presets/ Scripts/Stack Scripts Only/ and see if StackSupport.jsx is there. If it is not, uninstall and reinstall Photoshop to have it added back in. If it is there, first try recreating the Photoshop Preferences (hold down Command+Option+Shift while launching Photoshop).

  • HT5113 "Invalid code error" and "can't connect to the iTunes Store." Any suggestions?

    I keep getting an "invalid code error" when trying to preview a course with the enroll code. When I click on the link to the course, I get an error that says "can't connect to the iTunes Store." Any suggestions?
    I tried previewing a test course I made about a year ago. I was able to request access to the course, went into Course Manager and approved it, but hours later it still says awaiting approval on my iPad.
    Any ideas as to what could be going on, aside from a cruel April Fool's joke?
    Thanks.
    David

    How about trying to sign out of your account on the iPad, restart the iPad, sign back into the account and then try again?
    Settings>Store>Apple ID - tap on your ID and sign out - restart - go back - sign in.
    Other than going through the support article - if you haven't already done so - the only other thing I can think of is to reset/reboot the iPad. That can clear the memory and it does help solve a lot of "hinky" issues.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Elements 13 - When I try to burn a movie to DVD I get a Code error

    The code error is: Plugin Code Error: No Plugin DLLs.
    How do I resolve?

    Update problems
    The Premiere Elements 13 No Plugin DLL error has not been lending itself to one problem one fix.
    Please read further than just post 12 referenced for clearer insights in fixes rather than one particular fix.
    Re: How do I correct the error; "PluginCoder error: no pligin DLLs" when attempting to burn a DVD with Premiere Elements 13
    We will be watching for what works for you.
    Thanks.
    ATR

  • Processing status code error

    Hi all,
    What does processing status code "Error" indicate in rcv_headers_interface.There is no error message in po_interface_errors.There is nothing available in the log of Receiving Transaction Processor.Can someone guide me what exactly this means?
    Thanks in advance!!

    Hi Sandy;
    Please see below notes which could be helpful
    Resolving records stuck in the Receiving Transactions Interface [ID 50903.1]
    http://docs.oracle.com/cd/E19509-01/820-4390/ggtrm/index.html
    Regard
    Helios

  • HT1339 hi i reset the settings on my ipod and when i connected it to my laptop its not recognized. It shows unknown device code error 43, and its not recognized when i connect to itunes.

    Hi I went into settings on my ipod and reset it, when i connected it to my laptop afterwards itsays USB unrecognized unknown device, code error 43. Its also unrecognized in itunes. All my music is still on the ipod, How can I sync it itunes??

    Try:
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    Also try change the DNS to Google's servers. See:
    Public DNS — Google Developers

  • Update: Photoshop CC Install failed. Code: "error U44M1P7"

    Photoshop CC Install failed. Code: "error U44M1P7"
    Another problem here. Everything was working until I started updating. Plus now certain features are not available in PSCC. For instance the "save image for web" is disabled. Additionally, PS will not open an .png file. Here we go again. I am still trying to solve an open issue with DW crashing. What is going on back a Adobe. Come on Adobe people, please quit guessing and wasting our time with answers that take hours to complete and don't work. Please reply with a real answer.
    I just can't believe you suggest uninstalling, run cleaner tool and reinstall everything. That's a day or two of work lost. Besides, many people did just that with no resolution. It makes me thing that the people a Adobe don't know the answer - so just through out a generic answer.
    Please forward me an email to forwarg error logs.... Time is a wasting....
    A list of what did'nt work:
    http://forums.adobe.com/message/5286437#5286437
    http://forums.adobe.com/message/5981598
    http://forums.adobe.com/message/6003161#6003161
    http://helpx.adobe.com/photoshop/kb/photoshop-cs6-updates-dont-install.html
    http://acrobatninja.blogspot.com/2013/07/fixing-csxs-infrastructure-update.html
    Tried everything. Renaming, reinstalling....
    WIndows 8 version 6.2 (build 9200)
    64-bit Operating System x64-based processor.
    4th generation Intel® Core™ i7-4700MQ Processor
    16GB DDR3 System Memory (2 Dimm)
    NVIDIA GeForce GT 740M Graphics with 2048MB of dedicated video
    1TB 5400 rpm Hard Drive
    Adobe Photoshop Version: 14.1.1 (14.1.1 20130910.r.414 2013/09/10:23:00:00) x64
    Operating System: Windows 8 64-bit
    Version: 6.2
    System architecture: Intel CPU Family:6, Model:12, Stepping:3 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2394 MHz
    Built-in memory: 16159 MB
    Free memory: 11222 MB
    Memory available to Photoshop: 14472 MB
    Memory used by Photoshop: 60 %
    Image tile size: 1024K
    Image cache levels: 4
    Display: 1
    Display Bounds: top=0, left=0, bottom=768, right=1366
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    No GPU information available
    Serial number: 90970010899826454365
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\
    Temporary file path: C:\Users\David\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 904.8G, 489.6G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)\Plug-ins\
    Installed components:
       ACE.dll   ACE 2013/07/14-12:09:50   79.543790   79.543790
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdobeLinguistic.dll   Adobe Linguisitc Library   7.0.0  
       AdobeOwl.dll   Adobe Owl 2013/03/03-12:10:08   5.0.13   79.533484
       AdobePDFL.dll   PDFL 2013/03/13-12:09:15   79.499517   79.499517
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1786  
       AdobeXMP.dll   Adobe XMP Core 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPFiles.dll   Adobe XMP Files 2013/03/13-12:09:15   79.151481   79.151481
       AdobeXMPScript.dll   Adobe XMP Script 2013/03/13-12:09:15   79.151481   79.151481
       adobe_caps.dll   Adobe CAPS   7,0,0,21  
       AGM.dll   AGM 2013/07/14-12:09:50   79.543790   79.543790
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       aif_core.dll   AIF   5.0   79.534508
       aif_ocl.dll   AIF   5.0   79.534508
       aif_ogl.dll   AIF   5.0   79.534508
       amtlib.dll   AMTLib (64 Bit)   7.0.0.169 BuildVersion: 7.0; BuildDate: Mon Apr 8 2013 2:31:50)   1.000000
       ARE.dll   ARE 2013/07/14-12:09:50   79.543790   79.543790
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2013/07/14-12:09:50   79.543790   79.543790
       BIBUtils.dll   BIBUtils 2013/07/14-12:09:50   79.543790   79.543790
       boost_date_time.dll   DVA Product   7.0.0  
       boost_signals.dll   DVA Product   7.0.0  
       boost_system.dll   DVA Product   7.0.0  
       boost_threads.dll   DVA Product   7.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.6.30929   2.1.6.30929
       CITThreading.dll   Adobe CITThreading   2.1.6.30929   2.1.6.30929
       CoolType.dll   CoolType 2013/07/14-12:09:50   79.543790   79.543790
       dvaaudiodevice.dll   DVA Product   7.0.0  
       dvacore.dll   DVA Product   7.0.0  
       dvamarshal.dll   DVA Product   7.0.0  
       dvamediatypes.dll   DVA Product   7.0.0  
       dvaplayer.dll   DVA Product   7.0.0  
       dvatransport.dll   DVA Product   7.0.0  
       dvaunittesting.dll   DVA Product   7.0.0  
       dynamiclink.dll   DVA Product   7.0.0  
       ExtendScript.dll   ExtendScript 2013/03/21-12:10:31   79.535742   79.535742
       FileInfo.dll   Adobe XMP FileInfo 2013/03/19-12:09:02   79.151561   79.151561
       filter_graph.dll   AIF   5.0   79.534508
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       imslib.dll   IMSLib DLL   7.0.0.37  
       JP2KLib.dll   JP2KLib 2013/02/19-12:28:44   79.248139   79.248139
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1785  
       mediacoreif.dll   DVA Product   7.0.0  
       MPS.dll   MPS 2013/03/15-13:25:52   79.535029   79.535029
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6910  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       PatchMatch.dll   PatchMatch 2013/06/11-12:08:08   79.542390   79.542390
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC   CC  
       Plugin.dll   Adobe Photoshop CC   CC  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   4.0.1.34  
       PSArt.dll   Adobe Photoshop CC   CC  
       PSViews.dll   Adobe Photoshop CC   CC  
       SCCore.dll   ScCore 2013/03/21-12:10:31   79.535742   79.535742
       ScriptUIFlex.dll   ScriptUIFlex 2013/03/21-12:10:31   79.535742   79.535742
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 1, 2012, 1003  
       updaternotifications.dll   Adobe Updater Notifications Library   7.0.1.102 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   7.0.1.102
       WRServices.dll   WRServices Mon Feb 25 2013 16:09:10   Build 0.19078   0.19078
    Required plug-ins:
       Camera Raw 8.3
       Camera Raw Filter 8.3
    Optional and third party plug-ins:
       CUR (Windows Cursor) NO VERSION
       CUR (Windows Cursor) NO VERSION
       ICO (Windows Icon) NO VERSION
       ICO (Windows Icon) NO VERSION
    Plug-ins that failed to load: NONE
    Flash: NONE
    Installed TWAIN devices: NONE
    ERRORS in log file.
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | START - Installer Session
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | RIBS version: 7.0.0.108
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Win OS version: 6.2.0.0 64 bit Type: 1
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | ::START TIMER:: [Total Timer]
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | CHECK: Single instance running
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | CHECK : Credentials
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Load Deployment File
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | deploymentFile option not given
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | CHECK : Another Native OS installer already running
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Create Required Folders
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Assuming install mode
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Looking up install source path
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Sync Media DB ...
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | ::START TIMER:: [Sync Media DB]
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Pre check media db sync
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | End of Pre check media db sync. Exit code: 0
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | :: END TIMER :: [Sync Media DB] took 44871.6 milliseconds (44.8716 seconds) DTR = 11.4103 KBPS (0.0111429 MBPS)
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ready to initialize session to start with ...
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | ::START TIMER:: [CreatePayloadSession]
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updated source path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {03FEDC54-2B83-4273-8E61-F015AED1FF8A}
    02/12/14 10:08:13:086 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-zh_TW-111213042019\Install.db
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {06385F1A-686B-4F9A-A288-B14DA88CD362}
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-es_ES_x64-111213044929\Install.db
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {0A140625-D36E-44F9-BB74-81F77F2330B4}
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-pl_PL_x64-111213050320\Install.db
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {0DF6A9DB-3952-4043-A568-BEB8945E4BBF}
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-en_IL-111213051823\Install.db
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {0E9F14B7-4D10-4032-BA87-C40ACD392D44}
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-en_GB-111213041200\Install.db
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {141333F9-FC47-4A39-B8FE-D275392F6789}
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-fr_CA_x64-111213044353\Install.db
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {17B0D899-8128-4B48-AF89-7225FC4190EF}
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-da_DK-111213043119\Install.db
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {1B1D7D01-D57A-4178-94E2-85C72F9F62A4}
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-tr_TR-111213050441\Install.db
    02/12/14 10:08:13:087 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {1EA79689-EF55-4C4D-8D1F-277BE6FAF7D5}
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-ru_RU_x64-111213050849\Install.db
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {2769566D-3013-4A92-B734-41CEAC204D3D}
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-pt_BR-111213042833\Install.db
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {2938A8F6-FEFF-4FC0-BDB1-BAFC93206A13}
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-nb_NO-111213045627\Install.db
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {2B8BEA0E-6822-478A-B6FB-B7728728B63B}
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-ja_JP_x64-111213041618\Install.db
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {3639A0A1-715C-41C9-8C08-3A2F273C1BDB}
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-hu_HU-111213051254\Install.db
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {39B0B410-3751-47CA-8A38-FF9C063AC592}
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-de_DE_x64-111213042709\Install.db
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {3BB385AE-949B-41C2-AC74-0E8C4BAF6C3D}
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-uk_UA-111213051011\Install.db
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {3E6FC41B-21B9-43B0-9A06-1566FBCAB39C}
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-fr_MA_x64-111213052231\Install.db
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {41C7F331-50D0-4F5A-BCEF-C9598DE72962}
    02/12/14 10:08:13:088 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-Core-111213052454\Install.db
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {457FFF62-2725-47EB-941E-8F1648B89E5F}
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-hu_HU_x64-111213051417\Install.db
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {495275FD-CD40-49CD-95DC-17584DCB2951}
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-fr_FR_x64-111213044106\Install.db
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {4956BE59-3D19-42DF-BEA9-3D7C9AE30770}
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-sv_SE_x64-111213045215\Install.db
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {5CFC342C-63E5-490E-8624-434F996022DF}
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-de_DE-111213042545\Install.db
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {60A50B47-39EC-4EAF-9B5A-EDC61C04171B}
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-nb_NO_x64-111213045750\Install.db
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {6717CE34-EE50-4BCA-A333-76F86716B337}
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-fr_FR-111213043940\Install.db
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {7267D396-7C67-42E7-A111-5A5D93733BEA}
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-fi_FI_x64-111213045502\Install.db
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {7871F75D-70BC-436E-91FE-F7AA962C6099}
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:089 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-it_IT-111213043406\Install.db
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {78D1FDA4-5455-4328-A63E-7E124FBC999A}
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-uk_UA_x64-111213051133\Install.db
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {7CB740EA-D43D-4A85-AFCB-68C5044077C8}
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-en_AE_x64-111213051701\Install.db
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {7F00EFCF-A196-46CE-9D57-46BD22ED5372}
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-en_AE-111213051538\Install.db
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {868DDE13-8E83-48BF-8D47-8CB67DFD1563}
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-da_DK_x64-111213043244\Install.db
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {8850A634-F3F5-466A-B40F-3725EAED3B2D}
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-nl_NL-111213043654\Install.db
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {94641229-A06A-4D09-AFAB-8EA00426EC9D}
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-ru_RU-111213050726\Install.db
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {95A91199-F7A7-4F6F-A32A-E5F18C6C8C29}
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-fi_FI-111213045338\Install.db
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {978BA6B7-8D8E-48B1-95CD-1539D596019F}
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-en_GB_x64-111213041331\Install.db
    02/12/14 10:08:13:090 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {9D0915F3-B498-4E0E-8E34-0B478C28CEE2}
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-Support-111213054118\Install.db
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {9E78FE46-A73E-4319-9326-4C0AD08FF1C0}
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-ko_KR-111213041738\Install.db
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {A8E776FA-7678-4C30-9911-81BD86E84EA9}
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-it_IT_x64-111213043532\Install.db
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {B04260F0-494D-4A51-95B9-688297494D69}
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-zh_TW_x64-111213042141\Install.db
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {C82D0FE1-B79B-44DD-8D32-8BCD93199A9B}
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-zh_CN_x64-111213042424\Install.db
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {CC1CA059-56F9-4929-A3D5-9515CBDE3677}
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-tr_TR_x64-111213050605\Install.db
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {CD386FA9-9BEC-4274-B148-BBD97B2DD2AA}
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-es_MX-111213044518\Install.db
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {DF338053-7DF2-478A-B21A-FE7A38A54471}
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-Core_x64-111213053247\Install.db
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {DF761250-54A2-4AC8-A61C-7879E320BC60}
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:091 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-zh_CN-111213042303\Install.db
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {E01E47B3-E99D-479A-A8C3-F2FBC939E7B5}
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-ja_JP-111213041456\Install.db
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {E4338613-16EB-4A96-ACA5-8D8B3A39B03A}
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-fr_MA-111213052108\Install.db
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {EAF2814F-68AF-4493-9DE7-9441C90CF4EC}
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-pt_BR_x64-111213042957\Install.db
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {EBE64FE5-E3F1-4C52-9117-8D4534C8F511}
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-fr_CA-111213044230\Install.db
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {EC10B2E6-EA07-4C4A-B3A9-2F3E5B12A398}
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-cs_CZ_x64-111213050035\Install.db
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {F0A1C79F-5E84-4622-A1B4-E9D30CDF68E8}
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-pl_PL-111213050157\Install.db
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {F0FCB457-85AB-42A5-A9D0-36E16DE670C3}
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-cs_CZ-111213045913\Install.db
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {F3FC1C53-227E-4C58-A2D2-01B7F1EB9244}
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-nl_NL_x64-111213043818\Install.db
    02/12/14 10:08:13:092 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {F70E7F96-7605-40A5-B211-DC3B159D68BB}
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-ko_KR_x64-111213041859\Install.db
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {F808F849-4140-4EBC-B8D3-0CE0585F3962}
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-en_IL_x64-111213051946\Install.db
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {F88A6F4C-1282-4BD0-B52F-FB564AA05D6A}
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-es_MX_x64-111213044641\Install.db
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {F91A91DB-DB5E-4353-9E15-0435E38C045C}
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-sv_SE-111213045051\Install.db
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Updating media info for: {F9AA6442-69D9-4879-B0BC-A25A26CC8CD9}
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Ignoring original data since install source is local
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 |   Type: 0, Volume Order: 1, Media Name: Photoshop CC
      Path: C:\Users\David\AppData\Local\Temp\Adobe\AAMUpdater\AdobePhotoshopCCSupport-14.0\14.2\setu p\payloads\AdobePhotoshop14-es_ES-111213044804\Install.db
    02/12/14 10:08:13:093 | [INFO] |  | OOBE | DE |  |  |  | 10132 | --------------------  END  - Updating Media Sources -  END  --------------------
    02/12/14 10:08:13:125 | [INFO] |  | OOBE | DE |  |  |  | 10132 | Supported RIBS version range: [0.0.0.0,7.0.0.108]
    02/12/14 10:08:13:125 | [INFO] |  | OOBE | DE |  |  |  | 10132 | ----------------- CreatePayloadSession: machine is x64 ---------------
    02/12/14 10:08:13:632 | [INFO] |  | OOBE | DE |  |  |  | 10132 | ______ Verify Dependency Subscribers ______
    02/12/14 10:08:13:632 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Chinese (traditional) Language Pack_14.2_AdobePhotoshop14-zh_TW 14.2.0.0 {03FEDC54-2B83-4273-8E61-F015AED1FF8A} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Chinese (traditional) Language Pack_AdobePhotoshop14-zh_TW
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:632 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Spanish Language Pack_x64_14.2_AdobePhotoshop14-es_ES_x64 14.2.0.0 {06385F1A-686B-4F9A-A288-B14DA88CD362} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Spanish Language Pack_x64_AdobePhotoshop14-es_ES_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:632 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Polish Language Pack_x64_14.2_AdobePhotoshop14-pl_PL_x64 14.2.0.0 {0A140625-D36E-44F9-BB74-81F77F2330B4} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Polish Language Pack_x64_AdobePhotoshop14-pl_PL_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:632 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC IL English Language Pack_14.2_AdobePhotoshop14-en_IL 14.2.0.0 {0DF6A9DB-3952-4043-A568-BEB8945E4BBF} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC IL English Language Pack_AdobePhotoshop14-en_IL
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:632 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC International English Language Pack_14.2_AdobePhotoshop14-en_GB 14.2.0.0 {0E9F14B7-4D10-4032-BA87-C40ACD392D44} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC International English Language Pack_AdobePhotoshop14-en_GB
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Canadian French Language Pack_x64_14.2_AdobePhotoshop14-fr_CA_x64 14.2.0.0 {141333F9-FC47-4A39-B8FE-D275392F6789} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Canadian French Language Pack_x64_AdobePhotoshop14-fr_CA_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Danish Language Pack_14.2_AdobePhotoshop14-da_DK 14.2.0.0 {17B0D899-8128-4B48-AF89-7225FC4190EF} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Danish Language Pack_AdobePhotoshop14-da_DK
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Turkish Language Pack_14.2_AdobePhotoshop14-tr_TR 14.2.0.0 {1B1D7D01-D57A-4178-94E2-85C72F9F62A4} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Turkish Language Pack_AdobePhotoshop14-tr_TR
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Russian Language Pack_x64_14.2_AdobePhotoshop14-ru_RU_x64 14.2.0.0 {1EA79689-EF55-4C4D-8D1F-277BE6FAF7D5} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Russian Language Pack_x64_AdobePhotoshop14-ru_RU_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Brazilian Portugese Language Pack_14.2_AdobePhotoshop14-pt_BR 14.2.0.0 {2769566D-3013-4A92-B734-41CEAC204D3D} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Brazilian Portugese Language Pack_AdobePhotoshop14-pt_BR
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Norwegian Language Pack_14.2_AdobePhotoshop14-nb_NO 14.2.0.0 {2938A8F6-FEFF-4FC0-BDB1-BAFC93206A13} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Norwegian Language Pack_AdobePhotoshop14-nb_NO
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Japanese Language Pack_x64_14.2_AdobePhotoshop14-ja_JP_x64 14.2.0.0 {2B8BEA0E-6822-478A-B6FB-B7728728B63B} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Japanese Language Pack_x64_AdobePhotoshop14-ja_JP_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Hungarian Language Pack_14.2_AdobePhotoshop14-hu_HU 14.2.0.0 {3639A0A1-715C-41C9-8C08-3A2F273C1BDB} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Hungarian Language Pack_AdobePhotoshop14-hu_HU
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC German Language Pack_x64_14.2_AdobePhotoshop14-de_DE_x64 14.2.0.0 {39B0B410-3751-47CA-8A38-FF9C063AC592} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC German Language Pack_x64_AdobePhotoshop14-de_DE_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Ukrainian Language Pack_14.2_AdobePhotoshop14-uk_UA 14.2.0.0 {3BB385AE-949B-41C2-AC74-0E8C4BAF6C3D} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Ukrainian Language Pack_AdobePhotoshop14-uk_UA
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC MA French Language Pack_x64_14.2_AdobePhotoshop14-fr_MA_x64 14.2.0.0 {3E6FC41B-21B9-43B0-9A06-1566FBCAB39C} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC MA French Language Pack_x64_AdobePhotoshop14-fr_MA_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Hungarian Language Pack_x64_14.2_AdobePhotoshop14-hu_HU_x64 14.2.0.0 {457FFF62-2725-47EB-941E-8F1648B89E5F} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Hungarian Language Pack_x64_AdobePhotoshop14-hu_HU_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC French Language Pack_x64_14.2_AdobePhotoshop14-fr_FR_x64 14.2.0.0 {495275FD-CD40-49CD-95DC-17584DCB2951} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC French Language Pack_x64_AdobePhotoshop14-fr_FR_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Swedish Language Pack_x64_14.2_AdobePhotoshop14-sv_SE_x64 14.2.0.0 {4956BE59-3D19-42DF-BEA9-3D7C9AE30770} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Swedish Language Pack_x64_AdobePhotoshop14-sv_SE_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC German Language Pack_14.2_AdobePhotoshop14-de_DE 14.2.0.0 {5CFC342C-63E5-490E-8624-434F996022DF} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC German Language Pack_AdobePhotoshop14-de_DE
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Norwegian Language Pack_x64_14.2_AdobePhotoshop14-nb_NO_x64 14.2.0.0 {60A50B47-39EC-4EAF-9B5A-EDC61C04171B} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Norwegian Language Pack_x64_AdobePhotoshop14-nb_NO_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC French Language Pack_14.2_AdobePhotoshop14-fr_FR 14.2.0.0 {6717CE34-EE50-4BCA-A333-76F86716B337} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC French Language Pack_AdobePhotoshop14-fr_FR
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Finnish Language Pack_x64_14.2_AdobePhotoshop14-fi_FI_x64 14.2.0.0 {7267D396-7C67-42E7-A111-5A5D93733BEA} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Finnish Language Pack_x64_AdobePhotoshop14-fi_FI_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Italian Language Pack_14.2_AdobePhotoshop14-it_IT 14.2.0.0 {7871F75D-70BC-436E-91FE-F7AA962C6099} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Italian Language Pack_AdobePhotoshop14-it_IT
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Ukrainian Language Pack_x64_14.2_AdobePhotoshop14-uk_UA_x64 14.2.0.0 {78D1FDA4-5455-4328-A63E-7E124FBC999A} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Ukrainian Language Pack_x64_AdobePhotoshop14-uk_UA_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC AE English Language Pack_x64_14.2_AdobePhotoshop14-en_AE_x64 14.2.0.0 {7CB740EA-D43D-4A85-AFCB-68C5044077C8} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC AE English Language Pack_x64_AdobePhotoshop14-en_AE_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC AE English Language Pack_14.2_AdobePhotoshop14-en_AE 14.2.0.0 {7F00EFCF-A196-46CE-9D57-46BD22ED5372} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC AE English Language Pack_AdobePhotoshop14-en_AE
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Danish Language Pack_x64_14.2_AdobePhotoshop14-da_DK_x64 14.2.0.0 {868DDE13-8E83-48BF-8D47-8CB67DFD1563} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Danish Language Pack_x64_AdobePhotoshop14-da_DK_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:633 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Dutch Language Pack_14.2_AdobePhotoshop14-nl_NL 14.2.0.0 {8850A634-F3F5-466A-B40F-3725EAED3B2D} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Dutch Language Pack_AdobePhotoshop14-nl_NL
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:634 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Russian Language Pack_14.2_AdobePhotoshop14-ru_RU 14.2.0.0 {94641229-A06A-4D09-AFAB-8EA00426EC9D} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Russian Language Pack_AdobePhotoshop14-ru_RU
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:634 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Finnish Language Pack_14.2_AdobePhotoshop14-fi_FI 14.2.0.0 {95A91199-F7A7-4F6F-A32A-E5F18C6C8C29} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Finnish Language Pack_AdobePhotoshop14-fi_FI
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    02/12/14 10:08:13:634 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe

    Batteryboy1 the first errors I came across in your log file is as follows:
    02/12/14 10:09:54:697 | [ERROR] |  | OOBE | DE |  |  |  | 9756 | DF045: File corruption detected. Re-install the product & then apply the patch again. (Can not repair file "C:\Program Files (x86)\Common Files\Adobe\Adobe Photoshop CC\32 bit Photoshop dlls\AlignmentLib.dll")(Seq 3)
    02/12/14 10:09:54:697 | [WARN] |  | OOBE | DE |  |  |  | 9756 | DW063: Command ARKPatchCommand failed.(Seq 3)
    For this error I would recommend removing and reinstalling Photoshop CC.  It appears your current installation have become compromised.  There are several additional instances of this error within the log file you have posted.
    If you find that after reinstalling you experience similar errors in the future then please review any system optimizer/utility software which may be affecting the installations of your Adobe software.
    I also see additional information that the language files have been removed from your installation.  This is based off information in the log such as the following:
    02/12/14 10:08:13:634 | [INFO] |  | OOBE | DE |  |  |  | 10132 | DW023: The extension payload: Adobe Photoshop CC Chinese (traditional) Language Pack_x64_14.2_AdobePhotoshop14-zh_TW_x64 14.2.0.0 {B04260F0-494D-4A51-95B9-688297494D69} requires a parent with following specification:
         Family: Photoshop
         ProductName: Adobe Photoshop CC Chinese (traditional) Language Pack_x64_AdobePhotoshop14-zh_TW_x64
         MinVersion: 0.0.0.0
         This parent relationship is not satisfied, because this payload is not present in this session.
         This payload will be ignored in this session.
    This would also seem to support that a system optimization utility may have been utilized to remove the additional language files.  Previously the removal of these language files alone would prevent updates from being applied.

  • What does "status code error" mean when trying to sign into the APP Store?

    APP Store
    When trying to install a free APP (Duplicate Cleaner for iPhoto) I receive this error message "Status Code Error" and it does not let me proceed. What does this mean? and How can I proceed?

    Apple’s having trouble with the iTunes Store servers right now. Wait for them to resolve the issue.
    (123888)

Maybe you are looking for

  • Sound card not working anymo

    Hello. i've been working on this for the past 5 hours, but i've taken a breath and now i'm going to post here to see if any one can help me out. Im working with 2 computers, heres one: [Computer One] Yesterday, i first noticed that when i plugged in

  • Mac to PC local connection

    I want to connect my mac(10.9.4) and pc(win 8.1) using a personal hotspot type of a network ... I don't want to share the internet, i just want to create a local network to share data and media... I tried to use "create network" on the mac, but the n

  • Previous/Next Button Tag

    In RoboHelp HTML, is it possible to add something like Main / Previous / Next button in header / top of each topic, rather than using the Browse Sequence. I'm using other HAT previously, but switch to RoboHelp recently, would like to get it back. :)

  • Auto thumbnail picture in dream weaver

    How do I have a click and have an image get bigger in my web site using Dream Weaver? Thanks,

  • Better "from" with emails

    I am familiar with the APEX_MAIL package. http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/api.htm#CHDDHBGI I am hoping to find a way to send emails with a more "complete" from. For example, when an email arrives I would like it to