These release notes reflect the changes with respect to ReportServer RS3.0.1.
The demo data that is shipped with ReportServer used to be loaded into main memory on startup. The demo data datasource (called Demo Data) which is installed by default used to have the following JDBC URL
jdbc:h2:mem:demodata;DB_CLOSE_DELAY=-1
With ReportServer 3.0.2 the demo data is no longer loaded into main memory but it is loaded into a temporary file. Furthermore, it is loaded only in case the demo data is actually accessed. The jdbc URL accordingly changed to a dynamic URL which is handled by ReportServer. That is, to access the demo data you need an H2 database datasource with the following JDBC URL:
rs:demodata
Similarly, for accessing the Mondrian demo data you need to specify the jdbc url as
rs:mondrian:demodata
RS-2197 | Bug | Fix Layout in Scheduler: Executed Job Description |
RS-2210 | New Feature | Display java version during startup |
RS-2215 | Improvement | Allow CallbackRegistry to register hooks with priority |
RS-2221 | Bug | Multiple Birt datasources in datasource parameters display incorrect values (values of first parameter are used for all) |
RS-2226 | Bug | Script Parameter and DS Parameters with post processing should work without administration permissions |
RS-2231 | Bug | Unzip creates additional empty folders |
RS-2234 | Bug | Dadgets should not refresh if they are not visible |
RS-2242 | Improvement | Cancel MonetDB statements on database when user cancels request in Dynamic List |
RS-2244 | Improvement | Add Hook to take over database connection test |
RS-2248 | Improvement | Reload button for entire dashboard |
RS-2250 | Bug | Exception when user without create dashboard right accesses empty dashboard |
RS-2251 | Bug | Exception when user without create dashboard right tries to reorder dashboards |
RS-2260 | Bug | Schedule as File Report Jobs cannot be edited or deleted if the target folder was removed |
RS-2265 | Bug | Birt parameter extraction should propose datasource parameter for Boolean parameters |
RS-2267 | Bug | Startup fails if install path contains ReportServer |
RS-2268 | Bug | System context menu hides RS menu |
RS-2270 | Bug | Datasource Parameter with radio buttons does not select default value |
RS-2272 | Bug | Dadget library: Unable to use Static HTML Dadget |
RS-2273 | Bug | Library Dadget that points to report dadget with parameters cannot be used in dashboard |
RS-2274 | Bug | TeamSpace creators should be able to edit their TeamSpace |
RS-2275 | Improvement | Let EverybodyIsRootPam search for a super user if root does not exist or is not a super user. |
RS-2278 | Bug | Incorrect encoding in email text attachments |
RS-2279 | Improvement | Better support for non-ascii filenames |
RS-2282 | Improvement | Default User role should have execute permission for ReportServer access |
RS-2284 | Bug | Startup fails on Wildfly 10 |
RS-2285 | Improvement | Do not load h2 demo data into memory by default |
RS-2287 | Improvement | ScheduleScript should authenticate user before executing script |
RS-2290 | Bug | Map NCHAR SQL Columns to String |
RS-2292 | Improvement | scheduleScript list should display last execution time and last outcome |
RS-2294 | Improvement | Add SQLServer2012Dialect |
RS-2298 | Bug | Access denied when editing teamspace properties for ts with null description |
RS-2299 | Improvement | Allow to change index redirect with scripting |
RS-2301 | Bug | Password expiration not working properly |
RS-2302 | Improvement | Have ClientCertificatePam extract email from Subject if no SubjectAlternativeName found |
RS-2303 | Improvement | Ensure that popup windows are not too large |
RS-2304 | Bug | Scrollbar in Dynamic List template hides selection button |
RS-2306 | Improvement | Provide type ahead in dropdown parameters for easier selection |
RS-2307 | Improvement | Admin scheduler view: allow filter by report id and job id |
RS-2308 | Bug | FileSelectionParameter should also work in dashboards |
RS-2309 | Bug | Tree node selection in popup: single item remove does not work when multiple items can be selected (e.g., file selection parameter) |
RS-2310 | Bug | Dashboard layout not always correct on #reportexec calls |
RS-2311 | Improvement | Right-align numbers in HTML and PDF export of Dynamic Lists |
RS-2312 | Improvement | Update translations: Polish, Russian, Hungarian |