03-06-21 04:07 PM
Answered! Go to Answer.
04-06-21 03:21 PM
Hi Matthew,
It looks like you are using SQL LocalDB which is a stripped down bare minimum installation of SQL Server, basically just enough components to start and run the database engine. Unfortunately SQL LocalDB only supports the Named Pipes client protocol and the JDBC driver used by Data Gateways does not support Named Pipes but exclusively uses TCP/IP for its database connections. To get around this you could look to install SQL Server Express locally on your laptop and configure Blue Prism to create a new database on the SQL Server Express instance, this would allow you to make use of data gateways.
Regards
Chris
03-06-21 07:11 PM
04-06-21 03:21 PM
Hi Matthew,
It looks like you are using SQL LocalDB which is a stripped down bare minimum installation of SQL Server, basically just enough components to start and run the database engine. Unfortunately SQL LocalDB only supports the Named Pipes client protocol and the JDBC driver used by Data Gateways does not support Named Pipes but exclusively uses TCP/IP for its database connections. To get around this you could look to install SQL Server Express locally on your laptop and configure Blue Prism to create a new database on the SQL Server Express instance, this would allow you to make use of data gateways.
Regards
Chris
04-06-21 03:41 PM