Configure the integration server
-
Locate the
MsDtsSrvr.ini.xml
file.Depending on your operating system and version of SQL, this is default location for this file:
-
Microsoft SQL Server 2019
C:\Program Files\Microsoft SQL Server\150\DTS\Binn
– or –
C:\Program Files(x86)\Microsoft SQL Server\150\DTS\Binn
-
Microsoft SQL Server 2017
C:\Program Files\Microsoft SQL Server\140\DTS\Binn
– or –
C:\Program Files(x86)\Microsoft SQL Server\140\DTS\Binn
-
Microsoft SQL Server 2016
C:\Program Files\Microsoft SQL Server\130\DTS\Binn
– or –
C:\Program Files(x86)\Microsoft SQL Server\130\DTS\Binn
-
Microsoft SQL Server 2014
C:\Program Files\Microsoft SQL Server\120\DTS\Binn
– or –
C:\Program Files(x86)\Microsoft SQL Server\120\DTS\Binn
-
-
In a text editor, access
MsDtsSrvr.ini.xml
. -
Edit the Server setting to the Microsoft SQL Server that is
being used. For example:
<ServerName><MySQLServer>\<MySQLServerInstance></ServerName>
Where MySQLServer is the Microsoft SQL Server name and MySQLServerInstance is the instance name.
- Save and close the file.
- Restart the Integration Services.