Login failed for user '*******'. ClientConnectionId:5b30fcf0-0337-4e79-be14-5a151e484245.
Resolution :
This plugin is only valid for SQL Server Authentication and not for Windows Authentication. By default, most MSSQL servers have Windows Authentication enabled.
So first, verify if the username/password works from SQL server management studio using SQL Server Authentication and then test the connection from process studio.
For more information kindly refer to the below link :