Exporting Infor Landmark Technology Application Data

Use this procedure to export the data for an Infor Landmark Technology application from a source environment to a destination environment.

To export Infor Landmark Technology application data

  1. Verify the application in the source environment by opening %LADIR%\prodline_ValidationURLs.htm in a browser and clicking the links for the Infor Rich Client and the externally accessible web applications.
  2. Log in to the Infor Landmark Technology server with the lawson user account.
  3. Stop the WebSphere application server for Infor Landmark Technology.
  4. Stop services that are not needed. At the command line, type

    adminlaw

  5. Create a directory to hold the exported data. At the command line, type

    mkdir srcData

  6. Export the application data in .csv format. At the command line, type

    daexport –o srcDataDir productLine [productLine...]

    Example (one product line): daexport -o srcFinData lmfin

    Example (two product lines): daexport -o srcAppData lmfin lmhcm

  7. Export all of the identities. At the command line, type

    cd srcDataDir

    exportidentities services exportIDFileName.xml

    For example: exportidentities ALL AllIdentities.xml

  8. Start the Infor Landmark Technology environment. At the command line, type

    startlaw

  9. Move the contents of srcDataDir to the machine where the destination Infor Landmark Technology environment is located.