Customer Portal

SQLExpress Database Connection URL Format Help Request

Comments 3

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi Jonathan,

    It seems that for SQL Express it is not allowed to pick instance (as only one is allowed). Try to change your url to:

    jdbc:jtds:sqlserver://manwk005:1433/DataWarehouse-Test


    In this format it works for me. (if DataWarehouse-Test is db name)
  • Avatar
    admin
    0
    Comment actions Permalink
    Or alternatively it may work: jdbc:jtds:sqlserver://manwk005:1433;databaseName=DataWarehouse-Test;instance=SQLEXPRESS

    There is issue https://bug.javlin.eu/browse/CLO-2338 fixed in upcoming 3.5 version.
  • Avatar
    jdelfraisse
    0
    Comment actions Permalink
    Thank you for the quick information. I was able to enter the recomended URL in the system. Now on to getting it to connect, which I think might be the sql user setup.

Please sign in to leave a comment.