1.5.1 Package Decomposition issues

There are still some things that appear to confuse the parsing for the package decomposition in the navigator pane:
--. Forward declarations in package bodies "override" the actual procedure/function, so you can only jump to the forward declaration from the decomposition--
. Defining a constant or variable with a type of form <schema>.<object>.<column>%TYPE displays as "." in the decomposition
. Defining a constant with a type of form <object>.<column>%TYPE displays as "constant" in the decomposition
. Constants or variables based on a custom type or subtype are not displayed in the decomposition
. The tooltip for a parameterless procedure or function in the package body displays the source for that procedure or function up until the first ; (instead of the "is") - ie the end of the first declaration, which can get very long if that is a cursor.
theFurryOne
Edited by: thefurryone on Oct 3, 2008 1:40 PM

Expect all the issues except #1 fixed in 2.0. For #1 i tried the code below and see no problem. Can you please provide a test case?
FUNCTION my_func2 RETURN NUMBER; -- forward declaration
FUNCTION my_func
RETURN NUMBER
IS
BEGIN
RETURN my_func2; -- Legal call
END my_func;
FUNCTION my_func2
RETURN NUMBER
IS
BEGIN
RETURN 0;
END my_func2;

Similar Messages

  • 1.1.0.21.97: Package Decomposition improvements/issues/bugs

    I believe there are a number of improvements that could be made with the package decomposition in the Navigator pane.
    It is good that cursors are now sort of being included in the decomposition, but the cursor name doesn't get included.
    Can we please have different icons for the different types of objects in the decomposition? In 1.0 we have different icons for variables, etc vs procedures and functions. As an ideal it would be great to have different icons for the different types of variables (ie one for varchar2, one for number, one for date, ... - even with a slightly different icon for constants of each type), but at least having different icons for procedures/functions, cursors, records, types and variables/constants. Especially on the body decomposition for large packages, this would make it significantly easier to find a specific type of object.
    Something else that has disappeared from 1.0 is the ability to decompose a procedure/function within a package body. In the 1.0 package body decomposition, a node is created for each of the procedures and functions which can then be expanded to see the variables, sub-procedures/sub-functions in the procedure/function.
    It would be good to have a Run right-click context menu for the specification's procedures and functions, like there is for the stored procedures and functions.
    Not a big issue, but I preferred the 1.0 way of having the Specification as a separate node on the decomposition, rather than having the specification decomposition as part of the first level.

    Cursor name: bug is logged
    Request for different icons logged
    Sub -procedure issue: Yes this a regression and it's logged.
    Menu suggestion: Nice idea - have logged an ER
    New structure in 1.1: I'll raise this with the team.
    Thanks!
    Sue

  • Package Decomposition context menu

    I am on v1215 and I love the package decomposition (especially jumping to the selected item on double-click), but I have just noticed the context menu on the procedures and functions in the decomposition.
    The only item that appears in the context menu on procedures and functions is "New ..." which is the same as the New button on the main toolbar. Variables displayed in the decomposition do not get a context menu.
    However, if I have a stored procedure or function open in the Connection pane, select it (opens the procedure/function) display the context menu for it (Open, Compile, Compile for Debug, Run, Debug, Execution Profile, Grant, Revoke, Drop, Compile Dependents) and then, without selecting the function/procedure in the Package decomposition, I right-click on it, the context menu is now New ..., Compile, Compile for Debug.
    If I reselect the stored procedure and then right click on a variable in the Package decomposition, I get Compile and Compile for Debug and the menu options.
    The same appears to happen for any object type - including views, tables, indexes, etc.
    If I then select the procedure in the Package decomposition, the context menu reverts to "New ..." and the Compile and Compile for Debug option disappear from the context menu for the stored procedure (so long as I don't select it before right-clicking on it).
    Two issues here:
    1) Shouldn't the package decomposition context menu for public procedures and functions allow the Run option (what I was hoping to find when I first tried)?
    2) The Compile and Compile for Debug options are not available consistently - they should always be available for objects that can be compiled (stored procedure, function, package, trigger, etc) and never available for objects that cannot be compiled (tables, views, indexes, items in the decomposition of packages, etc).

    Please take a look at this article by Carlos:
    HOWTO: Getting information about Visual Studio windows from an add-in
    It talks about how to get the window information, including a tool window's information. But as I tested, we can't access to the Modules window's object, it's always null:
    So I think the Visual Studio doesn't expose the ability for us to customize the Modules window.
    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.

  • EA1 - Package Decomposition

    The package decomposition appears to have taken a bit step backwards with 1.5 EA1. We now only get names of procedures and functions. With 1.2.1.31.12 we also got types, cursors, variables/constants, parameters for procedures/functions and result types for functions.

    I had seen your thread about resource usage issues, but this is not about trying to edit package bodies - just the package decomposition in the connection pane.
    This is happening for simple package specifications with just a constant and a simple procedure and function, both with parameters. The constant is not displayed in the decomposition, the function return type is not displayed and the parameters are not displayed for either the procedure or the function.

  • EA3 - Package Decomposition changes

    The changes package decomposition from EA2 are definitely heading in the right direction, but a few issues/gripes:
    1) It lists the CONSTANT keyword from constant definitions instead of the constant's name ( var_name CONSTANT varchar2(30); )
    2) It lists the IN keyword from cursor input variables (ie cursor my_cursor ( p_id IN number ) is ... )
    3) Cursor input variables are listed in the package decomposition, so long as they do not have the IN keyword (ie cursor my_other_cursor ( p_id number ) is ... )
    4) It lists the IS keyword from subtype definitions (based on a direct data type) and not the sub type name (ie subtype my_type IS varchar2(10); )
    5) Subtypes based on %TYPE or %ROWTYPE declarations are not listed
    6) It lists the OF keyword from table type definitions and not the type name (ie type my_tab_type is table OF varchar2(80); )
    7) Boolean package variables are not displayed at all in the decomposition.
    8) Ordering by name is a bit disconcerting to start with - I am used to finding my package body level variables, types, cursors, constants, etc at the top of the package body decomposition, as that is where I declare them.
    9) If we get a different icon for date variables, is there a reason why both number and character variables have the 123 icon?
    10) I would have thought that a p(..) icon for procedures would have been more distinguishable from functions than the f(..) without the little arrow at the bottom
    11) We still cannot tell the return type of functions from the package decomposition
    12) Variable declarations based on user defined types (as compared to direct data types) are not displayed
    This seems to point to the decomposition being based on finding references to expected data types in the text rather than truely understanding the content of the source code.
    theFurryOne

    Vadim,
    I don't think I am a strong vote either way on the ordering - it is certainly disconcerting having changed, but if it had always been ordered, I don't know whether I would have disliked it.
    As to the faster navigation - that depends on what you know about the package and where you are trying to navigate to. If I am looking at a package I know nothing much about and I am trying to navigate to a specific named procedure/function, then alphabetically is better. If I am looking at a package that I know a lot about or I am trying to navigate to the first procedure (for example), then order of declaration is better.
    The alternative of opening for editing and collapsing procedure/function definitions isn't really that nice. I have a reasonably sized package which takes up 3/4 of the page on the navigator in the decomposition, but takes nine pages when collapsed in the edit window, due to comments etc.
    theFurryOne

  • Can one avoid names to be listed in packaged applications (issue tracker, for example)?

    I've installed the packaged app "Issue tracker" in a workspace, but now have a problem with German's law (and maybe others), which does not allow people to make reports that explicitely mention names of employees, except if you are their manager.
    So the issue tracker's reports, which can be used by anybody and display assignees' names, are not allowed by German's law !
    I guess that all packaged apps have the same users control mechanism. If so, this issue is not specific to the issue tracker. Is that right?
    To make the issue tracker compliant with German's law, one should be able to hide names or ideally to make them only visible by the employee's management.
    Hide name would imply:
    - Remove the updaters' name in the projects/issues
    - Remove assignees' name in the projects/issues/reports
    I guess this could be done via a plugin "display names" in the "build options".
    Make names only visible to managers would imply:
    - Assign a manager to each user
    - Adapt the display depending on the identity of the user
    Does this make sense? If so, I guess I should add an entry in Oracle Application Express Feature Requests, right?
    TIA for your feedback,
    Stefane

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • [svn] 4859: -Fix packaging timing issue that was caused by the rebuilding of the air applicationupdater .

    Revision: 4859
    Author: [email protected]
    Date: 2009-02-05 10:15:22 -0800 (Thu, 05 Feb 2009)
    Log Message:
    -Fix packaging timing issue that was caused by the rebuilding of the air applicationupdater. The recompiled files would get laid down properly only to have the old files put back down on top of them. I also made sure the build directory was removed after updateAIR ran so it would not be included in the package
    -removed bundles.properties from the wireframe project
    bug:SDK-19128
    qa:yes
    doc:no
    checkintests:pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19128
    Modified Paths:
    flex/sdk/branches/i10/build.xml
    flex/sdk/branches/i10/frameworks/build.xml
    Removed Paths:
    flex/sdk/branches/i10/frameworks/projects/wireframe/bundles.properties

    Hi Chris,
    I have confirmed this is an AIR SDK 13.0.0.83 bug.
    I have reported this bug to Adobe Bugbase, and I also included the workaround:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3750892
    The workaround is:
    Simply comment the <externalSwfs> tag in your -app.xml will solve this bug, like this: <!-- <externalSwfs></externalSwfs> -->
    DarkStone
    2014-04-28

  • Solution Manager Enhancement Package 1 issue with SAINT

    Short Text    
    Solution Manager Enhancement Package 1 issue with SAINT    
    Long Text    
    Hi,
    We are trying to install the SAP Solution Manager Enhancement Package 1
    using SAINT. We have encountered an issue while trying to use the Stack
    Configuration option withing SAINT.
    Issue 1: A message appears saying OCS Package SAPK-701DHINSAPBASIS does
    not match current software component vector" . Whats does that mean and
    how do we resolve this issue?
    Issue 2: Ignoring the above message and going forward, we see the
    import condition page where it fails saying BBCPRM component must not
    be installed in this system
    Please check the attahed screen shots for the current Software
    Component levels and the errors.
    Please help to resolve the above issue and explain if we are missing
    anything here.
    Thanks,
    Nag Koppuravuri

    For the errors like ...
    "OCS Package <Package Name> does not match current software component vector" will usually appears when the upgrade is not matching the "MINIMUM support package level"
    Check note 1182336 - Though this note is not for the support package you are applying but the error points to same direction.
    To solve your problem...
    Please check the "Update Guide SAP Solution Manager 7.0 EHP 1 " available on Market place.
    Go to Service Market place -> Release & Upgrade Info -> Installation and Upgrade Guide
    To your left dropdown SAP Components -> Solution Manager -> Release 7.0 EHP 1 and on the right panel check above document Section "Preparations"
    If you satisfy those conditions I think you should be able to apply EHP1 smoothly.
    Lets us know if anything...
    Cheers!

  • [1.1.1.25.14] Refiltering packages discards existing package decomposition

    I am having problems with the package decomposition for already decomposed packages being discarded when refiltering the packages. Filtering out the previously decomposed package and then filtering it back in doesn't fix it and neither does disconnecting and reconnecting. The only thing that seems to fix it is a SQL Developer restart.
    This makes it very frustrating to work through code called by a procedure in a set of tightly integrated packages (I am on an Oracle Apps site).

    you were talking about refreshing and I was getting the problem when refilteringYou're right, the problem is more extensive than I initially experienced. Thanks for pointing that out.
    the thread went off on a tangentHehe, I did got buried there, but resurfaced near the end ;-)
    Let's hope we've done a better job in catching the attention this time.
    Thanks,
    K.

  • Creative Cloud Package Installation Issues - School network behind a proxy

    Greetings All,
    I have created a package using creative cloud manager.  I am now testing it before deployment by running the setup.exe (or the msi using msi exec) but it keeps stopping part of the way through.  I have tried everything I can think of and am stuck.  Please find my PDApp.log pasted below:
    04/23/15 14:09:14:438 | [INFO] |  | ASU | MSIInvoker | MSIInvoker |  |  | 9188 | Build Version - 1.9.0.14
    04/23/15 14:09:14:438 | [INFO] |  | ASU | MSIInvoker | MSIInvoker |  |  | 9188 | Logging Level verbosity Set  to 4
    04/23/15 14:09:15:985 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 11456 | Build Version - 1.9.0.14
    04/23/15 14:09:15:985 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 11456 | Logging Level verbosity Set  to 4
    04/23/15 14:09:15:985 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 11456 | Executing immediate custom action for install mode.
    04/23/15 14:09:15:985 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 11456 | The CustomActionData string is : mode=install;sourceDir=D:\Adobe\Adobe CS Full Suite x64\Build\;installDir=;origDB=D:\Adobe\Adobe CS Full Suite x64\Build\Adobe CS Full Suite x64.msi
    04/23/15 14:09:15:985 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 11456 | Successfully executed the immediate custom action for install mode .
    04/23/15 14:09:22:846 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Build Version - 1.9.0.14
    04/23/15 14:09:22:846 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Logging Level verbosity Set  to 4
    04/23/15 14:09:22:846 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Executing the deferred custom action.
    04/23/15 14:09:22:851 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Obtained the following as CustomActionData
    04/23/15 14:09:22:851 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | mode=install;sourceDir=D:\Adobe\Adobe CS Full Suite x64\Build\;installDir=;origDB=D:\Adobe\Adobe CS Full Suite x64\Build\Adobe CS Full Suite x64.msi
    04/23/15 14:09:22:851 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | mode=install;sourceDir=D:\Adobe\Adobe CS Full Suite x64\Build\;installDir=;origDB=D:\Adobe\Adobe CS Full Suite x64\Build\Adobe CS Full Suite x64.msi
    04/23/15 14:09:22:851 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Original database path is : D:\Adobe\Adobe CS Full Suite x64\Build\Adobe CS Full Suite x64.msi
    04/23/15 14:09:22:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | OptionXML saved at location :: C:\Users\jk\AppData\Local\Temp\{BDE01805-A6DF-4F23-B43B-E8EFC8422EBE}\\{FA82D1CF-5FAE-46F 7-9A05-46FF5B24461A}
    04/23/15 14:09:23:061 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Build Version - 1.9.0.14
    04/23/15 14:09:23:061 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Logging Level verbosity Set  to 4
    04/23/15 14:09:23:061 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Initializing Custom Action Data from parameters
    04/23/15 14:09:23:061 | [INFO] |  | ASU | DeploymentManager | Utilities |  |  | 6372 | Folder does not exist
    04/23/15 14:09:23:061 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Provisioning Tool path is (C:\Users\jk\AppData\Local\Temp\{BDE01805-A6DF-4F23-B43B-E8EFC8422EBE}\\{865B5D0A-20EF-4B 51-A101-9EB2F87073B0}).
    04/23/15 14:09:23:063 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Starting to run the custom action for install mode
    04/23/15 14:09:23:063 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | STEP 1: Starting to parse Option XML.
    04/23/15 14:09:23:076 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Self-Update BootStrapper Relative Path doesn't exist.
    04/23/15 14:09:23:076 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | No of updates found (20).
    04/23/15 14:09:23:119 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Number of Medias found = 26
    04/23/15 14:09:23:119 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment Manager is running in Install Mode.
    04/23/15 14:09:23:133 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{79E46CB7-83A3-42E 1-99A4-E64A0E6F0A16}
    04/23/15 14:09:23:149 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{67BF6F11-8EE7-45B 9-A51C-0ADF7557F018}
    04/23/15 14:09:23:157 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{930DFC9E-600B-4C7 B-B529-83F5D871F581}
    04/23/15 14:09:23:164 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{89A52D99-3CC5-453 9-8007-9B3898E4A6F2}
    04/23/15 14:09:23:171 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{55814351-9C1A-4B1 5-B031-99CDC80C9DF4}
    04/23/15 14:09:23:181 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{BCC06D93-3CB6-45D F-A7D9-6C6811BD50B8}
    04/23/15 14:09:23:191 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{1E76192B-9924-47B 8-91D6-FD4B15A584F5}
    04/23/15 14:09:23:200 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{D960587D-FBCA-4B0 2-B946-EE16263DC3E8}
    04/23/15 14:09:23:209 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{C5BB4E83-4617-43A B-B980-E4171831E4A6}
    04/23/15 14:09:23:218 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{511D2127-D98E-459 E-8320-3E4A3F3C17B2}
    04/23/15 14:09:23:230 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{B2C918F0-85C6-41C D-B34B-F734B40CF9F0}
    04/23/15 14:09:23:239 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{6691F635-800B-431 9-B535-0BAC92D7C594}
    04/23/15 14:09:23:247 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{9B975A7C-1572-41E 1-A346-8622F7A4CB2F}
    04/23/15 14:09:23:256 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{77A5912C-4FBA-4C4 2-8A71-C647BAD495F8}
    04/23/15 14:09:23:265 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{93788996-9CC3-480 0-BB84-DF945364FF1D}
    04/23/15 14:09:23:274 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{601F2C38-0C39-498 6-AA6F-FB249F4C093E}
    04/23/15 14:09:23:283 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{BE2F2EB0-D572-499 4-BA6B-04156FA728DB}
    04/23/15 14:09:23:291 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{F7D116EF-E1EE-4DD 6-8C5F-4B09322774CD}
    04/23/15 14:09:23:300 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{8F7887EA-C20C-4C0 0-9D15-0CC5CC9D8D46}
    04/23/15 14:09:23:309 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{425D8A7B-090E-43E E-B995-13D2537F3F45}
    04/23/15 14:09:23:320 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{B4EE60F8-C7E5-443 D-A1EA-5642428C98CF}
    04/23/15 14:09:23:328 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{02D5F0E1-F429-443 E-B2C0-8E9F76708D2C}
    04/23/15 14:09:23:335 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{12F55386-71E1-475 C-A1F5-9CB7FDBA27C0}
    04/23/15 14:09:23:343 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{1F985711-15AB-47B 2-B54B-1355EE0E9EAC}
    04/23/15 14:09:23:353 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{E78C4EBD-5831-40E 0-A629-2239EBA362CD}
    04/23/15 14:09:23:361 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{32A88844-8C54-476 A-9B0C-15BF211103F0}
    04/23/15 14:09:23:369 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{CD420C54-35FF-424 6-A365-84A5F24C464F}
    04/23/15 14:09:23:376 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{BAC0124A-7B83-492 B-B153-26EDEF7849D6}
    04/23/15 14:09:23:383 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{CF33EEF0-E87C-472 9-A7DE-E094DE9F28C0}
    04/23/15 14:09:23:389 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{DF9DF6E3-7188-420 8-9190-40AE1C63EDA4}
    04/23/15 14:09:23:395 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{F297502D-EC3D-4E9 4-84F2-2430B4A873BB}
    04/23/15 14:09:23:400 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{ACA92CE4-F6A9-46A E-A4AF-5B3E2E4D3F73}
    04/23/15 14:09:23:406 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{644837C3-501A-44E B-81A9-26E5673B382C}
    04/23/15 14:09:23:410 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{B1002D27-D9D0-417 E-8F8F-A8E16A2B7735}
    04/23/15 14:09:23:416 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{8ED5C0E7-98EC-433 3-804E-09B14AC16C4C}
    04/23/15 14:09:23:421 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{7C44A858-ECF7-482 E-A058-896F6BE8657B}
    04/23/15 14:09:23:426 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{7D605EDE-A520-439 3-A047-D515EA826C98}
    04/23/15 14:09:23:431 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{7115B6EF-EB63-49D 3-B77C-1896DB456282}
    04/23/15 14:09:23:439 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{73CD1B9D-F018-480 9-8396-653DA44C9C88}
    04/23/15 14:09:23:443 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{27E92038-0644-4AB C-8593-48A693427D2C}
    04/23/15 14:09:23:449 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{E41310CE-028E-4D4 B-B60A-600AB9912507}
    04/23/15 14:09:23:971 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{12E26657-5972-40F 8-90B3-BE787314B69D}
    04/23/15 14:09:23:987 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{4DD6D110-DB87-409 D-A2FA-E82A4FA6C4CE}
    04/23/15 14:09:23:996 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{075C546F-E60E-434 9-95D5-D2F22342DD10}
    04/23/15 14:09:24:010 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{1E90202E-AA8C-4F5 3-8EBB-E457D87DB6FC}
    04/23/15 14:09:24:020 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{6B50DA1C-F2D8-4F3 3-B9A2-7B449892FDEE}
    04/23/15 14:09:24:032 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{04B23B41-7A87-402 F-BAA0-C21E2E572118}
    04/23/15 14:09:24:040 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{26E2DCAE-6D1B-49E B-9DD5-BB62B558E69C}
    04/23/15 14:09:24:053 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{7B3ED4FF-E648-443 1-8002-E4DF7FD98520}
    04/23/15 14:09:24:061 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{F71DA83D-0493-44A F-91D6-D71FCAF76E5B}
    04/23/15 14:09:24:073 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Deployment XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{4C16D47E-9A50-45C 7-BE02-D62C1891E586}
    04/23/15 14:09:24:084 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Override XML created at path :: C:\Users\jk\AppData\Local\Temp\{B33095BC-A787-4690-A5DA-35F9C482344B}\\{5D1569FE-C43E-4E7 E-8738-7926CC38E0A7}
    04/23/15 14:09:24:127 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | STEP 2: Starting to launch ASU AAM.
    04/23/15 14:09:24:127 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Bootstrapper launch location is :: D:\Adobe\Adobe CS Full Suite x64\Build\ASU\Set-up.dat
    04/23/15 14:09:24:373 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Build Version - 9.0.0.25
    04/23/15 14:09:24:373 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Logging Level verbosity Set  to 4
    04/23/15 14:09:24:949 | [WARN] |  | ASU | OPM | OPM |  |  | 8764 | Failed in key3List generation
    04/23/15 14:09:24:949 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 8764 | Failed in key3List generation
    04/23/15 14:09:24:952 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Schema version and schema compatibility version are same or greater than current
    04/23/15 14:09:25:005 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    04/23/15 14:09:25:005 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | returning size of value as:3 in opm_getValueForKey
    04/23/15 14:09:25:005 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    04/23/15 14:09:25:006 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Successfully retreived value from opm domain:OOBE subdomain:ProxyCredentials key:ProxyUsername in opm_getValueForKey
    04/23/15 14:09:25:006 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    04/23/15 14:09:25:007 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | returning size of value as:11 in opm_getValueForKey
    04/23/15 14:09:25:007 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    04/23/15 14:09:25:007 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Successfully retreived value from opm domain:OOBE subdomain:ProxyCredentials key:ProxyPassword in opm_getValueForKey
    04/23/15 14:09:25:016 | [INFO] |  | ASU | OPM | OPM |  |  | 8764 | Released OPM refrence successfully in opm_freeLibRef
    04/23/15 14:09:25:090 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Build Version - 3.0.0.74
    04/23/15 14:09:25:090 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Logging Level verbosity Set  to 4
    04/23/15 14:09:25:093 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Matching skip string found 'skipACC' for package set
    04/23/15 14:09:25:098 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Skip packageset command line specified for package 'ACC'.
    04/23/15 14:09:25:100 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Build Version - 3.0.0.74
    04/23/15 14:09:25:100 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Logging Level verbosity Set  to 4
    04/23/15 14:09:25:100 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Build Version - 3.0.0.74
    04/23/15 14:09:25:100 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Logging Level verbosity Set  to 4
    04/23/15 14:09:25:100 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Creating PIM instance for path: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp
    04/23/15 14:09:25:102 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | trying to createOrUpdatePIMDbSchema.
    04/23/15 14:09:25:128 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS Created Tables.
    04/23/15 14:09:25:128 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | PIM Database is Up To Date.
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Build Version - 3.0.0.74
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Logging Level verbosity Set  to 4
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Build Version - 3.0.0.74
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Logging Level verbosity Set  to 4
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Creating PIM instance for path: C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common
    04/23/15 14:09:25:424 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | trying to createOrUpdatePIMDbSchema.
    04/23/15 14:09:25:425 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Current db schema version on machine 2.
    04/23/15 14:09:25:425 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Current db schema version to install 2.
    04/23/15 14:09:25:425 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | PIM DB Schema is up to date. Current schema version is 2.
    04/23/15 14:09:25:425 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | PIM Database is Up To Date.
    04/23/15 14:09:25:432 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Checking installation space required for application
    04/23/15 14:09:25:433 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 140877847
    04/23/15 14:09:25:441 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | pim_haveEnoughDiskSpaceToInstallPackages reqSize ... 65182167
    04/23/15 14:09:25:441 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Total installation space required for application: 206060014
    04/23/15 14:09:25:441 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Executing Adobe Genuine Validation for all the packages
    04/23/15 14:09:25:441 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\UWA\UWA.pimx'
    04/23/15 14:09:25:443 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\UWA\UWA.pima'
    04/23/15 14:09:25:445 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\core\PDApp.pimx'
    04/23/15 14:09:25:447 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\core\PDApp.pima'
    04/23/15 14:09:25:447 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\D6\D6.pimx'
    04/23/15 14:09:25:448 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\D6\D6.pima'
    04/23/15 14:09:25:449 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DECore\DECore.pimx'
    04/23/15 14:09:25:450 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DECore\DECore.pima'
    04/23/15 14:09:25:451 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DWA\DWA.pimx'
    04/23/15 14:09:25:452 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DWA\DWA.pima'
    04/23/15 14:09:25:453 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P6\P6.pimx'
    04/23/15 14:09:25:454 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P6\P6.pima'
    04/23/15 14:09:25:456 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\LWA\LWA.pimx'
    04/23/15 14:09:25:457 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\LWA\LWA.pima'
    04/23/15 14:09:25:458 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\CCM\CCM.pimx'
    04/23/15 14:09:25:459 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\CCM\CCM.pima'
    04/23/15 14:09:25:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P7\P7.pimx'
    04/23/15 14:09:25:461 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P7\P7.pima'
    04/23/15 14:09:25:463 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\IPC\IPC.pimx'
    04/23/15 14:09:25:464 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\IPC\IPC.pima'
    04/23/15 14:09:25:468 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Runtime\Runtime.pimx'
    04/23/15 14:09:25:469 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Runtime\Runtime.pima'
    04/23/15 14:09:25:471 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ADS\ADS.pimx'
    04/23/15 14:09:25:471 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ADS\ADS.pima'
    04/23/15 14:09:25:472 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Core\Core.pimx'
    04/23/15 14:09:25:472 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Core\Core.pima'
    04/23/15 14:09:25:476 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\HEX\HEX.pimx'
    04/23/15 14:09:25:477 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\HEX\HEX.pima'
    04/23/15 14:09:25:478 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CEF\CEF.pimx'
    04/23/15 14:09:25:478 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CEF\CEF.pima'
    04/23/15 14:09:25:479 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CoreExt\CoreExt.pimx'
    04/23/15 14:09:25:480 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CoreExt\CoreExt.pima'
    04/23/15 14:09:25:484 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ElevationManager\ElevationManager.pimx'
    04/23/15 14:09:25:486 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ElevationManager\ElevationManager.pima'
    04/23/15 14:09:25:490 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\TCC\TCC.pimx'
    04/23/15 14:09:25:490 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\TCC\TCC.pima'
    04/23/15 14:09:25:493 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Notifications\Notifications.pimx'
    04/23/15 14:09:25:494 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Notifications\Notifications.pima'
    04/23/15 14:09:25:495 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\SignInApp\SignInApp.pimx'
    04/23/15 14:09:25:495 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Validating package file: 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\SignInApp\SignInApp.pima'
    04/23/15 14:09:25:498 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Adobe Genuine Validation PASSED for all the packages
    04/23/15 14:09:25:498 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Starting installation for all the packages
    04/23/15 14:09:25:498 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Semaphore is not locked
    04/23/15 14:09:25:498 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package UWA
    04/23/15 14:09:25:570 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:25:570 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:25:570 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:27:270 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\UWA\UWA.pimx'
    04/23/15 14:09:27:282 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package PDApp
    04/23/15 14:09:27:378 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:27:378 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:27:378 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:28:726 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AAMCustomHook.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AAMCustomHook.exe" --createInventory=1 --doPostInstallStep=1
    04/23/15 14:09:28:730 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Success in CreateProcess
    04/23/15 14:09:28:768 | [INFO] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 11364 | Build Version - 9.0.0.50
    04/23/15 14:09:28:768 | [INFO] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 11364 | Logging Level verbosity Set  to 4
    04/23/15 14:09:28:768 | [INFO] |  | ASU | AAMCustomHook |  |  |  | 11364 | Parsing the command line provided. Number of command line arguments is 3
    04/23/15 14:09:28:824 | [INFO] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 11364 | Updater Inventory location: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\\UWA\updaterinventory.dll'
    04/23/15 14:09:28:828 | [INFO] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 11364 | Going to create or update inventory
    04/23/15 14:09:28:854 | [INFO] |  | ASU | AAMCustomHook | AAMCustomHook |  |  | 11364 | Successfully created or updated updater inventory
    04/23/15 14:09:28:901 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Sucessfully launched and executed process...
    04/23/15 14:09:28:901 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\core\AAMCustomHook.exe'
    04/23/15 14:09:28:903 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\core\PDApp.pimx'
    04/23/15 14:09:28:916 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package D6
    04/23/15 14:09:28:986 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:28:986 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:28:986 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:29:993 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\D6\D6.pimx'
    04/23/15 14:09:30:010 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package DECore
    04/23/15 14:09:30:088 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:30:088 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:30:088 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:32:760 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DECore\DECore.pimx'
    04/23/15 14:09:32:778 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package DWA
    04/23/15 14:09:32:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:32:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:32:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:33:385 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\DWA\DWA.pimx'
    04/23/15 14:09:33:394 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package P6
    04/23/15 14:09:33:436 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:33:437 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:33:437 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:35:787 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P6\P6.pimx'
    04/23/15 14:09:35:805 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package LWA
    04/23/15 14:09:35:847 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:35:848 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:35:848 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:37:329 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\LWA\LWA.pimx'
    04/23/15 14:09:37:339 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package CCM
    04/23/15 14:09:37:401 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:37:401 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:37:401 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:37:464 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\CCM\CCM.pimx'
    04/23/15 14:09:37:475 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package P7
    04/23/15 14:09:37:527 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:37:527 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:37:527 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:39:581 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\P7\P7.pimx'
    04/23/15 14:09:39:594 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package IPC
    04/23/15 14:09:39:637 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:39:637 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:39:637 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:39:807 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\IPC\customhook\AdobeIPCBrokerCustomHook.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\IPC\customhook arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\IPC\customhook\AdobeIPCBrokerCustomHook.exe" -uninstall
    04/23/15 14:09:39:811 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Success in CreateProcess
    04/23/15 14:09:39:935 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Sucessfully launched and executed process...
    04/23/15 14:09:39:935 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\IPC\customhook\AdobeIPCBrokerCustomHook.exe'
    04/23/15 14:09:39:936 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\AAM\IPC\IPC.pimx'
    04/23/15 14:09:39:957 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package Runtime
    04/23/15 14:09:39:977 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:39:977 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:39:977 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:39:978 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:39:978 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:39:978 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:39:978 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:39:978 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:39:991 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:41:766 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Skipping Runtime customhook in EDTWorkflow
    04/23/15 14:09:41:766 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Runtime\Runtime.pimx'
    04/23/15 14:09:41:766 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:41:806 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package ADS
    04/23/15 14:09:41:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:41:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:41:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:41:826 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:41:827 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:41:827 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:41:827 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:41:827 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:41:839 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:42:108 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ADS\customhook\ADSCustomHook.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ADS\customhook arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ADS\customhook\ADSCustomHook.exe" --install=1 --update=true
    04/23/15 14:09:42:118 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Success in CreateProcess
    04/23/15 14:09:42:155 | [INFO] |  | ADS | ADSCustomHook |  |  | CommandLineParser | 9052 | Parsing the command line provided. Number of command line arguments is 3
    04/23/15 14:09:42:156 | [INFO] |  | ADS | ADSCustomHook |  |  |  | 9052 | Registry entry created for registry: 'SOFTWARE\Policies\Adobe\APIP' with key:'Enabled', value: '0'
    04/23/15 14:09:42:156 | [INFO] |  | ADS | ADSCustomHook |  |  |  | 9052 | Registry entry created for registry: 'SOFTWARE\Policies\Adobe\Adobe Acrobat\10.0\FeatureLockDown' with key:'bUsageMeasurement', value: '0'
    04/23/15 14:09:42:156 | [INFO] |  | ADS | ADSCustomHook |  |  |  | 9052 | Registry entry created for registry: 'SOFTWARE\Policies\Adobe\Adobe Acrobat\11.0\FeatureLockDown' with key:'bUsageMeasurement', value: '0'
    04/23/15 14:09:42:162 | [INFO] |  | ADS | ADSCustomHook |  |  |  | 9052 | Successfully created ADS Vulcan Specifier file
    04/23/15 14:09:42:213 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Sucessfully launched and executed process...
    04/23/15 14:09:42:213 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ADS\customhook\ADSCustomHook.exe'
    04/23/15 14:09:42:213 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ADS\ADS.pimx'
    04/23/15 14:09:42:213 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:42:270 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package Core
    04/23/15 14:09:42:317 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:42:317 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:42:317 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:42:317 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:42:318 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:42:318 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:42:318 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:42:318 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:42:334 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:42:429 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Core\Core.pimx'
    04/23/15 14:09:42:429 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:42:445 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package HEX
    04/23/15 14:09:42:459 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:42:459 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:42:460 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:42:470 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:42:577 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\HEX\HEX.pimx'
    04/23/15 14:09:42:577 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:42:591 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package CEF
    04/23/15 14:09:42:603 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:42:603 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:42:603 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:42:603 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:42:604 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:42:604 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:42:604 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:42:604 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:42:613 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:43:529 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CEF\CEF.pimx'
    04/23/15 14:09:43:529 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:43:651 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package CoreExt
    04/23/15 14:09:43:690 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:43:690 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:43:691 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:43:703 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:43:824 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\CoreExt\CoreExt.pimx'
    04/23/15 14:09:43:824 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:43:839 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package ElevationManager
    04/23/15 14:09:43:853 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:43:853 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:43:853 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:43:853 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:43:853 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:43:854 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:43:854 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:43:854 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:43:862 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:44:013 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Argument Path is --servicePath="C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeUpdateService.exe"
    04/23/15 14:09:44:013 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Path to Process :C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeServiceInstaller.exe Process Directory :C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager arguments being passed :"C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeServiceInstaller.exe" --register=1 --servicePath="C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeUpdateService.exe" --serviceLabel="AdobeUpdateService" --update=true
    04/23/15 14:09:44:018 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Success in CreateProcess
    04/23/15 14:09:44:053 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | register Sevice: Started
    04/23/15 14:09:44:096 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | deRegister Sevice: Started
    04/23/15 14:09:44:096 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | stopSevice: Started
    04/23/15 14:09:44:096 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | stop Dependent Sevice: Started
    04/23/15 14:09:44:097 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | stopService: Service stopped successfully
    04/23/15 14:09:44:098 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | deRegisterService: Service successfully deregistered
    04/23/15 14:09:44:098 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | registerService: Service successfully closed
    04/23/15 14:09:44:191 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | startSevice: Started
    04/23/15 14:09:45:208 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | startService: Service started successfully.
    04/23/15 14:09:45:208 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | registerService: Service successfully started
    04/23/15 14:09:45:208 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 6560 | EMCustomHook: Service with path : C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeUpdateService.exe , serviceLabel : AdobeUpdateService registered successfully
    04/23/15 14:09:45:254 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Sucessfully launched and executed process...
    04/23/15 14:09:45:254 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Successfully executed install modifier at path: 'C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeServiceInstaller.exe'
    04/23/15 14:09:45:254 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\ElevationManager\ElevationManager.pimx'
    04/23/15 14:09:45:254 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:45:266 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package TCC
    04/23/15 14:09:45:276 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:45:276 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:45:277 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:45:285 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:45:392 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\TCC\TCC.pimx'
    04/23/15 14:09:45:392 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:45:408 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package Notifications
    04/23/15 14:09:45:422 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:45:422 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:45:422 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:45:422 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:45:423 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:45:423 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:45:423 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:45:423 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:45:432 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:45:847 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\Notifications\Notifications.pimx'
    04/23/15 14:09:45:847 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:47:688 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | START install Package SignInApp
    04/23/15 14:09:47:779 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Schema Version is 2
    04/23/15 14:09:47:780 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRelInfoRecords.
    04/23/15 14:09:47:781 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deleteAppletRegInfoRecords.
    04/23/15 14:09:47:781 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageUpgradeInfoRecords.
    04/23/15 14:09:47:781 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS deletePackageInstallationInfoRecords.
    04/23/15 14:09:47:781 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertPackageUpdateList.
    04/23/15 14:09:47:782 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRegInfoList.
    04/23/15 14:09:47:782 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS insertAppletRelInfoList.
    04/23/15 14:09:47:820 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Backup Folder Created
    04/23/15 14:09:48:017 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | SUCCESS installPackage at file 'D:\Adobe\Adobe CS Full Suite x64\Build\ASU\packages\ADC\SignInApp\SignInApp.pimx'
    04/23/15 14:09:48:017 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Trying to delete back up folder
    04/23/15 14:09:48:046 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | --register=1
    04/23/15 14:09:48:046 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | servicePath is --servicePath="C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeUpdateService.exe"
    04/23/15 14:09:48:051 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | Elevation Manager pathC:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common\ElevationManager\AdobeUpdateService.exe
    04/23/15 14:09:48:051 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | End installation for all the packages
    04/23/15 14:09:48:060 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | PIMSqlite closeDB status 0
    04/23/15 14:09:48:060 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | sqlite(pim.db) at path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp is already closed
    04/23/15 14:09:48:060 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | FREE PIM Instance ...
    04/23/15 14:09:48:066 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | PIMSqlite closeDB status 0
    04/23/15 14:09:48:066 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | sqlite(pim.db) at path C:\Program Files (x86)\Common Files\Adobe\Adobe Desktop Common is already closed
    04/23/15 14:09:48:066 | [INFO] |  | ASU | PIM | PIM |  |  | 9092 | FREE PIM Instance ...
    04/23/15 14:09:48:066 | [ERROR] |  | ASU | PIM | PIM |  |  | 9092 | Successfully freed PIM object Array
    04/23/15 14:09:48:100 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | register Sevice: Started
    04/23/15 14:09:48:152 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | deRegister Sevice: Started
    04/23/15 14:09:48:152 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | stopSevice: Started
    04/23/15 14:09:48:152 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | stop Dependent Sevice: Started
    04/23/15 14:09:48:153 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | stopService: Service stopped successfully
    04/23/15 14:09:48:155 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | deRegisterService: Service successfully deregistered
    04/23/15 14:09:48:155 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | registerService: Service successfully closed
    04/23/15 14:09:48:228 | [INFO] |  | EMCustomHook | EMCustomHook |  |  |  | 5292 | startSevice: Started
    04/23/15 14:09:48:664 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Build Version - 1.9.0.14
    04/23/15 14:09:48:664 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Logging Level verbosity Set  to 4
    04/23/15 14:09:48:664 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | The return code from the Bootstrapper Process is (0).
    04/23/15 14:09:48:664 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Starting apply CCP ASU.
    04/23/15 14:09:48:665 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 6372 | Bootstrapper launch location is :: D:\Adobe\Adobe CS Full Suite x64\Build\ASU2\Set-up.dat
    04/23/15 14:09:48:737 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | Build Version - 9.0.0.24
    04/23/15 14:09:48:737 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | Logging Level verbosity Set  to 4
    04/23/15 14:09:48:743 | [INFO] |  | ASU | Setup |  |  |  | 12976 | Event Guid generated is: 'bbc896dc-a395-40a0-8e75-08bd2f5d1b3e'
    04/23/15 14:09:48:744 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | Start Adobe Setup
    04/23/15 14:09:48:744 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | TimeLog: Bootstrapper Start
    04/23/15 14:09:48:744 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | TimeLog: Start initial checks
    04/23/15 14:09:48:744 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | Action specified - "install"
    04/23/15 14:09:48:745 | [INFO] |  | ASU | Setup | PIM |  |  | 12976 | XML is valid
    04/23/15 14:09:48:745 | [WARN] |  | ASU | Setup | PIM |  |  | 12976 | Failed to find Node
    04/23/15 14:09:48:745 | [WARN] |  | ASU | Setup | Setup |  |  | 12976 | Reboot is pending from earlier installation.
    04/23/15 14:09:48:747 | [INFO] |  | ASU | Setup | Utilities |  |  | 12976 | Semaphore is not locked
    04/23/15 14:09:48:751 | [INFO] |  | ASU | Setup |  |  |  | 2984 | Event with guid 'bbc896dc-a395-40a0-8e75-08bd2f5d1b3e' is being sent
    04/23/15 14:09:48:753 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Build Version - 9.0.0.24
    04/23/15 14:09:48:753 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Logging Level verbosity Set  to 4
    04/23/15 14:09:48:753 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Build Version - 9.0.0.24
    04/23/15 14:09:48:753 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Logging Level verbosity Set  to 4
    04/23/15 14:09:48:753 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | CREATE PIM Instance ...
    04/23/15 14:09:48:754 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | trying to createOrUpdatePIMDbSchema.
    04/23/15 14:09:48:755 | [INFO] |  | ASU | Setup |  |  |  | 2984 | GetIEProxyInfo - No default proxy present on the user machine
    04/23/15 14:09:48:755 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Current db schema version on machine 2.
    04/23/15 14:09:48:755 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Current db schema version to install 1.
    04/23/15 14:09:48:755 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | SUCCESS Created Tables.
    04/23/15 14:09:48:755 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | PIM Database is Up To Date.
    04/23/15 14:09:48:755 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Updater Inventory location:D:\Adobe\Adobe CS Full Suite x64\Build\ASU2\resources\updaterinventory.dll
    04/23/15 14:09:48:756 | [INFO] |  | ASU | Setup |  |  |  | 2984 | GetIEProxyInfo - proxy Url is
    04/23/15 14:09:48:757 | [INFO] |  | ASU | PIM | PIM |  |  | 12976 | Acquired System level ACF lock ...
    04/23/15 14:09:48:757 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 | TimeLog: End initial checks
    04/23/15 14:09:48:757 | [INFO] |  | ASU | Setup | Setup |  |  | 12976 |

    Hi DanaKESwan,
    This doc might help with some
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    https://lm.licenses.adobe.com
    activate.adobe.com
    The ones referenced in this post as well:
    http://forums.adobe.com/message/5106473
    -Dave

  • Enhancement: PL/SQL Package decomposition

    Can I put in a plea for raptor to use the jdeveloper style of decomposition for PL/SQL objects at least.
    The structure of the object which is being edited in the main window (or selected in the connections tree) is displayed in a separate structure pane below the Connections tree.
    This means that a package with many procedures doesn't make the the connections tree too long. You can be looking at table structure in the connections tree while still seeing the package structure in the structure pane.
    Clicking on a variable or procedure in the structure pane moves the editor focus to the correct place.
    Errors detected by the editor are displayed in the structure pane too.
    Here is an example.
    http://homepages.nildram.co.uk/~ponders/jdeveloper.png

    SQL Loader is tailor-made for importing data from flat-files.
    There's way less code to write and it is usually faster than coded approach so this may be better solution for you, depending on details of your situation.
    See docs: http://otn.oracle.com/docs/products/oracle8i/doc_library/817_doc/server.817/a76955/ch03.htm#2436

  • Office 2007 COA Package Licensing Issue

    I have a customer who has a Vista PC that required mobo/hdd replacement. OS install and updates went as expected; when I installed Office 2007 Professional from the original media that the client received, it prompted for a 25 digit key as expected. The
    bubble wrapped Microsoft envelope the customer received from the original supplier (no longer in business natch) contained a rather extensive complement of media and was marked on the outside as COA 00039205461529 and contained a couple of official Microsoft
    stickers labeled with the aforementioned COA 00039205461529 as well.
    When these digits were entered the licensing dialog rejected them; what am I/my client missing here? Based on Pierre Romans comments on Windows 10 at iTech Vancouver, I just finished convincing the client to wait for Windows 10 and the next version of Office
    before doing a company-wide desktop refresh. I really need a cheap, fast solution to this issue to retain my (and MSFT's for that matter) credibility.
    Thanks in advance for any assistance....

    Hi,
    Since you’ve changed your mobo/hdd, you need to activate Office again by inputting product key. The COA is a sticker or a label that is attached to the retail packaging for products such as Windows, Office, or Windows Server. It’s not
    the Office product key.
    http://www.microsoft.com/en-hk/howtotell/Software.aspx             
    If your product key is lost, you have to contact Microsoft customer service center to ask for key. And you need provide a valid purchasing proof.
    Reference about how to recover a lost product key:
    https://support.office.com/en-au/article/How-do-I-recover-or-replace-a-lost-Microsoft-Office-product-key-e76cd471-ab49-4142-aedc-fb8f8c43ea81            
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Package loading issue in Business Connector - Urgent Production deployment

    Hi,
    I created few additional flows in the Dev BC server and published them onto the Prod BC server. From Prod server, I tried installing them using Install Inbound release link. But nothing is happening after the link is clicked, i.e neither i get any error / warning message nor the new flows gets loaded into the existing package. Not sure why. As another attempt, I manually exported the zip file with all the new flows into the Prod server and retried installing the flows, but, with no result. I am not sure why this is happening.
    Later, I observed that in the packages folder, there were sub-folders created for all the flows I wanted to import. Hence, as a final attempt, I tried recovering the package from Admin UI but unfortunately, now the package itself is not visible from the UI. All the original files, folders etc and new files / folders related to the newly created flows are still under the sapbc47/Server/packages/<My_Package> folder.
    Can anyone suggest why the package is not visible in Package Management screen of the Admin UI while the related files are still in the file system.
    Any valuable suggestions are highly appreciated. Cheers.
    Prabhakar

    Hi,
    Restarting the Production server installed all the previously published packages from the QA server but the issue of on the fly package Publish - Subscribe still exists.
    Any sugg are appreciated.
    Cheers
    Prabhakar

  • Package assigning issue to object which is moved from other system

    Hi Experts,
    We have moved one develoment (workflow development) from one server to another server with basis people help and
    can see everything perfecly in my system . But , i need to save them under my own requyest ,then only i can move them to produciton. I am doing in a way by reassigning under my package but it is saving under request only with different
    naming as not same of source system .
    For ex:
    For my stem: Saving like below :
    Object Directory Entry
        R3TRPDTS91000189
        R3TRPDTS91000191
    But for source system :
    91000188
    will all of them move without any issues or am i doing in wrong way ?
    Tahnk you in advance.

    Hi,
    If i understand your question right then you want to ask why transport name is different between different system.
    Answer is when you create transport request in any system then it is created like <SID><transport number>. So, if you are creating it in different system then it will give you different name as SID and transport sequence number will differ.
    If you want to save it in your own request then make a copy of transport in development system from your user id and then move it to test and production.
    Thanks
    Sunny

  • Binding file to update package name issue

    I'm trying to change the package name via a binding file, however I'm having issues. The schema within the WSDL is defined as a local schema rather than at http: How would I get the following to work? Thank you for your time
    1) WSDL
    <wsdl:definitions xmlns="..."
    <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" ...>
    <xs:import namespace=""/>
    <xs:import namespace="http://aaa" schemaLocation="a.xsd"/>
    </xs:schema>
    2) Binding file
    <jxb:bindings xmlns:xs="http://www.w3.org/2001/XMLSchema" schemaLocation="a.xsb" node="/xs:schema">     
    <jxb:schemaBindings>
    <jxb:package name="com.a"/>
    </jxb:schemaBindings>
    </jxb:bindings>
    3) Output
    a.xsb" is not a part of this compilation. Is this a mistake for ...

    Hello,
    You are creating your url using the SPList object "docLibrary" which is not providing you the url of the list, that's your error
    here a sample to how upload file :http://blogs.msdn.com/b/peterj/archive/2008/01/23/creating-folders-and-adding-files-to-sharepoint-document-library.aspx
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

