Hi,
I am using Business Objects XI 3.1 Edge Series.
While trying to open the report, I get the following exception:
java.lang.NoSuchMethodError: com.crystaldecisions.sdk.occa.report.reportsource.IReportSource.getPreferredViewingLocale()Ljava/util/Locale;
My code piece where I get the error is as follows:
I get the error while calling the viewer.processHttpRequest() method as shown below:
CrystalReportViewer viewer = new CrystalReportViewer();
viewer.setEnterpriseLogon(enterpriseSession);
viewer.processHttpRequest(request, response, getServletContext(), null);
I even used the same code as mentioned in the DevLibrary of the BO, still getting the same error:
Please let me know which JAR I should use in order to resolve this problem.
Thanks in advance.
surbhit4u (BOB member since 2009-06-30)