Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Problems with reports in RTC 3M5

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

0 votes



One answer

Permanent link
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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: May 20 '10, 6:07 a.m.

Question was seen: 4,920 times

Last updated: May 20 '10, 6:07 a.m.

Confirmation Cancel Confirm