Previous Topic: Display Version and HelpNext Topic: Retrieve the Import Job Status


Execute the Command Line

Specify the command line parameters to submit a data import.

Follow these steps:

  1. Log in to the application server where you installed CA APM or to a computer that has the Import Processor folder.
  2. Access the Import Processor folder.

    Note: On the application server, the Import Processor folder is located in the CA APM installation path.

  3. Open a command prompt window and execute the following command:
    importerprocessor -usr "user_name" -pwd "password" -i "import_name” 
    -df  "data_file_absolute_path" -t "tenant_name" -ts -c
    
    -usr

    Specifies the CA APM login user name.

    -pwd

    Specifies the CA APM login password.

    -i

    Specifies the name of the data import that was created previously through the CA APM user interface.

    -df

    Specifies the absolute path of the data file that is associated with the data import. The Data Importer Engine uses this file to process the import.

    -t

    (Required for multi-tenancy) Specifies the name of the tenant that is associated with the data import.

    -ts

    (Optional) Specifies that the command line parameters are recorded in the Import Processor log file.

    Note: The Import Processor log file is located in the Import Processor folder.

    -c

    (Optional) Identifies whether the data import was provided with the product or was created by a user.

    Valid values: 1 (product provided) or 0 (created by a user)

    Default: 0