I am using Microsoft SQL Server app from SOAR to connect one Microsoft SQL Server. But getting below error while checking the connection.
App 'Microsoft SQL Server' started successfully (id: 1660812594017) on asset: 'efi_test'(id: 104)
Loaded action execution configuration
Error authenticating with database
(20002, b'DB-Lib error message 20002, severity 9:\nAdaptive Server connection failed (myserver.com)\n')
1 action failed Unable to connect to host: myserver.com
I am able to connect the server via SSMS using provided credentials.
... View more