#26 2020-02-18 10:03:16

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

Version RS3.0.5-6005

Offline

#27 2020-02-18 10:10:12

eduardo
Administrator
Registered: 2016-11-01
Website

Re: RE RS Enterprise's Data Edit Feature

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

#28 2020-02-18 10:16:16

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

Alright thanks,so this doesn't work on the version that I am using?

Offline

#29 2020-02-18 10:46:45

eduardo
Administrator
Registered: 2016-11-01
Website

Re: RE RS Enterprise's Data Edit Feature

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

#30 2020-02-18 10:48:12

eduardo
Administrator
Registered: 2016-11-01
Website

Re: RE RS Enterprise's Data Edit Feature

Hi Thabo,

please post also a screenshot of your Administration -> License management page. Please blur your company's name and serverid.

Regards,
Eduardo

Offline

#31 2020-02-18 12:08:53

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

Hi Eduardo,,

am struggling to upload images through that link,is it fine if I send to you the screenshots via an email?

Offline

#32 2020-02-18 12:41:28

eduardo
Administrator
Registered: 2016-11-01
Website

Re: RE RS Enterprise's Data Edit Feature

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

#33 2020-02-19 06:01:07

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

Hi Eduardo,

I have clicked the link to upload the screenshot,but it can only attach the screenshot but doesn't upload it.

Offline

#34 2020-02-19 06:36:33

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

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

#35 2020-02-27 06:18:19

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

Hi Eduardo,



Capture1.png

Offline

#36 2020-02-27 06:36:18

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

Hi Eduardo,

Please see the previous screenshot and this one on how I had built the scrip.


Capture2.jpg

Offline

#37 2020-02-27 10:10:01

eduardo
Administrator
Registered: 2016-11-01
Website

Re: RE RS Enterprise's Data Edit Feature

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

#38 2020-02-27 10:51:11

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

Hi Eduardo,

Please see the below screenshot.

Capture-Error-Message.jpg

Thanks.

Offline

#39 2020-02-27 15:03:27

eduardo
Administrator
Registered: 2016-11-01
Website

Re: RE RS Enterprise's Data Edit Feature

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

#40 2020-02-28 10:37:53

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

Hi Eduardo,

Even when using the below code,still getting the same error.

Task3.jpg

Offline

#41 2020-02-28 10:39:22

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

Also tried different scrips as below:


Task1.jpg

Task2.jpg

Offline

#42 2020-02-28 18:29:02

eduardo
Administrator
Registered: 2016-11-01
Website

Re: RE RS Enterprise's Data Edit Feature

Hi Thabo,

can you post the complete error stack when running this one? https://forum.reportserver.net/viewtopi … 7094#p7094

Regards,
Eduardo

Offline

#43 2020-03-06 12:51:58

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

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


Error.jpg

Thanks.

Offline

#44 2020-03-09 09:18:40

eduardo
Administrator
Registered: 2016-11-01
Website

Re: RE RS Enterprise's Data Edit Feature

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

#45 2020-03-10 06:24:34

Thabo
Member
Registered: 2019-08-29

Re: RE RS Enterprise's Data Edit Feature

Alright thanks....

Offline

Board footer

Powered by FluxBB