Here is my task list:
Tax Factory Cyclic Bulletin – Server Software Upgrade and Database Update
The Tax Factory interface compile and the cyclic data file load must be done while there is no activity on the system (no employee data updates, no check calculations, no employee self-service activity). This is typically done during the weekly Lawson fail-over/maintenance window.
Make a backup copy of the existing server files using LID (can be done ahead).
(sign on as lawson)
. cv
cd $TAXFACTORY)
pwd
ls –l
mkdir
cp
FTP the new server files in binary mode using a command prompt or FTP client.
When the downloaded server files were expanded a subfolder named server was created. It contains the files that need to be installed on the Lawson application AIX server, these are:
btctest
libexpat.a
libtf10aixora.a
libz.a
tf10lic
tfloader
tfmaint
Change the file permissions if necessary using LID.
Bring down WebSphere. This will prevent any user activity during the installation
Bring down Lawson (stoplaw)
Apply any pre-requisite Regulatory bulletins.
If there are any pre-requisite Regulatory bulletins that must be applied before the Cyclic can be installed, apply them now.
Compile the Lawson/TaxFactory API interface
Run cmptfxora10 (as the Lawson user)
(The Lawson delivered file $GENDIR/taxfactory/libtfxiface10.o must be present for the compile to work)
You want to see the messages:
Linking libtfxiface10.so … successful link.
Installing libtfxiface10.so … successful install
Loading libtfxiface10.so … successful load
If the script fails see the log file in $LAWDIR/system/cmptfora10.log
Check the date/time of the recompiled interface in $GENDIR/lib/shared/libtfxiface10.so
Compile the Global Lawson runtime system
Run cmprts (as the Lawson user)
Check the date/time of $GENDIR/bin/lacobrts
Bring up Lawson (startlaw)
Verify the server installation:
From LID, enter lapm prtf
Refresh Version
Click on the 4 buttons for US - each should return “OK”
Log in to the TaxFactory client.
Verify that the PRTF messages went into the Message Viewer and show the correct version and cyclic.
Load the cyclic data file using the Tax Factory client.
System Tools, Manual Update, browse to the Cyclic Data file (e.g. TFU10e.nrq), Process.
Verify the number of records applied and if there were any rejects (by viewing the last page of the .upd report located at “C:\Program Files (x86)\Apache Software Foundation\Tomcat 7.0\TST1\temp”.
Verify the last Cyclic bulletin applied to the Data Source.
System Tools, Manual Update, View Summary.
Apply any post-cyclic Regulatory bulletins.
If there are Regulatory bulletins to be applied after the Cyclic has been installed, apply them now.
Bring up WebSphere