Configuration settings is always an awkward subject that is because different developers have different preferences on how to do this. EIQ2 manages these connections via an environment variable. The environment variable points to an EIQ2 database “SSISConfig”, where flat file and database connection strings are held.
Note: Throughout this document, the following default server reference: “KB-SQL-01”, needs to change to reflect the correct name for the destination EIQ2 SQL server environment.
SELECT Convert(Varchar(200), ISNULL(SERVERPROPERTY(‘SERVERNAME’), HOST_NAME()))
Data Source=KB-SQL-01;Initial Catalog=SSISCONFIG;Provider=SQLNCLI11;Integrated Security=SSPI;Auto Translate=False
Note: For the above windows environment variable to become active, a server reboot is required