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

Tags: Adobe

Similar Questions

  • How to create a package with the procedures?

    Referring by the net, I've written the following PCK file. I installed my Oracle database 11g in VirtualBox (Win XP). I can able to select tables using the query from the host (Windows 7)

    CREATE OR REPLACE PACKAGE APEX_SYS_PCK

    AS

    TYPE refcursortype IS REF cursor

    PROCEDURE GET_USER_DETAILS)

    D1 ON refcursortype,

    P_USER IN VARCHAR2,

    P_PASS IN VARCHAR2);

    END APEX_SYS_PCK;

    /

    CREATE OR REPLACE PACKAGE BODY APEX_SYS_PCK

    AS

    PROCEDURE GET_USER_DETAILS)

    D1 ON refcursortype,

    P_USER IN VARCHAR2,

    P_PASS IN VARCHAR2)

    IS BEGIN

    OPEN D1 FOR SELECT * FROM APEX. PEOPLE;

    END GET_USER_DETAILS;

    END APEX_SYS_PCK;

    /

    When I try to run the script, I get the following error. How to solve this problem? If there is an error in this package please correct!

    • Project: sqldev.temp:/IdeConnections%23vAPEX.jpr
    • F:\PACKAGES\APEX_SYS_PCK. SQL
    • Error: PL/SQL: analysis of completed Compilation unit
    • Error (1.14): PLS-00905: APEX oppose. APEX_SYS_PCK is not valid
    • Error (1.14): PLS-00304: impossible to compile 'APEX_SYS_PCK' body without its specification

    You are missing a semicolon after

    TYPE refcursortype IS REF cursor

    in the specifications of your package.

  • 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;

  • How to use Add the media offline option when creating packages with conditioner creative cloud.

    Hi all

    AM creating packages with Creative could conditioner, need to include 'Extension Manager CS6 ' to my list of requests, I downloaded a version and trying to add to the list with the help of add the option offline media, but get the error as media is not appropriate etc...

    Can any body please let me know how to add media offline while we creating packages with Creative Cloud Packager.

    Thanks in advance.

    This is possible in theory, as long as the source media that you add is complete and unzipped. Also if 32 bit it cannot be added to a 64-bit package and vice versa.

    It's not really what this feature is designed for good. It is designed for DVD sets provided to customers who live in areas where poor internet infrastructure that cannot download apps via CCP.

  • 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 on Mac I can deploy on PC

    We are a school district with CC licensed by the company, I have for most of the computers Mac my CC Installer is on my Mac.  However, I need to create an installation package Acrobat Pro on a PC.  Can I do this using Packager on my Mac.

    Hi Todd,

    Mac version does not work on Windows OS. The two operating systems have their technology unique Installer. Therefore, will need you a windows machine where you download cloud creative package to WIN and create the windows package.

    Thank you

    Ashish

  • 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".

  • 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>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.

  • How to save a copy of Windows XP that has been created by an image?

    I used 'Image for Linux' to create an image of a PC with Windows XP, SP3.  With that done, I can copy the image to a new PC and it works fine (assuming that I stay within the limits of the PC HAL).

    My problem is that I don't have to enter a new key of Windows XP when I installed the image on another PC. for example, I use a license of Windows XP on two PCs.  Since I want to be legitimate on my software license, I tried to activate Windows XP license to new PC - but the computer says that the license is already activated.  So it is logical that the new PC would react like that - I put the picture of an activated copy of Windows on a new PC, the new copy of Windows must also think that it is enabled.

    All this brings me to my original question: how to save a copy of Windows XP that has been created by an image?

    Hi RichardMatt,
     
    I recommend you contact the customer service of Microsoft for queries on activation for clarity.
     
    See the following article to do the same thing:
  • I am trying to create a movie with Windows Movie Maker to publish on Youtube.

    When I publish the movie with the .wmv extension, the film is only about half the screen upper and the lower half is green.  When I choose the .avi format, the file is too large to upload to Youtube(508MB). What should I do?  Thank you.

    The info... copied on the net... may be worth a visit:

    =====

    The Green problem bar setting in Windows Movie Maker
    http://www.bernzilla.com/item.php?id=884

    When I tried to follow the directions, I was unable to find XVid on my
    computer.  So I googled XVid and then (I think) the 2nd entrance to
    Download XVid.  After I downloaded it, I could follow the directions
    bernzilla and when I published a video - Voila! no green bar!

    After thick film Green line is published
    http://www.windowsmoviemakers.NET/forums/ShowPost.aspx?PostID=105025

    =====

    Just a thought... but if you can publish to the .avi format
    with success... then, you can try convert from .avi to the
    .wmv format.

    There are to many converters available on the net...
    the following links are some examples.

    Proceed at your own risk *.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    (1) format Factory (freeware)
    http://www.videohelp.com/tools/Format_Factory
    (the 'direct link' is faster)
    (the file you want to download is: > FFSetup270.zip<>
    (FWIW... installation..., you can uncheck
    ('all' boxes on the last screen)
    (Windows XP / Vista / 7)

    First, you will need to decompress the file or just open the
    Drag FFSetup270.exe out of the folder
    and drop it on your desktop. To install left click.

    (2) Freemake Free Video Converter (freeware)
    http://www.Freemake.com/free_video_converter/
    (Windows XP / Vista / 7)

    (3) Koyotesoft Free Video Converter
    http://www.koyotesoft.com/indexEn.html
    (2000/XP/2003/Vista/Seven)

    (4) Sothink Free Video Converter
    http://www.Sothinkmedia.com/video-converter/
    (Windows XP / Vista / 7)

    (5) SUPER © Simplified Universal Player Encoder & Renderer
    http://www.videohelp.com/tools/Super
    (the download mirror site is faster) (Windows XP / Vista / 7)

    (6) Xilisoft Video Converter
    http://www.Xilisoft.com/video-converter.html
    (not freeware but receives good reviews)
    (Windows XP (SP2 or later) / Vista / 7)

  • Administrator log - on: can someone tell me why Windows Vista Premium does not create a user profile ADMINISTRATOR for me by default

    Can someone tell me why Windows Vista Premium does not create a user profile ADMINISTRATOR for me by default, as I am the main user and why he keeps me access to many programs and features in Windows, including installation and view and edit privileges?  How can I set up my profile as ADMINISTRATOR rather than another user profile and get rid of all the other profiles?  Please write to * address email is removed from the privacy * for your answer.

    Steve

    Can someone tell me why Windows Vista Premium does not create a user profile ADMINISTRATOR for me by default, as I am the main user and why he keeps me access to many programs and features in Windows, including installation and view and edit privileges?  How can I set up my profile as ADMINISTRATOR rather than another user profile and get rid of all the other profiles?  Please write toEmail removed privacy for your answer.

    Steve

    Let me soce entry details:

    1. all computers need to have at least one administrator account. It will not work without it.
    It does NOT, however, create a profile For YOU defaultAdmin. It belongs to the user or the owner to create and decide who is Admin, and who is a regular user.
    2. even an admin account will not get to install and change the settings automatically. UAC (user account control) always appears to ask for confirmation of the task by clicking on continue, or by typing the admin password.
    3 be the main user is not to be an administrator. It is up to the user/owner of the computer to be configured as such.
    That said, now my question... How do you know that you're not an admin?

    t-4-2

  • I bought the PC Version of Fable III of this year early and installed and created an account with games for windows Live!

    I bought the PC Version of Fable III of this year early and installed and created an account with games for windows Live! About 2 months ago, I formatted my computer and reloaded windows 7! Last night I downloaded Microsoft Flight and used my existing account to play! Today, I installed Fable III and the game won't start as it says that I am not connected to the internet! This is wrong since I write here for you! Why my game will not, organize that I have connected to my account last night with problem now? Please help me?

    Yes, unfortunately GFWL's an imperfect system. Steam has similar problems. I find the best way to avoid
    problems is to play all the games that are related to a system off line.
    I have absolutely no interest in what GFWL can offer online, in any case.
    Many games have a "fix" for GFWL, which are generally easy to find through a search.
    Of course these only help facilitate offside line.

    Try Timeslips Fable 3 GFWL remover - it is well known in the modding community, particularly
    its managers mod for Bethesda games and his job is safe to use.

    http://Timeslip.users.sourceforge.NET/

    .

  • I have Windows Live Mail and today, created a contact group. Now how can I send an e-mail to this contact group?

    Windows Live groups main & Contact

    I have Windows Live Mail and today, created a contact group.  Now how can I send an e-mail to this contact group?

    Open a new message window. Click the To button to the left of the field. Scroll to the name of the Group (category) and enter it as you would an address. Bruce Hagen MS - MVP [Mail]

  • How cracker password of windows 7 I don't create password reset disk!

    How cracker password of windows 7 I don't create password reset disk! Please help me!

    How cracker password of windows 7 I don't create password reset disk! Please help me!

    There are a lot of options built into Windows to help you out of this situation:
    • Restart the computer with your Windows repair CD, then use system restore to set Windows in a few days (only works if you have recently changed the password).
    • Log on to your account admin to spare, and then reset the password for your existing account (works only if you set up an alternative admin account).
    • Log in as administrator mode without failure, then reset the password for your existing account (the password is usually empty).
    • Use the password indicator (only works if an indicator was created and if it's good enough to allow you to guess the password)
    • Check your paper files (works only if you threw down the password somewhere)
  • I use Windows Live DVD Maker to create DVD movies to play on regular DVD players. But how can I burn these HD movies created in MS Live Movie Maker on Blu Ray?

    Projects of direct burning on Blu Ray?

    I use Windows Live DVD Maker to create DVD movies to play on regular DVD players.  But how can I burn these HD movies created in MS Live Movie Maker on Blu Ray?

    I think that you need a more powerful software. A Google search for:
    "Blu - Ray Authoring Software" could be a place to start.

Maybe you are looking for