Error 3006

I am trying to install Adobe Air on my Mac but get a An error occurred while installing Adobe AIR.  Installation may not be allowed by your administrator.  Please contact your administrator."  Posted solutions don't seem to work.  Looking at the log, I see the following message:
1/7/14 9:55:27.269 PM Adobe AIR Installer[1585]: Exiting due to error: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Error #3006" errorID=3006]
What is this error and how fo I fix it?

Try this,
var testFile:File =  File.applicationStorageDirectory.resolvePath("testing.doc");
if (testFile.exists && !testFile.isDirectory)
     var writer:FileStream = new  FileStream();
     writer.open(testFile, FileMode.WRITE);

Similar Messages

  • Error # 3006, Not A File.

    Hello All,
    I'm having trouble writing to the file..
    Code :
    var testFile:File = File.applicationStorageDirectory.resolvePath("testing.doc");
    trace(testFile.exists); //traces 'true'
    var writer:FileStream = new FileStream();
    writer.open(testFile, FileMode.WRITE);  //error here
    I get a "Error #3006: Not a file." error..
    Please help me for the same.
    Thanks in Advance.

    Try this,
    var testFile:File =  File.applicationStorageDirectory.resolvePath("testing.doc");
    if (testFile.exists && !testFile.isDirectory)
         var writer:FileStream = new  FileStream();
         writer.open(testFile, FileMode.WRITE);

  • TS1424 Error -3006 downloading movie

    I just tried to buy The Great Gatsby using a iTunes gift card and it wouldn't download/partially downloaded. it is showing up as there are three Great Gatsby movies under my "movies" playlist but i cannot download them. I get error -3006 when trying again to download.

    Correction** Error 9006 (not 3006)

  • Internal error (3006) occurred

    We have formatted searches on user-defined fields
    When I run the query associated with that formatted search from the menu, it runs just fine:
    But when I run the formatted search from within the form (single mouse click on litte magnifying glass icon), I get an u2018internal erroru2019(3006) occurred.
    What can be the reason and how can we solve it.

    HI
    Check this link:
    -2038 - Internal error (-2038) occurred : on 19/05/2011 10:04:34
    and also check the sap notes in it...
    Hope this will help you..

  • FS Error 3006

    I am having the same problem described in this thread:
    FS - Error code 3006 from SQL-Query
    Except I cannot find an error in the query.  I am trying to pull data from a UDF in the Sales Order to a UDF in the Production Order.  Both UDFs are 10 Character Text Fields.
    This is the query:
    SELECT T0.U_CRITICAL FROM ORDR T0 WHERE T0.DOCNUM = $($32.1)
    (I used brackets in the query)
    Thanks
    Jeff

    I wish this did work.  I don't know if this is a program bug or I am just missing something but it still doesn't work.
    Some other strange behavior on this topic:
    When I use the file name and field in the query (OWOR.OriginNum) it will work with a manual Shift F2 but not when the fields change.
    When I use the form ID codes in the query ($32.0.0) it will not work with a Shift F2 or when fields change, even though all of the other Formatted Searches in this form use the ID codes and work properly.
    Jeff

  • FS - Error code 3006 from SQL-Query

    Hello world!
    Can someone inform me which possible errors in a query cause the following error message after the query is activated?
    Internal Error (3006) Message [131-183]
    Until now I had only error code 1003, which signals syntax errors etc. in the query.
    By the way: Does anywhere exists a list of error codes/messages occuring in SAP B1?
    Thank you!
    Frank Romeni

    Error codes and their description can be found in SDK help files
    I have pasted them below for your ref
    -39
    End of File
    -43
    File not Found
    -47
    File is Busy
    -50
    File Cannot Open
    -51
    File Corrupted
    -99
    Division by Zero
    -100
    Out of Memory
    -101
    Print Error
    -103
    Print Canceled
    -104
    Money Overflow
    -111
    Invalid Memory Access
    -199
    General Error
    -213
    Bad Directory
    -214
    File Already Exists
    -216
    Invalid File Permission
    -217
    Invalid Path
    -1001
    Data Source - Bad Column Type
    -1003
    Data Source - Alias Not Found
    -1004
    Data Source - Value Not Found
    -1005
    Data Source - Bad Date
    -1012
    Data Source - No Default Column
    -1013
    Data Source - Zero/Blank Value
    -1015
    Data Source - Integer Overflow
    -1016
    Data Source - Bad Value
    -1022
    Data Source - Other File Not Related
    -1023
    Data Source - Other Key Not In Main Key
    -1025
    Data Source - Array Record Not Found
    -1027
    Data Source - Value Must Be Positive
    -1028
    Data Source - Value Must Be Negative
    -1029
    Data Source - Column Cannot be updated
    -1100
    Data Source - Cannot Allocate Environment
    -1101
    Data Source - Bad Connection
    -1102
    Data Source - Connection Not Opened
    -1103
    Data Source - DB Already Exists
    -1104
    Data Source - Cannot Create Database
    -1200
    Data Source - Data Bind General Error
    -2001
    Data Source - Bad Parameters
    -2003
    Data Source - Too Many Tables
    -2004
    Data Source - Table Not Found
    -2006
    Data Source - Bad Table Definition
    -2007
    Data Source - Bad Data Source
    -2010
    Data Source - Bad Data Source Offset
    -2013
    Data Source - No Fields In Table
    -2014
    Data Source - Bad Field Index
    -2015
    Data Source - Bad Index Number
    -2017
    Data Source - Bad Alias
    -2020
    Data Source - Bad Alias
    -2022
    Data Source - Bad Field Level
    -2024
    Data Source - Not Matching Data Source
    -2025
    Data Source - No Keys In Table
    -2027
    Data Source - Partial Data Found
    -2028
    Data Source - No Data Found
    -2029
    Data Source - No Matching Field
    -2035
    Data Source - Duplicate Keys
    -2038
    Data Source - Record Lock
    -2039
    Data Source - Data Was Changed
    -2045
    Data Source - End of Sort
    -2049
    Data Source - Not Opened for Write
    -2056
    Data Source - No Matching With Current Data Source
    -2062
    Data Source - Bad Container Offset
    -3001
    Query - Field Not Found
    -3003
    Query - Bad Data Source
    -3004
    Query - Bad Token
    -3005
    Query - Token After End
    -3006
    Query - Unexpected End
    -3008
    Query - Too Long Query
    -3009
    Query - Extra Right Parenthesis
    -3010
    Query - Missing Right Parenthesis
    -3012
    Query - No Operation Code
    -3013
    Query - No Field In Comparison
    -3014
    Query - Bad Condition
    -3015
    Query - Bad Sort List
    -3017
    Query - No String
    -3018
    Query - Too Many Fields
    -3019
    Query - Too Many Indexes
    -3020
    Query - Too Many Tables
    -3021
    Query - Reference Not Found
    -3022
    Query - Bad Range Set
    -3023
    Query - Bad Parsing
    -3025
    Query - Data Bind is Missing
    -3026
    Query - Bad Input
    -3027
    Query - Progress Aborted
    -3028
    Query - Bad Table Index
    -3032
    Query - General Failure
    -3033
    Query - Empty Record
    -3036
    Query - Bad Parameter
    -3037
    Query - Missing Table in List
    -3040
    Query - Bad Operation
    -3041
    Query - Bad Expression
    -3042
    Query - Name Already Exists
    -3044
    Query - Time Expired
    3001
    Form - Is Not Initialized
    3002
    Form - Bad Data Source
    3003
    Form - Exceeded Data Sources Limit
    3006
    Form - Invalid Form Item
    3007
    Form - Exceeded Forms Limit
    3009
    Form - Too Many Saved Data
    3012
    Form - Invalid Form
    3015
    Form - Cannot Get Multi-Line Edit
    3016
    Form - Bad Item Type
    3017
    Form - Bad Parameter
    3023
    Form - No Message Callback
    3029
    Form - Item Is Not Selectable
    3031
    Form - Bad Value
    3033
    Form - Item Not Found
    4007
    Grid - Invalid
    4008
    Grid - Bad Size
    4009
    Grid - No Data
    4011
    Grid - Invalid Parameters
    4013
    Grid - Not Super Title
    4014
    Grid - Super Title 2 Exits
    4015
    Bad Item Unique ID
    4016
    Grid - Bad Data
    4017
    Grid - Column is Already Folded
    4018
    Grid - Column is Already Expanded
    4019
    Grid - Line Exists
    4020
    Grid - Not Enough Data
    4022
    Grid - Super Title Exists
    4027
    Grid - Row Is Not Collapsible
    8004
    Status Bar - No Such Info
    8005
    Status Bar - Info Occupied
    8006
    Status Bar - No Message Bar
    8007
    Status Bar - Progress Stopped
    8008
    Status Bar - Too Many Progress
    5001
    Graph - Invalid
    5002
    Graph - Bad Form Item
    5005
    Graph - Bad Parameters
    -7008
    Form not found
    -7000
    Invalid Form
    -7031
    Form - Reserved /Illegal form Unique ID
    -7032
    Form - Invalid Mode
    -7006
    The item is not a user defined item and cannot be manipulated in such manner
    -7005
    Invalid table name
    -7004
    XML batch load failed
    -7003
    Menu operation Add failed
    -7002
    Function not supported
    -7001
    Invalid Item
    -7034
    Could not clear item in group
    -7033
    Out of boundaries
    -7020
    This method cannot be invoked by a Cell object
    -7019
    Invalid form unique ID. Should not begin with an F_ prefix
    -7018
    Invalid Field Value
    -7017
    Invalid Field Name
    -7016
    This datasource object is not a user-defined object
    -7015
    Invalid Column
    -7014
    A Column object with the specified unique ID already exists in the system.
    -7013
    The string value entered should be less then 10 characters.
    -7012
    An Item object with the specified unique ID already exists in the system.
    -7011
    The string value entered should be less then 11 characters.
    -7010
    A form with the requested unique ID already exists in the system.
    -7009
    The string value entered should be less the 32 characters.
    -7040
    Cannot Load XML File
    -7051
    Unexpected usage of the specified XML TAG.
    -7050
    This action type is not valid or not implemented yet.
    -7043
    Cannot load the Menu resource from the specified XML file.
    -7042
    Cannot load the Item resource from the specified XML file.
    -7041
    Cannot load the Form resource from the specified XML file.
    -7071
    Failed to create the items group.
    -7070
    UID
    -7069
    Failed to change the form current pane level.
    -7068
    Failed to change the form color.
    -7067
    Failed to change the Form mode.
    -7066
    Failed to fix the form default button.
    -7065
    Failed to change the form Visible state.
    -7064
    Could not change the form title.
    -7063
    The change of form dimensions has failed
    -7062
    Unknown Form attribute
    -7061
    XML batch resource update is not supported yet.
    -7060
    Reached Max Number of user data sources.
    -7094
    Failed to add the items child objects.
    -7093
    Failed to batch add the items
    -7092
    Failed to bind the item to the data source
    -7091
    Wrong Item Attribute
    -7090
    Unknown Field Type
    -7114
    Type of Column is Not Supported.
    -7113
    Failed to add the column child objects.
    -7112
    Failed to add the new columns.
    -7111
    Failed to bind the column to a data source
    -7110
    Invalid column attributes
    -7133
    The specified menu position is not valid
    -7132
    Invalid menu type
    -7131
    Failed to add the menu object
    -7130
    The specified menu already exists.
    -7030
    Invalid Row Number
    -7029
    Operation not supported on system form.
    -7028
    Out of boundary of DB data source offset.
    -7027
    The menu item is not a user defined menu item and cannot be manipulated in such manner.
    -7026
    Menu item was not found
    -7025
    Unknown Form State
    -7024
    Failed setting form bounds
    -7023
    Invalid Target
    -7022
    Could not commit action because the item is currently in focus.
    -7021
    Operation could not be set on extended edit text item.
    -7200
    Your connection string doesn't much UI development work mode.
    -7201
    The specified connection string is not valid.

  • BP Fact sheet XML error

    Hi
    In BP sales area data Fact sheet tab when I select the view BW BP master data the following error is showing. Why this is error is coming can anybody help me???
    Rendering ERROR
    XML parsing error (3006) in 67102328[stream], line 5, column 14: invalid symbol '<' in literal 'http://<'
    XML
    XSLT
    CRM_CCKPT_CFS_SERVICE_DEFAULT
    Regards
    VN

    Hi,
    I had similar issue and resolved it.
    In our case the issue occured for only specific BPs. So this solution may be helpful where the issue occurs for specific BPs.
    The issue occurs because of special characters Ex : "#" entered in Long text.
    Once you delete these special characters in the text field the issue will be resolved.
    Hope it helps..
    VJ

  • Not a File Error

    Hello All,
    I'm having trouble writing to the file..
    Code :
    var testFile:File = File.applicationStorageDirectory.resolvePath("testing.doc");
    trace(testFile.exists); //traces 'true'
    var writer:FileStream = new FileStream();
    writer.open(testFile, FileMode.WRITE);  //error here
    I get a "Error #3006: Not a file." error..
    Please help me for the same.
    Thanks in Advance.

    found it -
    it depends on how you format your drive... see below
    Here is a table that lists the maximum file sizes for different operating systems and file systems*:
    Windows 95
    (pre-OSR2) Windows 95 OSR2+,
    Windows 98/SE/ME Windows NT 4.0 Windows 2000/XP
    FAT16 2 GB 2 GB 4 GB 4 GB
    FAT32 N/A 4 GB N/A 4 GB
    NTFS N/A N/A Nearly unlimited Nearly unlimited
    * http://neuron2.net/LVG/filesize.html

  • Problem updating Application Manager in CS6 D&W Premium

    I just finished a clean installation of CS6 Design & Web Premium under WIndows 7 Enterprise 64-bit.  I fired up Bridge, checked for updates, and allowed the update process to complete.  I then fired up Adobe Application Manager (from the desktop icon) to confirm all updates had been applied, but it behaved as if it needed to update itself.  For a second or two, it displayed a dialog about other instances of Application Manager running, but then that disappeared, and the installation continued.  I encountered a UAC warning, which I allowed, and shortly thereafter, I was presented with a dialog stating that, "Adobe Application Manager failed to install."  My only option at this point is to quit.  Oddly enough, when Application Manager is invoked through checking for updates from a CS6 component (e.g. Bridge, Photoshop, etc.), there doesn't seem to be a problem.  The issue only seems to arise when using Application Manager's desktop icon, or its shortcut under All Programs in the Start menu.  Please advise how to correct this behavior.
    Cheers

    In case it helps, here is the content of a fresh PDApp.log file from my %TEMP% folder.  (%TEMP% emptied, then AAM ran to create.)
    +++
    07/11/13 12:52:42:542 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Build Version - 7.0.0.414
    07/11/13 12:52:42:542 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Logging Level verbosity Set  to 4
    07/11/13 12:52:42:542 | [INFO] |  | ASU | PDApp | PDApp.CommandLineParser |  |  | 3172 | Parsing the command line provided. Number of command line arguments is 4
    07/11/13 12:52:42:542 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Detecting Applet Database Library file...
    07/11/13 12:52:42:543 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Fetching Applet registeration information...
    07/11/13 12:52:42:543 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | AppletManager initialize...
    07/11/13 12:52:42:543 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Applet database path - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..
    07/11/13 12:52:42:543 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | PIM library path - C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AdobePIM.dll
    07/11/13 12:52:42:543 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Loading PIM library...
    07/11/13 12:52:42:546 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | Build Version - 7.0.0.414
    07/11/13 12:52:42:547 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | Logging Level verbosity Set  to 4
    07/11/13 12:52:42:547 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | CREATE PIM Instance ...
    07/11/13 12:52:42:548 | [INFO] |  | ASU | PIM | Utilities |  |  | 3172 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\..\pim.db-journal' does not exist
    07/11/13 12:52:42:548 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:52:42:559 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | Current db schema version on machine 1.
    07/11/13 12:52:42:559 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | Current db schema version to install 1.
    07/11/13 12:52:42:559 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | PIM DB Schema is up to date. Current schema version is 1.
    07/11/13 12:52:42:559 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | PIM Database is Up To Date.
    07/11/13 12:52:42:559 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Getting applet data from Applet database
    07/11/13 12:52:42:560 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | All installed pakages version string (pim_getCurrentPackagesVersion) is CCM:7.0.0.81|D6:6.2.139.0|DECore:6.2.139.0|DWA:3.0.97.0|LWA:3.0.97.0|P6:6.2.139.0|PDApp:7 .0.0.414|UWA:6.2.139.0
    07/11/13 12:52:42:560 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | PIMSqlite closeDB status 0
    07/11/13 12:52:42:560 | [INFO] |  | ASU | PIM | PIM |  |  | 3172 | FREE PIM Instance ...
    07/11/13 12:52:42:561 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Registering Applets...
    07/11/13 12:52:42:561 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Loading Applet Switcher library: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\switcher\CCM_UI.dll
    07/11/13 12:52:42:562 | [WARN] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Unable to get the applet switching info... Response is: 8
    07/11/13 12:52:42:562 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | DWA AppletID argument not specified on command line. Trying to find the existing instance
    07/11/13 12:52:42:563 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | This is the first instance so creating a thread for listening to the created pipe
    07/11/13 12:52:42:563 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Pipe thread started
    07/11/13 12:52:42:563 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Starting AsyncMessageProcessor
    07/11/13 12:52:42:563 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 3172 | AsyncMsgProcessor initialized...
    07/11/13 12:52:42:563 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 3172 | AsyncMsgProcessor started. on thread id = 3376
    07/11/13 12:52:42:565 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Initializing native WindowManager
    07/11/13 12:52:42:565 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Creating window instance
    07/11/13 12:52:42:565 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Checking for appletID and appletVersion given in CommandLineOptions
    07/11/13 12:52:42:565 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Creating APE stage instance
    07/11/13 12:52:42:880 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | MessageHandler initialized...
    07/11/13 12:52:42:880 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | ExternalGateway initialized...
    07/11/13 12:52:42:880 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | NativeCommandHandler initialized...
    07/11/13 12:52:42:885 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.885 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO |  |  | 3172 | 11/2013 12:52:42.885 [INFO] PDApp.StartupCommand Logging Level verbosity Set to  INFO
    07/11/13 12:52:42:886 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.885 [INFO] PDApp.StartupCommand Processing the startup Command |  |  | 3172 | 11/2013 12:52:42.885 [INFO] PDApp.StartupCommand Processing the startup Command
    07/11/13 12:52:42:887 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.887 [INFO] PDAPP.AppletManager Starting Applet registeration... |  |  | 3172 | 11/2013 12:52:42.887 [INFO] PDAPP.AppletManager Starting Applet registeration...
    07/11/13 12:52:42:892 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.892 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :CCM_UI |  |  | 3172 | 11/2013 12:52:42.892 [INFO] PDAPP.MainDisplayMediator Looking up for the Exact versioned applet for ID :CCM_UI
    07/11/13 12:52:42:894 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.894 [INFO] PDAPP.AppletManager Loading Applet: CCM_UI Version = 1.0 |  |  | 3172 | 11/2013 12:52:42.894 [INFO] PDAPP.AppletManager Loading Applet: CCM_UI Version = 1.0
    07/11/13 12:52:42:900 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.900 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US |  |  | 3172 | 11/2013 12:52:42.900 [INFO] PDApp.ZStringLoader PDAPP SWF - locale set to - en_US
    07/11/13 12:52:42:912 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.911 [INFO] PDAPP.AppletManager Loading progress0 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.911 [INFO] PDAPP.AppletManager Loading progress0 out of 1241772
    07/11/13 12:52:42:912 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.912 [INFO] PDAPP.AppletManager Loading progress65536 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.912 [INFO] PDAPP.AppletManager Loading progress65536 out of 1241772
    07/11/13 12:52:42:913 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.913 [INFO] PDAPP.AppletManager Loading progress131072 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.913 [INFO] PDAPP.AppletManager Loading progress131072 out of 1241772
    07/11/13 12:52:42:914 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.914 [INFO] PDAPP.AppletManager Loading progress196608 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.914 [INFO] PDAPP.AppletManager Loading progress196608 out of 1241772
    07/11/13 12:52:42:915 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.915 [INFO] PDAPP.AppletManager Loading progress262144 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.915 [INFO] PDAPP.AppletManager Loading progress262144 out of 1241772
    07/11/13 12:52:42:916 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.916 [INFO] PDAPP.AppletManager Loading progress327680 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.916 [INFO] PDAPP.AppletManager Loading progress327680 out of 1241772
    07/11/13 12:52:42:917 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.917 [INFO] PDAPP.AppletManager Loading progress393216 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.917 [INFO] PDAPP.AppletManager Loading progress393216 out of 1241772
    07/11/13 12:52:42:919 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.918 [INFO] PDAPP.AppletManager Loading progress458752 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.918 [INFO] PDAPP.AppletManager Loading progress458752 out of 1241772
    07/11/13 12:52:42:920 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.920 [INFO] PDAPP.AppletManager Loading progress524288 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.920 [INFO] PDAPP.AppletManager Loading progress524288 out of 1241772
    07/11/13 12:52:42:921 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.920 [INFO] PDAPP.AppletManager Loading progress589824 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.920 [INFO] PDAPP.AppletManager Loading progress589824 out of 1241772
    07/11/13 12:52:42:922 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.921 [INFO] PDAPP.AppletManager Loading progress655360 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.921 [INFO] PDAPP.AppletManager Loading progress655360 out of 1241772
    07/11/13 12:52:42:923 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.922 [INFO] PDAPP.AppletManager Loading progress720896 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.922 [INFO] PDAPP.AppletManager Loading progress720896 out of 1241772
    07/11/13 12:52:42:924 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.923 [INFO] PDAPP.AppletManager Loading progress786432 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.923 [INFO] PDAPP.AppletManager Loading progress786432 out of 1241772
    07/11/13 12:52:42:924 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.924 [INFO] PDAPP.AppletManager Loading progress851968 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.924 [INFO] PDAPP.AppletManager Loading progress851968 out of 1241772
    07/11/13 12:52:42:925 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.925 [INFO] PDAPP.AppletManager Loading progress917504 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.925 [INFO] PDAPP.AppletManager Loading progress917504 out of 1241772
    07/11/13 12:52:42:926 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.926 [INFO] PDAPP.AppletManager Loading progress983040 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.926 [INFO] PDAPP.AppletManager Loading progress983040 out of 1241772
    07/11/13 12:52:42:927 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.927 [INFO] PDAPP.AppletManager Loading progress1048576 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.927 [INFO] PDAPP.AppletManager Loading progress1048576 out of 1241772
    07/11/13 12:52:42:928 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.928 [INFO] PDAPP.AppletManager Loading progress1114112 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.928 [INFO] PDAPP.AppletManager Loading progress1114112 out of 1241772
    07/11/13 12:52:42:929 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.929 [INFO] PDAPP.AppletManager Loading progress1179648 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.929 [INFO] PDAPP.AppletManager Loading progress1179648 out of 1241772
    07/11/13 12:52:42:930 | [INFO] |  | ASU | PDApp | 11/2013 12:52:42.930 [INFO] PDAPP.AppletManager Loading progress1241772 out of 1241772 |  |  | 3172 | 11/2013 12:52:42.930 [INFO] PDAPP.AppletManager Loading progress1241772 out of 1241772
    07/11/13 12:52:43:181 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.181 [INFO] DLM.ApplicationFacade sendNotification = ApplicationStartupCommand, type = null |  |  | 3172 | 11/2013 12:52:43.181 [INFO] DLM.ApplicationFacade sendNotification = ApplicationStartupCommand, type = null
    07/11/13 12:52:43:182 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.182 [INFO] CCM.AppStartup Processing the application startup command |  |  | 3172 | 11/2013 12:52:43.182 [INFO] CCM.AppStartup Processing the application startup command
    07/11/13 12:52:43:183 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.183 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion |  |  | 3172 | 11/2013 12:52:43.183 [INFO] PDApp.ExternalGateway Recieved Applet Loading Completion
    07/11/13 12:52:43:185 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.185 [INFO] CCM.AppStartup Going to start the workflow |  |  | 3172 | 11/2013 12:52:43.185 [INFO] CCM.AppStartup Going to start the workflow
    07/11/13 12:52:43:187 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.186 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null |  |  | 3172 | 11/2013 12:52:43.186 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null
    07/11/13 12:52:43:188 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.188 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.188 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:192 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.192 [INFO] DLM.ApplicationFacade sendNotification = bootEXECUTE_CCM_WORKFLOW, type = null |  |  | 3172 | 11/2013 12:52:43.192 [INFO] DLM.ApplicationFacade sendNotification = bootEXECUTE_CCM_WORKFLOW, type = null
    07/11/13 12:52:43:194 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.194 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.194 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:194 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.194 [INFO] DLM.ApplicationFacade sendNotification = initCCMNativeSignal, type = null |  |  | 3172 | 11/2013 12:52:43.194 [INFO] DLM.ApplicationFacade sendNotification = initCCMNativeSignal, type = null
    07/11/13 12:52:43:195 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.195 [INFO] CCM.InitializeCCMNativeCommand inside initial windows show |  |  | 3172 | 11/2013 12:52:43.195 [INFO] CCM.InitializeCCMNativeCommand inside initial windows show
    07/11/13 12:52:43:196 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Loading Applet - CCM_Native for WindowID - 1
    07/11/13 12:52:43:197 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.197 [INFO] CCMNativeApplet startApplet |  |  | 3172 | 11/2013 12:52:43.197 [INFO] CCMNativeApplet startApplet
    07/11/13 12:52:43:222 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.222 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.222 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:222 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.222 [INFO] DLM.ApplicationFacade sendNotification = initZstringSignal, type = null |  |  | 3172 | 11/2013 12:52:43.222 [INFO] DLM.ApplicationFacade sendNotification = initZstringSignal, type = null
    07/11/13 12:52:43:226 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.226 [INFO] ZStringLoader Trying to load ZString for preferred locale - en_US |  |  | 3172 | 11/2013 12:52:43.226 [INFO] ZStringLoader Trying to load ZString for preferred locale - en_US
    07/11/13 12:52:43:229 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.229 [INFO] ZStringLoader Locale set to - en_US |  |  | 3172 | 11/2013 12:52:43.229 [INFO] ZStringLoader Locale set to - en_US
    07/11/13 12:52:43:231 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.231 [INFO] CCM.InitializeZstringCommand Font fallback applied is applicationFonts 'Lucida Grande, Segoe UI, Tahoma, _sans' inputControlFonts: 'Lucida Grande, Segoe UI, Tahoma, _sans' |  |  | 3172 | 11/2013 12:52:43.231 [INFO] CCM.InitializeZstringCommand Font fallback applied is applicationFonts 'Lucida Grande, Segoe UI, Tahoma, _sans' inputControlFonts: 'Lucida Grande, Segoe UI, Tahoma, _sans'
    07/11/13 12:52:43:233 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = zstringLoadCompleteSignal, type = null |  |  | 3172 | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = zstringLoadCompleteSignal, type = null
    07/11/13 12:52:43:233 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null |  |  | 3172 | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null
    07/11/13 12:52:43:233 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:233 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = initAppletViewSignal, type = null |  |  | 3172 | 11/2013 12:52:43.233 [INFO] DLM.ApplicationFacade sendNotification = initAppletViewSignal, type = null
    07/11/13 12:52:43:241 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.241 [INFO] DLM.ApplicationFacade sendNotification = ShowScreen, type = null |  |  | 3172 | 11/2013 12:52:43.241 [INFO] DLM.ApplicationFacade sendNotification = ShowScreen, type = null
    07/11/13 12:52:43:243 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.243 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : com.adobe.aam.shared.view.compositeComponent::CCMMainView |  |  | 3172 | 11/2013 12:52:43.243 [INFO] AAMShared.DynamicViewMediator Showing screen with screenID : com.adobe.aam.shared.view.compositeComponent::CCMMainView
    07/11/13 12:52:43:290 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.290 [INFO] CCM.PrepareInitialAppletView Going to show the window now!!! |  |  | 3172 | 11/2013 12:52:43.290 [INFO] CCM.PrepareInitialAppletView Going to show the window now!!!
    07/11/13 12:52:43:325 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.325 [INFO] DLM.ApplicationFacade sendNotification = RegisterMediatorCommand, type = null |  |  | 3172 | 11/2013 12:52:43.325 [INFO] DLM.ApplicationFacade sendNotification = RegisterMediatorCommand, type = null
    07/11/13 12:52:43:326 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.326 [INFO] DLM.ApplicationFacade sendNotification = CCM_CONTENT_REFRESH_DATA, type = null |  |  | 3172 | 11/2013 12:52:43.326 [INFO] DLM.ApplicationFacade sendNotification = CCM_CONTENT_REFRESH_DATA, type = null
    07/11/13 12:52:43:327 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.327 [INFO] DLM.ApplicationFacade sendNotification = CCM_NAVIGATION_PANEL_REFRESH_DATA, type = null |  |  | 3172 | 11/2013 12:52:43.327 [INFO] DLM.ApplicationFacade sendNotification = CCM_NAVIGATION_PANEL_REFRESH_DATA, type = null
    07/11/13 12:52:43:328 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.327 [INFO] DLM.ApplicationFacade sendNotification = ccmInitialViewCompleteSignal, type = null |  |  | 3172 | 11/2013 12:52:43.327 [INFO] DLM.ApplicationFacade sendNotification = ccmInitialViewCompleteSignal, type = null
    07/11/13 12:52:43:328 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = CCM_MAIN_CONTENT_IS_BUSY, type = null |  |  | 3172 | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = CCM_MAIN_CONTENT_IS_BUSY, type = null
    07/11/13 12:52:43:328 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null |  |  | 3172 | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow, type = null
    07/11/13 12:52:43:328 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:329 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = preprocess_ccm_applet, type = null |  |  | 3172 | 11/2013 12:52:43.328 [INFO] DLM.ApplicationFacade sendNotification = preprocess_ccm_applet, type = null
    07/11/13 12:52:43:332 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.331 [INFO] DLM.ApplicationFacade sendNotification = populateSystemInfoDataSignal, type = null |  |  | 3172 | 11/2013 12:52:43.331 [INFO] DLM.ApplicationFacade sendNotification = populateSystemInfoDataSignal, type = null
    07/11/13 12:52:43:334 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.333 [INFO] SystemUtilities Current system is a windows system |  |  | 3172 | 11/2013 12:52:43.333 [INFO] SystemUtilities Current system is a windows system
    07/11/13 12:52:43:334 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.334 [INFO] SystemUtilities Current system is 64 bit |  |  | 3172 | 11/2013 12:52:43.334 [INFO] SystemUtilities Current system is 64 bit
    07/11/13 12:52:43:334 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.334 [INFO] DLM.ApplicationFacade sendNotification = initNativeSessionsSignal, type = null |  |  | 3172 | 11/2013 12:52:43.334 [INFO] DLM.ApplicationFacade sendNotification = initNativeSessionsSignal, type = null
    07/11/13 12:52:43:335 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.335 [INFO] CCMNativeApplet createSession |  |  | 3172 | 11/2013 12:52:43.335 [INFO] CCMNativeApplet createSession
    07/11/13 12:52:43:337 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.337 [INFO] CCMNativeApplet dlmAppletSessionProxy.sessionId = {886AFCBF-10B0-41E9-849F-601CB3CDC0E9} |  |  | 3172 | 11/2013 12:52:43.337 [INFO] CCMNativeApplet dlmAppletSessionProxy.sessionId = {886AFCBF-10B0-41E9-849F-601CB3CDC0E9}
    07/11/13 12:52:43:343 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.343 [ERROR] CCMGlobalCommonUtils Failed to process the input xml at path -  error is Error #3006 |  |  | 3172 | 11/2013 12:52:43.343 [ERROR] CCMGlobalCommonUtils Failed to process the input xml at path -  error is Error #3006
    07/11/13 12:52:43:345 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.345 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.345 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:346 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.346 [INFO] DLM.ApplicationFacade sendNotification = readGlobalPrefSignal, type = null |  |  | 3172 | 11/2013 12:52:43.346 [INFO] DLM.ApplicationFacade sendNotification = readGlobalPrefSignal, type = null
    7/11/2013 12:52:43 [INFO] OPM - Build Version - 7.0.0.78
    7/11/2013 12:52:43 [INFO] OPM - Logging Level verbosity Set  to 4
    7/11/2013 12:52:43 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    7/11/2013 12:52:43 [INFO] OPM - Successfully opened opm session, db location:C:\Users\ECR6\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    7/11/2013 12:52:43 [INFO] OPM - No Record found for the input fields in opm_getValueForKey
    7/11/2013 12:52:43 [INFO] OPM - Released OPM refrence successfully in opm_freeLibRef
    7/11/2013 12:52:43 [ERROR] OPM - Invalid arguments in get value for key...in opm_getValueForKey
    7/11/2013 12:52:43 [INFO] OPM - Released OPM refrence successfully in opm_freeLibRef
    7/11/2013 12:52:43 [INFO] OPM - Released OPM refrence successfully in opm_freeLibRef
    07/11/13 12:52:43:357 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.357 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:43.357 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:43:358 | [INFO] |  | ASU | PDApp | 11/2013 12:52:43.358 [INFO] DLM.ApplicationFacade sendNotification = check_new_aam_version, type = null |  |  | 3172 | 11/2013 12:52:43.358 [INFO] DLM.ApplicationFacade sendNotification = check_new_aam_version, type = null
    07/11/13 12:52:43:783 | [INFO] |  | ASU | PDApp | PDApp.MessageQuequeManager |  |  | 3172 | Message Queue Manager initialized...
    7/11/2013 12:52:43 [INFO] Utilities - File 'C:\Users\ECR6\AppData\Local\Temp\{76080F67-D9D2-4E51-9665-332020B3A0E8}AAMVersion.xml' does not exist
    7/11/2013 12:52:43 [INFO] Utilities - File 'C:\Users\ECR6\AppData\Local\Temp\{76080F67-D9D2-4E51-9665-332020B3A0E8}\AAMVersion.xml' does not exist
    07/11/13 12:52:44:987 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | Build Version - 7.0.0.414
    07/11/13 12:52:44:987 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | Logging Level verbosity Set  to 4
    07/11/13 12:52:44:987 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | CREATE PIM Instance ...
    07/11/13 12:52:44:987 | [INFO] |  | ASU | PIM | Utilities |  |  | 3880 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    07/11/13 12:52:44:987 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:52:44:988 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | Current db schema version on machine 1.
    07/11/13 12:52:44:988 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | Current db schema version to install 1.
    07/11/13 12:52:44:989 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | PIM DB Schema is up to date. Current schema version is 1.
    07/11/13 12:52:44:989 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | PIM Database is Up To Date.
    07/11/13 12:52:44:989 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | PIMSqlite closeDB status 0
    07/11/13 12:52:44:989 | [INFO] |  | ASU | PIM | PIM |  |  | 3880 | FREE PIM Instance ...
    07/11/13 12:52:45:305 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.305 [INFO] DLM.ApplicationFacade sendNotification = handleNativeDataSignal, type = null |  |  | 3172 | 11/2013 12:52:45.305 [INFO] DLM.ApplicationFacade sendNotification = handleNativeDataSignal, type = null
    07/11/13 12:52:45:307 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.306 [INFO] shouldUpdateAAM Latest AAM is not present on the machine. Launching LBS to update aam on the machine |  |  | 3172 | 11/2013 12:52:45.306 [INFO] shouldUpdateAAM Latest AAM is not present on the machine. Launching LBS to update aam on the machine
    07/11/13 12:52:45:307 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.307 [INFO] DLM.ApplicationFacade sendNotification = aamVersionCheckCompleteSignal, type = null |  |  | 3172 | 11/2013 12:52:45.307 [INFO] DLM.ApplicationFacade sendNotification = aamVersionCheckCompleteSignal, type = null
    07/11/13 12:52:45:308 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.308 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null |  |  | 3172 | 11/2013 12:52:45.308 [INFO] DLM.ApplicationFacade sendNotification = execute_ccm_workflow_manager, type = null
    07/11/13 12:52:45:309 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.308 [INFO] DLM.ApplicationFacade sendNotification = update_aam_on_machine, type = null |  |  | 3172 | 11/2013 12:52:45.308 [INFO] DLM.ApplicationFacade sendNotification = update_aam_on_machine, type = null
    07/11/13 12:52:45:361 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.360 [INFO] DLM.ApplicationFacade sendNotification = quitYesClickSignal, type = null |  |  | 3172 | 11/2013 12:52:45.360 [INFO] DLM.ApplicationFacade sendNotification = quitYesClickSignal, type = null
    07/11/13 12:52:45:362 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.361 [INFO] DLM.ApplicationFacade sendNotification = removeCCMPopUpScreen, type = null |  |  | 3172 | 11/2013 12:52:45.361 [INFO] DLM.ApplicationFacade sendNotification = removeCCMPopUpScreen, type = null
    07/11/13 12:52:45:363 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.363 [INFO] DLM.ApplicationFacade sendNotification = HidePopupWindow, type = null |  |  | 3172 | 11/2013 12:52:45.363 [INFO] DLM.ApplicationFacade sendNotification = HidePopupWindow, type = null
    07/11/13 12:52:45:363 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.363 [INFO] DLM.ApplicationFacade sendNotification = ENABLE_WINDOW_NOTIFICATION, type = null |  |  | 3172 | 11/2013 12:52:45.363 [INFO] DLM.ApplicationFacade sendNotification = ENABLE_WINDOW_NOTIFICATION, type = null
    07/11/13 12:52:45:364 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.364 [INFO] DLM.ApplicationFacade sendNotification = SHARED_POPUP_HIDE, type = null |  |  | 3172 | 11/2013 12:52:45.364 [INFO] DLM.ApplicationFacade sendNotification = SHARED_POPUP_HIDE, type = null
    7/11/2013 12:52:45 [INFO] OPM - Build Version - 7.0.0.1
    7/11/2013 12:52:45 [INFO] OPM - Logging Level verbosity Set  to 4
    7/11/2013 12:52:45 [INFO] OPM - Schema version and schema compatibility version are same or greater than current
    7/11/2013 12:52:45 [INFO] OPM - Successfully opened opm session, db location:C:\Users\ECR6\AppData\Local\Adobe\OOBE\opm.db in opm_createLibRef
    7/11/2013 12:52:45 [INFO] OPM - No Record found for the input fields in opm_getValueForKey
    7/11/2013 12:52:45 [INFO] OPM - Released OPM refrence successfully in opm_freeLibRef
    07/11/13 12:52:45:904 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.904 [INFO] DLM.ApplicationFacade sendNotification = quitCCMDownloadWorkflowSignal, type = null |  |  | 3172 | 11/2013 12:52:45.904 [INFO] DLM.ApplicationFacade sendNotification = quitCCMDownloadWorkflowSignal, type = null
    07/11/13 12:52:45:910 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.909 [INFO] DLM.ApplicationFacade sendNotification = allProductSessionsClosedSignal, type = null |  |  | 3172 | 11/2013 12:52:45.909 [INFO] DLM.ApplicationFacade sendNotification = allProductSessionsClosedSignal, type = null
    07/11/13 12:52:45:911 | [INFO] |  | ASU | PDApp | 11/2013 12:52:45.910 [INFO] DLM.ApplicationFacade sendNotification = TryQuitApplicationSignal, type = null |  |  | 3172 | 11/2013 12:52:45.910 [INFO] DLM.ApplicationFacade sendNotification = TryQuitApplicationSignal, type = null
    07/11/13 12:52:46:145 | [INFO] |  | ASU | PDApp | 11/2013 12:52:46.145 [INFO] DLM.ApplicationFacade sendNotification = quitGlobalSessionSignal, type = null |  |  | 3172 | 11/2013 12:52:46.145 [INFO] DLM.ApplicationFacade sendNotification = quitGlobalSessionSignal, type = null
    07/11/13 12:52:46:147 | [INFO] |  | ASU | PDApp | 11/2013 12:52:46.146 [INFO] CCMNativeApplet performSessionJob = <dlmargs>
      <SessionKey>{886AFCBF-10B0-41E9-849F-601CB3CDC0E9}</SessionKey>
    </dlmargs> |  |  | 3172 | 11/2013 12:52:46.146 [INFO] CCMNativeApplet performSessionJob = <dlmargs>
      <SessionKey>{886AFCBF-10B0-41E9-849F-601CB3CDC0E9}</SessionKey>
    </dlmargs>
    07/11/13 12:52:46:151 | [INFO] |  | ASU | PDApp | 11/2013 12:52:46.151 [INFO] CCMNativeApplet close session result = <output>
      <result>success</result>
    </output> |  |  | 3172 | 11/2013 12:52:46.151 [INFO] CCMNativeApplet close session result = <output>
      <result>success</result>
    </output>
    07/11/13 12:52:46:152 | [INFO] |  | ASU | PDApp | 11/2013 12:52:46.152 [INFO] DLM.ApplicationFacade sendNotification = FINALIZE_PROV_COMMON_NOTIFICATION, type = null |  |  | 3172 | 11/2013 12:52:46.152 [INFO] DLM.ApplicationFacade sendNotification = FINALIZE_PROV_COMMON_NOTIFICATION, type = null
    07/11/13 12:52:46:156 | [INFO] |  | ASU | PDApp | 11/2013 12:52:46.156 [INFO] CCMNativeApplet startApplet |  |  | 3172 | 11/2013 12:52:46.156 [INFO] CCMNativeApplet startApplet
    07/11/13 12:52:46:659 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 3172 | Un-loading Applet - CCM_Native for window ID - 1
    07/11/13 12:52:46:659 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | Callng the finalize function of the applet
    07/11/13 12:52:47:159 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | Unloading applet
    07/11/13 12:52:47:160 | [INFO] |  | ASU | PDApp | 11/2013 12:52:47.160 [INFO] PDApp.HostMessageHandler Recieved force window close message |  |  | 3172 | 11/2013 12:52:47.160 [INFO] PDApp.HostMessageHandler Recieved force window close message
    07/11/13 12:52:47:161 | [INFO] |  | ASU | PDApp | 11/2013 12:52:47.160 [INFO] PDApp.HostMessageHandler Sending message to native |  |  | 3172 | 11/2013 12:52:47.160 [INFO] PDApp.HostMessageHandler Sending message to native
    07/11/13 12:52:47:165 | [INFO] |  | ASU | PDApp | 11/2013 12:52:47.164 [INFO] DLM.ApplicationFacade sendNotification = handleNativeDataSignal, type = null |  |  | 3172 | 11/2013 12:52:47.164 [INFO] DLM.ApplicationFacade sendNotification = handleNativeDataSignal, type = null
    07/11/13 12:52:47:166 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Window destruction reached for ID - 1
    07/11/13 12:52:47:334 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Pipe Connected. Waiting for data to come on pipe
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | 2 bytes read on pipe
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Data recieved on pipe. Sending the data to the main thread to process and show window
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Message Sent to main thread
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Disconnecting pipe
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Pipe Disconnected
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PipeThread |  |  | 3788 | Terminating the pipe thread
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating native MessageQueueManager
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.MessageQuequeManager |  |  | 3172 | Message Queue Manager destructed
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating WindowManager
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Destroying PDApp main window's
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 3172 | Destroying PDApp main window's sucessfully
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating ExternalGateway
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | ExternalGateway destructed
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating MessageHandler
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | MessageHandler finalize...
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | MessageHandler destructed
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating NativeCommandHandler
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 3172 | NativeCommandHandler destructed
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating AsyncMessageProcessor
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 3172 | Destroying AsyncMsgProcessor
    07/11/13 12:52:47:335 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating NativePlatformHandler
    07/11/13 12:52:47:336 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating ETSWrapper class
    07/11/13 12:52:47:336 | [INFO] |  | ASU | PDApp | PDApp |  |  | 3172 | Terminating logger
    07/11/13 12:52:48:497 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | Build Version - 7.0.0.414
    07/11/13 12:52:48:497 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | Logging Level verbosity Set  to 4
    07/11/13 12:52:48:497 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | CREATE PIM Instance ...
    07/11/13 12:52:48:497 | [INFO] |  | ASU | PIM | Utilities |  |  | 2544 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    07/11/13 12:52:48:498 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:52:48:499 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | Current db schema version on machine 1.
    07/11/13 12:52:48:499 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | Current db schema version to install 1.
    07/11/13 12:52:48:499 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | PIM DB Schema is up to date. Current schema version is 1.
    07/11/13 12:52:48:499 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | PIM Database is Up To Date.
    07/11/13 12:52:48:500 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | PIMSqlite closeDB status 0
    07/11/13 12:52:48:500 | [INFO] |  | ASU | PIM | PIM |  |  | 2544 | FREE PIM Instance ...
    07/11/13 12:53:28:225 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | \Users\ECR6\AppData\Local\Temp\PDApp.log
    07/11/13 12:53:28:225 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:225 | [INFO] |  | ASU | Setup | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\core\AAMConfig.xml' does not exist
    07/11/13 12:53:28:226 | [INFO] |  | ASU | Setup |  |  |  | 3984 | Event Guid generated is: '7e90a66e-3e8e-495d-b838-a00fc474f9db'
    07/11/13 12:53:28:227 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | Start Adobe Setup
    07/11/13 12:53:28:227 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | TimeLog: Bootstrapper Start
    07/11/13 12:53:28:227 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | TimeLog: Start initial checks
    07/11/13 12:53:28:227 | [INFO] |  | ASU | Setup | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:227 | [WARN] |  | ASU | Setup | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:236 | [INFO] |  | ASU | Setup |  |  |  | 1796 | Event with guid '7e90a66e-3e8e-495d-b838-a00fc474f9db' is being sent
    07/11/13 12:53:28:241 | [INFO] |  | ASU | Setup | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:241 | [INFO] |  | ASU | Setup |  |  |  | 1796 | GetIEProxyInfo - No default proxy present on the user machine
    07/11/13 12:53:28:241 | [INFO] |  | ASU | Setup |  |  |  | 1796 | GetIEProxyInfo - proxy Url is
    07/11/13 12:53:28:241 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\pim.db-journal' does not exist
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Users\ECR6\AppData\Local\Temp\\asuap.txt' does not exist
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | CREATE PIM Instance ...
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    07/11/13 12:53:28:242 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:53:28:243 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current db schema version on machine 1.
    07/11/13 12:53:28:243 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current db schema version to install 2.
    07/11/13 12:53:28:243 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | SUCCESS Created Tables.
    07/11/13 12:53:28:243 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | PIM Database is Up To Date.
    07/11/13 12:53:28:243 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Updater Inventory location:C:\Users\ECR6\AppData\Local\ACCCx183\resources\updaterinventory.dll
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Acquired System level ACF lock ...
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\pim.db-journal' does not exist
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | CREATE PIM Instance ...
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\pim.db-journal' does not exist
    07/11/13 12:53:28:244 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Adobe\Adobe Creative Cloud\pim.db' does not exist
    07/11/13 12:53:28:245 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:53:28:268 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | SUCCESS Created Tables.
    07/11/13 12:53:28:268 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | PIM Database is Up To Date.
    07/11/13 12:53:28:268 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Updater Inventory location:C:\Users\ECR6\AppData\Local\ACCCx183\resources\updaterinventory.dll
    07/11/13 12:53:28:268 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Acquired System level ACCC lock ...
    07/11/13 12:53:28:268 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:269 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:272 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:272 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:272 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:273 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id E503D1A9-30F3-4492-A0D7-5691E1693A22 is already installed
    07/11/13 12:53:28:276 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:277 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:277 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:309 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:309 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:309 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:333 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:333 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:333 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:333 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    07/11/13 12:53:28:338 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:338 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:338 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:366 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:366 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:367 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:367 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    07/11/13 12:53:28:378 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:379 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:379 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:425 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:425 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:426 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:426 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:466 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:467 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:467 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:467 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:470 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 53106091
    07/11/13 12:53:28:470 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | The size required to install AAM on your machine would be 53106091
    07/11/13 12:53:28:470 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:470 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:471 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:472 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:472 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:472 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:473 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:474 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:474 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:474 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:474 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:474 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:474 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:475 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:476 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:476 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:476 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:476 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:476 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:477 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:477 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:477 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:478 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:478 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:478 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:479 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:479 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:479 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:479 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:479 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:480 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:481 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:481 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:481 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:481 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:481 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:481 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:482 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:483 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:483 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:483 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:483 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:483 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:484 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:484 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:485 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:485 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:485 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:485 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:486 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:486 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:486 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:486 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:486 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:487 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:488 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:488 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:488 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:488 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:489 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:489 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:490 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:490 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:490 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:490 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:490 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:491 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:491 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:492 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:492 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:492 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:492 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:492 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:493 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:494 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:494 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:494 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:494 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:494 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:495 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:496 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:496 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:496 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:496 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:496 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:497 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:497 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:497 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:498 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:498 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:498 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:499 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 166738298
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | The size required to install ACCC on your machine would be 166738298
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | The size required to install complete ACCC on your machine would be 219844389
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | PIMSqlite closeDB status 0
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | FREE PIM Instance ...
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | PIMSqlite closeDB status 0
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | FREE PIM Instance ...
    07/11/13 12:53:28:499 | [INFO] |  | ASU | Setup | Utilities |  |  | 3984 | Semaphore is not locked
    07/11/13 12:53:28:499 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\pim.db-journal' does not exist
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Users\ECR6\AppData\Local\Temp\\asuap.txt' does not exist
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Build Version - 2.0.0.0 (BuildVersion: 2.0; BuildDate: Mon Jun 18 2012 06:00:16 )
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Logging Level verbosity Set  to 4
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | CREATE PIM Instance ...
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | Utilities |  |  | 3984 | File 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\pim.db-journal' does not exist
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | trying to createOrUpdatePIMDbSchema.
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current db schema version on machine 1.
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current db schema version to install 2.
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | SUCCESS Created Tables.
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | PIM Database is Up To Date.
    07/11/13 12:53:28:500 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Updater Inventory location:C:\Users\ECR6\AppData\Local\ACCCx183\resources\updaterinventory.dll
    07/11/13 12:53:28:501 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Acquired System level ACF lock ...
    07/11/13 12:53:28:501 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | TimeLog: End initial checks
    07/11/13 12:53:28:501 | [INFO] |  | ASU | Setup | Setup |  |  | 3984 | TimeLog: Begin Installing
    07/11/13 12:53:28:501 | [INFO] |  | ASU | Setup | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:501 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:501 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:502 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Skip properties not defined for current node
    07/11/13 12:53:28:503 | [INFO] |  | ASU | Setup |  |  |  | 3308 | HTTP Request Status code 200.
    07/11/13 12:53:28:503 | [INFO] |  | ASU | Setup |  |  |  | 1796 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    07/11/13 12:53:28:505 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:505 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:505 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:506 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id E503D1A9-30F3-4492-A0D7-5691E1693A22 is already installed
    07/11/13 12:53:28:509 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:509 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:509 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:535 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:535 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:535 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:556 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:556 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:556 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:557 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed
    07/11/13 12:53:28:561 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:561 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:561 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:589 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:589 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:589 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:590 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Package id B322281B-C04F-438E-82D7-7DA34A359526 is already installed
    07/11/13 12:53:28:600 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:601 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:601 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:647 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:647 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Current OS version is: Major:6, Minor:1, ServicePack:1
    07/11/13 12:53:28:648 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:648 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:688 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:688 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:688 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:689 | [WARN] |  | ASU | PIM | PIM |  |  | 3984 | Failed to find Node
    07/11/13 12:53:28:691 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 53106091
    07/11/13 12:53:28:691 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Executing Adobe Genuine Validation for all the AAM packages
    07/11/13 12:53:28:691 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | Validating package file: 'C:\Users\ECR6\AppData\Local\ACCCx183\AAMPackages\core\PDApp.pimx'
    07/11/13 12:53:28:694 | [INFO] |  | ASU | PIM | PIM |  |  | 3984 | XML is valid
    07/11/13 12:53:28:694 |

  • Set item master value in UDF

    Dear All,
    I have created 1 UDF in Item master Title level.
    Ex UDF1= 14A. This is already stored with the Item master data in DB.
    I have created another UDF2 in invoice at row level.
    Now i want UDF1 value to be displayed at run time in UDF2 when the item is selected.
    How to do this.....
    swapnil

    Hi,
    I am getting following error while executing it:
    1). [Microsoft][SQL Native Client][SQL Server]Incorrect syntax near '$PCH1.ItemCode'. 2). [Microsoft][SQL Native Client][SQL Server]Statement 'Service Contracts' (OCTR) (s) could not be prepared.
    and after applying in UDF error is :
    Internal error (3006) occurred  [Message 131-183]
    I am apply this FMS in UDF at row level of A/P invoice.

  • [PLEASE HELP] Display Customer Ref. No. in Pick List

    Hi,
    We are trying to display Customer Ref. No. (from Sales Order / Res. Invoice) in the pick list.
    I have created a new UDF in the PIck List row.
    But I am not sure what is the correct query to use to call this out so I can link it to the UDF.
    Could someone please help us?
    Thank you very much.
    Edited by: Anfernee Chang on Nov 21, 2011 5:53 AM

    shafi_sunshine wrote:
    Hi ,
    >
    > Try This....
    >
    > You can  use FMS
    >
    >
    > SELECT $[$14.0.0]
    >
    >
    >
    > Thanks
    > Shafi
    Hi shafi_sunshine,
    I have tried both of the following queries,
    SELECT $[ORDR.NumAtCard]
    SELECT $[$14.0.0]
    but it's hasn't worked. It returned the following error in the pick list screen
    Internal error (3006) occurred.
    Thank you.

  • Formatted Search to do calculation

    Hi all,
    I have written an SQL query for my formatted search that reads
    select $|$170.12.0|
    This is to return the Total Amount Due in incoming payment form. But when I applied this to one of the UDF I created, it returns an error "Internal error (3006) occurred [message 131-183]"
    As long as it can return the total amount due, I can use it for calculation when my SQL query is developed.
    Can anyone please enlighten me?
    Thank you very much.
    Regards.

    Hi Kevin,
    I just seen your updated Thread.
    $[$-12.66.number]
    If you found that than it is Very good, But still I would really like to tell you.
    12 is 'Item', 66 is 'variable', for that field and number is to take only numeric value, i.e not to take currency sign.
    Cheer's
    Have a good day.
    Regards
    Ashutosh T

  • Display Row Level Data in Title UDF

    Hi,
    The requirement is in SAP 8.8 PL 15. I have created an UDF in Marketing Documents - Title and would like to display the Location Code from the Rows (1st row) in that UDF using FMS.
    I have a query that is: select $[$38.2000002049.1]
    But it gives the error: Internal Error (3006) occurred. [Message 131-183]
    This query worked in SAP 2005B PL 27. Can any one please help?
    Regards
    Sudatt

    Hi both the codes to fetch the line item's data -
    select $[$38.1.0]
    or
    select $[$38.1.1]
    will work in any built-in fields on header part alike, but not in in any UDF.
    If needed you can fetch any header level built-in fields value to the UDF by the following type code -
    SELECT $[ORDR.CardName]
    For your info - a few changes are there in 8.8 on this context.

  • Accessing parent or sibling directories in Flex.

    Hello,
    For our project setup I have been asked to read a file from a sibling directory, something like ("../sibling/my-file"). Unfortunately my testing seems to indicate that this is impossible. Consider the following code:
    private function init() : void {
                    resultsArea.text += readDocFile("HelloWorld.txt") + "\n\n";
                    resultsArea.text += readDocFile("child/HelloWorld.txt") + "\n\n";
                    resultsArea.text += readDocFile("../HelloWorld.txt") + "\n\n";
                    resultsArea.text += readDocFile("../sibling/HelloWorld.txt") + "\n\n";
                public function readDocFile(fileName:String):String
                    var data:String = null;
                    try {
                        var file:File = File.applicationDirectory.resolvePath(fileName);
                        data = file.nativePath + " ";
                        data += String(file.exists) + " " + String(file.isDirectory) + " ";
                        var fileStr:FileStream = new FileStream();
                        fileStr.open(file, FileMode.READ);
                        data += fileStr.readUTFBytes(fileStr.bytesAvailable);
                    catch (error:Error) {
                        data += error.message;
                    return data;
    On the following file structure:
    ./.actionScriptProperties
    ./.flexProperties
    ./.project
    ./.settings
    ./.settings/org.eclipse.core.resources.prefs
    ./bin-debug
    ./bin-debug/child
    ./bin-debug/child/HelloWorld.txt
    ./bin-debug/FileTesting-app.xml
    ./bin-debug/FileTesting.swf
    ./bin-debug/HelloWorld.txt
    ./HelloWorld.txt
    ./libs
    ./sibling
    ./sibling/HelloWorld.txt
    ./src
    ./src/child
    ./src/child/HelloWorld.txt
    ./src/FileTesting-app.xml
    ./src/FileTesting.mxml
    ./src/HelloWorld.txt
    With this result:
    C:\eclipse\3.6.1_j2ee\workspace\FileTesting\bin-debug\HelloWorld.txt true false Hello adjacent
    C:\eclipse\3.6.1_j2ee\workspace\FileTesting\bin-debug\child\HelloWorld.txt true false Hello Child
    C:\eclipse\3.6.1_j2ee\workspace\FileTesting\bin-debug true true Error #3006: Not a file.
    C:\eclipse\3.6.1_j2ee\workspace\FileTesting\bin-debug true true Error #3006: Not a file.
    We can see that that everything after the "../" in the path structure is being ignored. I've tried variants using the parent property of the File.applicationDirectory without success.
    If someone could point me to some documentation that confirms that I cannot access a parent directory or otherwise let me know what I am doingwrong it would be greatly appreciated.
    Thanks,
    Philip

    More interesting discoveries:
    private function init() : void {
                    //Works
                    resultsArea.text += readDocFile("HelloWorld.txt") + "\n\n";
                    //Works
                    resultsArea.text += readDocFile("child/HelloWorld.txt") + "\n\n";
                    //Works
                    resultsArea.text += readDocFile("child/../child/HelloWorld.txt") + "\n\n";
                    //Fails
                    resultsArea.text += readDocFile("../HelloWorld.txt") + "\n\n";
                    //Fails
                    resultsArea.text += readDocFile("../sibling/HelloWorld.txt") + "\n\n";
                    //Works
                    resultsArea.text += readDocAbsolute("C:\\eclipse\\3.6.1_j2ee\\workspace\\FileTesting\\sibling\\HelloWorld.txt ") + "\n\n";
                    //Works
                    resultsArea.text += readDocCheating("../sibling/HelloWorld.txt") + "\n\n";
                    //Works
                    resultsArea.text += readDocFinal("../sibling/HelloWorld.txt") + "\n\n";
                public function readDocFile(relativePath:String):String
                    var data:String = null;
                    try {
                        var file:File = File.applicationDirectory.resolvePath(relativePath);
                        data = file.nativePath + " ";
                        data += String(file.exists) + " " + String(file.isDirectory) + " ";
                        var fileStr:FileStream = new FileStream();
                        fileStr.open(file, FileMode.READ);
                        data += fileStr.readUTFBytes(fileStr.bytesAvailable);
                    catch (error:Error) {
                        data += error.message;
                    return data;
                public function readDocCheating(relativePath:String) : String {
                    var data:String = null;
                    try {
                        var basePath:String = File.applicationDirectory.nativePath;
                        var file:File = new File(basePath + "/" + relativePath);
                        data = file.nativePath + " ";
                        data += String(file.exists) + " " + String(file.isDirectory) + " ";
                        var fileStr:FileStream = new FileStream();
                        fileStr.open(file, FileMode.READ);
                        data += fileStr.readUTFBytes(fileStr.bytesAvailable);
                    catch (error:Error) {
                        data += error.message;
                    return data;
                public function readDocAbsolute(absolutePath:String) : String {
                    var data:String = null;
                    try {
                        var file:File = new File(absolutePath);
                        data = file.nativePath + " ";
                        data += String(file.exists) + " " + String(file.isDirectory) + " ";
                        var fileStr:FileStream = new FileStream();
                        fileStr.open(file, FileMode.READ);
                        data += fileStr.readUTFBytes(fileStr.bytesAvailable);
                    catch (error:Error) {
                        data += error.message;
                    return data;
                public function readDocFinal(relativePath:String ) : String {
                    var data:String = null;
                    try {
                        var baseFile:File = new File(File.applicationDirectory.nativePath);
                        var file:File = baseFile.resolvePath(relativePath);
                        data = file.nativePath + " ";
                        data += String(file.exists) + " " + String(file.isDirectory) + " ";
                        var fileStr:FileStream = new FileStream();
                        fileStr.open(file, FileMode.READ);
                        data += fileStr.readUTFBytes(fileStr.bytesAvailable);
                    catch (error:Error) {
                        data += error.message;
                    return data;
    Where those calls denoted as "works" in the init method work as expected. I think I've come to the conclusion that the static file instances are "special" and their parenting works differently from files I create myself.

  • Query FMS to display total qty SO

    Dear All,
    I would like to have total quantity of item that sold to the customer in the BP master data customer.
    The total quantity is based on SO quantity. I have created a UDF and I try to use this query FMS:
    SELECT SUM(QUANTITY) FROM INV1 with (NOLOCK)  INNER JOIN OCRD
    T0 ON T0.CARDCODE = INV1.BASECARD WHERE YEAR(DOCDATE)
    = YEAR(GETDATE()) AND T0.CARDCODE = $[$5.0.0] AND T0.CARDTYPE = 'C'
    Pls give advice if there is something wrong with the query or if the query is not valid to have
    such result. Thanks in advance
    Steve

    Hi,
    when run the FMS using mine (modified from yours):
    SELECT SUM(QUANTITY) FROM
    [dbo].[INV1] T0 WITH (NOLOCK) INNER
    JOIN [dbo].[OINV] T1 ON T1.DocEntry = T0.DocEntry
    inner join ocrd t2 on
    t2.cardcode = t1.cardcode
    WHERE YEAR(T0.DOCDATE) = YEAR(GETDATE())
    AND T2.CARDCODE = $[$5.0.0]
    AND $[$40.0.0] = 'C'
    or yours:
    SELECT SUM(QUANTITY) FROM
    [dbo].[INV1] T0 WITH (NOLOCK)
    INNER JOIN [dbo].[OINV] T1 ON
    T1.DocEntry = T0.DocEntry
    WHERE YEAR(T0.DOCDATE) =
    YEAR(GETDATE()) AND
    T2.CARDCODE = $[$5.0.0]
    AND $[$40.0.0] = 'C'
    will erupt "internal error (3006)..." message. I could not understand why it is happened.
    Rgd,
    Steve "Edu"

Maybe you are looking for