You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access SQL Custom connection string is shown "java.lang.NullPointerException: Cannot invoke "String.replaceAll(String, String)" because "this.password" is null"
Environment
SHAFT_Engine 8.3.20240829
Desktop Browser: firefox
Desktop Browser Version: 131.0
To Reproduce
Steps to reproduce the behavior:
1- Declara Variable for the database driver
2- assign the database driver variable
3- initialize using a custom connection string using the Belwo format
"jdbc:sqlserver://[ServerIP] :1433 ;databaseName= [db name ] ;User= [DB UserName] ;Password=[DB Password in plain text not encrypted] ;MultipleActiveResultSets=true;TrustServerCertificate=True;"
Expected behavior
Connection should be successfully established
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
Access SQL Custom connection string is shown "java.lang.NullPointerException: Cannot invoke "String.replaceAll(String, String)" because "this.password" is null"
Environment
To Reproduce
Steps to reproduce the behavior:
1- Declara Variable for the database driver
2- assign the database driver variable
3- initialize using a custom connection string using the Belwo format
"jdbc:sqlserver://[ServerIP] :1433 ;databaseName= [db name ] ;User= [DB UserName] ;Password=[DB Password in plain text not encrypted] ;MultipleActiveResultSets=true;TrustServerCertificate=True;"
Expected behavior
Connection should be successfully established
Screenshots
The text was updated successfully, but these errors were encountered: