cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to open a document using api - Error: RWI 00014

Former Member
0 Kudos

Hi Guys,

I am attempting to schedule  a report using the java apis.

Have reached a point where I am able to create a "ReportEngine" instance.

However when I try to create a DocumentInstance using the code :


DocumentInstance documentInstance = reportEngine.openDocument(1234)


I get an exception -

com.businessobjects.sdk.core.exception.common.AssertException: An unexpected error has occurred. (Error: RWI 00014)

Cause - java.lang.NoSuchFieldError: PVL


which means

Cause

You cannot retrieve more than one report part in DHTML output format simultaneously.

Action

Enter a single report part reference.

Not sure how to resove this.


Version

SAP BusinessObjects BI Platform 4.2 Support Pack 2

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

DellSC
Active Contributor
0 Kudos

Most of ReportEngine has been deprecated, so I doubt it will work in 4.2.  Instead, you need to use the Webi RESTful web service to get information about the report and it's parameters.  Included in the report information will be an OpenDocument link that you can use to view the report instead of using ReportEngine.

-Dell