C

Tuesday, November 15th, 2022 4:54 PM

SQL Server Springboot integration

Hi @spring-team.collibra.com, i am trying to connect to SQL server, and would like to know, if you can help me with the Connection string for remote SQL server. Currently i am using the following:

sql.datasource.jdbc-url=jdbc:sqlserver://;databaseName=;TrustServerCertificate=True

sql.datasource.username=

sql.datasource.password=

However, i am getting the error as data source not found. Please let me know if i am missing anything

368 Messages

2 years ago

Hi @chumi.talukdar ,

Are you using a specific marketplace integration, or are you building a custom one?

If you would like to build an integration that connects to a database and imports the information to Collibra, we recommend using the following source code as a template:

Please follow the ‘Connecting to a different database’ section in the marketplace documentation if you want more information on the JDBC Spring boot properties. You can access this by selecting the ‘Documentation’ option in the link above.

Thanks

Loading...