Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: MckayaJust new to this Thread but am experiencing the same issue.
Standard JDBC node to SQLserver -
DbUrl jdbc:sqlserver://{ServerName};1433;databaseName={DatabaseName}
DbDriver com.microsoft.sqlserver.jdbc.SQLServerDriver
I have even tried to manually turn off Integrated Auth with..
jdbc:sqlserver://{ServerName};databaseName={DatabaseName},integrate dSecurity=false;
Still No Joy!
Cheers,
Mac