I am trying to modify the connection string of multiple packages through XML configuration, but I am confused on where exactly to replace the server name (databases have the same name). the Old server is EREUUWSSQLD1\UWS and the one I want the package to load data in is EREUXUBSQLD1\XUBER_REPORTS I tried modifying some values but my package still loading data into the old server and when I change all of them it gives me an error.
Could you please help me figure this out.
Configuration ConfiguredType="Property"
Path="\Package.Connections[EREUUWSSQLD1\UWS.GalaxyReportingDW].Properties[ConnectionString]" ValueType="String">Data Source=EREUXUBSQLD1\XUBER_REPORTS;Initial Catalog=GalaxyReportingDW;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;EREUXUBSQLD1\XUBER_REPORTSData Source=EREUXUBSQLD1\XUBER_REPORTS;Initial Catalog=GalaxyReportingStaging;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;
ValueType="String">EREUXUBSQLD1\XUBER_REPORTSData Source=EREUXUBSQLD1\XUBER_REPORTS;Initial Catalog=ReportingDataMart;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;EREUXUBSQLD1\XUBER_REPORTS