Installation and upgrade issues
Unable to access TrueSight Smart Reporting after an upgrade
You have upgraded TrueSight Smart Reporting - Platform to the latest version, and the upgrade is successful. However, when you access TrueSight Smart Reporting - Platform, you encounter errors. If you try to run the upgrade again, you cannot access TrueSight Smart Reporting - Platform and some database-related errors are displayed.
Solution
After upgrading TrueSight Smart Reporting - Platform once, do not run the upgrade again. Restart the TrueSightSmartReporting service to avoid this issue.
Unable to install TrueSight Smart Reporting on Windows because of a database error
If you are installing TrueSight Smart Reporting - Platform by using the SQL Server database and the authentication mode is Windows, you might see the following message, and the installation does not proceed:
ALTER AUTHORIZATION ON database:yellowfin TO <domain name>\<login name>
Solution
- Manually create the database.
- In the command line interface, run the following command:
alter authorization on database::yellowfin TO "<domain name>\<login name>" - Launch the installer and start the installation process.
- While entering the database details, clear the Create new database check box.
- Enter the details of the database that you manually created.
- Complete the installation process.
Unable to view the TrueSightSmartReporting service
After installing TrueSight Smart Reporting - Platform, you might not be able to view the TrueSightSmartReporting service. This can happen because of one or more of the following reasons:
- The JAVA_HOME path is not set correctly.
- The Install Windows service option was not selected during the TrueSight Smart Reporting - Platform installation.
Solution
Create a service for TrueSight Smart Reporting - Platform. Do the following:
- On the computer where you installed TrueSight Smart Reporting - Platform, set the JAVA_HOME variable to point to the JDK.
- Navigate to the following directory and open the command prompt
<installation directory>\appserver\bin. - Run the following command:
service.bat install TrueSightSmartReporting