Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
BIRT webservice limitations?
Enzifer
Hello,
I use a webservice as a datasource in BIRT. This is functioning but my problem is at the moment I made a limitation in the SOAP request. This limitation concerns the number of the records in my table. This means I receive over the webservice ticket data. The amount of the data is over 10000 records. This is functioning at the moment only with the limitation which says get only the 200 first records. But this is no really a solution I need all records in my report.
When I do it with out the limitation after approx. 1 minute i get the following error message for instance in the preview
A BIRT exception occurred.
Plug-in Provider:Eclipse.org
Plug-in Name:BIRT Data Engine
Plug-in ID:org.eclipse.birt.data
Version:2.2.2.r22x_v20071212
Error Code:odaconsumer.CannotGetResultSetMetaData
Error Message:Cannot get the result set metadata.
Can anybody help me with this problem?
Thanks
Find more posts tagged with
Comments
Enzifer
Concerning to my problem i've another idea. My idea is to add in the report a previous and a next button. For instance when i push the next button my parameter for the max limit shoud increment with a value of 200 and the parameter for the start record should increment with a value of 200 too. Is this possible in BIRT? When yes how can i do it.
At the moment i've implemented the buttons over a textfield with html code in it but i think it is not possible to handle my parameter with this or?
Enzifer
Ok it is possible to do this, i 've used the dynamic text format <VALUE-OF>...code...</VALUE-OF>
TheRealDea
Are you saying that were able to change a BIRT parameter from the HTML textbox?