Hi
I was trying implement the code posted in the following blog
https://blogs.sap.com/2018/03/06/sap-bi-platform-promotion-management-sdk/
It mentions only lcm.jar to include but I am getting errors when using HostFactory.
Missing a class
com.businessobjects.js.processingsubsystem.shared.provided.IProcessingSubsystemHost
May I know which jar needs to be included for IProcessingSubsystemHost
Here is the error information
Exception in thread "main" java.lang.NoClassDefFoundError: com/businessobjects/js/processingsubsystem/shared/provided/IProcessingSubsystemHost
at com.businessobjects.sdk.lcm.HostFactory.newInstance(HostFactory.java:29)
at testPattern.ImportFromLcmbiar.main(ImportFromLcmbiar.java:33)
Caused by: java.lang.ClassNotFoundException: com.businessobjects.js.processingsubsystem.shared.provided.IProcessingSubsystemHost
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 2 more
Thank you
Sulabha Balan