Copying Data for a Product Line

Use this method to copy data for an entire product line to a new product line.

Note: The following procedure is for a product line with a single data area.
  1. Log in to the Lawson Environment containing the product line data you want to copy.
  2. Export the data to a dump file. At the command line, specify this information:

    expsysdb -s current-dataarea current-dataarea.data

  3. If the product line you will be copying data to is on a different machine, copy the dump file to that machine.
  4. Log in to the Lawson Environment you want to copy data to.
  5. Import the data from the dump file into the new product line. At the command line, specify this information:

    impexp [-a|-f] new-dataarea current-dataarea.data

    Note:  Use the -f parameter. It is for use with all relational databases.