You are not logged in.
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:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
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:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
Hi, I am trying to setup reportserver comunity, and the ddl step (using mysql 8) fails here:
create table RS_MONDRIAN_DATASOURCE_CFG (
cube varchar(255),
id bigint not null,
primary key (id)
) CHARACTER SET utf8 COLLATE utf8_bin;
In mysql 8, CUBE is a reserver word..... (https://dev.mysql.com/doc/refman/8.0/en/keywords.html)
Offline
Hi gonzametal,
thanks for raising this issue, we are looking into this here: RS-3028
I will update here when I have more information.
We will probably rename this column in the next 3.0.4 version released in the next weeks.
Regards,
Eduardo
Offline
Hi gonzametal,
as I mentioned, these columns will be renamed in the next 3.0.4 version of reportserver. I already changed this.
Note that this does not imply mysql 8 support. For this, I raised ticket RS-3029 and I will update here when mysql 8 is supported.
Regards,
Eduardo
Offline
Hi gonzametal,
ReportServer 3.2.0 will support MySQL 8 (and MariaDB 10)
Regards,
Eduardo
Offline
Pages: 1