Bug 414137 - Cannot run report
Summary: Cannot run report
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 2.5.2   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Birt-Data-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-31 09:54 EDT by Jovan Ivanovski CLA
Modified: 2013-09-04 17:32 EDT (History)
0 users

See Also:


Attachments
The viewer cannot start, the report itself cannot compile (23.11 KB, application/vnd.oasis.opendocument.text)
2013-07-31 09:54 EDT, Jovan Ivanovski CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jovan Ivanovski CLA 2013-07-31 09:54:21 EDT
Created attachment 233986 [details]
The viewer cannot start, the report itself cannot compile

I am trying to pass couple parameters into birt report. I have successfully created couple of other reports, but without parameters. Also i have deployed them on an application server. Now i am facing some issues with this one, when i am passing 4 params. I can send you a copy of my config file.

<?xml version="1.0" encoding="UTF-8"?>
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21" id="1">
    <list-property name="configVars">
        <structure>
            <property name="name">__isdisplay__stanici_30_0</property>
            <property name="value">Метеролошка станица Скопје</property>
        </structure>
        <structure>
            <property name="name">__isdisplay__datumOd_31_1</property>
            <property name="value">2012-04-05 11:40</property>
        </structure>
        <structure>
            <property name="name">__isdisplay__datumDo_32_2</property>
            <property name="value">2012-05-15 11:40</property>
        </structure>
        <structure>
            <property name="name">__isdisplay__mernaEdinica_33_3</property>
            <property name="value">Температура</property>
        </structure>
        <structure>
            <property name="name">mernaEdinica_33_4</property>
            <property name="value">T_air_dry_avg</property>
        </structure>
        <structure>
            <property name="name">mernaEdinica_33_type_</property>
            <property name="value">string</property>
        </structure>
        <structure>
            <property name="name">datumOd_31_5</property>
            <property name="value">2012-04-05 11:40:00.000</property>
        </structure>
        <structure>
            <property name="name">datumOd_31_type_</property>
            <property name="value">dateTime</property>
        </structure>
        <structure>
            <property name="name">stanici_30_6</property>
            <property name="value">Метеролошка станица Скопје</property>
        </structure>
        <structure>
            <property name="name">stanici_30_type_</property>
            <property name="value">string</property>
        </structure>
        <structure>
            <property name="name">stanici_30_expr_</property>
            <property name="value">dataSetRow["Name"]
			</property>
        </structure>
        <structure>
            <property name="name">datumDo_32_7</property>
            <property name="value">2012-05-15 11:40:00.000</property>
        </structure>
        <structure>
            <property name="name">datumDo_32_type_</property>
            <property name="value">dateTime</property>
        </structure>
    </list-property>
</report>


Thank you in advance