cancel
Showing results for 
Search instead for 
Did you mean: 

getting exception "Could not get page number. (Error: RWI 002)"

Former Member
0 Kudos

Hi!

i am getting an following Exception while getting Web Intelligence report from BO using java.Please Give a suggestion resolve this issue

code:

-


DocumentInformation documentInformation = oReportEngine.getDocumentInformation(documentCUID, null, null, null, null);

Exception:

-


Could not get page number. (Error: RWI 00223)

getDocumentInformation exception (Error: RWI 00223)[

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

i have tested in infoview .its working..............

ted_ueda
Active Contributor
0 Kudos

Then you have an underlying basis for comparison.

The Web Services Provider (dswsbobje) uses the same SDK as Java InfoView.

Are you going to the dswsbobje deployed on the same Java Web App Server and Java InfoView?

Have you checked the SI_CUID value you're using in Web Services to the one you're viewing in InfoView?

Does this happen with all documents, or with just one document?

Does this happen on first invocation after dswsbobje restart, or after several?

Note that the issue is happening not consumer side.

The basis for the error message that I've seen is:

1. Out Of Memory on the Provider.

2. Out of stack in the ReportEngine SDK after multiple views.

3. Specific issue with document being way too large.

I'd focus on environmental dependencies for the issue.

You likely have support, so can open a SAP Incident with Customer Assurance. However, the engineer will likely ask you the same questions above, so it'll be good to have it collected.

Sincerely,

Ted Ueda

Answers (2)

Answers (2)

Former Member
0 Kudos

I havent tried with infoview.Because in webservices we should use infoObjects only.

Is there any way to resolve this issue.

regards,

Siva

ted_ueda
Active Contributor
0 Kudos

Not if you are not willing to do basic troubleshooting. Testing in InfoView is basic troubleshooting.

Sincerely,

Ted Ueda

ted_ueda
Active Contributor
0 Kudos

That exception is from the Web Intelligence Report Server.

If you try opening the very same document in InfoView, do you get the same exception?

Sincerely,

Ted Ueda