Bryan Geiger
Bryan Geiger
Wow, thank you for the quick response, very impressive. Below is the only script I am attempting to execute in the package. In regards to your second comment, I tried...
Tried your suggestion, same error, below is a simplified version. ``` cls $path = 'D:\GN\db-crm\' $user = 'user' $pass = 'pass' $server = 'server\instance' #tried {{server}},{{port}} & {{server}}\{{instnace}} $db =...
Seeing same issues with DBeaver Version 24.1.1.202406231636 and jdbc driver 2.1.0.29
downgraded to jdbc driver 2.1.0.28 with DBeaver Version 24.1.1.202406231636 and its working, thank you.