Products | Versions |
---|---|
Spotfire Server | 14.2.0 |
When running the create_databases.bat script on Windows, the following error is observed:
C:\scripts\mssql_install> create_databases.bat Press CTRL+C to stop at any time Connection identifier (e.g. 'SERVER\MSSQL_INSTANCENAME') DBSERVER_CONNECTIDENTIFIER: mydbhost\myinstance Database administrator username DBSERVER_ADMIN_USERNAME [sa]: sa Database administrator password (warning: password will be visible in clear) DBSERVER_ADMIN_PASSWORD: ************ Name of the Spotfire server database to create SPOTFIREDB_DBNAME [spotfire_server]: spotfire_server Name of the Spotfire server database user to create SPOTFIREDB_USERNAME: sfdbuser Password for the Spotfire server database user (warning: password will be visible in clear) SPOTFIREDB_PASSWORD: ************ You have supplied the following information: DBSERVER_CONNECTIDENTIFIER: mydbhost\myinstance DBSERVER_ADMIN_USERNAME: sa DBSERVER_ADMIN_PASSWORD: ******** SPOTFIREDB_DBNAME: spotfire_server SPOTFIREDB_USERNAME: sfdbuser SPOTFIREDB_PASSWORD: ******** Would you like to use the above information to create the spotfire server database? [y/n]: y Creating Spotfire Server tables Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Named Pipes Provider: Could not open a connection to SQL Server [53]. . Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : Login timeout expired. Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..
C:\scripts\mssql_install> telnet mydbhost 1433 C:\scripts\mssql_install> portqry -n mydbhost -p tcp -e 1433