Versions Compared

Key

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

...

Import deployment material to the application server

Use LANSA's import facility to install everything from the save file Bnn_ALL to the appropriate partition on the target machine.

Use the option Import objects into this partition of the LANSA Housekeeping menu. Check that the import was successful.


Restore the non-LANSA objects

If your application contains non-LANSA objects, restore everything from the Bnn_OMn files into the appropriate IBM i library on the target system.

Use the RSTOBJ command to restore library-based objects from the save file. For example:

     RSTOBJ OBJ(*ALL) SAVLIB(B01_OM1) DEV(*SAVF) SAVF(B01_OM1)


Execute the Framework application

Execute the VLF-ONE application.

Typically starting URLs are formatted like this:

http://<host>/<lansa system>/<partition>/<entry point web page>?Lang=<language code>&FrameworkID=<framework id>

For example:

http://localhost/MyLansaSystem/PRD/MY_OEXEC.html?Lang=ENG&FrameworkID=MY_VLFONE_SYSTEM


...