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
Hello, I'm new to Reporting Service. I'm trying to connect to a SQL Server 2012 database, but after log confirmation this error appears. So the Report does not start.
I modified sql to create a "longvarchar" column, but sql does not support this format.
### DB Config ###
hibernate.dialect: org.hibernate.dialect.SQLServerDialect (OK)
hibernate.connection.driver_class: com.microsoft.sqlserver.jdbc.SQLServerDriver (OK)
hibernate.connection.url: jdbc:sqlserver://localhost:1433 (OK)
hibernate.connection.username: sa
hibernate.connection.password: ***********
hibernate.default_schema:
Connection Test: OK
Schema Version: RS3.0-15
Schema-validation: wrong column type encountered in column [value] in table [RS_AUDIT_LOG_PROPERTY]; found [varchar (Types#VARCHAR)], but expecting [text (Types#LONGVARCHAR)]
Last edited by betotres (2020-02-21 19:32:23)
Offline
Hi betotres,
how did you perform installation? Manual installation ?
What exact drivers are you using for your SQLServer?
And which reportserver version are you using? rsversion.properties
Regards,
Eduardo
Offline
Pages: 1