Creating a package problems

Hello

I need to create a package with a procedure that would create a new rocords of table and copy of the employees table.

So first of all, I am creating a procedure:

create or replace

procedure create_table (employee_id IN employees.employee_id%TYPE) as

Employe_id. employees number % TYPE;

First name employees. FIRST_NAME % TYPE;

Employees last_name. LAST_NAME % TYPE;

E-MAIL eployees. EMAIL OF THE TYPE DESTINATAIRE%.

PHONE_NUMBER eployees. PHONE_NUMBER % TYPE;

HIRE_DATE eployees. HIRE_DATE % TYPE;

Job_id eployees. JOB_ID % TYPE;

Eployees SALARY. % SALARY TYPE.

Eployees.COMMISSION_PCT%TYPE COMMISSION_PCT;

Eployees MANAGER_ID. MANAGER_ID % TYPE;

Department_id eployees. DEPARTMENT_ID % TYPE;

Start

run immediately "CREATE TABLE MY_TABLE

(EMPLOYE_ID, NUMBER (6,0),)

NAME VARCHAR2 (20 BYTE)

VARCHAR2 (25 BYTE) LAST_NAME,

E-MAIL VARCHAR2 (25 BYTE),

PHONE_NUMBER VARCHAR2 (20 BYTE),

HIRE_DATE DATE,

JOB_ID VARCHAR2 (10 BYTE),

NUMBER (8.2) OF SALARY.

COMMISSION_PCT NUMBER (2.2).

MANAGER_ID NUMBER (6.0).

NUMBER (4,0)) DEPARTMENT_ID ';

SOME employees. Employee_id IN number of employees;

SOME employees. First name IN first name OF employees;

SOME employees. Last_name IN LAST_NAME of employees;

SELECT eployees. PHONE_NUMBER IN PHONE_NUMBER of employees;

SELECT eployees. HIRE_DATE IN HIRE_DATE from employee;

SELECT eployees. Job_id IN the JOB_ID OF THE employees;

SELECT eployees. WAGES IN COMPENSATION OF employees;

SELECT eployees.COMMISSION_PCT IN COMMISSION_PCT FROM employees;

SELECT eployees. MANAGER_ID IN MANAGER_ID OF employees;

SELECT eployees. Department_id IN department_id from employee;

INSERT INTO my_table VALUES)

employe_id,

FIRST NAME,

LAST_NAME,

E-mail

PHONE_NUMBER,

HIRE_DATE,

JOB_ID,

SALARY,

COMMISSION_PCT,

MANAGER_ID,

DEPARTMENT_ID);

end CREATE_TABLE;

And get errors:

PL/SQL: Analysis of completed Compilation unit

PLS-00410: fields in duplicate in the FOLDER list, TABLE or argument are not allowed

P.S. First time creation of package and procedure.

Seems a strange way of doing things when you can use a table to create as select, but it looks like a puzzle of coding or something.

This will do what you want.  It checks to see if the table exists, if not, it creates and populates.

create or replace procedure CREATE_TABLE is

TableExists (pTableName varchar2) return boolean is

vCnt whole;

Start

Select count (*)

in vCnt

tab

where TNOM = pTableName;

Return vCnt > 0;

end;

Start

If TableExists ('MY_TABLE') then

run immediately "CREATE TABLE MY_TABLE)

EMPLOYE_ID NUMBER (6.0).

NAME VARCHAR2 (20 BYTE)

VARCHAR2 (25 BYTE) LAST_NAME,

E-MAIL VARCHAR2 (25 BYTE),

PHONE_NUMBER VARCHAR2 (20 BYTE),

HIRE_DATE DATE,

JOB_ID VARCHAR2 (10 BYTE),

NUMBER (8.2) OF SALARY.

COMMISSION_PCT NUMBER (2.2).

MANAGER_ID NUMBER (6.0).

DEPARTMENT_ID NUMBER (4.0)

)';

execute "insert into my_table (EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, JOB_ID, SALARY, COMMISSION_PCT, MANAGER_ID, department_id) immediately

Select EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, JOB_ID, SALARY, COMMISSION_PCT, MANAGER_ID, department_id

of WORKERS;

end if;

end CREATE_TABLE;

or better yet, if your puzzle allows you to use a DEC:

create or replace procedure CREATE_TABLE is

TableExists (pTableName varchar2) return boolean is

vCnt whole;

Start

Select count (*)

in vCnt

tab

where TNOM = pTableName;

Return vCnt > 0;

end;

Start

If TableExists ('MY_TABLE') then

run immediately "CREATE TABLE MY_TABLE as

Select EMPLOYEE_ID, FIRST_NAME, LAST_NAME, EMAIL, PHONE_NUMBER, HIRE_DATE, JOB_ID, SALARY, COMMISSION_PCT, MANAGER_ID, department_id

of WORKERS;

end if;

end CREATE_TABLE;

Tags: Database

