Retrieve elements that fail validation

Hi..
I've succeeded in parsing an XML string with schema validation. For my app I need to get a reference to the element that triggered a SAXException. How do I obtain a reference to that node. Could I in a simple way create simple contenthandler extention that just logs every element that passes the parser? Any suggestions will be most welcome.
Kind Regards,
Rune Bj�rnstad.

Hi,
I think the parser will throw a SAXParseException, which you
can catch by registrating an ErrorHandler for your parser:
sample:
DocumentBuilder builder = factory.newDocumentBuilder();
builder.setErrorHandler(new wpErrorHandler(MODULE_ID,appGUI));
the wpErrorHandler is a extension of the ErrorHandler class (see code below) Once an error occurs, the following methods, can be thrown.
I am not, sure but it seems, that you can't get the element/node as a
result, but you get the linenumber in the XML file instead.
You can register an ErrorHandler on both DOM & SAX. (I use the one below and specify a Module ID ,s o I know which coded generates the
error).
public class wpErrorHandler implements ErrorHandler {
private int count =0;
/** Error handler output goes here */
private String module;
wpErrorHandler(String module) {
this.module = module;
/** Returns a string describing parse exception details
private String getParseExceptionInfo(SAXParseException spe) {
count++;
// String systemId = spe.getSystemId();
// if (systemId == null) {
// systemId = "null";
String info = "[" + count + "]" + "Line=" + spe.getLineNumber() +
": " + spe.getMessage() + "\n";
return info;
// The following methods are standard SAX ErrorHandler methods.
// See SAX documentation for more info.
public void warning(SAXParseException spe) throws SAXException {
String message = "Warning: " + getParseExceptionInfo(spe);
gui.logArea.appendBad(module, message);
// throw new SAXException(message);
public void error(SAXParseException spe) throws SAXException {
String message = "Error: " + getParseExceptionInfo(spe);
gui.logArea.appendBad(module, message);
// throw new SAXException(message);
public void fatalError(SAXParseException spe) throws SAXException {
String message = "Fatal Error: " + getParseExceptionInfo(spe);
gui.logArea.appendBad(module, message);
// throw new SAXException(message);
public int getNumOfErrors(){
return count;
} // wpErrorHandler
Cheers / Christophe

Similar Messages

  • The target element was not found, so all intermediate elements were ignored. As a result, an incorrect element that matches the target element's search properties can be found. Verify that all intermediate elements in Query Id have valid and unique search

    Hi All,
    I am using CUIT to write automated UI test cases. I have a dialog containing few edit control and buttons. 
    While running the test it is able to click the button.
    However I am getting few warnings as below.
    The target element "Technology Name: 'MSAA';Search Configuration: 'VisibleOnly'; Search Properties - ControlType : 'Button',Name : 'OK'" was not found, so all intermediate elements were ignored. As a result, an incorrect element that matches the target
    element's search properties can be found. Verify that all intermediate elements in Query Id have valid and unique search properties.
    Technology Name: 'MSAA'
    Search Configuration: 'VisibleOnly'
    Search Properties - 
         ControlType : 'Button'
         Name : 'OK'
    Mouse button : 'Left'
    I need to resolve these warning. Can anybody suggest me how to resolve these warnings.

    Hi sanjay_t,
    From these warning message as you provide, I doubt that maybe the button control did not be found successfully by the searchproperties when you playback the Coded UI test.
    So I suggest you can try to use DrawHighlight Method  to check if the button control
    is found before you perform actions on the button target control.
    (2)I suggest you can try to use
    FindMatchingControls Method on the button control to check if there are more than one control which matches the specified searchproperties and filterproperties.
    In addition, as you said that you are using CUIT to write automated UI test. it means that you record the UI action by handing code, am I right?
    If yes, I suggest that you can create a simple coded UI test through recording actions using Coded UI Test Builder. Then
    generate the code and then try to playback. If playback succeeds, then cross check the properties from UIMap.Designer.cs file. You can reference the code about entering values in the text edit in the UIMap.Designer.cs file to write
    your own code.
    For more information about how to find a control for coded UI test, I suggest you can refer the following blog.
    http://blogs.msdn.com/b/balagans/archive/2009/12/28/9941582.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • OSB Validate action failed validation

    Hi All,
    I'm trying to convert non-xml to xml by using XqueryTransformation source as an HL7 and target as an CCD schema.When validating the against the schema I got the following exception.
    Please provide any suggestions.
    <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-382505</con:errorCode>
    <con:reason>OSB Validate action failed validation</con:reason>
    <con:details>
    <con1:ValidationFailureDetail xmlns:con1="http://www.bea.com/wli/sb/stages/transform/config">
    <con1:message>
    string value '' does not match pattern for cs in namespace urn:hl7-org:v3
    </con1:message>
    <con1:xmlLocation>
    <ns0:title xmlns:ns0="urn:hl7-org:v3">XXX</ns0:title>
    </con1:xmlLocation>
    <con1:message>
    Element 'title@urn:hl7-org:v3' with empty content type cannot have text or element content.
    </con1:message>
    <con1:xmlLocation>
    <ns0:title xmlns:ns0="urn:hl7-org:v3">XXX</ns0:title>
    </con1:xmlLocation>
    <con1:message>
    Element 'title@urn:hl7-org:v3' with empty content type cannot have text or element content.
    </con1:message>
    <con1:xmlLocation>
    <ns0:title xmlns:ns0="urn:hl7-org:v3">XXX</ns0:title>
    </con1:xmlLocation>
    <con1:message>
    Element 'title@urn:hl7-org:v3' with empty content type cannot have text or element content.
    </con1:message>
    <con1:xmlLocation>
    <ns0:title xmlns:ns0="urn:hl7-org:v3">XXX</ns0:title>
    </con1:xmlLocation>
    <con1:message>
    Element 'title@urn:hl7-org:v3' with empty content type cannot have text or element content.
    </con1:message>
    <con1:xmlLocation>
    <ns0:title xmlns:ns0="urn:hl7-org:v3">XXX</ns0:title>
    </con1:xmlLocation>
    <con1:message>
    Element 'title@urn:hl7-org:v3' with empty content type cannot have text or element content.
    </con1:message>
    <con1:xmlLocation>
    <ns0:title xmlns:ns0="urn:hl7-org:v3">XXX</ns0:title>
    </con1:xmlLocation>
    <con1:message>
    Element 'title@urn:hl7-org:v3' with empty content type cannot have text or element content.
    </con1:message>
    <con1:xmlLocation>
    <ns0:title xmlns:ns0="urn:hl7-org:v3">XXX</ns0:title>
    </con1:xmlLocation>
    <con1:message>
    Element 'title@urn:hl7-org:v3' with empty content type cannot have text or element content.
    </con1:message>
    <con1:xmlLocation>
    <ns0:title xmlns:ns0="urn:hl7-org:v3">XXX</ns0:title>
    </con1:xmlLocation>
    <con1:message>
    Element 'title@urn:hl7-org:v3' with empty content type cannot have text or element content.
    </con1:message>
    <con1:xmlLocation>
    <ns0:title xmlns:ns0="urn:hl7-org:v3">XXX</ns0:title>
    </con1:xmlLocation>
    </con1:ValidationFailureDetail>
    </con:details>
    Thanks
    Mani

    Hi Anuj,
    I tried doing that but in Response, it is echoing back the request after the statement:
    The invocation resulted in an error: .
    And now it shows:
    Stage Error Handler
    $fault: <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>BEA-382505</con:errorCode>
    <con:reason>OSB Validate action failed validation</con:reason>
    <con:details>
    <con1:ValidationFailureDetail xmlns:con1="http://www.bea.com/wli/sb/stages/transform/config">
    <con1:message>
    string value '2' is not a valid enumeration value for VersionType in namespace http://www.example.org/abcd_Request_Schema
    </con1:message>
    <con1:xmlLocation>
    <abcd:Version xmlns:abcd="http://www.example.org/abcd_Request_Schema">2</abcd:Version>
    </con1:xmlLocation>
    </con1:ValidationFailureDetail>
    </con:details>
    <con:location>
    <con:node>PipelinePairNode1</con:node>
    <con:pipeline>PipelinePairNode1_request</con:pipeline>
    <con:stage>request xml validation</con:stage>
    <con:path>request-pipeline</con:path>
    </con:location>
    </con:fault>
    System Error Handler
    $fault: <con:fault xmlns:con="http://www.bea.com/wli/sb/context">
    <con:errorCode>402</con:errorCode>
    <con:reason>
    Validation Failed. Please enter proper values.
    </con:reason>
    <con:details>
    <con1:ValidationFailureDetail xmlns:con1="http://www.bea.com/wli/sb/stages/transform/config">
    <con1:message>
    string value '2' is not a valid enumeration value for VersionType in namespace http://www.example.org/abcd_Request_Schema
    </con1:message>
    <con1:xmlLocation>
    <abcd:Version xmlns:abcd="http://www.example.org/abcd_Request_Schema">2</abcd:Version>
    </con1:xmlLocation>
    </con1:ValidationFailureDetail>
    </con:details>
    <con:location>
    <con:node>PipelinePairNode1</con:node>
    <con:pipeline>PipelinePairNode1_request</con:pipeline>
    <con:stage>request xml validation</con:stage>
    <con:path>request-pipeline</con:path>
    </con:location>
    </con:fault>
    Is there any way by which only the customized error can be seen & not the OSB errors?

  • How to retrieve elements from 3 different xml file in one url

    Hi all,
    Could anyone please let me how can we retrieve elements from 3 different xml file in one url?
    i just can only do it with one file only, any help would very appreciate.
    Thank in advance
    Jim

    Hi Philip
    Thanks for replying me.
    I tried on that way, In my mdx query i am using one slice attribute (i.e [Customer].[Gender].allmembers) in rows so getting error "The  Hierarchy already appears in Axis1".
    SELECT
    {[Measures].[Internet Sales Amount] } ON 0,
    NON EMPTY
    {[Customer].[Gender].allmembers } ON 1 -- Used
    FROM
    [Adventure Works]
    WHERE
    [Customer].[Gender].&[M]
    ,[Product].[Size Range].[(All)]
    ,[Customer].[Country].[All Customers]
    [Customer].[Gender].[All Customers]
    ,[Product].[Size Range].&[XL]
    ,[Customer].[Country].[All Customers]
    [Customer].[Gender].[All Customers]
    ,[Product].[Size Range].[(All)]
    ,[Customer].[Country].&[Australia]
    Can you provide alternate ways to get resolved.
    Thanks in advance

  • Need to go into photo library to retrieve photos that technical support lost at the store.  Told to do "command Option" at the same time - than click on "I-photo"  then check the box "repair the i-photo library.... I have had two appointment at the store

    How can i retrieve my photo library that got lost by your techs at the apple store?

    First to locate your library on the hard drive launch iPhoto with the Option key held down so you get this window:
    Your library should be displayed in the window and it's location displayed below the window when clicked on.
    If that fails to locate your library download and run Find Any File to search for a file named "ThumbJPGSegment.data" which is a file common to all versions of iPhoto libraries.
    FAF can search areas that Spotlight can't like invisible folders, system folders and packages. If there's a library hiding somewhere on your hard drive FAF will find it.
    Once you find the library you can try to repair if it doesn't open as it should by trying this:
    1 - launch iPhoto with the Command+Option keys held down to open the First Aid window.
    2 - Run Option #4, Rebuild Database.
    OT

  • Error while crawling LOB contents in SP 2013:'Could not find default endpoint element that references contract in the ServiceModel client configuration section

    Hi,
    I created custom BDC Model using Visual Studio. In ReadList method i am getting data using Web Service call. Using this External Content Type (BDC Model) i created one external list and it is populating with data.
    I created one new content source in search service application using this BDC Model and when crawled this content source i am getting the below error.
    Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Runtime.RuntimeException MethodInstance with Name 'ReadList' on Entity (External Content Type) with Name 'Entity1' in Namespace 'bcsex.BdcModel1' failed
    unexpectedly. The failure occurred in method 'ReadList' defined in class 'bcsex.BdcModel1.EntityService1' with the message 'Could not find default endpoint element that references contract 'ServiceReference1.Service1Soap' in the ServiceModel client configuration
    section.
    I included the bindings and client end point configuration settings in web.config file located at
    \\Inetpub\wwwroot\wss\VirtualDirectories\Port_Number, but still getting the same error.
    Please help. Thanks a lot.

    The Issue resolved by including the bindings and client end point configuration settings in
    machine.config file located at C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\ and also restarted the server after config changes.

  • Dimension 'Years' failed validation

    Hi All,
    I am getting this error while deploying the application.
    Error : Dimension 'Years' failed validation 'YearMembersSequential' for the following reason(s): Year members must be sequential.
    I am seeing my Year dimension is sequential only.
    I am not able to figure out the reason for this error . Can anyone please help me understand this.

    Not to open a new thread as I have an issue with dimension Year as well, I will post my problem here (hope the author won't mind).
    I created a simple EPMA application in version 11.1.2.2 with all mandatory and 2 generic dimensions. One of mandatory dimension is, of course, Year (dimension type: Year) with following members: FY11, FY12, FY13. Initial deployment against both, Planning and Essbase went well. After that I wanted to extend dimension Year for member FY14 and to redeploy the application. Validation was successful, but deployment message was "Completed/With Errors" (100%). Deployment was done with selecting "Refresh outline" and "Full deploy". In deployment log file I have the following entry:
    "Consolidation operators for years must be set to Ignore for all plan types."
    "Rejecting Member FY14."
    This message is clear enough, but the problem is that members that belong to dimension type Year don't even have consolidation operators in properties area.
    What else comes to my mind is that (maybe) with version 11.1.2.2 it is not allowed to add new members for dimension Year once application is deployed for the very first time. But in that case, the above error message is quite misleading. Under version 11.1.1.3 it is possible to add new members to dimension Year and to redeploy it without errors.
    Is this a bug or a feature?
    Has anyone had such problem?
    Thanks,
    Damir

  • Installation of Photoshop Elements 12 fails on Win 8.1, 64bit

    Hello.
    The Installation of Photoshop Elements 12 fails on Win 8.1, 64bit.
    Clost to the end of the installation I get the message: There is an error at the installation of the "shared used technologies" (translation) and the uninstaller starts automatically.
    System: Asus A7v5 Laptop, Win 8.1, 64 bit, German, 8 GB RAM
    I tried it 3 times. Also after fresh restart.
    The first time even the un-installer routine failed and left me with a system on which it was neither possible to run the installer again - un-installer started automatically - nor to un-install the product.
    The failure log does not show any error. (Log below)
    Any help would be appreciated.
    Thanks,
    Jörg
    02/08/14 11:47:12:824 | [INFO] |  | OOBE | DE |  |  |  | 7824 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:12:824 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    02/08/14 11:47:12:824 | [INFO] |  | OOBE | DE |  |  |  | 7824 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:12:824 | [INFO] |  | OOBE | DE |  |  |  | 7824 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:12:824 | [INFO] |  | OOBE | DE |  |  |  | 7824 | START - Installer Session
    02/08/14 11:47:12:824 | [INFO] |  | OOBE | DE |  |  |  | 7824 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:12:824 | [INFO] |  | OOBE | DE |  |  |  | 7824 | RIBS version: 7.0.0.108
    02/08/14 11:47:12:824 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Win OS version: 6.2.0.0 64 bit Type: 1
    02/08/14 11:47:12:824 | [INFO] |  | OOBE | DE |  |  |  | 7824 | ::START TIMER:: [Total Timer]
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | CHECK: Single instance running
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | CHECK : Credentials
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Load Deployment File
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | CHECK : Another Native OS installer already running
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Create Required Folders
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Assuming install mode
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Looking up install source path
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Sync Media DB ...
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | ::START TIMER:: [Sync Media DB]
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Pre check media db sync
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | End of Pre check media db sync. Exit code: 0
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | :: END TIMER :: [Sync Media DB] took 174.577 milliseconds (0.174577 seconds) DTR = 1260.19 KBPS (1.23065 MBPS)
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Ready to initialize session to start with ...
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | ::START TIMER:: [CreatePayloadSession]
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | -------------------- BEGIN - Updating Media Sources - BEGIN --------------------
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Updated source path: E:\Adobe Photoshop Elements 12\ElementsSTIInstaller
    02/08/14 11:47:12:825 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Updating media info for: {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}
    02/08/14 11:47:12:826 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Type: 1, Volume Order: 1, Media Name: PSE 12
      Path: E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\PSE12STIInstaller\Install.db
    02/08/14 11:47:12:826 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Updating media info for: {48808D2E-1636-4A97-8E3C-477ED8351707}
    02/08/14 11:47:12:827 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Type: 1, Volume Order: 1, Media Name: PSE 12
      Path: E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\ElementsCameraRaw8.0All-x64\Install.db
    02/08/14 11:47:12:827 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Updating media info for: {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}
    02/08/14 11:47:12:828 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Type: 1, Volume Order: 1, Media Name: PSE 12
      Path: E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\AdobeCameraRawProfile8.0All\Install.db
    02/08/14 11:47:12:828 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Updating media info for: {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}
    02/08/14 11:47:12:829 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Type: 1, Volume Order: 1, Media Name: PSE 12
      Path: E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\ElementsCameraRaw8.0All\Install.db
    02/08/14 11:47:12:829 | [INFO] |  | OOBE | DE |  |  |  | 7824 | --------------------  END  - Updating Media Sources -  END  --------------------
    02/08/14 11:47:12:838 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Supported RIBS version range: [0.0.0.0,7.0.0.108]
    02/08/14 11:47:12:838 | [INFO] |  | OOBE | DE |  |  |  | 7824 | ----------------- CreatePayloadSession: machine is x64 ---------------
    02/08/14 11:47:12:844 | [INFO] |  | OOBE | DE |  |  |  | 7824 | ______ Verify Dependency Subscribers ______
    02/08/14 11:47:12:844 | [INFO] |  | OOBE | DE |  |  |  | 7824 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    02/08/14 11:47:12:844 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}: 1 (0,2)
    02/08/14 11:47:12:844 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}: 2 (1,1)
    02/08/14 11:47:12:844 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}: 2 (1,1)
    02/08/14 11:47:12:844 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}: 3 (2,0)
    02/08/14 11:47:12:844 | [INFO] |  | OOBE | DE |  |  |  | 7824 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    02/08/14 11:47:12:845 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Ignoring deployment input for the INSTALLDIR: marked as fixed
    02/08/14 11:47:12:845 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Setting property "deploymentFile" to: E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\deploy\PSE12STIInstaller.install.xml
    02/08/14 11:47:12:845 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Setting property "installSourcePath" to: E:\Adobe Photoshop Elements 12\ElementsSTIInstaller
    02/08/14 11:47:12:845 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Setting property "mode" to: silent
    02/08/14 11:47:12:845 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Overwrite property "INSTALLDIR" to: C:\Program Files\Common Files\Adobe\PSE12STIInstaller
    02/08/14 11:47:12:845 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Overwrite property "mode" to: silent
    02/08/14 11:47:12:845 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Found payload actions:
    02/08/14 11:47:12:845 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Deciding what installer mode to use...
    02/08/14 11:47:12:849 | [INFO] |  | OOBE | DE |  |  |  | 7824 | BEGIN Setting requested payload actions
    02/08/14 11:47:12:850 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Value returned on lookup of payload: Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} is: false
    02/08/14 11:47:12:850 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Action string for Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}  is none
    02/08/14 11:47:12:850 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Value returned on lookup of payload: Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19} is: false
    02/08/14 11:47:12:850 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Action string for Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}  is none
    02/08/14 11:47:12:850 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Value returned on lookup of payload: Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707} is: false
    02/08/14 11:47:12:850 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Action string for Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}  is none
    02/08/14 11:47:12:850 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Value returned on lookup of payload: PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B} is: false
    02/08/14 11:47:12:850 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Action string for PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}  is install
    02/08/14 11:47:12:851 | [INFO] |  | OOBE | DE |  |  |  | 7824 | END Setting requested payload actions
    02/08/14 11:47:12:860 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Collected advanced path check information for INSTALLDIR
    02/08/14 11:47:12:860 | [INFO] |  | OOBE | DE |  |  |  | 7824 | INSTALLDIR is a well-formed path
    02/08/14 11:47:12:860 | [INFO] |  | OOBE | DE |  |  |  | 7824 | INSTALLDIR is not the root path
    02/08/14 11:47:12:860 | [INFO] |  | OOBE | DE |  |  |  | 7824 | INSTALLDIR is on a local volume
    02/08/14 11:47:12:860 | [INFO] |  | OOBE | DE |  |  |  | 7824 | INSTALLDIR is on a writable volume
    02/08/14 11:47:12:860 | [INFO] |  | OOBE | DE |  |  |  | 7824 | INSTALLDIR is not on a case sensitive volume
    02/08/14 11:47:12:860 | [INFO] |  | OOBE | DE |  |  |  | 7824 | INSTALLDIR passed path basic path validation: C:\Program Files (x86)\Common Files\Adobe\PSE12STIInstaller
    02/08/14 11:47:15:403 | [INFO] |  | OOBE | DE |  |  |  | 7824 | BEGIN InstallOperationsQueue Unordered operations
    02/08/14 11:47:15:403 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}:  with operation install
    02/08/14 11:47:15:403 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}:  with operation install
    02/08/14 11:47:15:403 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}:  with operation install
    02/08/14 11:47:15:403 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}:  with operation install
    02/08/14 11:47:15:403 | [INFO] |  | OOBE | DE |  |  |  | 7824 | END InstallOperationsQueue Unordered operations
    02/08/14 11:47:15:403 | [INFO] |  | OOBE | DE |  |  |  | 7824 | BEGIN InstallOperationsQueue Ordered operations
    02/08/14 11:47:15:404 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}:  with operation install
    02/08/14 11:47:15:404 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}:  with operation install
    02/08/14 11:47:15:404 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}:  with operation install
    02/08/14 11:47:15:404 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}:  with operation install
    02/08/14 11:47:15:404 | [INFO] |  | OOBE | DE |  |  |  | 7824 | END InstallOperationsQueue Ordered operations
    02/08/14 11:47:15:586 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Payloads passed preflight validation.
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Call PreSession Custom Hook
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 | BEGIN InstallOperationsQueue Unordered operations
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}:  with operation install
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}:  with operation install
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}:  with operation install
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}:  with operation install
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 | END InstallOperationsQueue Unordered operations
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 | BEGIN InstallOperationsQueue Ordered operations
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}:  with operation install
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}:  with operation install
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}:  with operation install
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 |   PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}:  with operation install
    02/08/14 11:47:15:590 | [INFO] |  | OOBE | DE |  |  |  | 7824 | END InstallOperationsQueue Ordered operations
    02/08/14 11:47:16:280 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Calling the custom action code for pre-install for payload Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}
    02/08/14 11:47:16:281 | [INFO] |  | OOBE | DE |  |  |  | 7824 | ::START TIMER:: [Payload Operation :{56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}]
    02/08/14 11:47:16:288 | [INFO] |  | OOBE | DE |  |  |  | 6852 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:16:288 | [INFO] |  | OOBE | DE |  |  |  | 6852 | Installer Operation: PayloadInstaller
    02/08/14 11:47:16:288 | [INFO] |  | OOBE | DE |  |  |  | 6852 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:16:288 | [INFO] |  | OOBE | DE |  |  |  | 6852 | Request to install payload
    02/08/14 11:47:16:292 | [INFO] |  | OOBE | DE |  |  |  | 6852 | Payload Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    02/08/14 11:47:39:210 | [INFO] |  | OOBE | DE |  |  |  | 6852 | Extracting assets complete. Number assets: 1
    02/08/14 11:47:39:211 | [INFO] |  | OOBE | DE |  |  |  | 6852 | Beginning installation for payload at E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\AdobeCameraRawProfile8.0All\Install.db
    02/08/14 11:47:43:317 | [INFO] |  | OOBE | DE |  |  |  | 6852 | Completing installation for payload at E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\AdobeCameraRawProfile8.0All\Install.db
    02/08/14 11:47:43:576 | [INFO] |  | OOBE | DE |  |  |  | 6852 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}.db
    02/08/14 11:47:43:991 | [INFO] |  | OOBE | DE |  |  |  | 7824 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:43:991 | [INFO] |  | OOBE | DE |  |  |  | 7824 | :: END TIMER :: [Payload Operation :{56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}] took 27710.6 milliseconds (27.7106 seconds) DTR = 12634.5 KBPS (12.3383 MBPS)
    02/08/14 11:47:44:484 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Updating driver data - Action: Add driver entry
    02/08/14 11:47:44:485 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Updating driver data successful. Driver entry was added. ARP estimated size 0KB
    02/08/14 11:47:44:887 | [INFO] |  | OOBE | DE |  |  |  | 7824 | User specified overrideFile:
    02/08/14 11:47:45:011 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Successfully updated the csu inventory for Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} return values 0:0
    02/08/14 11:47:45:011 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Calling the custom action code for post-install for payload Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}
    02/08/14 11:47:45:720 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Calling the custom action code for pre-install for payload Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}
    02/08/14 11:47:45:721 | [INFO] |  | OOBE | DE |  |  |  | 7824 | ::START TIMER:: [Payload Operation :{ACAC4D47-D696-4C5E-8A6E-5D3789865D19}]
    02/08/14 11:47:45:725 | [INFO] |  | OOBE | DE |  |  |  | 7856 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:45:725 | [INFO] |  | OOBE | DE |  |  |  | 7856 | Installer Operation: PayloadInstaller
    02/08/14 11:47:45:725 | [INFO] |  | OOBE | DE |  |  |  | 7856 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:45:725 | [INFO] |  | OOBE | DE |  |  |  | 7856 | Request to install payload
    02/08/14 11:47:45:728 | [INFO] |  | OOBE | DE |  |  |  | 7856 | Payload Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    02/08/14 11:47:47:614 | [INFO] |  | OOBE | DE |  |  |  | 7856 | Extracting assets complete. Number assets: 1
    02/08/14 11:47:47:615 | [INFO] |  | OOBE | DE |  |  |  | 7856 | Beginning installation for payload at E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\ElementsCameraRaw8.0All\Install.db
    02/08/14 11:47:47:641 | [INFO] |  | OOBE | DE |  |  |  | 7856 | Completing installation for payload at E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\ElementsCameraRaw8.0All\Install.db
    02/08/14 11:47:48:546 | [INFO] |  | OOBE | DE |  |  |  | 7856 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{ACAC4D47-D696-4C5E-8A6E-5D3789865D19}.db
    02/08/14 11:47:49:042 | [INFO] |  | OOBE | DE |  |  |  | 7824 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:49:042 | [INFO] |  | OOBE | DE |  |  |  | 7824 | :: END TIMER :: [Payload Operation :{ACAC4D47-D696-4C5E-8A6E-5D3789865D19}] took 3320.18 milliseconds (3.32018 seconds) DTR = 7658.62 KBPS (7.47912 MBPS)
    02/08/14 11:47:50:147 | [INFO] |  | OOBE | DE |  |  |  | 7824 | User specified overrideFile:
    02/08/14 11:47:53:357 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Successfully updated the csu inventory for Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19} return values 0:0
    02/08/14 11:47:53:357 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Calling the custom action code for post-install for payload Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}
    02/08/14 11:47:54:046 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Calling the custom action code for pre-install for payload Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}
    02/08/14 11:47:54:047 | [INFO] |  | OOBE | DE |  |  |  | 7824 | ::START TIMER:: [Payload Operation :{48808D2E-1636-4A97-8E3C-477ED8351707}]
    02/08/14 11:47:54:052 | [INFO] |  | OOBE | DE |  |  |  | 6744 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:54:052 | [INFO] |  | OOBE | DE |  |  |  | 6744 | Installer Operation: PayloadInstaller
    02/08/14 11:47:54:052 | [INFO] |  | OOBE | DE |  |  |  | 6744 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:54:052 | [INFO] |  | OOBE | DE |  |  |  | 6744 | Request to install payload
    02/08/14 11:47:54:060 | [INFO] |  | OOBE | DE |  |  |  | 6744 | Payload Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    02/08/14 11:47:55:882 | [INFO] |  | OOBE | DE |  |  |  | 6744 | Extracting assets complete. Number assets: 1
    02/08/14 11:47:55:883 | [INFO] |  | OOBE | DE |  |  |  | 6744 | Beginning installation for payload at E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\ElementsCameraRaw8.0All-x64\Install.db
    02/08/14 11:47:55:927 | [INFO] |  | OOBE | DE |  |  |  | 6744 | Completing installation for payload at E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\ElementsCameraRaw8.0All-x64\Install.db
    02/08/14 11:47:56:546 | [INFO] |  | OOBE | DE |  |  |  | 6744 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{48808D2E-1636-4A97-8E3C-477ED8351707}.db
    02/08/14 11:47:56:770 | [INFO] |  | OOBE | DE |  |  |  | 7824 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:56:770 | [INFO] |  | OOBE | DE |  |  |  | 7824 | :: END TIMER :: [Payload Operation :{48808D2E-1636-4A97-8E3C-477ED8351707}] took 2723.01 milliseconds (2.72301 seconds) DTR = 9968.39 KBPS (9.73475 MBPS)
    02/08/14 11:47:57:262 | [INFO] |  | OOBE | DE |  |  |  | 7824 | User specified overrideFile:
    02/08/14 11:47:57:822 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Successfully updated the csu inventory for Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707} return values 0:0
    02/08/14 11:47:57:823 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Calling the custom action code for post-install for payload Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}
    02/08/14 11:47:57:906 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Calling the custom action code for pre-install for payload PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}
    02/08/14 11:47:57:906 | [INFO] |  | OOBE | DE |  |  |  | 7824 | ::START TIMER:: [Payload Operation :{11F9A376-342F-4297-82DA-1F6EA8ED4B6B}]
    02/08/14 11:47:57:910 | [INFO] |  | OOBE | DE |  |  |  | 6928 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:57:910 | [INFO] |  | OOBE | DE |  |  |  | 6928 | Installer Operation: PayloadInstaller
    02/08/14 11:47:57:910 | [INFO] |  | OOBE | DE |  |  |  | 6928 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:57:910 | [INFO] |  | OOBE | DE |  |  |  | 6928 | Request to install payload
    02/08/14 11:47:57:913 | [INFO] |  | OOBE | DE |  |  |  | 6928 | Payload PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    02/08/14 11:47:58:090 | [INFO] |  | OOBE | DE |  |  |  | 6928 | Extracting assets complete. Number assets: 1
    02/08/14 11:47:58:091 | [INFO] |  | OOBE | DE |  |  |  | 6928 | Beginning installation for payload at E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\PSE12STIInstaller\Install.db
    02/08/14 11:47:58:093 | [INFO] |  | OOBE | DE |  |  |  | 6928 | Evaluating condition# 1(Seq 1)
    02/08/14 11:47:58:093 | [INFO] |  | OOBE | DE |  |  |  | 6928 | Condition failed(Seq 1)
    02/08/14 11:47:58:093 | [INFO] |  | OOBE | DE |  |  |  | 6928 | Completing installation for payload at E:\Adobe Photoshop Elements 12\ElementsSTIInstaller\payloads\PSE12STIInstaller\Install.db
    02/08/14 11:47:58:474 | [INFO] |  | OOBE | DE |  |  |  | 6928 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{11F9A376-342F-4297-82DA-1F6EA8ED4B6B}.db
    02/08/14 11:47:58:711 | [INFO] |  | OOBE | DE |  |  |  | 7824 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:47:58:711 | [INFO] |  | OOBE | DE |  |  |  | 7824 | :: END TIMER :: [Payload Operation :{11F9A376-342F-4297-82DA-1F6EA8ED4B6B}] took 805.066 milliseconds (0.805066 seconds) DTR = 49.6854 KBPS (0.0485209 MBPS)
    02/08/14 11:47:59:070 | [INFO] |  | OOBE | DE |  |  |  | 7824 | User specified overrideFile:
    02/08/14 11:47:59:167 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Successfully updated the csu inventory for PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B} return values 0:0
    02/08/14 11:47:59:167 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Calling the custom action code for post-install for payload PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}
    02/08/14 11:47:59:167 | [INFO] |  | OOBE | DE |  |  |  | 7824 | No operation.  We're done:
    02/08/14 11:47:59:169 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Updating driver data - Action: Remove driver entry
    02/08/14 11:47:59:171 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Updating driver data successful. Driver entry was added. ARP estimated size 405150KB
    02/08/14 11:48:01:356 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Successfully installed 4 components:
    02/08/14 11:48:01:356 | [INFO] |  | OOBE | DE |  |  |  | 7824 |  - PSE12 STI Installer
    02/08/14 11:48:01:356 | [INFO] |  | OOBE | DE |  |  |  | 7824 |  - Photoshop Camera Raw for Elements 12 (64 bit)
    02/08/14 11:48:01:356 | [INFO] |  | OOBE | DE |  |  |  | 7824 |  - Camera Profiles Installer
    02/08/14 11:48:01:356 | [INFO] |  | OOBE | DE |  |  |  | 7824 |  - Photoshop Camera Raw for Elements 12
    02/08/14 11:48:01:356 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Total components repaired: 0
    02/08/14 11:48:01:356 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Total components removed: 0
    02/08/14 11:48:01:356 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Call PostSession Custom Hook
    02/08/14 11:48:01:358 | [INFO] |  | OOBE | DE |  |  |  | 7824 | :: END TIMER :: [Total Timer] took 48960.3 milliseconds (48.9603 seconds) DTR = 8218.17 KBPS (8.02555 MBPS)
    02/08/14 11:48:02:359 | [INFO] |  | OOBE | DE |  |  |  | 7824 | Exit Code: 0 - No error.
    02/08/14 11:48:02:359 | [INFO] |  | OOBE | DE |  |  |  | 7824 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:48:02:359 | [INFO] |  | OOBE | DE |  |  |  | 7824 | END - Installer Session
    02/08/14 11:48:02:359 | [INFO] |  | OOBE | DE |  |  |  | 7824 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Visit http://www.adobe.com/go/loganalyzer/ for more information
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | START - Installer Session
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | RIBS version: 7.0.0.108
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Win OS version: 6.2.0.0 64 bit Type: 1
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | ::START TIMER:: [Total Timer]
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | CHECK: Single instance running
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | CHECK : Credentials
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Load Deployment File
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | CHECK : Another Native OS installer already running
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Create Required Folders
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Assuming uninstall mode
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Lookup for master payload
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Ready to initialize session to start with ...
    02/08/14 11:49:50:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | ::START TIMER:: [CreatePayloadSession]
    02/08/14 11:49:50:381 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Supported RIBS version range: [0.0.0.0,7.0.0.108]
    02/08/14 11:49:50:381 | [INFO] |  | OOBE | DE |  |  |  | 2052 | ----------------- CreatePayloadSession: machine is x64 ---------------
    02/08/14 11:49:50:399 | [INFO] |  | OOBE | DE |  |  |  | 2052 | ______ Verify Dependency Subscribers ______
    02/08/14 11:49:50:399 | [INFO] |  | OOBE | DE |  |  |  | 2052 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    02/08/14 11:49:50:399 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}: 1 (0,2)
    02/08/14 11:49:50:399 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}: 2 (1,1)
    02/08/14 11:49:50:399 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}: 2 (1,1)
    02/08/14 11:49:50:399 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}: 3 (2,0)
    02/08/14 11:49:50:399 | [INFO] |  | OOBE | DE |  |  |  | 2052 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    02/08/14 11:49:50:402 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Ignoring deployment input for the INSTALLDIR: marked as fixed
    02/08/14 11:49:50:402 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Setting property "deploymentFile" to: C:\Program Files (x86)\Common Files\Adobe\PSE12STIInstaller\PSE12STIInstaller.remove.xml
    02/08/14 11:49:50:402 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Setting property "driverAdobeCode" to: {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}
    02/08/14 11:49:50:402 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Setting property "mediaSignature" to: {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}
    02/08/14 11:49:50:402 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Setting property "mode" to: silent
    02/08/14 11:49:50:402 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Overwrite property "INSTALLDIR" to: C:\Program Files\Common Files\Adobe\PSE12STIInstaller
    02/08/14 11:49:50:402 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Overwrite property "mediaSignature" to: {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}
    02/08/14 11:49:50:402 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Overwrite property "mode" to: silent
    02/08/14 11:49:50:402 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Found payload actions:
    02/08/14 11:49:50:402 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Deciding what installer mode to use...
    02/08/14 11:49:50:405 | [INFO] |  | OOBE | DE |  |  |  | 2052 | BEGIN Setting requested payload actions
    02/08/14 11:49:50:406 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Value returned on lookup of payload: PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B} is: true
    02/08/14 11:49:50:406 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Action string for PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}  is remove
    02/08/14 11:49:50:406 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Selection of payload PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B} is forbidden by the policy. Reason: Free payload
    02/08/14 11:49:50:406 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Value returned on lookup of payload: Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707} is: true
    02/08/14 11:49:50:406 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Action string for Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}  is none
    02/08/14 11:49:50:406 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Value returned on lookup of payload: Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19} is: true
    02/08/14 11:49:50:406 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Action string for Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}  is none
    02/08/14 11:49:50:406 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Value returned on lookup of payload: Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} is: true
    02/08/14 11:49:50:406 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Action string for Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}  is none
    02/08/14 11:49:50:407 | [INFO] |  | OOBE | DE |  |  |  | 2052 | END Setting requested payload actions
    02/08/14 11:49:50:407 | [INFO] |  | OOBE | DE |  |  |  | 2052 | INSTALLDIR passed path basic path validation: C:\Program Files (x86)\Common Files\Adobe\PSE12STIInstaller
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 | BEGIN InstallOperationsQueue Unordered operations
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}:  with operation remove
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}:  with operation remove
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}:  with operation remove
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}:  with operation remove
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 | END InstallOperationsQueue Unordered operations
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 | BEGIN InstallOperationsQueue Ordered operations
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}:  with operation remove
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}:  with operation remove
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}:  with operation remove
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}:  with operation remove
    02/08/14 11:49:53:140 | [INFO] |  | OOBE | DE |  |  |  | 2052 | END InstallOperationsQueue Ordered operations
    02/08/14 11:49:53:152 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Payloads passed preflight validation.
    02/08/14 11:49:53:152 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Call PreSession Custom Hook
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 | BEGIN InstallOperationsQueue Unordered operations
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}:  with operation remove
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}:  with operation remove
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}:  with operation remove
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}:  with operation remove
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 | END InstallOperationsQueue Unordered operations
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 | BEGIN InstallOperationsQueue Ordered operations
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}:  with operation remove
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}:  with operation remove
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}:  with operation remove
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 |   Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}:  with operation remove
    02/08/14 11:49:53:155 | [INFO] |  | OOBE | DE |  |  |  | 2052 | END InstallOperationsQueue Ordered operations
    02/08/14 11:49:53:157 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Calling the custom action code for pre-remove for payload PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}
    02/08/14 11:49:53:160 | [INFO] |  | OOBE | DE |  |  |  | 2052 | ::START TIMER:: [Payload Operation :{11F9A376-342F-4297-82DA-1F6EA8ED4B6B}]
    02/08/14 11:49:53:162 | [INFO] |  | OOBE | DE |  |  |  | 5584 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:53:162 | [INFO] |  | OOBE | DE |  |  |  | 5584 | Installer Operation: PayloadUninstaller
    02/08/14 11:49:53:162 | [INFO] |  | OOBE | DE |  |  |  | 5584 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:53:162 | [INFO] |  | OOBE | DE |  |  |  | 5584 | Session {11F9A376-342F-4297-82DA-1F6EA8ED4B6B} modify request for AdobeCode: {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}
    02/08/14 11:49:55:286 | [INFO] |  | OOBE | DE |  |  |  | 5584 | Effective AdobeCode for: {11F9A376-342F-4297-82DA-1F6EA8ED4B6B} is {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}
    02/08/14 11:49:55:287 | [INFO] |  | OOBE | DE |  |  |  | 5584 | Uninstalling payload
    02/08/14 11:49:55:290 | [INFO] |  | OOBE | DE |  |  |  | 5584 | Payload PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    02/08/14 11:49:55:307 | [INFO] |  | OOBE | DE |  |  |  | 5584 | Beginning un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{11F9A376-342F-4297-82DA-1F6EA8ED4B6B}.db
    02/08/14 11:49:55:308 | [INFO] |  | OOBE | DE |  |  |  | 5584 | Completing un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{11F9A376-342F-4297-82DA-1F6EA8ED4B6B}.db
    02/08/14 11:49:55:308 | [INFO] |  | OOBE | DE |  |  |  | 5584 | Physical payload uninstall result:0
    02/08/14 11:49:55:369 | [INFO] |  | OOBE | DE |  |  |  | 2052 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:55:369 | [INFO] |  | OOBE | DE |  |  |  | 2052 | :: END TIMER :: [Payload Operation :{11F9A376-342F-4297-82DA-1F6EA8ED4B6B}] took 2208.15 milliseconds (2.20815 seconds) DTR = 3.62295 KBPS (0.00353803 MBPS)
    02/08/14 11:49:55:373 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Updating driver data - Action: Add driver entry
    02/08/14 11:49:55:374 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Updating driver data successful. Driver entry was added. ARP estimated size 0KB
    02/08/14 11:49:55:590 | [INFO] |  | OOBE | DE |  |  |  | 2052 | User specified overrideFile:
    02/08/14 11:49:55:955 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Successfully updated the csu inventory for PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B} return values 0:0
    02/08/14 11:49:55:956 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Calling the custom action code for post-remove for payload PSE12 STI Installer 12.0.0.0 {11F9A376-342F-4297-82DA-1F6EA8ED4B6B}
    02/08/14 11:49:55:962 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Calling the custom action code for pre-remove for payload Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}
    02/08/14 11:49:55:965 | [INFO] |  | OOBE | DE |  |  |  | 2052 | ::START TIMER:: [Payload Operation :{48808D2E-1636-4A97-8E3C-477ED8351707}]
    02/08/14 11:49:55:967 | [INFO] |  | OOBE | DE |  |  |  | 4320 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:55:967 | [INFO] |  | OOBE | DE |  |  |  | 4320 | Installer Operation: PayloadUninstaller
    02/08/14 11:49:55:967 | [INFO] |  | OOBE | DE |  |  |  | 4320 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:55:967 | [INFO] |  | OOBE | DE |  |  |  | 4320 | Session {11F9A376-342F-4297-82DA-1F6EA8ED4B6B} modify request for AdobeCode: {48808D2E-1636-4A97-8E3C-477ED8351707}
    02/08/14 11:49:56:068 | [INFO] |  | OOBE | DE |  |  |  | 4320 | Effective AdobeCode for: {48808D2E-1636-4A97-8E3C-477ED8351707} is {48808D2E-1636-4A97-8E3C-477ED8351707}
    02/08/14 11:49:56:068 | [INFO] |  | OOBE | DE |  |  |  | 4320 | Uninstalling payload
    02/08/14 11:49:56:070 | [INFO] |  | OOBE | DE |  |  |  | 4320 | Payload Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    02/08/14 11:49:56:118 | [INFO] |  | OOBE | DE |  |  |  | 4320 | Beginning un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{48808D2E-1636-4A97-8E3C-477ED8351707}.db
    02/08/14 11:49:56:126 | [INFO] |  | OOBE | DE |  |  |  | 4320 | Completing un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{48808D2E-1636-4A97-8E3C-477ED8351707}.db
    02/08/14 11:49:56:130 | [INFO] |  | OOBE | DE |  |  |  | 4320 | Physical payload uninstall result:0
    02/08/14 11:49:56:168 | [INFO] |  | OOBE | DE |  |  |  | 2052 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:56:168 | [INFO] |  | OOBE | DE |  |  |  | 2052 | :: END TIMER :: [Payload Operation :{48808D2E-1636-4A97-8E3C-477ED8351707}] took 202.911 milliseconds (0.202911 seconds) DTR = 135804 KBPS (132.621 MBPS)
    02/08/14 11:49:56:303 | [INFO] |  | OOBE | DE |  |  |  | 2052 | User specified overrideFile:
    02/08/14 11:49:56:461 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Successfully updated the csu inventory for Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707} return values 0:0
    02/08/14 11:49:56:462 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Calling the custom action code for post-remove for payload Photoshop Camera Raw for Elements 12 (64 bit) 8.0.0.0 {48808D2E-1636-4A97-8E3C-477ED8351707}
    02/08/14 11:49:56:467 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Calling the custom action code for pre-remove for payload Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}
    02/08/14 11:49:56:471 | [INFO] |  | OOBE | DE |  |  |  | 2052 | ::START TIMER:: [Payload Operation :{ACAC4D47-D696-4C5E-8A6E-5D3789865D19}]
    02/08/14 11:49:56:474 | [INFO] |  | OOBE | DE |  |  |  | 5428 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:56:474 | [INFO] |  | OOBE | DE |  |  |  | 5428 | Installer Operation: PayloadUninstaller
    02/08/14 11:49:56:474 | [INFO] |  | OOBE | DE |  |  |  | 5428 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:56:474 | [INFO] |  | OOBE | DE |  |  |  | 5428 | Session {11F9A376-342F-4297-82DA-1F6EA8ED4B6B} modify request for AdobeCode: {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}
    02/08/14 11:49:56:611 | [INFO] |  | OOBE | DE |  |  |  | 5428 | Effective AdobeCode for: {ACAC4D47-D696-4C5E-8A6E-5D3789865D19} is {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}
    02/08/14 11:49:56:611 | [INFO] |  | OOBE | DE |  |  |  | 5428 | Uninstalling payload
    02/08/14 11:49:56:613 | [INFO] |  | OOBE | DE |  |  |  | 5428 | Payload Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    02/08/14 11:49:56:617 | [INFO] |  | OOBE | DE |  |  |  | 5428 | Beginning un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{ACAC4D47-D696-4C5E-8A6E-5D3789865D19}.db
    02/08/14 11:49:56:622 | [INFO] |  | OOBE | DE |  |  |  | 5428 | Completing un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{ACAC4D47-D696-4C5E-8A6E-5D3789865D19}.db
    02/08/14 11:49:56:626 | [INFO] |  | OOBE | DE |  |  |  | 5428 | Physical payload uninstall result:0
    02/08/14 11:49:56:675 | [INFO] |  | OOBE | DE |  |  |  | 2052 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:56:675 | [INFO] |  | OOBE | DE |  |  |  | 2052 | :: END TIMER :: [Payload Operation :{ACAC4D47-D696-4C5E-8A6E-5D3789865D19}] took 203.705 milliseconds (0.203705 seconds) DTR = 123100 KBPS (120.215 MBPS)
    02/08/14 11:49:56:810 | [INFO] |  | OOBE | DE |  |  |  | 2052 | User specified overrideFile:
    02/08/14 11:49:56:974 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Successfully updated the csu inventory for Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19} return values 0:0
    02/08/14 11:49:56:975 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Calling the custom action code for post-remove for payload Photoshop Camera Raw for Elements 12 8.0.0.0 {ACAC4D47-D696-4C5E-8A6E-5D3789865D19}
    02/08/14 11:49:56:981 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Calling the custom action code for pre-remove for payload Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}
    02/08/14 11:49:56:986 | [INFO] |  | OOBE | DE |  |  |  | 2052 | ::START TIMER:: [Payload Operation :{56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}]
    02/08/14 11:49:56:989 | [INFO] |  | OOBE | DE |  |  |  | 936 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:56:989 | [INFO] |  | OOBE | DE |  |  |  | 936 | Installer Operation: PayloadUninstaller
    02/08/14 11:49:56:989 | [INFO] |  | OOBE | DE |  |  |  | 936 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:49:56:989 | [INFO] |  | OOBE | DE |  |  |  | 936 | Session {11F9A376-342F-4297-82DA-1F6EA8ED4B6B} modify request for AdobeCode: {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}
    02/08/14 11:49:57:390 | [INFO] |  | OOBE | DE |  |  |  | 936 | Effective AdobeCode for: {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} is {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}
    02/08/14 11:49:57:391 | [INFO] |  | OOBE | DE |  |  |  | 936 | Uninstalling payload
    02/08/14 11:49:57:393 | [INFO] |  | OOBE | DE |  |  |  | 936 | Payload Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    02/08/14 11:49:57:397 | [INFO] |  | OOBE | DE |  |  |  | 936 | Beginning un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}.db
    02/08/14 11:50:04:900 | [INFO] |  | OOBE | DE |  |  |  | 936 | Completing un-installation for payload at C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}.db
    02/08/14 11:50:05:721 | [INFO] |  | OOBE | DE |  |  |  | 936 | Physical payload uninstall result:0
    02/08/14 11:50:05:820 | [INFO] |  | OOBE | DE |  |  |  | 2052 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:50:05:820 | [INFO] |  | OOBE | DE |  |  |  | 2052 | :: END TIMER :: [Payload Operation :{56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}] took 8834.27 milliseconds (8.83427 seconds) DTR = 40207.9 KBPS (39.2656 MBPS)
    02/08/14 11:50:06:099 | [INFO] |  | OOBE | DE |  |  |  | 2052 | User specified overrideFile:
    02/08/14 11:50:06:244 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Successfully updated the csu inventory for Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10} return values 0:0
    02/08/14 11:50:06:245 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Calling the custom action code for post-remove for payload Camera Profiles Installer 8.0.0.0 {56DCC6F4-322E-42DA-A5DA-26BAD28C1E10}
    02/08/14 11:50:06:251 | [INFO] |  | OOBE | DE |  |  |  | 2052 | No operation.  We're done:
    02/08/14 11:50:06:253 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Updating driver data - Action: Remove driver entry
    02/08/14 11:50:06:255 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Updating driver data successful. Driver entry was removed. ARP estimated size 0KB
    02/08/14 11:50:08:367 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Total components installed: 0
    02/08/14 11:50:08:367 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Total components repaired: 0
    02/08/14 11:50:08:367 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Successfully removed 4 components:
    02/08/14 11:50:08:367 | [INFO] |  | OOBE | DE |  |  |  | 2052 |  - PSE12 STI Installer
    02/08/14 11:50:08:367 | [INFO] |  | OOBE | DE |  |  |  | 2052 |  - Photoshop Camera Raw for Elements 12 (64 bit)
    02/08/14 11:50:08:367 | [INFO] |  | OOBE | DE |  |  |  | 2052 |  - Camera Profiles Installer
    02/08/14 11:50:08:367 | [INFO] |  | OOBE | DE |  |  |  | 2052 |  - Photoshop Camera Raw for Elements 12
    02/08/14 11:50:08:368 | [INFO] |  | OOBE | DE |  |  |  | 2052 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    02/08/14 11:50:08:368 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Restarting your computer is recommended:
    02/08/14 11:50:08:368 | [INFO] |  | OOBE | DE |  |  |  | 2052 | In order to complete the installation, please restart the computer
    02/08/14 11:50:08:368 | [INFO] |  | OOBE | DE |  |  |  | 2052 | >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    02/08/14 11:50:08:368 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Call PostSession Custom Hook
    02/08/14 11:50:08:377 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Begin cleaning up local media db.
    02/08/14 11:50:09:600 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Deleting local media db.
    02/08/14 11:50:09:601 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Done cleaning up local media db.
    02/08/14 11:50:09:601 | [INFO] |  | OOBE | DE |  |  |  | 2052 | :: END TIMER :: [Total Timer] took 19257.1 milliseconds (19.2571 seconds) DTR = 21159 KBPS (20.6631 MBPS)
    02/08/14 11:50:10:602 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Uninstalling AAM
    02/08/14 11:50:10:758 | [INFO] |  | OOBE | DE |  |  |  | 2052 | AAM Uninstall Status: 0 and 0
    02/08/14 11:50:10:758 | [INFO] |  | OOBE | DE |  |  |  | 2052 | Exit Code: 0 - No error.
    02/08/14 11:50:10:758 | [INFO] |  | OOBE | DE |  |  |  | 2052 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    02/08/14 11:50:10:758 | [INFO] |  | OOBE | DE |  |  |  | 2052 | END - Installer Session
    02/08/14 11:50:10:758 | [INFO] |  | OOBE | DE |  |  |  | 2052 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

    Thank you very much.
    I did uninstall Adobe Air, Adobe Reader XI and another Adobe product, rebooted, and after this the installation was possible with no problems!

  • Unable to create elemt entry with APIf or element with formula validation

    Hello Im trying to create an element entry that has validation for the input value. The element name is Mortgage Loan Disbursment
    The input values are :
    Disbursment amount (user enterable)
    Total Installements(user enterable)
    and there is a validation for the total installment called 'Mortage Loan Validation' which does a check from the global value MORTAGE_LOAN_INST
    Im getting the error below:
    My question is which parameter do i have to use in the API to create the element sucessfully
    SQL> declare
    2 l_effective_start_date date;
    3 l_effective_end_date date;
    4 l_element_entry_id number;
    5 l_object_version_number number;
    6 l_create_warning BOOLEAN;
    7 begin
    8 pay_element_entry_api.create_element_entry
    9 (
    10 p_validate => FALSE
    11 ,p_effective_date => '02-APR-1992'
    12 ,p_business_group_id =>361
    13 ,p_assignment_id => 18141
    14 ,p_element_link_id => 141
    15 ,p_entry_type => 'E'
    16 ,p_input_value_id1 => '198'
    17 ,p_input_value_id2 => '199'
    18 ,p_entry_value1 => '34286707.82'
    19 ,p_entry_value2 => '120'
    20 ,p_entry_information2 =>'Mortage Loan Validation'
    21 ,p_effective_start_date => l_effective_start_date
    22 ,p_effective_end_date => l_effective_end_date
    23 ,p_element_entry_id => l_element_entry_id
    24 ,p_object_version_number => l_object_version_number
    25 ,p_create_warning => l_create_warning
    26 );
    27
    28 commit;
    29 end;
    30 /
    declare
    ERROR at line 1:
    ORA-20001: Data MORTAGE_LOAN_INST not found at line 14 of Mortage Loan
    Validation
    Cause: A SQL SELECT statement, obtained from the application dictionary,
    returned no rows when executed.
    Action: Please refer to your local support representative.
    ORA-06512: at "APPS.PAY_ELEMENT_ENTRY_API", line 890
    ORA-06512: at line 8
    SQL>

    I think the error is occurring because a database item within the formula has returned no row, contrary to its 'NOTFOUND_ALLOWED' flag.
    Depending on the nature of the database item, there could be a variety of reasons for that, but one possibility is that it is relying on the presence of a session date in order for the DB item value to be found. So, if prior to calling the api, you create (or update) a row in fnd_sessions for your session with the effective date set to the effective date input parameter value, you might get some success.
    Clive

  • I reset my iPhone 5s yesterday because my fingerprint bottom is not working. It says that failed every time I was trying to put my print... Now that I reset my phone the fingerprint pass code do not appear in the setting.

    I reset my iPhone 5s yesterday because my fingerprint bottom is not working. It says that failed every time I was trying to put my print... Now that I reset my phone the fingerprint pass code do not appear in the setting.

    Hi Emilemny,
    Welcome to Apple Support Communities.
    The TouchID settings will not be available until you create a passcode, see the article linked below for more information.
    iPhone 5s: Using Touch ID
    http://support.apple.com/kb/HT5883
    You can set up Touch ID in iOS Setup Assistant or by tapping Settings > Touch ID & Passcode. To set up Touch ID, you must first set a passcode. Touch ID is designed to minimize the input of your passcode, but you need a passcode for additional security validation, such as enrolling new fingerprints.
    -Jason

  • Add multiple objects to a Deque to be retrieved in that order?

    All:
    We are using a LinkedBlockingDeque in a classic producer/consumer setup -- multiple threads may post "commands" to the Q, and the consumer retrieves and executes each command in a separate thread.
    We have very rare cases where we need to post more than 1 command which must be executed by the consumer in the order posted (with no intervening commands).
    Something like addAll(Collection c) represents what we need, but as far as we know does not guarantee that all of the elements in 'c' will be added to the Deque without the presence of intervening elements being posted from other threads. (If this understanding is not correct, then addAll(..) does what we want and there is no problem.)
    We understand that we could use a LinkedList with a concurrency wrapper, and handle synchronization where required. But do really like the functionality provided by a LinkedBlockingDeque and hate to have to handle all the complexity in our own code. (Not to mention the ton of existing code that would have to be retrofitted!)
    We also understand that we can define a new "commandSet" object which represents the list of primitive commands that must be processed in order. But this also seems like a lot of unnecessary clutter.
    Is there another way to pass a set of "commands" into the Deque and be assured that they will be retrieved in that order by the consumer?
    If there is no such mechanism, would it be worth requesting such an enhancement -- something like addAllTogether(Collection c) which would synchronize internally so that all the elements in 'c' are added in sequence?
    Thanks.

    Thanks for your response, and yes you are correct -- CommandSet is misleading and it should have been CommandList.
    It still seems to me that in general with all the Concurrent... implementations it might be useful to have some form of atomic addAll(Collection c) method -- maybe addSynchronized(Collection c). (There's got to be a better name!)
    This method would guarantee that all of the elements of 'c' are added to the Concurrent.... object without any conflicting adds or removes posted by any other thread.
    I understand the CommandList construct, and this is in fact how we resolved the issue. But in general this has some limitations. Using a Deque as an example, but applying this to all Concurrent.... classes:
    1) Our design is not as clean as the structure you have in your response, and it really can't easily support that type of interface. The purpose of the Consumer is to interrogate each X in the queue, and act as an interface to "perform" that logical operation on a specific device. So it invokes many methods of X in order to perform it's job. I.e. are you inbound or outbound, how much data, what device address should this go to, etc, etc.
    I also understand that we could define another interface and pass an 'execute' object into the 'execute' method -- something like 'execute(theExecuteInstance(this))' to get around this -- but now we're really starting to add complexity!
    2) You are now adding a different object type to the Deque. If it was instantiated as, say LinkedBlockingDeque<X> then the only way to add a List of X objects is to declare class ListOfX extends X which would really be a confusing structure. This one has kludge stamped all over it! (But, hey, that's what we did!)
    3) Clearly, the whole approach only works if you have access to the code for the Consumer side and can modify it to understand the ListOfX instance and handle it correctly.
    If we had realized at the start that the situation would arise in which multiple Xs would need to be Consumed in sequence, then we would have defined ListOfX (more cleanly than above) and declared the Deque as LinkedBlockingDeque<ListOfX>, and written the Consumer to handle this.
    But as happens so often, we were well down the road before this situation arose .... with the inevitable patchwork solution.
    On the other hand, you could probably still make a case for some form of addSynchronized in general. It does seem like a natural situation that should be supported cleanly.
    If we weren't using a Concurrent ... object, and handling our own synchronization, then this structure follows naturally because you would just synchronize on the object, run an iterator through 'c' and add each instance returned. With one of the Concurrent... objects, this pattern has been lost.
    Even if we had realized the need earlier, and defined a ListOfX right from the start, it still clutters up the situation (the Consumer really just wants to process X's), and adds the overhead of instantiating ListOfX, and adding a single X to the list, for 99% of the actual cases.
    But thanks for your response and insight. Maybe next time we'll figure out all the use cases before we start (LOL).

  • File Browse is emptied after failed validation

    Why does the file browse text box get emptied after a failed validation? Is there any way to prevent this?
    To further explain, create a form on a page with two page items, a text box and a file browse item, then put a not null validation on the text box. When you submit the page with a null text box, but with a file selected for the browse button, then validation catches and throws the error message back to the user when the page refreshes. However, the file browse text box is emptied, and the user has to reselect the file before resubmitting the page.
    Is this a bug, or just the way it is supposed to work? Any way around it?
    Thanks,
    Kris
    Edited by: kshenn on Oct 31, 2008 7:06 AM

    Hello,
    >> Is this a bug, or just the way it is supposed to work?
    This is not a bug. Actually, it has nothing to do with APEX. The behavior of the file browse item is controlled by the HTML standard, which clears the field for security reasons.
    If you pay close attention to Denes example, you’ll see that even when the validation error page is displayed, the file browse item itself is being cleared. The JavaScript generated file path is the one that retain its value. I don’t have access to Denes code, but I’m assuming that in his uploading procedure he’s using the JavaScript generated path.
    >> Any way around it?
    Where the file browse item is concern, no workaround.
    In your specific case, where the validation you need is “not null”, you can create a JavaScript validation, and fire it before submitting the page (as part of the submit button). That way, the browser will not clear the file browse item, because the page will not be submitted without proper values in your items.
    Regards,
    Arie.

  • Number of elements that can be used with 'in' Operator

    One of my SQL query having 'in' operator failed saying number of elements exceed.
    Is there a limit on number of elements that can be used with - 'in' operator.
    And if yes can it be increased?

    Parag Kalra wrote:
    One of my SQL query having 'in' operator failed saying number of elements exceed.
    Is there a limit on number of elements that can be used with - 'in' operator.
    And if yes can it be increased?You cannot have more than 1000 literals in an IN clause.
    Please check
    ORA-01795, limit on in clause
    Max number of values in IN clause
    Edited by: Rajesh Lathwal on May 24, 2010 12:28 PM

  • Log connection attempts and source IP address for connections that fail/timeout on RADIUS

    How can I log the connection attempts and source IP address for connections that fail RADIUS authentication?  I'm using RD Gateway on 2012 R2 in conjunction with Azure Multi-Factor Authentication Server on another 2012 R2 server.  When a user fails
    multifactor authentication or the authentication times out, all I get is Security event 6273 on the RD Gateway that the radius server did not process the request, and only the radius server's IP is logged.  There's nothing logged in TerminalServices-Gateway\Operational
    because the TS Gateway hasn't yet processed the connection attempt (all auditing options for RD Gateway are enabled).  The MFA/Radius Server is only logging the connection from the TSGateway - it doesn't know the original client's IP address.
    I'm looking for the equivalent of an IIS log - somewhere the RD Gateway should log the initial HTTPS connection attempt and the source IP address of the client.  I need to be able to track down potentially fraudulent login attempts. 

    Hi,
    Thank you for your posting in Windows Server Forum.
    This error might be caused by one of the following conditions:
    •  The user does not have valid credentials
    •  The connection method is not allowed by network policy
    •  The network access server is under attack
    •  NPS does not have access to the user account database on the domain controller
    •  NPS log files or the SQL Server database are not available
    To perform these procedures, you must be a member of Domain Admins.
    Please check for more information:
    Event ID 6273 — NPS Authentication Status
    http://technet.microsoft.com/en-us/library/cc735399(v=ws.10).aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Hi Please could you tell me if i am able to retrieve photos that i have lost on my iphone due to apple asking me to restore my phone before it would update any apps - thanks

    Hi Please could you tell me if i am able to retrieve photos that i have lost on my iphone due to apple asking me to restore my phone before it would update any apps - thanks

    I need a new account because one day while trying to buy an app my Apple Id randomly said my password was incorrect after I typed my password in right. I tried thousands of times, and no hope. I couldnt reset the password because I had forgotten its password. I tried other things but they failed. So I did this iCloud change address thing and it kept my Apple ID's data, but change the email and I set a new password. Then all my data goes to iCloud and I still can't buy apps as of the security questions which I forgot.... I tried to reset but instead of giving me a form for it, they just told me what to do when I get the email (even when I still have a rescue address which is the email I used for Apple ID) so I just want a fresh start, to tranfer the money over and get the stupid bug sorted...

Maybe you are looking for