It's all about the answers!

Ask a question

Problems with reports in RTC 3M5


David Csikkel (1313516) | asked May 20 '10, 6:07 a.m.
Hello

We have been trying newest milestone of RTC 3M5
and when I have created report and try to preview it some errors appeared

ERROR1: 'Constants' is undefined
ERROR2: Object is expected
ERROR3: 'birtUtility' is undefined

...
<script>
// <![CDATA[
// Error msgs
ERROR1 Constants.error.invalidPageRange = 'Invalid page range';
Constants.error.parameterRequired = 'The parameter \"{0}\" is required.';
Constants.error.parameterNotAllowBlank = 'The parameter \"{0}\" cannot be blank.';
...


...
<script>
ERROR2 var Mask = new Mask(false); //create mask using "div"
var BrowserUtility = new BrowserUtility();
DragDrop = new BirtDndManager();

var birtReportDocument = new BirtReportDocument( "Document" );
var birtProgressBar = new BirtProgressBar( 'progressBar' );

var birtParameterDialog = new BirtParameterDialog( 'parameterDialog', 'run' );
var birtExceptionDialog = new BirtExceptionDialog( 'exceptionDialog' );

function init()
{
ERROR3 soapURL = birtUtility.initSessionId( soapURL );

soapURL = birtUtility.initDPI( soapURL );
birtParameterDialog.__init_page_all( );

}
...


I do not know if it is connected but when I have tried to open help (Help Contents) error appeared as well.

ERROR: Object is expected

...
<body>

To search the documentation, type a query in the Search field. The search results will be shown in this view.

<script>
ERROR selectTopicById('');





Thank you in advance

David Csikkel

One answer



permanent link
James Moody (3.3k24) | answered May 20 '10, 9:34 a.m.
JAZZ DEVELOPER
On 5/20/2010 6:08 AM, David.Csikkel wrote:
Hello

We have been trying newest milestone of RTC 3M5
and when I have created report and try to preview it some errors
appeared

ERROR1: 'Constants' is undefined
ERROR2: Object is expected
ERROR3: 'birtUtility' is undefined

..
script
//<!
David,

Can you open a work item with this information? It would also be helpful
if you could attach the .rptdesign file (or a stripped down file that
still exhibits the problem).

Thanks.

james
RTC Reports Team Lead

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.