Uploading CEMLI Files as a .zip File with Manifest

Learn how to add the .zip file containing your CEMLI files to Packager, and upload this .zip file with manifest to the Oracle Automated CEMLI Execution repository.

To create the CEMLI files .zip file:

  1. Create the directory structure on your local machine. For example:

    /applmgr/CEMLI/modules/files
    .
    |-|forms
    |-|--|D
    |-|--|US
    |-|html
    |-|--|D
    |-|--|US
    |-|media
    |-|reports
    |-|--|D
    |-|--|US
    |-|sql
    |-|--|US
    
  2. At the top level directory, zip all files. For example, zip the files in step 1 at the /applmgr/CEMLI/modules/files directory, producing files.zip.

  3. Create the manifest file manually using a standard text editor. You will need to copy the file contents into the native Packager manifest editor.

    When creating the manifest file, include the file name, the module, the description, the file type, the deployment path (if required), and the language.

    The manifest file name follows the relative path from the top level directory beneath the files directory.

    For example, for XBOATTRS.fmb, the file name is /forms/US/XBOATTRS.fmb.

    This sample manifest file shows the typical format:

    /forms/US/AKDATTRS.fmb,sxbo,US_AKDATTRS form,fmb,null,US
    /reports/US/ABMACTD.rdf,sxbo,US_ABMACTF report,rdf,null,US
    /sql/getPONumber.sql,sxbo,PO number access sql,pkb,null, US
    /sql/vendor_supplier_MAT.sql,sxbo,vendor supplier relation,pkb,null,US
    
    Note

    Alternatively, you can paste the manifest directly into Packager using the Manifest tab. You can also modify the manifest on the Manifest or Editor tabs. See unresolvable-reference.html.

To upload CEMLI files in a .zip file:

  1. On the CEMLI home page, verify that your customer details are displayed.

  2. Click Packager.

    The Upload Customized Files tab is displayed by default.

  3. In the Actions list, click Choose Product.

    The Select Product dialog box opens.

  4. Select the custom application you want to associate the uploaded files with.

  5. Click Close.

    The Product Name, Description and Created By fields are populated with the corresponding information.

  6. In the Upload Customized Files area, click Zip File Upload.

    The Upload Archive of Customized Files dialog box opens.

  7. Click Choose File.

    The Open dialog box opens.

  8. Select one or more files that you want to upload, then click Open.

    The Upload Archive of Customized Files page is refreshed, showing the .zip file. The Define archive manifest field is populated with details of the .zip file contents.

  9. On the Manifest tab, paste the .zip file manifest, created in step 3. This comma-separated list must contain a matching line for each CEMLI file included in the .zip file.

  10. Click the Editor tab to view the manifest converted to the standard fields used in the Currently Uploaded Files area.

  11. (Optional) Modify the manifest in either the Manifest or Editor tab.

  12. Click Start Upload.

    The page is refreshed, listing all the selected files in the Currently Uploaded Files area.

    Note

    To select multiple files, hold the Ctrl key, and click each file to be added.

    Each record in the Currently Uploaded Files area shows the following information:

    • Archived: Specifies whether the uploaded file is archived or not.

    • Name: Specifies the name of the file to be uploaded.

    • Description: Provides a free-text description of the file to be uploaded.

    • Product: Specifies the short name of the custom application the file is associated with.

    • Object Type: Specifies the supported Oracle E-Business Suite object type. For more information on the object types supported in Oracle Automated CEMLI Execution, see CEMLI File Object Types.

    • Parameters: Provides values for the parameters specific to the selected object type. For more information on the object types supported in Oracle Automated CEMLI Execution, see CEMLI File Object Types.

    • Version: Specifies the file version, in numeric form, as identified in the header. For example, 123.1.3.

    • Language: Specifies the language associated with the file to be included in the patch.

    • Uploaded By: Specifies the email address of the user who uploaded the file.

    • Uploaded On: Specifies the date when the file was uploaded.