Show pageOld revisionsBacklinksODT exportBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. =====Overview===== In this section we will discover some issues with the JasperServer =====Data Source===== When creating a user for the Data source (ex. jasperreporting) feel free to give the following roles for SQL Server: - db_datareader - "GRANT VIEW DATABASE STATE TO user; Otherwise, you will have a problem when you try editing the domains. =====Allow non-admin users to change Passwords===== By default, non-admin users cannot change their passwords. To allow that, edit the following <Code:bash|Edit param file> <property name="allowUserPasswordChange" value="false"/> <!--note: if passwordExpirationInDays is positive, it will overwrite the above allowUserPasswordChange and the password changing UI will be displayed--> <property name="passwordExpirationInDays" value="0"/> </Code> In /WEB-INF/jasperserver-servlet.xml tibco_jasper_troubleshooting.txt Last modified: 2021/07/05 08:07by andonovj