appmetaload - Application Metadata Load

Note: This tool is called from lawappinstall and is normally not run directly.

appmetaload is a Perl script that scans the install.log file created by lasetup for the files updated by an installation, determines which updates were made to metadata files, and loads those metadata files into the GEN database.

To run appmetaload:

perl path/appmetaload productline CTP# ...

appmetaload.log

A log file is created by appmetaload, and can be found in the following directory:

$LAWDIR/productline/Admin

The appmetaload.log file displays a list of the metadata updates that were found to load and whether these updates were loaded successfully. Any errors that occur during the appmetaload process of lawappinstall will be listed in the appmetaload.log.

The following is an example of the appmetaload.log file.

====================================================
 03/25/2011 09:51:02  appmetaload started
  productline: MSPTEST3

  reading /901int/apps/msptest3/Admin/install.log for 
reverted metadata

    This is an initial install - no reversion processing 
performed.  

03/25/2011 09:51:02  appmetaload completed

============================================================
 03/25/2011 17:16:48  appmetaload started
  productline: MSPTEST3

  reading /901int/apps/msptest3/Admin/install.log for 
reverted metadata

    No reverted files found - nothing to process.  

03/25/2011 17:16:49  appmetaload completed

============================================================
 03/29/2011 04:25:12  appmetaload started
  productline: MSPTEST3

  reading /901int/apps/msptest3/Admin/install.log for 
patches: 9.0.1.5
  Patches found:
    9.0.1.5 installed 03/29/2011 3:38:08
the following commands are being executed now
  metaloadsys MSPTEST3 metadata/databasemeta/AC.sys
  metaloadsys MSPTEST3 metadata/databasemeta/AD.sys
  metaloadsys MSPTEST3 metadata/databasemeta/AM.sys
  metaloadsys MSPTEST3 metadata/databasemeta/AP.sys
  metaloadsys MSPTEST3 metadata/databasemeta/AR.sys
  metaloadsys MSPTEST3 metadata/databasemeta/BL.sys
  metaloadsys MSPTEST3 metadata/databasemeta/BN.sys
  metaloadsys MSPTEST3 metadata/databasemeta/BR.sys
  metaloadmsg MSPTEST3 metadata/whmeta/WH33.msg

    Loads have been performed, log is in:
     /901int/apps/msptest3/Admin/appmetaload.log  

03/29/2011 04:28:34