After the i-effect installation the ZendServer must be restarted, so that plugins transferred to the system are loaded during the installation.
The ZendServer Service menu is called with the following command:
GO ZENDPHP7/ZSMENU
GO ZENDSVR6/ZSMENU
Terminate the ZendServer with selection 11 and then selection 2. Then start in reverse order with selection 1 and selection 10.
Alternatively, this can also be done via the commands:
# Stop ZendServer
ENDTCPSVR SERVER(*HTTP) HTTPSVR(ZENDPHP7)
# Start ZendServer
STRTCPSVR SERVER(*HTTP) HTTPSVR(ZENDphp7
# Stop ZendServer
ENDTCPSVR SERVER(*HTTP) HTTPSVR(ZENDSVR6)
# Start ZendServer
STRTCPSVR SERVER(*HTTP) HTTPSVR(ZENDSVR6)