cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive Editor Integration Sample Problem

Former Member
0 Kudos

Hi, I am new to the SDK and first time to post here.

I just download this sample code and build it on my machine with Tomcat 6. I have 2 issues after I ran this sample:

1. It can load the login_form.jsp page, and after I type in all the login information and submit, it does not go anywhere but display this message : Index: 0, Size: 0 (suppose it should go back to the home.jsp page)

2. After step 1, I manually go back to home.jsp I found out that it actually logged in and show me the reports in the drop-down list. If I choose one report and hit Submit button, it gives me the error message:

HTTP Status 500 -

org.apache.jasper.JasperException: /viewers/cdz_adv/wistartpage.jsp(16,0) The value for the useBean class attribute com.businessobjects.adv_ivcdzview.Utils is invalid.

For the second issue, I guess it's related to the adv_ivcdzview package, and I could not find which jar file contain it. I have the Universe Designer installed on my machine, but it does not come with any jar file having that package. We use BOXI R3.1

Thanks for your help

Rong

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Ted. That's what I am thinking, but where can I get that adv_ivcdzview.jar file? It's not in the lib directory of my installation.

Regards

Rong

ted_ueda
Employee
Employee
0 Kudos

The AnalyticalReporting.war file - the component responsible for Web Intelligence viewing/processing in InfoView and CMC - contains that file in WEB-INF/lib

Sincerely,

Ted Ueda

ted_ueda
Employee
Employee
0 Kudos

You look to be missing classes typically found in the adv_ivcdzview.jar

Sincerely,

Ted Ueda