Communication between the Provisioning server and the MS SQL server relies on a JDBC connection. A URL specifies connection details to each server, as illustrated in the following examples:
jdbc:sqlserver://serverHost
jdbc:sqlserver://serverHost;integratedSecurity=true
jdbc:sqlserver://serverHost:1433;instanceName=instance1
jdbc:sqlserver://;serverName=<IPv6 address here>
jdbc:sqlserver://;serverName=<IPv6 address>;port=CA Portal;databaseName=<DB>
Note: For more details see Building the Connection URL on MSDN.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |