Symantec IGA

 View Only
  • 1.  DB Objectstore in MSSQL with Windows Integrated Authentication

    Posted Jan 13, 2020 07:59 AM
    Hi guys,

    I'm try to install Identity Suite 14.3 on Linux server with objectstore on MS SQL server.
    I have 1 SQL credential and 1 Domain credential for SQL DB.
    If I use SQL credential its works fine, but if I change datasources on standalone xml to works with JTDS driver its fail.
    JTDS datasource can connect the database correctly (testing connection via jboss cli), but im application fails deploy.

    JTDS 1.3.1 driver is supported?
    Someone has configured JBoss on Linux box to connect with the objectstore in MS SQL with Windows Integrated Authentication?

    Thanks in advance.


  • 2.  RE: DB Objectstore in MSSQL with Windows Integrated Authentication
    Best Answer

    Broadcom Employee
    Posted Jan 13, 2020 10:47 AM
    Hello,

    The JTDS 1.3.1 driver has not been certified.  There might be some information in this link that might help you.
    https://github.com/dbeaver/dbeaver/issues/3320

    Thanks,
    Marc

    ------------------------------
    Thanks,
    Marc

    ====================
    Perhaps there are others in the communities who have experience in doing this and we invite them to comment here also.

    Another option may be to reach out to our partner HCL Technologies to see in what way they can assist further. The Enterprise Studio team of HCL can be reached at enterprisestudio@hcl.com. https://www.hcltech.com/enterprise-studio
    ------------------------------



  • 3.  RE: DB Objectstore in MSSQL with Windows Integrated Authentication

    Posted Jan 13, 2020 11:26 AM
    Thanks Marc for your reply.
    So, which is the certified solution for this requirement: authenticate on MS SQL datastore with windows integrated authentication ?

    Thanks