LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Sql server - connection settings

    Employee
    Posted 10-28-2014 15:06

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: mw9286

    Running BRE 5.0.0.1 Enterprise Version

    Connecting to SQL Server 2008 SR2

    Currently use Windows Authentication when connecting via Teradata SQL Assistant

    What should my password, DbUrl & DBDriver be set to use Lavastorm BRE to connect?

    Thank you


  • 2.  RE: Sql server - connection settings

    Employee
    Posted 10-28-2014 16:22

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: prashanth

    Hi,

    If you mean you are using the LAE client with one of the JDBC Query nodes to connect to sqlserver, the DbUrl should be of the format: jdbc:sqlserver://your_sql_server_name

    and DbDriver should be: com.microsoft.sqlserver.jdbc.SQLServerDriver as a default if the driver is available. The password is the database username's password.



    -Prashanth


  • 3.  RE: Sql server - connection settings

    Employee
    Posted 11-23-2015 15:00

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Mckaya

    Just 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


  • 4.  RE: Sql server - connection settings

    Employee
    Posted 11-23-2015 15:12

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: stonysmith

    Which error message are you getting?


  • 5.  RE: Sql server - connection settings

    Employee
    Posted 12-14-2015 21:45

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: william.murphy

    hi all,
    i'm also having issues connecting to a MS SQL database. The error is get is ERROR: failed to connect:login failed for user 'username'

    i've been using connection details as found all over various threads in the forum without any luck so far, including the above settings


  • 6.  RE: Sql server - connection settings

    Employee
    Posted 12-15-2015 06:22

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: mgajdosik

    Try to pass in username and password within DbUrl, something like jdbc:sqlserver://localhost;user=MyUserName;password=*****;


  • 7.  RE: Sql server - connection settings

    Employee
    Posted 12-15-2015 15:53

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: william.murphy

    sure, i've tried that too but get the same error. if i try to leave the username and pw field blank then the node doesnt run