...
You must proceed as follows:
Code Block | ||||
---|---|---|---|---|
| ||||
1. Set up a persistent file system 2. Go to the SAP Software Solutions web page for information about the SDK and included drivers: https://www.sap.com/index.html. 3. Copy the downloaded jar file to the $MZ_HOME/persistent/3pp folder on the plaform-0 pod. Eg: $ kubectl cp jconn4.jar platform-0:/opt/mz/persistent/3pp -n <namespace> 4. Restart the platform and EC pods $ kubectl delete pod platform-0 -n <namespace> 5. Restart the Desktop |
...