Hi all,
I am developing an application to be executed as a program file within the BI4 scheduler.
My class implements the IProgramBase interface, but I get an error when invoking
ReportEngines srcRepEngList = (ReportEngines) sourceSession.getService("ReportEngines");
the error is:
SDKException$ServiceNotFound: The service ReportEngines could not be found on the client side
Please note that the exact same code works ok on a web application (WAR).
I've found out that this error happens when there are missing entries in the program classpath.
I've tried to add all the jars from the BOE lib folder, but I get an error as they are duplicates of those already in the scheduler default classpath.
Can anyone please help me finding out the required jars for ReportEngines service?
Thanks regards
Vincenzo