For a standard Blue Prism installation you will need to set up
2 connection types.
Connection Type 1 is between the Application Server and the Database. For this connection (which is configured on the Application Server), you would choose one of:
- SQL Server (SQL Authentication)
- SQL Server (Windows Authentication)
- Availability Group (SQL Authentication)
- Availability Group (Windows Authentication)
- SQL Server (Custom Connection String)
The one you choose depends on
- Whether you are using an Availability Group or just a single MSSQL instance
- What type of authentication will you use to connect to the database
Availability Groups are a MSSQL Server Enterprise edition HA/DR feature. More information about this is available here:
https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/always-on-availability-groups-sql-server?view=sql-server-ver15Connection Type 2 is between the Interactive Clients/Runtime Resources and the Application Server. For this, you will choose (on the ICs/RRs) the
Blue Prism Server connection type. After choosing this connection type, you will be asked to choose a connection mode.
There are also six different connection modes (note the difference between connection types and the connection mode, which is only for the BP Server connection type):
https://bpdocs.blueprism.com/bp-6-8/en-us/helpBPServer.htm?Highlight=connection%20mode#Server
- WCF: SOAP with Message Encryption & Windows Authentication
- WCF: SOAP with Transport Encryption & Windows Authentication
- WCF: SOAP with Transport Encryption
- .NET Remoting: Secure
- .NET Remoting: Insecure
- WCF: Insecure
The connection mode that is chosen in the BP Server and the connection mode of the IC/RRs must be the same.
------------------------------
James Man
Professional Services
Blue Prism
Asia/Hong_Kong
------------------------------