Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Issues with Java SDK after BO 4.2 SP04 Upgrade

Former Member
0 Kudos

jsp-script.txtjsp-error.pngHi All,

We recently upgraded to BOBJ 4.2 SP04 and we're seeing an issue with a custom jsp script. For some reason, we keep getting an error like the one attached. Found an SAP note 2433337 that diverts to another note 2451365 which is under maintenance for quite sometime now. I've listed the libraries that I'm importing in the file but I'm sure that the new version of BOBJ has introduced some new ones. I've attached the script also for reference.Can you please help me identify what libraries I'm missing in the import so I can fix the issue?

<%@ page contentType="text/html; charset=UTF-8" %> <%@ page import="com.businessobjects.rebean.wi.*" %> <%@ page import="com.businessobjects.sdk.plugin.desktop.webi.*" %> <%@ page import="com.crystaldecisions.reports.sdk.*" %> <%@ page import="com.crystaldecisions.sdk.framework.*" %> <%@ page import="com.crystaldecisions.sdk.occa.infostore.*" %> <%@ page import="com.crystaldecisions.sdk.occa.managedreports.*" %> <%@ page import="com.crystaldecisions.sdk.occa.report.application.*" %> <%@ page import="com.crystaldecisions.sdk.occa.report.exportoptions.*" %> <%@ page import="com.crystaldecisions.sdk.occa.report.lib.*" %> <%@ page import="com.crystaldecisions.sdk.plugin.desktop.common.*" %> <%@ page import="com.crystaldecisions.sdk.plugin.destination.smtp.*" %> <%@ page import="com.crystaldecisions.sdk.properties.*" %> <%@ page import="java.io.*" %> <%@ page import="java.text.*" %> <%@ page import="java.util.*" %>

  • SAP Managed Tags:
0 REPLIES 0