Products | Versions |
---|---|
Spotfire Server | All Versions |
You may come across below error in Spotfire server logs(server.log) while saving Spotire server configuration to the Spotfire Server DB.
-------------
WARN 2018-02-14T17:36:49,770+0100 config.tool.ConfigApp: Error executing command import-config
com.spotfire.server.config.tool.CommandException: Error importing the new server configuration to the database: Unable to save configuration
at com.spotfire.server.config.tool.ImportCommand.run(ImportCommand.java:172) ~[server.jar:?]
at com.spotfire.server.config.tool.ConfigApp.executeCommand(ConfigApp.java:369) [server.jar:?]
at com.spotfire.server.config.tool.ConfigApp.access$400(ConfigApp.java:50) [server.jar:?]
at com.spotfire.server.config.tool.ConfigApp$RunScriptCommand.run(ConfigApp.java:627) [server.jar:?]
at com.spotfire.server.config.tool.ConfigApp.executeCommand(ConfigApp.java:369) [server.jar:?]
at com.spotfire.server.config.tool.ConfigApp.main(ConfigApp.java:458) [server.jar:?]
Caused by: com.spotfire.server.config.ConfigurationException: Unable to save configuration
at com.spotfire.server.config.DatabaseConfigurationProvider.insertConfigurationMSSQL(DatabaseConfigurationProvider.java:463) ~[server.jar:?]
at com.spotfire.server.config.DatabaseConfigurationProvider.saveConfiguration(DatabaseConfigurationProvider.java:361) ~[server.jar:?]
at com.spotfire.server.config.DatabaseConfigurationProvider.saveConfiguration(DatabaseConfigurationProvider.java:302) ~[server.jar:?]
at com.spotfire.server.config.tool.ImportCommand.run(ImportCommand.java:145) ~[server.jar:?]
... 5 more
Caused by: java.sql.SQLDataException: [tibcosoftwareinc][SQLServer JDBC Driver][SQLServer]La conversion d'un type de données varchar en type de données datetime a créé une valeur hors limites.
-------------
Translation : Converting a varchar data type to a datetime datatype has created a value out of bounds.