Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This only applies to IBM i systems that have IASP implemented and LANSA was installed in one of the IASPs.

If you are moving from V13SP2 to V15

The Install/Upgrade creates a library (xxxMGRLIB) to store the non-IASP objects MOD_VLWEB data area and MOD_VLWEB service program.

...

if these objects were moved to a non-QGPL library you can either keep this library and move MOD_VLWEB data area and MOD_VLWEB service program to the same library. Note this library's name and update the data area DCXLOADA01 with the library name using the following command:

     CHGDTAARA DTAARA(<xxxPGMLIB>/DCXLOADA01 (987 10)) VALUE(<new lib name>)

Edit the HTTP configuration file using the command EDTF:

     <IASP>/<LANSA_xxxpgmlib>/webserver/www/conf/httpd.conf

Change the following from this:

     LoadModule vlweb_module /<IASP>/QSYS.LIB/<xxxCOMLIB>.lib/MOD_VLWEB.SRVPGM

to this:

     LoadModule vlweb_module /QSYS.LIB/<this Library.lib>/MOD_VLWEB.SRVPGM
          where <this Library.lib> is the library where MOD_VLWEB objects are stored.