How to run Sterling Application Manager without using applet ?
Sterling application manager without using applet : In this post we are going to learn something cool. How many of had problem of loading Application manager using applet ? Seen even well experienced OMS developer having problem with Application manager loading using Java Applet. Now from OMS 9.3 we have option to open Application manager using standalone command. Is that not cool ? Let’s see step by step how we can open Application Manager without using applet.
Note : We like to say extremely sorry for long delayed post. There are many readers emailed as asking for new topics. Really thanks lot for all your support and enthusiasm to learn new topics.
Points to remember
- OMS Server version should be same as the version on which client was built
- Make sure you have JDK 1.7 or above
- To load the standalone application manager takes little bit more time, so please wait after running command
- This option available from OMS 9.3 from particular fix pack. To validate go to OMS install bin folder and check for file buildApplicationManagerClient.xml. This confirms standalone application manager supported as part of your OMS install or not
- Currently we are able to make this work with HTTP URL only. If any one knows how to make to work this HTTPS let us know in comments.
- If you close the command line window (which is used to open application manager), application manger gets closed
Build the standalone client
- Goto <Install_Dir>/bin and run the below command.
- sci_ant.cmd -f buildApplicationManagerClient.xml
- This will create a zip file named AppManager_9.5.zip under folder <OMS_INSTALL_DIR>\ApplicationManagerClient
- Unzip the above zip file ‘AppManager_9.5.zip’ into any local directory. This will extract a jar called “client_9.5.jar” and a directory called “lib_9.5”
Running Application Manager with the standalone client
- cd <OMS_INSTALL_DIR>\ApplicationManagerClient\AppManager_9.5
- Replace JAVA_HOME with you correct java directory and run below command
- <JAVA_HOME>\bin\java.exe -jar client_9.5.jar
- In the popup screen enter Login ID / password / URL / Context name (/smcfs)
Running the System Management Console as standalone client
- cd <OMS_INSTALL_DIR>\ApplicationManagerClient\AppManager_9.5
- Replace JAVA_HOME with you correct java directory and run below command
- <JAVA_HOME>\bin\java.exe -jar client_9.5.jar -mode SMC
- In the popup screen enter Login ID / password / URL / Context name (/smcfs)
Running the Channel Application Manager (COM) as standalone client
- cd <OMS_INSTALL_DIR>\ApplicationManagerClient\AppManager_9.5
- Replace JAVA_HOME with you correct java directory and run below command
- <JAVA_HOME>\bin\java.exe -jar client_9.5.jar -mode YCD
- In the popup screen enter Login ID / password / URL / Context name (/smcfs)
Happy Learning !!!
Register with us to get latest update






If you import the SSL certs into the CACERTS using keytool, you can access https as well.
Thanks for the information.
this is good but known to me
I am doing development on
Mac. How do I open sterling application console
On safari/ chrome? I tried IE user agents but they don’t open any of the order console
OMS application console designed to work only with IE. This also needs 32-bit jre to load application manager. Other browser not supported at this time.
I’m using a mac OS and I have installed windows 10 virtual machine where I could open the Sterling website on IE following the security settings mentioned in https://www.ibm.com/support/knowledgecenter/en/SS3JSW_5.2.0/com.ibm.help.navigation_523.doc/IESecuritySettings.html. But when I try to open the application manager, I just opens a new window with “Do not close this window” message but does not load. How can I fix this issue? I have 1.8 JDK installed.
Hi Tulip,
Application manager works only in IE. This application manager needs to 32 bit version JRE. To make this works 32bit JRE. You can try and let us know.
Regards
ActiveKite Team
Hi thanks for the info , to provide an update on this , you can run this on your mac by running the below command
java -jar client_9.5.jar -URL -U -P -CR /smcfs
Thanks for the info
How can i run app manager through vpn
What is the exact issue ? Please let us know.
i forgot my applicatio console/configurator admin password.how to retrieve it?
You can update password in yfs_user table and there will be another column which says not encrypted.
Updating both should help.
Try and let us know
Hi,
I have sterling 9.5 version. I don’t have buildApplicationManagerClient.xml under bin. i got this file and tried to copy this file under bin but it failed with below error.
\\bin\buildApplicationManagerClient.xml:25: taskdef class com.yantra.app.config.StandaloneConfigClient$GenerateCheckSum cannot be found
using the classloader AntClassLoader[C:\Users\radvenka\OMS\OMS95\repository\eardata\config\war\yfscommon\platui.jar]
How can we have this under bin folder by default ? how we can check this before installing OMS