2017 Oct 12 4:48 PM
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.*" %>
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.*" %>
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |