The SSIS package was setup to run with a local instance. If a local instance is not actively running when the package is open, it will take awhile to open it because SSIS tries to verify the instance existence. 



Procedures to Changes from Local Instance: 


Note: For instances using the default instance, only the server name is used.


1) Modify variable SRV_Conn value to the server/instance
   
	To change the variable
	
	Right click on the empty panel for the Control Flow Tab. 
	Select Variables. 
	
	Change the value for the variable SRV_Conn to the server/instance


2) Change the connection managers to the server/instance

	QASRV.SQL_Overview
	
	Double click on the connection QASRV.SQL_Overview
	Change Server name: to server/instance
	Click Test Connection
	Click OK
   

	ADONET.SQL_Overview
	
	Double Click on the connection ADONET.SQL_Overview
	Change Server name: to server/instance
	Click Test Connection
	Click OK
   



