I have a record configured to sync data with an on-premise table using a 'SQL Server Data Source' connected system to connect to the database. Due to changing requirements, I’ve disabled the scheduled sync in the record type and deactivated the user ID on the SQL Server to prevent data fetching. However, I still see authentication requests to the server, which I believe are from the connected system object.
Is there a way to disable the connected system without deleting it?
Discussion posts and replies are publicly visible
I have updated the server address in the connection string to documentation ip address, 192.0.2.0/24
I was going to propose simply updating either the address or client_id to make it fail.