Uninstalling RPG API Express
RPG API Express 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.
- End the Apache server instance:
ENDTCPSVR SERVER(*HTTP) HTTPSVR(RXS)
- Delete the RPG API Express install library:
DLTLIB RXS
- Run QShell command to recursively remove the RXS directory and everything in it:
QSH CMD('rm -Rf /www/RXS')
- Run QShell command to recursively remove the /krengeltech directory and everything in it:
QSH CMD('rm -Rf /krengeltech')
- Remove the Apache server instance from OS/400:
RMVM FILE(QUSRSYS/QATMHINSTC) MBR(RXS)