Database Types Using Custom Port Number
Article # 3048610 - Page views: 16
Issue
Is it possible to create database types using custom ports?
Solution
Yes. JDBC connection strings are generic. For example, using Microsoft JDBC examples from their documentation page:
https://docs.microsoft.com/en-us/sql/connect/jdbc/building-the-connection-url?view=sql-server-ver16
Configure a custom port number of 12345 as follows:
jdbc:sqlserver://${ServerName}:12345;databaseName=${Schema}
Level of Complexity
Easy
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
RPA |
11.x 10.x |
References
Add any references to other internal or external articles
Article # 3048610