Siebel Application Deployment Manager Guide > Creating an ADM Package > Process of Creating ADM Deployment Units from Database Types >

Creating ADM Deployment Units from Database Types Directly from Command-Line Interface


Creating ADM deployment units from individual database types can be performed from the Siebel Server Manager command-line interface (srvrmgr), bypassing the ADM GUI tasks of creating projects and deployment sessions. For more information on this process, see Process of Creating ADM Deployment Units from Database Types.

This task starts a component job for the server component Application Deployment Manager Batch Processor (alias ADMBatchProc). For more information on ADMBatchProc, see Application Deployment Manager Batch Processor (ADMBatchProc).

For more information on administering the server components and using the Server Manager command-line interface, see Siebel System Administration Guide.

To create ADM deployment units directly from command-line

  1. Start Server Manager command-line interface (srvrmgr program) with your user ID.
  2. Verify that the server component Application Deployment Manager Batch Processor (alias ADMBatchProc) is online.

    If not, enable the Application Deployment Manager (ADM) component group and restart the Siebel Server. For more information on these procedures, see Siebel System Administration Guide.

  3. Enter the following command at the Server Manager command-line interface prompt:

    start task for comp admbatchproc with admpath=file_location, admdatatype=database_type, admfilter=filter_argument, admmethod=method_name, admprefix=export_file_name

    where:

    • admpath is the location for the resultant export files.
    • admdatatype is the name of the data type.
    • admfilter is the filter to be applied on the data type, for example, '[List Of Values Parent (UDA).Value]="NM"'. For more information on creating filters, see About ADM Deployment Filters.
    • admmethod is one of three methods: upsert, synchronize, or custom. For more information on these methods, see Deployment Mode in Step 4 of Creating ADM Deployment Projects.
    • admprefix is the prefix for the name of the exported XML file.
  4. Use the resultant XML file as the deployment unit in the remainder of the packaging process.
Siebel Application Deployment Manager Guide Copyright © 2007, Oracle. All rights reserved.