We had a SQL server failure and standing up a new one, which is used primarily for Excel reports. The connection sting previously used is below. With the new SQL server I am certain it is just some settings to allow this but can't quite figure out the settings on the new server. The change I have made is to set Server authentication to SQL Server and Windows Authentication mode. Thanks for any help
DRIVER=SQL Server;SERVER=sqlserver.domain.com;UID=SQLAdmin;Trusted_Connection=Yes;APP=Microsoft Office 2013;WSID=SYSTEM;DATABASE=master