Maybe you are looking for

  • Line items duplicated in KE24

    Hi, I have activated costing based profitability analysis and when I create a billing document the system generates a PA segment. It is correct but when I display it in KE24 it appears twice, one with the currency type B0 - Operating concern currency

  • Mass updation of merchandise category in Billing doc.  ------  ( IS-Retail

    HI! My problem is in regard to the Merchandise Category Reclassification in SAP IS-Retail. My senario was that there were some Merchandise categories(MC) which were unallocated i.e they were not assigned to any Merchandise Cat. Heirarchy. Also there

  • IPhone unable to join networks =/

    This is really frustrating.  I can't connect to the ATT wifi, I setup my macbook pro to share it's LAN connection via wifi... it just keeps telling me it's unable to join the network.  I've tried different channels, passwords, etc.. in the wifi share

  • No Chapters imported from FCE HD

    I'm trying to create a DVD of my recent project. I created 12 chapter markers with the first being 00:00:15:01 into it. I exported it to Quicktime movie (not conversion) I selected add Audio and Video and include Chapter Markers. I made it not self c

  • Any way to synchronize without creating file on server

    Is there any way to setup Dreamweaver (DW) MX 2004 and 8 so that the Synchronize feature does NOT need to create a file on the server? For my website, I have individual folders under the document root folder that I give write access to various staff