Install 7.4.11 'could not find repository_server'

Resolved: the name of the server is the name of the database, 'repository_server'
Working the problem at too late a level in the instructions. duh.
Failing at install of a 7.4.11 on a Windows Server 2012R2.
Haven't found the secret sauce to get this running.
Server 2012 R2
Servoy 7.4.11
MS SQL Server 2014, driver sqljdbc_7.2.2.0_enu.exe
Java 32-bit (due to connecting to a 3rd party)
Port is 1433. Error log shows unable to locate 'repository_server'
'could not find repository_server'
URL: jdbc:sqlserver://localhost:1433;DatabaseName=repository_server
class: com.microsoft.sqlserver.jdbc.SQLServerDriver
and user/password entries
TCP/IP is enabled and active with other databases.
Tried these iterations and others:
jdbc:sqlserver://;DatabaseName=repository_server;SelectMethod=cursor
jdbc:sqlserver://localhost:1433;DatabaseName=repository_server;SelectMethod=cursor;autoReconnect=true
jdbc:sqlserver://10.0.0.10:1433;DatabaseName=repository_server;SelectMethod=cursor;autoReconnect=true
Any suggestions?
Is there a conflicting driver in the drivers directory that might interfere with the new driver? (I did attempt install without a new driver as well.)
Thanks,
--Joe.
Working the problem at too late a level in the instructions. duh.
Failing at install of a 7.4.11 on a Windows Server 2012R2.
Haven't found the secret sauce to get this running.
Server 2012 R2
Servoy 7.4.11
MS SQL Server 2014, driver sqljdbc_7.2.2.0_enu.exe
Java 32-bit (due to connecting to a 3rd party)
Port is 1433. Error log shows unable to locate 'repository_server'
'could not find repository_server'
URL: jdbc:sqlserver://localhost:1433;DatabaseName=repository_server
class: com.microsoft.sqlserver.jdbc.SQLServerDriver
and user/password entries
TCP/IP is enabled and active with other databases.
Tried these iterations and others:
jdbc:sqlserver://;DatabaseName=repository_server;SelectMethod=cursor
jdbc:sqlserver://localhost:1433;DatabaseName=repository_server;SelectMethod=cursor;autoReconnect=true
jdbc:sqlserver://10.0.0.10:1433;DatabaseName=repository_server;SelectMethod=cursor;autoReconnect=true
Any suggestions?
Is there a conflicting driver in the drivers directory that might interfere with the new driver? (I did attempt install without a new driver as well.)
Thanks,
--Joe.