Announcement

Migration of this forum

Dear users of this forum,

we are pleased to inform you that we will be updating the software behind this forum in the near future.

Existing posts, users and categories will remain untouched.

Important:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

Liebe Nutzer dieses Forums,

wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.

Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!

Wichtig:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#1 2023-06-26 13:24:27

unsi_2
Member
Registered: 2020-06-24

error when using _rs_temp tables ( csv datasources, birt...)

hi

we get error when trying to use _rs_temp tables ( csv datasources, birt...) in parameters for instance

this is the error:
net.datenwerke.gxtdto.client.servercommunication.exceptions.NonFatalException: The report could not be executed: NullPointerException: <br>    at net.datenwerke.rs.base.server.table.TableReportUtilityServiceImpl.getReturnedColumns(TableReportUtilityServiceImpl.java:295)<br>    at com.google.inject.persist.jpa.JpaLocalTxnInterceptor.invoke(JpaLocalTxnInterceptor.java:64)<br>    at ..


is some kind of memory issue? or related to the internal database?

kind regards

Offline

#2 2023-06-27 09:47:23

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: error when using _rs_temp tables ( csv datasources, birt...)

Hi unsi_2,

what exactly do you mean by "when trying to use _rs_temp tables ( csv datasources, birt...) in parameters for instance", can you pls post some screenshots?

Also pls post the complete error message and the following screenshot: administration -> system consoles -> general info

You can use http://imgbb.com for the images.

Regards,
Eduardo

Offline

#3 2023-06-28 10:57:10

unsi_2
Member
Registered: 2020-06-24

Re: error when using _rs_temp tables ( csv datasources, birt...)

yes, when trying to use a csv datasource for instance,

then queries have to use something like select * from _rs_Temp_table
we get a nullpointer exception.


*****
we have found the issue, a missing datasource name in /fileserver/etc/datasources/internaldb.cf


thanks

Last edited by unsi_2 (2023-06-28 11:37:40)

Offline

#4 2023-06-28 11:38:03

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: error when using _rs_temp tables ( csv datasources, birt...)

Hi unsi_2,

pls never use the _RS_TEMP_TABLE directly in your query wrapper.

You should use something similar to:
SELECT * FROM $!{_RS_TMP_TABLENAME}

as explained here:
https://reportserver.net/en/guides/admi … tasources/

4.18.2. Configuration at the Object

Regarding the "no internal database found" error, yes, pls configure your internal db in your internaldb.cf configuration file: https://github.com/infofabrik/reportser … ernaldb.cf

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB