www.krengeltech.com

RXS Uninstall Procedure

From Wiki

User Guide


RPG-XML Suite licenses may be transferred to a different IBM i, or a different partition. Part of this process will involve uninstalling the product from the original location, and installing it at a new location.


Uninstall Procedure

  1. End the Apache server instance
    ENDTCPSVR SERVER(*HTTP) HTTPSVR(MYRXS)
  2. Delete the base RPG-XML Suite install library
    DLTLIB RXS
  3. Delete the "instance" RPG-XML Suite library (this is the library used during runtime).
    DLTLIB MYRXS
  4. Run QShell command to recursively remove the MYRXS directory and everything in it.
    QSH CMD('rm -Rf /www/MYRXS')
  5. Remove the Apache server instance from OS/400
    RMVM FILE(QUSRSYS/QATMHINSTC) MBR(MYRXS)
  6. Delete the data area holding the registration key
    DLTDTAARA DTAARA(QGPL/RXSBASE)