Similar Questions

  • Packer of creative cloud in creating a package that I can install do not.  He goes through the motions, download all updates, create setup file, but it does not work despite the fact that there are no errors in the log files

    Packer of creative cloud in creating a package that I can install do not.  He goes through the motions, download all updates, create setup file, but it does not work despite the fact that there are no errors in the log files

    After hitting my head against the desk to repeatedly create packages, try on different computers I have finally found a solution.

    These packages have been copied on an external drive, if I try and install from the external drive, which is a common practice, it fails.

    If I then copy this file pkg from the outside, to the computer I install, then run it, it will to and moved very well.

    That is mind-boggling stupid, because it's rare that you have to copy the file into any computer, it is less always installed off the coast of externally, and many people in the company are pushing on the network and the management of the suites so there is a serious problem in Adobe package manager if this is the case where it cannot manage the Middle installed offshore.

    I hope that if anyone else is having problems so it suits.

  • PL/SQL package problem

    Hi all

    I have the following in my wrapper package problem, kindly help me to understand this issue.

    My package:

    type ebs_pricelistHeader_row is (record

    REQUEST_ID NUMBER,

    PRICE_LIST_NAME VARCHAR2 (240 BYTE),

    DESCRIPTION VARCHAR2 (2000 BYTE),

    Currency_code VARCHAR2 (30 BYTE),

    DIRECTORATE GENERAL OF THE VARCHAR2 (40 BYTE),

    DATE OF EFFECTIVE_FROM,

    DATE OF EFFECTIVE_TO,

    NUMBER OF PRICE_LIST_ID

    PROCESS_FLAG VARCHAR2 (1 BYTE)

    )

    Package of my body working end and also return the result I need

    Problem in the body of the Package of Wrapper:

    When I use my package in SOA Suite above a bunch of wrapper and his body is created, but the package wrapper body gives the following errors. It is very strange that I already have this kind of tasks which work very well and no problems with their packaging.

    Please see the error in my wrapper package body

    http://s24.postimg.org/tco1o0951/wrapper.jpg

    the errors are

    • Error (12.1): PL/SQL: statement ignored
    • Error (12,10): PLS-00302: component 'DESCRIPTION' must be declared
    • Error (13.1): PL/SQL: statement ignored
    • Error (13,10): PLS-00302: component 'CURRENCY_CODE' must be declared
    • Error (14.1): PL/SQL: statement ignored
    • Error (14,10): PLS-00302: component 'BRANCH' must be declared

    Please let me know if it's anything else.

    Kindly help me to solve this problem. Thank you very much

    Muhammad Nasir

    Finally solved the problem of Wrapper package. I haven't done any big changes in my procedure, just changed the name of my package and changed the order of output parameters that i'm passing my procedure and it works fine.

    Concerning

    Nasir

  • If you deploy a package that you created with computer mictrosoft, Mac user, you need to use a package of Mac? If so do you need to use a mac to create a package of mac?

    If you deploy a package that you created with computer mictrosoft, Mac user, you need to use a package of Mac? If so do you need to use a mac to create a package of mac?

    Programs Windows will not install on a Mac

  • Can I create a package without specifying body?

    Can I create a package without specifying body?

    SQL > create the package body no_specification as start null; end no_specification;

    2.

    WARNING: The body of a Package created with compilation errors.

    SQL > show errors

    PACKAGE BODY NO_SPECIFICATION errors:

    LINE/COL ERROR

    -------- -----------------------------------------------------------------

    0/0 PL/SQL: analysis of completed Compilation unit

    1/14 PLS-00201: identifier 'NO_SPECIFICATION' must be declared

    1/14 PLS-00304: impossible to compile a body of 'NO_SPECIFICATION' without sound

    specification of the

  • table/view not found when creating a package, but can execute sql...

    I'm trying to create a package I'm ora-00942 table or view does not exsit, but when I run with the same user tries to create the package in the sql statement that gives NO error through fine.

    Any idea what can cause that?

    -drop table demo_hdr_trgt

    -drop table demo_hdr_stg

    -It's the tabe belong to the other user not my own schema

    connect tstdata/tstdata

    create the table demo_hdr_stg as floor (dbms_random.value (1,101)) select id, floor (dbms_random.value (1001,100001)) double amt connect by level < = 100

    /

    -It's my diagram

    connect me3/me3

    create the table demo_hdr_trgt in select * from hdr_stg where 1 = 0

    /

    Select * from tstdata.demo_hdr_stg by id

    /

    Select * from demo_hdr_trgt by id

    /

    -business for this temporary table to demo rule

    ALTER TABLE demo_hdr_trgt add PRIMARY KEY (id)

    /

    -table to the control of the error for the DML

    Start

    DBMS_ERRLOG. CREATE_ERROR_LOG('tstdata.) DEMO_HDR_STG');

    end

    /

    -Follow-up of the load table if he succeeds

    CREATE TABLE demo_RESULT_TAB

    (VARCHAR2 (100) 'RUN_NAME',)

    VARCHAR2 (100) "V_MODULE."

    VARCHAR2 (100) "V_ACTION."

    NUMBER OF "ROWCOUNT".

    )

    /

    -Follow-up of the other error table

    CREATE TABLE demo_ERROR_TAB

    (VARCHAR2 (100) 'RUN_NAME',)

    VARCHAR2 (100) "V_MODULE."

    VARCHAR2 (100) "V_ACTION."

    NUMBER OF "SQLCODE"

    "SQLERRM' VARCHAR2 (4000).

    "CALL_STACK' CLOB

    )

    /

    -package charge demo

    create or replace package demo_hdr_pkg as

    procedure hdr_ldr (run_name varchar2);

    end demo_hdr_pkg

    /

    create or replace package body demo_hdr_pkg as

    procedure hdr_ldr (run_name varchar2) is

    number of v_sqlcode;

    v_sqlerrm varchar2 (1000);

    v_module varchar2 (100): = "demo_hdr_pkg.hdr_ldr";

    v_action varchar2 (100): = "insert into hdr_trgt";

    number of v_rowcount;

    Start

    DBMS_APPLICATION_INFO.set_module (module_name = > v_module,)

    action_name = > v_action);

    -the sql code that gives ora-00942 errors that I can review independent

    -INSERT / * + append PARALLEL * /.

    INSERT / * + PARALLEL * /.

    IN demo_hdr_trgt, SELECT id, tstdata.demo_hdr_stg amt

    LOG ERRORS IN tstdata. ERR$ (run_name) _demo_HDR_STG

    REJECT LIMIT UNLIMITED;

    v_rowcount: = number of lines sql %;

    INSERT into demo_result_tab (run_name, v_module, v_action, rowcount) values (run_name, v_module, v_action, v_rowcount);

    commit;

    exception when others then

    dbms_output.put_line(SQLCODE||) e '|| SQLERRM);

    v_sqlcode: = sqlcode;

    v_sqlerrm: = sqlerrm;

    insert into demo_error_tab (run_name, v_module, v_action, sqlcode, sqlerrm, call_stack) values (run_name, v_module, v_action, v_sqlcode, v_sqlerrm, dbms_utility.format_call_stack);

    commit;

    -dbms_scheduler to analyze the error table and send e-mail

    end;

    end demo_hdr_pkg

    /

    -test

    declare

    v_runname varchar2 (100): = to_char (sysdate, 'YYYY_MM_DD_HH24_MI_SS');

    Start

    demo_hdr_pkg.hdr_ldr (v_runname);

    end

    /

    Select * from demo_hdr_stg by id

    /

    Select * from demo_hdr_trgt by id

    /

    Select * from demo_error_tab

    /

    Select * from demo_result_tab

    /

    This question is asked almost every day...

    http://martincarstenbach.WordPress.com/2010/05/27/the-difference-between-a-direct-grant-and-a-role-in-PLSQL/

    Summary, you need a DIRECT grant (not through a role), or you could modify the procedure to use the rights of the appellant (the default is rights define).

    See you soon,.

  • I was handed this software this morning which is installed at the end of the day and I have never delt with cloud based adobe installation, I created the package this morning and have it installed on a machine but I'm not sure how to enable it

    I was handed this software this morning which is installed at the end of the day and I have never delt with cloud based adobe installation, I created the package this morning and have it installed on a machine but I'm not sure how to enable it

    Creative cloud learn & support

    http://helpx.Adobe.com/creative-cloud.html

    Cloud creation help / install, update or uninstall applications

    http://helpx.Adobe.com/creative-cloud/help/install-apps.html

  • Why we need to create the package instead of procedure or function in Oracle

    Hello

    Recently, I attended an interview, they asked,
    why we must create the package instead of procedure or function in oracle. Is a specific advantage, if we create together.
    I'm not sure. can u tell me please someone.

    Thank you and best regards,
    Sanjeev.

    Hello

    A part of the oracle documentation.

    What is a PL/SQL Package?
    A package is a schema object which includes subroutines, variables, and logically related PL/SQL types. Packages have two parts: a specification (spec) and a body. Sometimes, the body is unnecessary. The specification is the interface to the package. It declares the types, variables, constants, exceptions, cursors, and subprograms that can be referenced from outside the package. The body defines queries for the sliders and the code for the subprogrammes.

    Benefits of the PL/SQL Packages
    Packages have a long history in software engineering, offering important characteristics for a reliable, maintainable, and reusable code, often in team for large systems development efforts.

    Modularity

    Packages allow you to logically encapsulate Associates types, elements, and subroutines in a module named PL/SQL. Each package is easy to understand, and the interfaces between packages are simple, clear and well defined. This facilitates the development of applications.

    Easier application design

    When you design an application, all you need initially is the interface information in the package specification. You can code and compile a spec without his body. Stored subprograms that reference the package can then be compiled as well. You should not set the package body entirely until you are ready to complete the application.

    Information masking

    With packages, you can specify which types, elements, and subprogrammes are (and accessible) public or private (hidden and inaccessible). For example, if a package contains four subprogrammes, three can be public and one private. The package hides the implementation of the subprogramme private so that only the package (not your application) is affected if the application changes. This simplifies maintenance and improvement. Also, by hiding the implementation details of the users, you protect the integrity of the packaging.

    Feature added

    Sliders and packed public variables persist for the lifetime of a session. They can be shared by all the subprogrammes that are running in the environment. They allow you to manage data in any of the transactions without storing in the database.

    Best performance

    When you call a subprogram packaged for the first time, the whole package is loaded into memory. Subsequent calls to related subprograms in package require no disk i/o.

    Packets stop cascading dependencies and avoid an unnecessary recompilation. For example, if you change the body of a packaged function, Oracle does not recompile other routines that call the function; These routines only depend on parameters and return value that are declared in the specification, so they are recompiled only if the specification changes.

  • creating a package body

    Hello world
    I am trying to create a package body, but I get an error message saying package created with complication. What am I missing? Thanks in advance.
    CREATE OR REPLACE PACKAGE BODY MY_PACK
    IS
    PROCEDURE MY_PROC (NUMBER, NUMBER OF B)
    IS
    C NUMBER 4;
    BEGIN
    C: = A + B;
    DBMS_OUTPUT. PUT_LINE ("RESULT =" |) (C);
    END;
    FUNCTION NETSAL (TEMPNO EMP. EMPNO % TYPE RETURN NUMBER)
    IS
    RAHAL EMP. SAL % TYPE;
    TCOMM EMP.COMM%TYPE;
    NETSAL NUMBER (10.2);
    BEGIN
    SELECT SAL, NVL (COMM, 0) IN RAHAL, TCOMM FROM EMP WHERE EMPNO = TEMPNO;
    NETSAL: = RAHAL + TCOMM;
    RETURN (NETSAL);
    END;
    END;
    /

    A package is in two parts

    (1) specification
    2 body)

    What you are creating is the body are you created the specification using the code below:

    / * Formatted on 2013/01/06 22:50 (trainer more v4.8.8) * /.
    CREATE or REPLACE PACKAGE my_pack
    IS
    PROCEDURE my_proc (a NUMBER, b NUMBER);

    FUNCTION netsal (tempno emp.empno%TYPE)
    RETURN NUMBER;
    END;

  • Windows fault of CCP to create a package with success...

    Hi all

    I tried to create a package of test with CCP. I limited to include only 11 updates and Acrobat to make the newspaper easier to follow:

    OS: 8 64-bit Windows

    10/09/2013 17:25:42 [INFO] AdobePackageBuilder - Build Version - 1.2.0.4

    10/09/2013 17:25:42 [INFO] AdobePackageBuilder - verbosity Logging Level Set of 4

    10/09/2013 17:25:42 [INFO] AdobePackageBuilder - TargetName successfully recovered from OptionXML.

    10/09/2013-17:25:42 [WARN] AdobePackageBuilder - error in creating file for 7z exit test. Error code: 3

    10/09/2013 17:25:42 [WARN] AdobePackageBuilder - pretreatment of the 7z file failed!

    10/09/2013 17:25:44 [INFO] AdobePackageBuilder - extracted Sucessfully the product to C:\Users\tryhorn.tim\AppData\Local\Temp\{34378342-D2BE-465E-AF4E-313B6E4393A1}\ACCCx2_1_2 _232

    10/09/2013 17:25:44 [INFO] AdobePackageBuilder - Extraction completed with return code = 0

    10/09/2013 17:25:56 [INFO] AdobePackageBuilder - copied file (payloads\Media_db.db)

    10/09/2013 17:25:56 [INFO] AdobePackageBuilder - copied file (payloads\Media_db.sig)

    10/09/2013 17:25:56 [INFO] AdobePackageBuilder - ASU to the path (C:\Adobe Pack

    ages\Adobe XI of Acrobat, Acrobat 32-bit\Build\Setup\Adobe XI Pro_0\Set - up.exe) could not be found. Jump copy and rename.

    10/09/2013 17:25:56 [INFO] AdobePackageBuilder - copy the contents of the 1 disc

    10/09/2013 17:26:05 [INFO] AdobePackageBuilder - the file Setup.ini to Acrobat the custom wizard successfully created.

    Even if a package is created if you try to run it, it crashes to the desktop.

    Any ideas?

    Thank you

    Tim

    Hi Servite College,

    Could you please try a different network source to create a package.

    In addition:

    These host/port combinations need to be on a whitelist when connecting with one ID Adobe to download, install and activate licenses for applications via a creative cloud subscription.

    • ccmdls.Adobe.com:443
    • IMS - na1.adobelogin.com:443
    • na1r.Services.Adobe.com:443
    • prod-rel-ffc - ccm.oobesaas.adobe.com:443
    • LM.licenses.adobe.com:443
    • ccmdl.Adobe.com:80
    • swupmf.Adobe.com:80
    • swupdl.Adobe.com:80

    Note: Be sure to 32 bit on a machine 32-bit and 64-bit packages on 64-bit computer.

    Kind regards

    Romit Sinha

  • I have to install just Adobe presenter of this entire application. I created the package using AAMEE3.1

    I created the package using JOHN 3.1, using the source of Adobe eLearning Suite 6.1.

    During the creation of a Package I selected only Adobe Presenter 8. The package is serialized and also Adobe ID is here to connect. The package is created successfully. But when I run MSI it restorations during the Installation.

    Here is the PDApp.log file:

    15/07/2013 09:07:21 [INFO] DeploymentManager - Build Version - 3.1.105.0

    15/07/2013 09:07:21 [INFO] DeploymentManager - verbosity Logging Level Set of 4

    15/07/2013 09:07:21 [INFO] DeploymentManager - runs the deferred custom action.

    15/07/2013 09:07:21 [INFO] DeploymentManager - obtained the following as CustomActionData

    15/07/2013 09:07:21 [INFO] DeploymentManager - mode = install; sourceDir = c:\Nouveau (2) folder \Adobe presenter 8\Build\. installDir =; origDB = folder (2) c:\Nouveau \Adobe 8\Build\Adobe presenter presenter 8. MSI

    15/07/2013 09:07:21 [INFO] DeploymentManager - mode = install; sourceDir = c:\Nouveau (2) folder \Adobe presenter 8\Build\. installDir =; origDB = folder (2) c:\Nouveau \Adobe 8\Build\Adobe presenter presenter 8. MSI

    15/07/2013 09:07:21 [INFO] DeploymentManager - original database path: C:\New folder (2) \Adobe 8\Build\Adobe host presenter 8. MSI

    {15/07/2013 09:07:21 [INFO] DeploymentManager - OptionXML saved to the location: D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{9CB14C72-1E7 1-49 C 0 - A7D8 - 559F1DC35661}

    15/07/2013 09:07:21 [INFO] DeploymentManager - Build Version - 3.1.105.0

    15/07/2013 09:07:21 [INFO] DeploymentManager - verbosity Logging Level Set of 4

    15/07/2013 09:07:21 [INFO] DeploymentManager - initialization of the Custom Action parameters data

    15/07/2013 09:07:21 [INFO] utility - file does not exist

    15/07/2013 09:07:21 [INFO] DeploymentManager - commissioning tool path is (D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{731F139B-D8 D6-4870-AA90-9626C4D6D4E2}).

    15/07/2013 09:07:21 [INFO] DeploymentManager - begins to run the custom action to install mode

    15/07/2013 09:07:21 [INFO] DeploymentManager - STEP 1: start to parse the XML Option.

    {15/07/2013 09:07:21 [INFO] DeploymentManager - deployment XML created to the path: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{709B4BF9-4A0 5-4D3E-BC48-850DE16D5A85}

    15/07/2013 09:07:21 [INFO] DeploymentManager - Deployment Manager runs in Install Mode.

    15/07/2013 09:07:21 [INFO] DeploymentManager - relative path to Self-Update the bootstrapper does not exist.

    {15/07/2013 09:07:21 [INFO] DeploymentManager - substitute XML created to the path: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{61E5FBB2-8F4 C-4909-9A3F-823EC1DE99F5}

    15/07/2013 09:07:21 [INFO] DeploymentManager - no updates found (0).

    15/07/2013 09:07:21 [INFO] DeploymentManager - STEP 2: from launch media program boot.

    15/07/2013 09:07:21 [INFO] DeploymentManager - bootstrapper launch location is: C:\New folder (2) \Adobe presenter 8\Build\Setup\Set-up.dat

    15/07/2013 09:07:22 [INFO] installation - build Version - 6.2.136.0

    15/07/2013 09:07:22 [INFO] installation - verbosity Logging Level Set of 4

    15/07/2013 09:07:22 [INFO] installation - start the installation of Adobe

    15/07/2013 09:07:22 [INFO] installation - TimeLog: start-up of the bootstrapper

    15/07/2013 09:07:22 [INFO] installation - TimeLog: begin the initial checks

    15/07/2013 09:07:22 [INFO] installation - specified Action - "install".

    15/07/2013 09:07:22 [ERROR] installation - error analysis of the arguments of the command line to the - 'DISABLE_CCM_DESKTOPSHORTCUT '.

    The expected arguments are-

    -mode = silent

    -overrideFile = '< FilePath > ".

    15/07/2013 09:07:22 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\resources\setup.xml

    15/07/2013 09:07:22 [INFO] PIM - XML is valid

    15/07/2013 09:07:22 [WARN] PIM - could not find node

    15/07/2013 09:07:22 [INFO] installation - found 7 packages in install manifest

    15/07/2013 09:07:23 [INFO] utility - semaphore is not locked

    15/07/2013 09:07:23 [INFO] PIM - Build Version - 6.2.136.0

    15/07/2013 09:07:23 [INFO] PIM - verbosity Logging Level Set of 4

    15/07/2013 09:07:23 [INFO] utility - the file does not exist

    15/07/2013 09:07:23 [INFO] utility - the file does not exist

    15/07/2013 09:07:23 [INFO] PIM - Build Version - 6.2.136.0

    15/07/2013 09:07:23 [INFO] PIM - verbosity Logging Level Set of 4

    15/07/2013 09:07:23 [INFO] PIM - PIM INSTANTIATE...

    15/07/2013 09:07:23 [INFO] utility - the file does not exist

    15/07/2013 09:07:23 [INFO] PIM - trying to createOrUpdatePIMDbSchema.

    15/07/2013 09:07:23 [INFO] PIM - schema version current db on computer 1.

    15/07/2013 09:07:23 [INFO] PIM - schema version current db installation 1.

    15/07/2013 09:07:23 [INFO] PIM - PIM DB schema is updated. Current schema version is 1.

    15/07/2013 09:07:23 [INFO] PIM - PIM Database is Up To Date.

    15/07/2013 09:07:23 [INFO] PIM - Updater inventory location: c:\Nouveau file (2) \Adobe presenter 8\Build\Setup\resources\updaterinventory.dll

    15/07/2013 09:07:23 [INFO] PIM - system locking ACF acquired level...

    15/07/2013 09:07:23 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx

    15/07/2013 09:07:23 [INFO] PIM - XML is valid

    15/07/2013 09:07:23 [WARN] PIM - cannot find the node

    15/07/2013 09:07:23 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed

    15/07/2013 09:07:24 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx

    15/07/2013 09:07:24 [INFO] PIM - XML is valid

    15/07/2013 09:07:24 [WARN] PIM - could not find node

    15/07/2013 09:07:24 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed

    15/07/2013 09:07:24 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx

    15/07/2013 09:07:24 [INFO] PIM - XML is valid

    15/07/2013 09:07:24 [WARN] PIM - could not find node

    15/07/2013 09:07:24 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed

    15/07/2013 09:07:24 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx

    15/07/2013 09:07:24 [INFO] PIM - XML is valid

    15/07/2013 09:07:24 [WARN] PIM - could not find node

    15/07/2013 09:07:24 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed

    15/07/2013 09:07:25 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx

    15/07/2013 09:07:25 [INFO] PIM - XML is valid

    15/07/2013 09:07:25 [WARN] PIM - could not find node

    15/07/2013 09:07:25 [INFO] PIM - id Package FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed

    15/07/2013 09:07:27 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx

    15/07/2013 09:07:27 [INFO] PIM - XML is valid

    15/07/2013 09:07:27 [WARN] PIM - could not find node

    15/07/2013 09:07:27 [INFO] PIM - id Package B322281B-C04F-438E-82D7-7DA34A359526 is already installed

    15/07/2013 09:07:28 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx

    15/07/2013 09:07:29 [INFO] PIM - XML is valid

    15/07/2013 09:07:29 [WARN] PIM - cannot find the node

    15/07/2013 09:07:29 [INFO] PIM - id Package B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed

    15/07/2013 09:07:29 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx

    15/07/2013 09:07:29 [INFO] PIM - XML is valid

    15/07/2013 09:07:29 [WARN] PIM - cannot find the node

    15/07/2013 09:07:29 [INFO] PIM - id Package F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed

    15/07/2013 09:07:29 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize... 29928536

    15/07/2013 09:07:29 [INFO] installation - TimeLog: complete the initial audits

    15/07/2013 09:07:29 [INFO] installation - TimeLog: start the installation

    15/07/2013 09:07:29 [INFO] C:\New - Start by installing the package kernel - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx

    15/07/2013 09:07:29 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx

    15/07/2013 09:07:29 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx

    15/07/2013 09:07:29 [INFO] PIM - XML is valid

    15/07/2013 09:07:29 [WARN] PIM - cannot find the node

    15/07/2013 09:07:29 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx.

    15/07/2013 09:07:29 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pima.

    15/07/2013 09:07:29 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed

    15/07/2013 09:07:29 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:07:31 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:07:31 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:07:32 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:07:32 [WARN] PIM - could not find node

    15/07/2013 09:07:32 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:07:32 [INFO] PIM - created backup file

    15/07/2013 09:07:34 [INFO] utility - the file does not exist

    15/07/2013 09:07:37 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx.

    15/07/2013 09:07:38 [INFO] C:\New Setup - finished installing the kernel package - file (2) \Adobe presenter 8\Build\Setup\packages\core\PDApp.pimx, status code returned: 0

    15/07/2013 09:07:38 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx

    15/07/2013 09:07:38 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx

    15/07/2013 09:07:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx

    15/07/2013 09:07:38 [INFO] PIM - XML is valid

    15/07/2013 09:07:38 [WARN] PIM - cannot find the node

    15/07/2013 09:07:38 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx.

    15/07/2013 09:07:38 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pima.

    15/07/2013 09:07:38 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed

    15/07/2013 09:07:39 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:07:39 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:07:39 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:07:39 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:07:39 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:07:39 [INFO] PIM - created backup file

    15/07/2013 09:07:39 [INFO] utility - the file does not exist

    15/07/2013 09:07:42 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx.

    15/07/2013 09:07:42 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\D6\D6.pimx

    15/07/2013 09:07:42 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx

    15/07/2013 09:07:42 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx

    15/07/2013 09:07:42 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx

    15/07/2013 09:07:42 [INFO] PIM - XML is valid

    15/07/2013 09:07:42 [WARN] PIM - cannot find the node

    15/07/2013 09:07:42 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx.

    15/07/2013 09:07:42 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pima.

    15/07/2013 09:07:42 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed

    15/07/2013 09:07:42 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:07:43 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:07:43 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:07:43 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:07:43 [WARN] PIM - could not find node

    15/07/2013 09:07:43 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:07:43 [INFO] PIM - created backup file

    15/07/2013 09:07:45 [INFO] utility - the file does not exist

    15/07/2013 09:07:47 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx.

    15/07/2013 09:07:48 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\DECore\DECore.pimx

    15/07/2013 09:07:48 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx

    15/07/2013 09:07:48 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx

    15/07/2013 09:07:48 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx

    15/07/2013 09:07:48 [INFO] PIM - XML is valid

    15/07/2013 09:07:48 [WARN] PIM - cannot find the node

    15/07/2013 09:07:48 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx.

    15/07/2013 09:07:48 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pima.

    15/07/2013 09:07:48 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed

    15/07/2013 09:07:48 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:07:48 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:07:48 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:07:48 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:07:48 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:07:48 [INFO] PIM - created backup file

    15/07/2013 09:07:49 [INFO] utility - the file does not exist

    15/07/2013 09:07:53 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx.

    15/07/2013 09:07:53 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\DWA\DWA.pimx

    15/07/2013 09:07:53 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx

    15/07/2013 09:07:53 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx

    15/07/2013 09:07:53 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx

    15/07/2013 09:07:53 [INFO] PIM - XML is valid

    15/07/2013 09:07:53 [WARN] PIM - cannot find the node

    15/07/2013 09:07:53 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx.

    15/07/2013 09:07:53 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pima.

    15/07/2013 09:07:53 [INFO] PIM - id Package FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed

    15/07/2013 09:07:53 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:07:54 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:07:54 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:07:54 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:07:54 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:07:54 [INFO] PIM - created backup file

    15/07/2013 09:07:59 [INFO] utility - the file does not exist

    15/07/2013 09:08:04 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx.

    15/07/2013 09:08:04 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\P6\P6.pimx

    15/07/2013 09:08:04 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx

    15/07/2013 09:08:04 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx

    15/07/2013 09:08:04 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx

    15/07/2013 09:08:04 [INFO] PIM - XML is valid

    15/07/2013 09:08:04 [WARN] PIM - could not find node

    15/07/2013 09:08:04 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx.

    15/07/2013 09:08:04 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pima.

    15/07/2013 09:08:04 [INFO] PIM - id Package B322281B-C04F-438E-82D7-7DA34A359526 is already installed

    15/07/2013 09:08:04 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:05 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:05 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:05 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:05 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:05 [INFO] PIM - created backup file

    15/07/2013 09:08:09 [INFO] utility - the file does not exist

    15/07/2013 09:08:18 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx.

    15/07/2013 09:08:18 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\LWA\LWA.pimx

    15/07/2013 09:08:18 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx

    15/07/2013 09:08:18 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx

    15/07/2013 09:08:18 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx

    15/07/2013 09:08:18 [INFO] PIM - XML is valid

    15/07/2013 09:08:18 [WARN] PIM - could not find node

    15/07/2013 09:08:18 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx.

    15/07/2013 09:08:19 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pima.

    15/07/2013 09:08:19 [INFO] PIM - id Package B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed

    15/07/2013 09:08:19 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:20 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:20 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:20 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:20 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:20 [INFO] PIM - created backup file

    15/07/2013 09:08:21 [INFO] utility - the file does not exist

    15/07/2013 09:08:27 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx.

    15/07/2013 09:08:27 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\UWA\UWA.pimx

    15/07/2013 09:08:27 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx

    15/07/2013 09:08:27 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx

    15/07/2013 09:08:27 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx

    15/07/2013 09:08:27 [INFO] PIM - XML is valid

    15/07/2013 09:08:27 [WARN] PIM - could not find node

    15/07/2013 09:08:27 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx.

    15/07/2013 09:08:27 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pima.

    15/07/2013 09:08:28 [INFO] PIM - id Package F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed

    15/07/2013 09:08:28 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:28 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:28 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:29 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:29 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:29 [INFO] PIM - created backup file

    15/07/2013 09:08:29 [INFO] utility - the file does not exist

    15/07/2013 09:08:33 [INFO] utility - path to the process: C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe directory of process: \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments C:\Program Files (x 86) being passed: "C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" - registry = true - createShortcut = true

    15/07/2013 09:08:33 [INFO] utility - success of CreateProcess

    15/07/2013 09:08:35 [INFO] utility - Sucessfully launched and executed the process...

    15/07/2013 09:08:35 [INFO] PIM - executed correctly install modifier to the path: "C:\Program Files (x 86) \Common.

    15/07/2013 09:08:35 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx.

    15/07/2013 09:08:35 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\Setup\packages\CCM\CCM.pimx

    15/07/2013 09:08:35 [INFO] PIM - treatment... _pimCreateOrUpdateAAMInventory

    15/07/2013 09:08:36 [INFO] PIM - inventory already present on the machine...

    15/07/2013 09:08:36 [INFO] installation - TimeLog: installation of the end Lance PDApp.

    15/07/2013 09:08:37 [INFO] installation - path of deployment file not specified in command-line arguments. Skip the deployment of payload part

    15/07/2013 09:08:37 [INFO] installation - = end of Adobe installer. Exit code: 0 =.

    15/07/2013 09:08:37 [INFO] PIM - PIMSqlite closeDB status 0

    15/07/2013 09:08:37 [INFO] FREE PIM - PIM Instance...

    15/07/2013 09:08:37 [INFO] DeploymentManager - Build Version - 3.1.105.0

    15/07/2013 09:08:37 [INFO] DeploymentManager - verbosity Logging Level Set of 4

    15/07/2013 09:08:37 [INFO] DeploymentManager - the code returned by the boot process is (0).

    15/07/2013 09:08:37 [INFO] DeploymentManager - STEP 3: from throw ASU AAM.

    15/07/2013 09:08:37 [INFO] DeploymentManager - bootstrapper launch location is: C:\New folder (2) \Adobe presenter 8\Build\ASU\Set-up.dat

    15/07/2013 09:08:37 [INFO] installation - build Version - 6.2.136.0

    15/07/2013 09:08:37 [INFO] installation - verbosity Logging Level Set of 4

    15/07/2013 09:08:37 [INFO] installation - start the installation of Adobe

    15/07/2013 09:08:37 [INFO] installation - TimeLog: start-up of the bootstrapper

    15/07/2013 09:08:37 [INFO] installation - TimeLog: begin the initial checks

    15/07/2013 09:08:37 [INFO] installation - specified Action - "install".

    15/07/2013 09:08:37 [ERROR] installation - error analysis of the arguments of the command line to the - 'DISABLE_CCM_DESKTOPSHORTCUT '.

    The expected arguments are-

    -mode = silent

    -overrideFile = '< FilePath > ".

    15/07/2013 09:08:37 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\resources\setup.xml

    15/07/2013 09:08:37 [INFO] PIM - XML is valid

    15/07/2013 09:08:37 [WARN] PIM - cannot find the node

    15/07/2013 09:08:37 [INFO] installation - found 7 packages in install manifest

    15/07/2013 09:08:37 [INFO] utility - semaphore is not locked

    15/07/2013 09:08:37 [INFO] PIM - Build Version - 6.2.136.0

    15/07/2013 09:08:37 [INFO] PIM - verbosity Logging Level Set of 4

    15/07/2013 09:08:37 [INFO] utility - the file does not exist

    15/07/2013 09:08:37 [INFO] utility - the file does not exist

    15/07/2013 09:08:37 [INFO] PIM - Build Version - 6.2.136.0

    15/07/2013 09:08:37 [INFO] PIM - verbosity Logging Level Set of 4

    15/07/2013 09:08:37 [INFO] PIM - PIM INSTANTIATE...

    15/07/2013 09:08:37 [INFO] utility - the file does not exist

    15/07/2013 09:08:38 [INFO] PIM - trying to createOrUpdatePIMDbSchema.

    15/07/2013 09:08:38 [INFO] PIM - schema version current db on computer 1.

    15/07/2013 09:08:38 [INFO] PIM - schema version current db installation 1.

    15/07/2013 09:08:38 [INFO] PIM - PIM DB schema is updated. Current schema version is 1.

    15/07/2013 09:08:38 [INFO] PIM - PIM Database is Up To Date.

    15/07/2013 09:08:38 [INFO] PIM - Updater inventory location: c:\Nouveau file (2) \Adobe presenter 8\Build\ASU\resources\updaterinventory.dll

    15/07/2013 09:08:38 [INFO] PIM - system locking ACF acquired level...

    15/07/2013 09:08:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx

    15/07/2013 09:08:38 [INFO] PIM - XML is valid

    15/07/2013 09:08:38 [WARN] PIM - cannot find the node

    15/07/2013 09:08:38 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed

    15/07/2013 09:08:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx

    15/07/2013 09:08:38 [INFO] PIM - XML is valid

    15/07/2013 09:08:38 [WARN] PIM - cannot find the node

    15/07/2013 09:08:38 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed

    15/07/2013 09:08:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx

    15/07/2013 09:08:38 [INFO] PIM - XML is valid

    15/07/2013 09:08:38 [WARN] PIM - cannot find the node

    15/07/2013 09:08:38 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed

    15/07/2013 09:08:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx

    15/07/2013 09:08:38 [INFO] PIM - XML is valid

    15/07/2013 09:08:38 [WARN] PIM - cannot find the node

    15/07/2013 09:08:38 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed

    15/07/2013 09:08:38 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx

    15/07/2013 09:08:39 [INFO] PIM - XML is valid

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - id Package FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed

    15/07/2013 09:08:39 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx

    15/07/2013 09:08:39 [INFO] PIM - XML is valid

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - id Package B322281B-C04F-438E-82D7-7DA34A359526 is already installed

    15/07/2013 09:08:39 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx

    15/07/2013 09:08:39 [INFO] PIM - XML is valid

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - id Package B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed

    15/07/2013 09:08:39 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx

    15/07/2013 09:08:39 [INFO] PIM - XML is valid

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - id Package F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed

    15/07/2013 09:08:39 [INFO] PIM - pim_haveEnoughDiskSpaceToInstallPackages reqSize... 29928536

    15/07/2013 09:08:39 [INFO] installation - TimeLog: complete the initial audits

    15/07/2013 09:08:39 [INFO] installation - TimeLog: start the installation

    15/07/2013 09:08:39 [INFO] C:\New - Start by installing the package kernel - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx

    15/07/2013 09:08:39 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx

    15/07/2013 09:08:39 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx

    15/07/2013 09:08:39 [INFO] PIM - XML is valid

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx.

    15/07/2013 09:08:39 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pima.

    15/07/2013 09:08:39 [INFO] PIM - Package id 5AA1D762-31AF-4FC3-A0C0-66BF663B2117 is already installed

    15/07/2013 09:08:39 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:39 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:39 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:39 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:39 [WARN] PIM - cannot find the node

    15/07/2013 09:08:39 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:40 [INFO] PIM - created backup file

    15/07/2013 09:08:41 [INFO] utility - the file does not exist

    15/07/2013 09:08:45 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx.

    15/07/2013 09:08:45 [INFO] C:\New Setup - finished installing the kernel package - file (2) \Adobe presenter 8\Build\ASU\packages\core\PDApp.pimx, status code returned: 0

    15/07/2013 09:08:45 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx

    15/07/2013 09:08:45 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx

    15/07/2013 09:08:45 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx

    15/07/2013 09:08:45 [INFO] PIM - XML is valid

    15/07/2013 09:08:45 [WARN] PIM - could not find node

    15/07/2013 09:08:45 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx.

    15/07/2013 09:08:45 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pima.

    15/07/2013 09:08:45 [INFO] PIM - Package id 54FD72DC-72EC-4CDC-8828-F07C4E9E6FA2 is already installed

    15/07/2013 09:08:45 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:45 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:45 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:45 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:45 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:45 [INFO] PIM - created backup file

    15/07/2013 09:08:46 [INFO] utility - the file does not exist

    15/07/2013 09:08:49 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx.

    15/07/2013 09:08:49 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\D6\D6.pimx

    15/07/2013 09:08:49 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx

    15/07/2013 09:08:49 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx

    15/07/2013 09:08:49 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx

    15/07/2013 09:08:49 [INFO] PIM - XML is valid

    15/07/2013 09:08:49 [WARN] PIM - cannot find the node

    15/07/2013 09:08:49 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx.

    15/07/2013 09:08:49 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pima.

    15/07/2013 09:08:49 [INFO] PIM - Package id 6D2A548B-C50D-46BA-B83E-C8199C6A9406 is already installed

    15/07/2013 09:08:49 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:49 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:49 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:49 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:49 [WARN] PIM - cannot find the node

    15/07/2013 09:08:49 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:49 [INFO] PIM - created backup file

    15/07/2013 09:08:51 [INFO] utility - the file does not exist

    15/07/2013 09:08:53 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx.

    15/07/2013 09:08:53 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\DECore\DECore.pimx

    15/07/2013 09:08:53 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx

    15/07/2013 09:08:53 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx

    15/07/2013 09:08:53 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx

    15/07/2013 09:08:53 [INFO] PIM - XML is valid

    15/07/2013 09:08:53 [WARN] PIM - cannot find the node

    15/07/2013 09:08:53 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx.

    15/07/2013 09:08:53 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pima.

    15/07/2013 09:08:55 [INFO] PIM - Package id 99477136-88AD-496B-9551-BAE72699A32C is already installed

    15/07/2013 09:08:55 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:55 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:55 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:55 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:55 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:55 [INFO] PIM - created backup file

    15/07/2013 09:08:55 [INFO] utility - the file does not exist

    15/07/2013 09:08:58 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx.

    15/07/2013 09:08:58 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\DWA\DWA.pimx

    15/07/2013 09:08:58 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx

    15/07/2013 09:08:58 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx

    15/07/2013 09:08:58 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx

    15/07/2013 09:08:58 [INFO] PIM - XML is valid

    15/07/2013 09:08:58 [REPORT] PIM - cannot find the node

    15/07/2013 09:08:58 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx.

    15/07/2013 09:08:58 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pima.

    15/07/2013 09:08:59 [INFO] PIM - id Package FAFC744B-DDFB-4097-A41D-7E9539FEBAF9 is already installed

    15/07/2013 09:08:59 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:08:59 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:08:59 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:08:59 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:08:59 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:08:59 [INFO] PIM - created backup file

    15/07/2013 09:09:03 [INFO] utility - the file does not exist

    15/07/2013 09:09:11 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx.

    15/07/2013 09:09:11 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\P6\P6.pimx

    15/07/2013 09:09:11 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx

    15/07/2013 09:09:11 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx

    15/07/2013 09:09:11 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx

    15/07/2013 09:09:11 [INFO] PIM - XML is valid

    15/07/2013 09:09:11 [WARN] PIM - cannot find the node

    15/07/2013 09:09:11 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx.

    15/07/2013 09:09:11 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pima.

    15/07/2013 09:09:11 [INFO] PIM - id Package B322281B-C04F-438E-82D7-7DA34A359526 is already installed

    15/07/2013 09:09:11 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:09:11 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:09:11 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:09:12 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:09:12 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:09:12 [INFO] PIM - created backup file

    15/07/2013 09:09:15 [INFO] utility - the file does not exist

    15/07/2013 09:09:23 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx.

    15/07/2013 09:09:23 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\LWA\LWA.pimx

    15/07/2013 09:09:23 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx

    15/07/2013 09:09:23 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx

    15/07/2013 09:09:23 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx

    15/07/2013 09:09:23 [INFO] PIM - XML is valid

    15/07/2013 09:09:23 [WARN] PIM - cannot find the node

    15/07/2013 09:09:23 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx.

    15/07/2013 09:09:23 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pima.

    15/07/2013 09:09:24 [INFO] PIM - id Package B1313DE3-08DF-4834-91D9-CBD1A91488E5 is already installed

    15/07/2013 09:09:24 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:09:24 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:09:24 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:09:24 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:09:24 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:09:24 [INFO] PIM - created backup file

    15/07/2013 09:09:25 [INFO] utility - the file does not exist

    15/07/2013 09:09:31 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx.

    15/07/2013 09:09:32 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\UWA\UWA.pimx

    15/07/2013 09:09:32 [INFO] C:\New - Start installation package - Setup folder (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx

    15/07/2013 09:09:32 [INFO] PIM - BEGINNING to the C:\New folder (2) file installPackage \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx

    15/07/2013 09:09:32 [INFO] PIM - tries to access xml path: c:\Nouveau folder (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx

    15/07/2013 09:09:32 [INFO] PIM - XML is valid

    15/07/2013 09:09:32 [WARN] PIM - could not find node

    15/07/2013 09:09:32 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx.

    15/07/2013 09:09:32 [INFO] PIM - package validation file: "C:\New folder (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pima.

    15/07/2013 09:09:32 [INFO] PIM - id Package F0158AAB-0779-4B40-A07D-3F2A21D47E74 is already installed

    15/07/2013 09:09:32 [INFO] PIM - deleteAppletRegInfoRecords SUCCESS.

    15/07/2013 09:09:33 [INFO] PIM - deletePackageUpgradeInfoRecords SUCCESS.

    15/07/2013 09:09:33 [INFO] PIM - deletePackageInstallationInfoRecords SUCCESS.

    15/07/2013 09:09:33 [INFO] PIM - insertPackageUpdateList SUCCESS.

    15/07/2013 09:09:33 [INFO] PIM - insertAppletRegInfoList SUCCESS.

    15/07/2013 09:09:33 [INFO] PIM - created backup file

    15/07/2013 09:09:33 [INFO] utility - the file does not exist

    15/07/2013 09:09:35 [INFO] utility - path to the process: C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe directory of process: \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments C:\Program Files (x 86) being passed: "C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" - registry = true - createShortcut = true

    15/07/2013 09:09:36 [INFO] utility - success of CreateProcess

    15/07/2013 09:09:37 [INFO] utility - Sucessfully launched and executed the process...

    15/07/2013 09:09:37 [INFO] PIM - executed correctly install modifier to the path: "C:\Program Files (x 86) \Common.

    15/07/2013 09:09:37 [INFO] PIM - installPackage SUCCESS to the C:\New folder (2) file \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx.

    15/07/2013 09:09:37 [INFO] C:\New Setup - finish by installing the package - file (2) \Adobe presenter 8\Build\ASU\packages\CCM\CCM.pimx

    15/07/2013 09:09:37 [INFO] PIM - treatment... _pimCreateOrUpdateAAMInventory

    15/07/2013 09:09:37 [INFO] PIM - inventory already present on the machine...

    15/07/2013 09:09:37 [INFO] installation - TimeLog: installation of the end Lance PDApp.

    15/07/2013 09:09:37 [INFO] installation - path of deployment file not specified in command-line arguments. Skip the deployment of payload part

    15/07/2013 09:09:37 [INFO] installation - = end of Adobe installer. Exit code: 0 =.

    15/07/2013 09:09:37 [INFO] PIM - PIMSqlite closeDB status 0

    15/07/2013 09:09:37 [INFO] FREE PIM - PIM Instance...

    15/07/2013 09:09:37 [INFO] DeploymentManager - Build Version - 3.1.105.0

    15/07/2013 09:09:37 [INFO] DeploymentManager - verbosity Logging Level Set of 4

    15/07/2013 09:09:37 [INFO] DeploymentManager - the code returned by the boot process is (0).

    15/07/2013 09:09:37 [INFO] DeploymentManager - correction of dependencies in local db.

    15/07/2013 09:09:37 [INFO] DeploymentManager - no db media present on the machine.

    15/07/2013 09:09:37 [INFO] DeploymentManager - STEP 4: start the Adobe installer.

    15/07/2013 09:09:37 [INFO] DeploymentManager - path of the common Adobe got.

    15/07/2013 09:09:37 [INFO] DeploymentManager - Installer Adobe launch location is: C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe

    15/07/2013 09:16:50 [INFO] AAMEEUtilities - creation process is complete.

    15/07/2013-09:16:50 [FATAL] DeploymentManager - the code returned by the Adobe installation process is (6). Stop the installation process.

    15/07/2013 09:16:50 [INFO] DeploymentManager - begins to clean partially recessed payloads.

    {15/07/2013 09:16:50 [INFO] DeploymentManager - undeployment XML created to the path: D:\Users\Vmbuild\AppData\Local\Temp\{2592DDC9-72BD-430A-B2EA-C2839B69B46E}\\{EE4FEE4B-4C1 3 - 44E5 - 8 c 22-230423DB10EF}

    15/07/2013 09:16:50 [INFO] DeploymentManager - begins to launch the Adobe installer to uninstall mode.

    15/07/2013 09:16:50 [INFO] DeploymentManager - path of the common Adobe got.

    15/07/2013 09:16:50 [INFO] DeploymentManager - C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe

    15/07/2013 09:20:21 [INFO] PIM-uninstall - Version Build - 6.2.136.0

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - verbosity Logging Level Set of 4

    15/07/2013 09:20:21 [INFO] PIM-uninstall - Start: uninstall Adobe Application Manager...

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - County of SIDES occurs

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - SIDES produced install status

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - get the NO SIDE product count

    15/07/2013 09:20:21 [INFO] utility - file does not exist

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - AAMRefs folder does not exist. Products non-cotes does not exist on the system

    15/07/2013 09:20:21 [INFO] PIM-Uninstall - SIDES NOT produced install status

    15/07/2013 09:20:21 [INFO] utility - the file does not exist

    15/07/2013 09:20:22 [INFO] utility - the file does not exist

    15/07/2013 09:20:22 [INFO] PIM-uninstall - launch RemoveAAM to: C:\Program Files (x 86) \Common Files\Adobe\RemoveAAM.bin

    15/07/2013 09:20:22 [INFO] UninstallAAM - argc: 2

    15/07/2013 09:20:22 [INFO] UninstallAAM - PIM.dll starting from loading: C:\Program Files (x 86) \Common Files\Adobe\AdobePIM.dll

    15/07/2013 09:20:22 [INFO] AAMEEUtilities - creation process is complete.

    15/07/2013 09:20:22 [INFO] DeploymentManager - the code returned by the Adobe installation process is (0).

    {15/07/2013 09:20:22 [INFO] DeploymentManager - sizing tool launch location is: D:\Users\Vmbuild\AppData\Local\Temp\{0EAD2103-39AF-4D85-B942-CAC0E462C482}\\{731F139B-D8D 6-4870-AA90-9626C4D6D4E2}

    15/07/2013 09:20:22 [INFO] PIM-uninstall - Version Build - 6.2.136.0

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - verbosity Logging Level Set of 4

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - killing all deployment workflows

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait on the installation of Adobe (Bootstrapper) runs...

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait on installation of Adobe (SIDES) if running...

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - Check and wait if ACF is locked...

    15/07/2013 09:20:22 [INFO] PIM-Uninstall - Check and close notifiers Adobe Application Manager...

    15/07/2013 09:20:22 [INFO] utility - semaphore is not locked

    15/07/2013 09:20:22 [INFO] PIM - modifying installation execution

    15/07/2013 09:20:22 [INFO] PIM - Build Version - 6.2.136.0

    15/07/2013 09:20:22 [INFO] PIM - verbosity Logging Level Set of 4

    15/07/2013 09:20:22 [INFO] PIM - PIM INSTANTIATE...

    15/07/2013 09:20:22 [INFO] utility - the file does not exist

    15/07/2013 09:20:22 [INFO] PIM - trying to createOrUpdatePIMDbSchema.

    15/07/2013 09:20:22 [INFO] PIM - schema version current db on computer 1.

    15/07/2013 09:20:22 [INFO] PIM - schema version current db installation 1.

    15/07/2013 09:20:22 [INFO] PIM - PIM DB schema is updated. Current schema version is 1.

    15/07/2013 09:20:22 [INFO] PIM - PIM Database is Up To Date.

    15/07/2013 09:20:23 [INFO] utility - path to the process: C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe directory of process: \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities arguments C:\Program Files (x 86) being passed: "C:\Program Files (x 86) \Common Files\Adobe\OOBE\PDApp\\CCM\Utilities\AdobeCreativeCloudClient.exe" - unregister = true - deleteShortcut = true

    15/07/2013 09:20:23 [INFO] utility - success of CreateProcess

    15/07/2013 09:20:23 [INFO] AAMEEUtilities - creation process is complete.

    15/07/2013 09:20:23 [INFO] DeploymentManager - the return Code of the tool in service (0).

    15/07/2013 09:20:23 [INFO] DeploymentManager - commissioning tool succeeded UnSerialize the product.

    15/07/2013 09:20:23 [INFO] DeploymentManager - install workflow ends.

    15/07/2013 09:20:25 [INFO] utility - Sucessfully launched and executed the process...

    15/07/2013 09:20:25 [INFO] PIM - executed properly uninstall modifier to the path: "C:\Program Files (x 86) \Common.

    15/07/2013 09:20:25 [INFO] PIM - PIMSqlite closeDB status 0

    15/07/2013 09:20:25 [INFO] FREE PIM - PIM Instance...

    15/07/2013 09:20:33 [INFO] UninstallAAM - Self delete to delete RemoveAAM.bin and AdobePIM.dll...

    1. Office 2010 64 bit as a dependency.

    2. the register used to deceive the 64-bit version of PowerPoint application is already installed.

    Even though source works with 32-bit powerPoint. but need to MSI 64-bit powerpoint.

  • Create update packages?

    Is it possible to create our own update packages that could be added to a base line and used as another patch?

    For example, it would be possible to create a package that would check for a particular file - say, a particular version of an antivirus signature database?  Or maybe that there is a particular file? Check a registry setting, or run a file, if it is not present?

    Update Manager supports the creation and installation of patches custom for virtual machines.

  • Error - could not create directory (for creating a package)

    I try to capture a request that when it installs creates a very deep directory structure and a few directories with very long names.

    When I go to create the package (just after having chosen the primary data container, but before we get into the part where I'd typically 'building') I get an error

    "" Could not create directory: C:\Program VMware ThinApp\Captures\TIBCO Administrator 5.6.0\%drive_C%\tibco\administrator\5.6\tomcat\webapps\administrator\jsp\com\tibco\administrator\consoles\deploymentconfiguration\AddServiceToContainersDialog$ContainerContianerSoftwareCellRenderedUI ".

    I guess that the results of the length of the directory path error.  Has anyone seen this kind of error before? Any suggestions on how to get around?

    Yes, there is a limitation in Windows. A path cannot contain longer than 259 characters ("C:\ ("more than 256). The only way around this is to set your output directory of SetupCapture to something shorter, for example "C:\Cap".

  • When and how to create a package

    I have a doubt about how Oracle loads a package.
    Suppose I have a PACK1 package with N procedures inside. When I execute a statement such a PACK1 EXEC. PROC3(), Oracle loads all the package PACK1 N procedures in CMS? I ask for a simple reason. I usually create a package according to the fact that all the procedures inside this package are 'connected' among them somehow. A colleague of mine told me that he would like to put in a package even certain procedures more even though they are not all called among them, but because thay somehow deal with the same subject. Because I think that Oracle loads all the package in the SGA, according to me, it would be wise to put inside a package only procedures called among them.
    Can you help me?
    Thank you!

    Mark1970 wrote:
    I have a doubt about how Oracle loads a package.
    Suppose I have a PACK1 package with N procedures inside. When I execute a statement such a PACK1 EXEC. PROC3(), Oracle loads all the package PACK1 N procedures in CMS?

    Whenever any element of the package is referenced, the whole package is loaded into memory and (assuming it's not aged) remains in memory for future use.

    I ask for a simple reason. I usually create a package according to the fact that all the procedures inside this package are 'connected' among them somehow. A colleague of mine told me that he would like to put in a package even certain procedures more even though they are not all called among them, but because thay somehow deal with the same subject. Because I think that Oracle loads all the package in the SGA, according to me, it would be wise to put inside a package only procedures called among them.

    You are right. Also if other elements in the package are necessary overhead to call are very weak, because they are in the same memory area. This means that you can and should group related program units so that they can share data structures when necessary and call each other with a minimum load

  • Create a package that contains a record type

    Hello
    I have a class called table as follows

    Name Null? Type

    -----
    --------
    -----

    -----
    CLASS_ID NOT NULL NUMBER 4
    CLASS_NAME VARCHAR2 (100)
    NUMBER OF SEAT_NUMBER
    NUMBER OF STUD_ID

    (stud_id) is a foreign table for an another table called student.


    IWant to create a package of class table contained a record of the table of class type
    This includes all columns in the table of class
    but I get the warning: -.
    package created with compilation error.
    Please can you help.
    It is my code: -.
    sql&gt;create or replace package classpackage as
    type tclass is record(
    rclass class.class%type,
    rclass_id class.class_id%type,
    rclass_name class.class_name%type,
    rseat_number class.seat_number%type,
    rstud_id class.stud_id%type);
    end classpackage;
    /                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    Why don't test you it?

    satyaki>
    satyaki>
    satyaki>select * from v$version;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production
    CORE    10.2.0.3.0      Production
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    
    Elapsed: 00:00:00.43
    satyaki>
    satyaki>
    satyaki>create table class
      2   (
      3      CLASS_ID     NUMBER(4)     NOT NULL,
      4      CLASS_NAME   VARCHAR2(100),
      5      SEAT_NUMBER  NUMBER,
      6      STUD_ID      NUMBER
      7   );
    
    Table created.
    
    Elapsed: 00:00:04.75
    satyaki>
    satyaki>create or replace package classpackage
      2  as
      3     type tclass is record
      4       (
      5          rclass_id     number(4),
      6          rclass_name   varchar2(100),
      7          rseat_number  number,
      8          rstud_id      number
      9       );
     10  end classpackage;
     11  /
    
    Package created.
    
    Elapsed: 00:00:01.82
    satyaki>
    satyaki>
    satyaki>
    satyaki>create or replace package classpackage
      2  as
      3     type tclass is record
      4      (
      5         rclass_id class.class_id%type,
      6         rclass_name class.class_name%type,
      7         rseat_number class.seat_number%type,
      8         rstud_id class.stud_id%type
      9      );
     10  end classpackage;
     11  /
    
    Package created.
    
    Elapsed: 00:00:00.30
    satyaki>
    satyaki>
    satyaki>
    

    Kind regards.

    LOULOU.

Maybe you are looking for