Previous Topic: How to Submit a Data Import Using the Command LineNext Topic: Display Version and Help


Review the Prerequisites

To ensure that you can successfully submit a data import using the command line, verify that you have completed the following prerequisites:

  1. Verify that Microsoft .NET Framework 4.0 is installed on the computer where you are executing the command line.
  2. Define a data import with all mappings and settings through the CA APM user interface.
  3. (Optional) If you change the Import Service URL, modify the ImportProcessor.exe.config file to reflect the new URL. You can locate the ImportProcessor.exe.config file in the Import Processor folder. Update the endpoint address value.

    Example: The following statements show an example of the endpoint address value that you modify to change the Import Service URL.

    <endpoint address="http://localhost/ImportService/ImportService.svc"
    
    binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_ImportService"
    contract="IImportService" name="BasicHttpBinding_ImportService" />