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 2017-12-18 14:18:28

xeijin
Member
Registered: 2017-12-18

ReportServer & SQLite?

Hello,

I want to run a local instance of ReportServer (just for myself, so can be considered 'non-production'), but I don't want the overhead and maintenance of having to install a database server like MySQL or Postgres just to run the application.

I'd prefer to use SQLite if possible, after some research it appears:

1. There is a Hibernate dialect for SQLite: https://github.com/gwenn/sqlite-dialect
2. There is also a JDBC driver: https://github.com/xerial/sqlite-jdbc

However I'm unsure on how to:

a. Add the hibernate dialect to ReportServer
b. Create & setup the necessary tables (since there is obviously no ddl script for SQLite)

Could anyone point me in the right direction?

Offline

#2 2017-12-18 14:39:50

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: ReportServer & SQLite?

Hi xeijin,

please take a look to the tutorial on adding support for other databases here: https://reportserver.net/blog/2013/06/2 … -firebird/
In the tutorial you can see the example of firebird. It should work analogously for SQLite.

If it works for you, we would be happy if you send us the files/scripts you use, so we may consider adding official support for SQLite in a future reportserver version.

Regards,
Eduardo

Offline

#3 2019-07-31 08:12:42

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: ReportServer & SQLite?

Hi xeijin,

we are working on adding SQLite support, but this only will be for adding datasources. For the reportserver metadata, you will still have to install a db.
An alternative for this is just to install the bitnami package, where you just have to click "next next next" and everything will be installed and configured for you. It is really easy to install and you don't have to configure anything. Check our bitnami downloads here: (installer packages): https://reportserver.net/en/download/

Regards,
Eduardo

Offline

#4 2020-08-19 11:42:49

Martin
Member
Registered: 2020-08-19

Re: ReportServer & SQLite?

Hello,

same problem here.

I have a SQLite database with installed SQLite ODBC driver on Windows 10.
Using JasperReports Studio, I can create Jasper Reports (jxml) connecting the SQLite db via JDBC (Driver: org.sqlite.JDBC, URL: jdbc:sqlite:C:\DATA\DB\SQLite).

Now I installed ReportServer via bitnami installer and the demo reports works fine in the installed ReportServer.
But Ican't see any way to create a SQLite Datasource in the ReportServer.
The Solution "adding support for other databases..." in this thread is not working on any step.

After searching the web for some hours - I put my question now here. Any help possible?

Many Thanks
Martin

Offline

#5 2020-08-24 06:50:31

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: ReportServer & SQLite?

Hi Martin,

Martin wrote:

The Solution "adding support for other databases..." in this thread is not working on any step.

what exactly is not working ?

Regards,
Eduardo

Offline

#6 2022-06-23 14:53:33

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: ReportServer & SQLite?

Hi Martin and xeijin,

pls note that the next ReportServer 4.2.0 will probably have support for SQLite datasources. Note that this does not mean you will be able to install ReportServer on SQLite, but you will be able to create/query/edit SQLite datasources.

Regards,
Eduardo

Offline

#7 2022-06-30 09:38:16

IF_Eduardo
Administrator
Registered: 2016-11-01
Website

Re: ReportServer & SQLite?

Hi Martin and xeijin,

pls note that ReportServer 4.2.0 is released where SQLite datasources are supported. Note that this does not mean you will be able to install ReportServer on SQLite, but you will be able to create/query/edit SQLite datasources.

Release notes: https://reportserver.net/releasenotes/R … tml#sqlite

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB