Spotfire Server bootstrap file creation fails with error "Invalid object name 'SN_VERSION"
Solution:
When you try to create a bootstrap file using the Spotfire Server configuration tool, it may fail with an error message similar to this example (which is for a case in which Microsoft SQL Server is used for the Spotfire database):
Error connecting to the specified data source: [tibcosoftwareinc][SQLServer JDBC Driver][SQLServer]Invalid object name 'SN_VERSION'.
Resolution:
1) Make sure you have created the Spotfire Server database using the appropriate script from the Spotfire Server software installation bundle.
Examples:
\TIB_sfire_server_14.0.10_win\scripts\mssql_install\create_databases.bat
\TIB_sfire_server_14.0.10_win\scripts\oracle_install\create_databases.bat
2) Confirm that you are using correct database instance for creating the bootstrap file.
3) Make sure the SN_VERSION table does exist in your Spotfire Server database instance.
Comments
0 comments
Article is closed for comments.