Uninstalling RPG-XML Suite

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 machine/partition.

  1. End the Apache server instance:
    ENDTCPSVR SERVER(*HTTP) HTTPSVR(RXS)
  2. Delete the RPG-XML Suite install library:
    DLTLIB RXS
  3. Run QShell command to recursively remove the RXS directory and everything in it:
    QSH CMD('rm -Rf /www/RXS')
  4. Run QShell command to recursively remove the /krengeltech directory and everything in it:
    QSH CMD('rm -Rf /krengeltech')
  5. Remove the Apache server instance from OS/400:
    RMVM FILE(QUSRSYS/QATMHINSTC) MBR(RXS)
  6. If the below command does not return "Data area RXSBASE in QGPL not found.":
    DSPDTAARA DTAARA(QGPL/RXSBASE)
    Call this command to delete the RXS license object:
    DLTOBJ OBJ(QGPL/RXSBASE) OBJTYPE(*DTAARA)