Home
Analytics
BIRT error in maximo
KinG
Hi everyone,
I need help from u all. i got error in reporting in maximo. I lake of time and i really need your help.
When i run report in maximo for workman app, the report generated but no data. When i generate report from BIRT designer, i got error in a report which says "table id=334: the result set has not started yet.".
Can anyone help me, pliz..
Find more posts tagged with
Comments
AbbyNL
Just been researching and agonizing over this same message. Here is how I came to a resolution. First I took the (Data id = 637) displayed and did a Find on 637 in BIRT RD in the XML Source tab. Highlight the .rptdesign filename in the Outline. From there I could see there was an associated
<property name="resultSetColumn">tot_count</property> It is this "resultSetColumn" in the Grid placed inside the Table causing the problem.
Once I pointed my Grid to the same "resultSetColumn" as the owner Table the problem resolved itself.
This is what worked for me and my .rptdesign.