You are not logged in.
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