You are not logged in.
Version RS3.0.5-6005
Offline
Hi Thabo,
could you please test this with a current 3.1.1 version ? For testing, please download a bitnami package and install this (including demo data) in a testing environment (bitnami packages are being installed by just next-next-next).
Also note that you need an enterprise version for the grid reports (or an enterprise evaluation version).
https://bitnami.com/stack/reportserver- … /installer
Regards,
Eduardo
Offline
Alright thanks,so this doesn't work on the version that I am using?
Offline
Hi Thabo,
to make sure, I tested with a RS3.0.5-6005 and it worked as well.
Please paste some screenshots of your configuration you described. You can use https://imgbb.com/ for this.
Regards,
Eduardo
Offline
Hi Thabo,
please post also a screenshot of your Administration -> License management page. Please blur your company's name and serverid.
Regards,
Eduardo
Offline
Hi Eduardo,,
am struggling to upload images through that link,is it fine if I send to you the screenshots via an email?
Offline
Hi Thabo,
it is very easy, just upload them to https://imgbb.com/ and find out the links to the image. Then use BBCode for posting the image to the forum. It is better to post them here so that everyone having this problem can take a look and communication is channeled.
Regards,
Eduardo
Offline
Hi Eduardo,
I have clicked the link to upload the screenshot,but it can only attach the screenshot but doesn't upload it.
Offline
Hi Eduardo,
don't you have some means of some video tutorials that one can use for reference purposes in all aspects of RS features?
Thanks.
Offline
Hi Thabo,
can you please also include a screenshot of the error message and the complete error stack (found in your tomcat logs) here ?
Regards,
Eduardo
Offline
Hi Thabo,
the script in the screenshot is NOT the script we were talking about here:
import net.datenwerke.rs.grideditor.service.grideditor.definition.db.*
def definition=GLOBALS.getRsService(DbGridEditorDefinition.class)
def adapter =definition.getAdapter()
adapter.configure(report,"T_AGG_CUSTOMER")
.columns()
.add('CUS_CUSTOMERNUMBER')
.add('CUS_CUSTOMERNAME')
.add('CUS_CREDITLIMIT')
.done()
return adapter
For example: in the script I pasted, I have "return adapter". In your script, you have: "return definition;" which is of a different type.
Please check this with the exact script I sent.
Regards,
Eduardo
Offline
Hi Thabo,
can you post the complete error stack when running this one? https://forum.reportserver.net/viewtopi … 7094#p7094
Regards,
Eduardo
Offline
Hi Eduardo,
Please see the below error message:
The report could not be executed: Script does not return object of type interface net.datenwerke.rs.grideditor.service.grideditor.definition.GridEditorDefinition or of type interface net.datenwerke.rs.grideditor.service.grideditor.definition.GridEditorDefinitionContainer
Error: The report could not be executed: Script does not return object of type interface net.datenwerke.rs.grideditor.service.grideditor.definition.GridEditorDefinition or of type interface net.datenwerke.rs.grideditor.service.grideditor.definition.GridEditorDefinitionContainer
Thanks.
Offline
Hi Thabo,
as in my case this works, I would recommend to try with a fresh, test installation of the latest bitnami package ( https://bitnami.com/stack/reportserver- … er#windows ). In this case, we can check if there is a problem with your installation, as I suppose.
Regards,
Eduardo
Offline
Alright thanks....
Offline