Packaging Report Files in the Development Environment

The following procedure describes how to package report files in the development environment.

This task is a step in Process of Deploying Reports.

To package report files in the development environment

  1. Manually copy the files that you must deploy from the SIEBSRVR_ROOT\XMLP folder in the development environment to the following folder in the production environment:

    SharedFolder\PackageName\file\siebsrvr\XMLP\subfolder_name

    where:

    • SharedFolder is a shared folder that resides on a computer in the production environment.

    • PackageName is the name of the ADM package folder that contains the report files that you must deploy.

    • file is the type of file, such as database, repository, and so on.

    • siebsrvr\XMLP\subfolder_name is the Siebel Server folder structure.

      1. Copy the XML files to the following folder:

        SharedFolder\PackageName\file\AppServer\XMLP\DATA
      2. Copy the RTF and XSL files to the following folder:

        SharedFolder\PackageName\file\AppServer\XMLP\TEMPLATES 
      3. Copy the XLIFF files to the following folder:

        SharedFolder\PackageName\file\AppServer\XMLP\enu\xliff
  2. Run the following command to create a descriptor file for the package:

    admpkgr generate "shared folder\package name"

    where shared folder\package name is the shared folder and package name where the packages that you must deploy reside.