After a Copy Client in the Solution Manager, I'm trying to convert the UME according SPRO procedure (below) but having problems when I execute:
/usr/sap/<SID>/DVEBMGS<SYSNR>/j2ee/configtool/configtool.sh
Error
soladm> /usr/sap/SOL/DVEBMGS51/j2ee/configtool/configtool.sh
Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/engine/offline/OfflineToolStart
Caused by: java.lang.ClassNotFoundException: com.sap.engine.offline.OfflineToolStart
at java.net.URLClassLoader$1.run(URLClassLoader.java:255)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:243)
at java.lang.ClassLoader.loadClass(ClassLoader.java:354)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:318)
at java.lang.ClassLoader.loadClass(ClassLoader.java:300)
SPRO Procedure
Activities
1. Start the Config. Tool under:
Windows:
\\usr\sap\<SID>\DVEBMGS<SYSNR>\j2ee\configtool\configtool.b at
Unix:
/usr/sap/<SID>/DVEBMGS<SYSNR>/j2ee/configtool/configtool.sh
2. Choose the following path in the Config. Tool
cluster-data -> Global server configuration -> services -> com.sap.security.core.ume.service.
3. Choose the value ume.r3.connection.master.client in Global properties.
4. Set the production client, e.g. to the value 100 in the Value field.
5. Choose Set and confirm the changes in the Custom value column.
6. Save.
7. Restart your Java Engine.
Could you help?