Configuring the FilePlan Import Export tool

Follow these instructions to configure the FilePlan Import Export tool.

Procedure

To configure the FilePlan Import Export tool:

  1. Log on to the server where you installed the FilePlan Import Export tool. On the FilePlan Import Export tool server, open the FilePlan Import Export tool window by running one of the following commands. Go to the ier_install_path/FilePlanImportExportTool directory and enter the command from the command line:
    AIX and Linux
    ./FilePlanTool.sh -mode configure
    Windows
    FilePlanTool.bat -mode configure
  2. In the FilePlan Import and Export Configuration window, provide the relevant data for your site in the following fields:
    • The Content Platform Engine server name or IP address
    • The FilePlan Object Store Name
    • The Mode (Import, Export, or Update)
    • User ID: The login name of an authorized user with read and write access rights to the IBM® Enterprise Records file plan object store
    • Password: The password associated with the user name. The File Plan tool encrypts the password.
    • The FIPS 140-2 Mode toggle (On or Off)
    • The Web Services URL: For example, http://devp852cpe.devad002.tsosolutions.com:9080
    • The EJB URL: For example, iiop://devp852cpe.devad002.tsosolutions.com:2809
    • The optional Error log file name
    • The optional Activity log file name
    • The optional Input File Name (for importing)
    • The optional Output File Name (for exporting)
    Important: If you select iiop for WebSphere® Application Server 6.1, disable the Secure Sockets Layer (SSL). For details about how to disable the SSL, see the topic about disabling SSL.
  3. In the File Plan Import and Export Configuration window, click one of the following options:
    Configure
    To save the changes and close the FilePlan Import and Export Configuration window. It saves the changes to the ier_install_path/FilePlanImportExportTool/lib/config/FilePlanConfiguration.xml file.
    Here is an example of the FilePlanConfiguration.xml file.
    <FILEPLAN_CONFIG>
    <ACTIVITY_LOG_FILE_NAME/>
    <SERVER_NAME>p8cpe.ad2.mydom.comSERVER_NAME>
    <OBJECTSTORE_NAME>TSOFilePlan</OBJECTSTORE_NAME>
    <USER_CREDENTIALS>symmetric:algorithm:QUVT:keyid:321=:data:123+321+444</USER_CREDENTIALS>
    <REMOTE_SERVER_URL>cemp:iiop://p8cpe.ad2.mydom.com:2809/FileNet/Engine</REMOTE_SERVER_URL>
    <EJB_URL>iiop://p8cpe.ad2.mydom.com:2809</EJB_URL>
    <FIPS_140_MODE>Off</FIPS_140_MODE>
    <USER_ID>p8admin</USER_ID>
    <OUTPUT_FILE_NAME/>
    <REMOTE_SERVER_UPLOAD_URL>cemp:iiop://p8cpe.ad2.mydom.com:2809/FileNet/Engine</REMOTE_SERVER_UPLOAD_URL>
    <ERROR_FILE_NAME/>
    <INPUT_MODE>Export</INPUT_MODE>
    <INPUT_FILE_NAME/>
    <REMOTE_SERVER_DOWNLOAD_URL>cemp:iiop://p8cpe.ad2.mydom.com:2809/FileNet/Engine</REMOTE_SERVER_DOWNLOAD_URL>
    <REIMPORT_OPTION>None</REIMPORT_OPTION>
    <WSI_URL>http://p8cpe.ad2.mydom.com:9080</WSI_URL>
    </FILEPLAN_CONFIG>
    
    Reset
    To restore the fields to their previous values. Restores the fields with values saved in the FilePlanConfiguration.xml file. The fields are empty during the initial configuration of the FilePlan Import Export tool.
    Exit
    To close the FilePlan Import and Export Configuration window without saving any changes.
    When you configure the tool, set the Web Service URL to the correct HTTP or HTTPS and SOAP protocol port number for your SSL environment.