Saturday, January 28, 2017

Issues in Oracle RDF Reports


Working with Oracle Reports Layout is always tricky and complex, as the error messages can be misleading/ difficult to debug. Few of the common error message that you get when working with report layout are

1. REP-1212: Object is not fully enclosed by its enclosing object 'Body
This error occurs usually if you increase the report width/size or number of columns in the report.
Main cause of this issue is the number of columns and rows in the report don't match with number of columns and rows in the Printer style.
Change the Style or make the number of Rows and Column in concurrent Program definition same as the Layout Character width and size.


2. REP-1219 'margin' has no size -- length or width is zero
Again this error may occur when you’re playing with the frames in the report layout. When additional columns need to be added or layout needs to be modified, its required to modify the frames. In this process the width of fields that are contained within frame becomes less than one character wide and it results in the above error.
Identify the fields within the Frame for which error has been thrown which has size less then 1 character. And increase the size of field to more than one character.


No comments:

Post a Comment

How to improve blog performance

Improving the performance of a blog can involve a variety of strategies, including optimizing the website's technical infrastructure, im...