Good afternoon everyone, I hope you are doing well. Apologies, the text is translated from Spanish.
I am trying to test the connection to ms-sqlserver with jrdc2 and I am not successful
Steps
1. Change the jar file
'change based on the jdbc jar file
#AdditionalJar: jtds-1.3.1
2. configuracion
#DATABASE CONFIGURATION
DriverClass=net.sourceforge.jtds.jdbc.Driver
JdbcUrl=jdbc:jtds:sqlserver://192.168.1.228/siawin0
User=xxxx
Password=xxxxxx
#Java server port
ServerPort=17180
and the command
sql.test=SELECT top 10 * FROM in04
3. mssqlserver version 2019
4. En b4j show me:
jRDC is running (version = 2.23)
5. In browser
RemoteServer is running (12/24/2023 13:59:51)
Error fetching connection.
I appreciate any help, I can't find what else to change. Merry Christmas.
I am trying to test the connection to ms-sqlserver with jrdc2 and I am not successful
Steps
1. Change the jar file
'change based on the jdbc jar file
#AdditionalJar: jtds-1.3.1
2. configuracion
#DATABASE CONFIGURATION
DriverClass=net.sourceforge.jtds.jdbc.Driver
JdbcUrl=jdbc:jtds:sqlserver://192.168.1.228/siawin0
User=xxxx
Password=xxxxxx
#Java server port
ServerPort=17180
and the command
sql.test=SELECT top 10 * FROM in04
3. mssqlserver version 2019
4. En b4j show me:
jRDC is running (version = 2.23)
5. In browser
RemoteServer is running (12/24/2023 13:59:51)
Error fetching connection.
I appreciate any help, I can't find what else to change. Merry Christmas.