Note: This tool is called from lawappinstall
and is normally
not run directly.
apploadcsv
is a Perl script that scans the install.log file
created by lasetup
. It locates .csv files that have been updated,
then loads those .csv files into the product line database.
apploadcsv.log
The apploadcsv.log file displays
a list of the .csv file updates that were found to load and whether
these updates were loaded successfully. Any errors that occur during
the apploadcsv process of lawappinstall will be listed in apploadcsv.log.
The following is an example of the apploadcsv.log file.
03/29/2011 08:04:57 apploadcsv 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 for MSPTEST3
importdb -udf MSPTEST3 PADICT Admin/padict.csv
1306 Record(s) Processed
2 Record(s) Added
1304 Record(s) Modified
0 Record(s) Skipped
0 Record(s) the Same
importdb -udf MSPTEST3 PADICT2 Admin/padict2.csv
1568 Record(s) Processed
2 Record(s) Added
1566 Record(s) Modified
0 Record(s) Skipped
0 Record(s) the Same
importdb -udf MSPTEST3 PRREGDICT Admin/prregdict.csv
759 Record(s) Processed
8 Record(s) Added
751 Record(s) Modified
0 Record(s) Skipped
0 Record(s) the Same
importdb -udf MSPTEST3 PRTAXLEVY Admin/prtaxlevy.csv
594 Record(s) Processed
54 Record(s) Added
540 Record(s) Modified
0 Record(s) Skipped
0 Record(s) the Same
Loads have been performed, log is in:
/901int/apps/msptest3/Admin/apploadcsv.log
Tue Mar 29 08:05:02 2011 apploadcsv completed
|