Hello,

I am starting to playing with ST Synchronizer (version 4.1.7.0), downloaded from https://www.rdctools.com/downloads/
I want to get a STS from a SQL database that use connection IDs.

Let's say that I have the following DFConnId.ini
Code:
[connection1]
id=MyConnectionID
driver=MSSQLDRV
connection=SERVER=LOCALHOST\SQLEXPRESS;DATABASE=MyDB
trusted_connection=yes
At database login properties dialog I setup:
  • Database Driver: MSSQLDRV
  • Select or Enter a Server Name: LOCALHOST\SQLExpress
  • Use Connection ID: true
  • Connection ID: MyConnectionID
  • Options: (empty)
  • Use Windows Authentication: true
  • User Name: (empty)
  • Password: (empty)
  • Database: MyDB
  • Schema: dbo


With this settings I can login successfully (Test Login button).

When I press on DB Read and then Start Process I get error 12293: [Microsoft][SQL Server Native Client 11.0]No es válido el valor especificado para el atributo de cadena de conexión 'TRUSTED_CONNECTION'

Google translate says: The value specified for the connection string attribute 'TRUSTED_CONNECTION' is not valid

Any idea?

Regards.