Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Connection failure. You must change the Database Settings.
java.lang.RuntimeException: java.sql.SQLException: I/O Error: Socket closed
Start studio with vm argument -Djsse.enableCBCProtection=false
and in the db wizard add additional param encrypt=true;trustServerCertificate=true;ssl=require .
It can make the db wizard work without problem .
When run a job with MSSQL component , need to add vm argument -Djsse.enableCBCProtection=false
in Run view > advanced settings > Use specific JVM arguments.