<?xml version="1.0" encoding="UTF-8" ?> <!-- SSIS config file for use with the EPS_DTExec class --> <config> <env> <!-- production --> <computer> <name>prod_boy</name> <package> <name>food_services</name> <package_path>D:\ssis_packages\food_services\student_extract.dtsx</package_path> <config_path>d:/ssis_packages/food_services/food_services_config.xml</config_path> <report_path></report_path> </package> </computer> <!-- staging --> <computer> <name>staging_computer</name> <package> <name>food_services</name> <package_path>D:\ssis_packages\food_services\student_extract.dtsx</package_path> <config_path>d:/ssis_packages/food_services/food_services_config.xml</config_path> <report_path></report_path> </package> </computer> <!-- development --> <computer> <name>plondar</name> <package> <name>test_package_1</name> <package_path>d:/ssis_packages/packages/test_package_1.dtsx</package_path> <config_path>d:/ssis_packages/packages/test_package_config.xml</config_path> <report_path>d:/temp/report</report_path> </package> <package> <name>test_package_2</name> <package_path>D:/ssis_packages/packages/testpackage2.dtsx</package_path> <config_path>d:/ssis_packages/packages/test_package2_config.xml</config_path> </package> </computer> </env> </config>