PHP Classes

File: config.xml

Recommend this page to a friend!
  Classes of David Passey   ZEND_EPS_DTEXEC   config.xml   Download  
File: config.xml
Role: Auxiliary data
Content type: text/plain
Description: XML config file
Class: ZEND_EPS_DTEXEC
Execute Microsoft SSIS packages using dtexec tool
Author: By
Last change: Change of node structure.
Date: 12 years ago
Size: 5,915 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <!-- EPS master configuration file --> <!-- Note: Do NOT delimit multiple values with commas as the comma is most likely to be used to parse a value string! --> <!-- @version 1.2, 04.21.2011 --> <!-- @since 1.1, 03.31.2011 Added XML document and schema definitions [DPassey] --> <!-- @since 1.0 03.25.2011 Restructure of nodes, added dtexec node [DPassey]--> <config> <!-- environment configurations --> <environment> <!-- sandbox --> <computer> <name>plondar</name> <database> <host>localhost</host> <port /> <user></user> <password></password> <access>a</access> <connection>pdo_mssql</connection> <instance /> <protocol /> <name /> </database> <database> <host>webdev2</host> <port /> <user></user> <password></password> <access>r</access> <connection>pdo_mssql</connection> <instance>dev</instance> <protocol /> <name /> </database> <database> <host>localhost</host> <port /> <user></user> <password></password> <access>w</access> <connection>pdo_mssql</connection> <instance /> <protocol /> <name /> </database> <database> <host>ldap://everett.k12.wa.us</host> <port>636</port> <user></user> <password></password> <access>r</access> <connection>ldap</connection> <instance></instance> <protocol /> <name /> </database> </computer> <!-- staging --> <!-- production --> </environment> <globals> <xml_dochead> &lt;?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?&gt; </xml_dochead> <xml_docroot> eps </xml_docroot> <xsd_head> &lt;xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt; </xsd_head> <ldap> <output_file_path>c:/ssis/data/ad_user_data.dat</output_file_path> </ldap> </globals> <!-- SSIS DTEXEC configuration --> <!-- For use with the EPS_DTExec class --> <dtexec> <computer> <name>plondar</name> <package> <name>its.sync.userinfo</name> <package_path>c:/ssis/packages/sync_ad_user_info.dtsx</package_path> <config_path/> <report_path>c:/ssis/logs/sync_ad_user_info.xml</report_path> </package> <package> <name>tr.student.extract</name> <package_path>c:/ssis/packages/tr_student_extract.dtsx</package_path> <config_path>c:/ssis/config/tr_student_extract_config.xml</config_path> <report_path>c:/ssis/logs/tr_student_extract.log</report_path> </package> <package> <name>fs.student.extract</name> <package_path>c:/ssis/packages/fs_student_extract.dtsx</package_path> <config_path/> <report_path>c:/ssis/logs/fs_student_extract.log</report_path> </package> <package> <name>fs.meal.status.import</name> <package_path>c:/ssis/packages/fs_meal_status_extract.dtsx</package_path> <config_path/> <report_path>c:/ssis/logs/fs_meal_status_extract.log</report_path> </package> <package> <name>fi.pos.extract</name> <package_path>c:/ssis/packages/fi_pos_student_extract.dtsx</package_path> <config_path/> <report_path>c:/ssis/logs/fi_pos_student_extract.log</report_path> </package> <package> <name>ss.student.extract</name> <package_path>c:/ssis/packages/ss_student_extract.dtsx</package_path> <config_path>c:/ssis/config/ss_student_extract_config.xml</config_path> <report_path>c:/ssis/logs/ss_student_extract.log</report_path> </package> <package> <name>ss.seas.extract.import</name> <package_path>c:/ssis/packages/ss_extract_import.dtsx</package_path> <config_path></config_path> <report_path>c:/ssis/logs/ss_extract_import.log</report_path> </package> <package> <name>its.sync.databases</name> <package_path>c:/ssis/packages/its_sync_databases.dtsx</package_path> <config_path/> <report_path>c:/ssis/logs/its_sync_databases.log</report_path> </package> <package> <name>its.ar.data.extracts</name> <package_path>c:/ssis/packages/its_ar_data_extracts.dtsx</package_path> <config_path/> <report_path>c:/ssis/logs/its_ar_data_extracts.log</report_path> </package> <package> <name>com.coned.extracts</name> <package_path>c:/ssis/packages/com_coned_extracts.dtsx</package_path> <config_path/> <report_path>c:/ssis/logs/com_coned_extracts.log</report_path> </package> <package> <name>ath.student.extracts</name> <package_path>c:/ssis/packages/ath_student_extracts.dtsx</package_path> <config_path>c:/ssis/config/ath_student_extracts_config.xml</config_path> <report_path>c:/ssis/logs/ath_student_extracts.log</report_path> </package> <package> <name>fs.k3.far.extract</name> <package_path>c:/ssis/packages/fs_k3_far_extract.dtsx</package_path> <config_path/> <report_path>c:/ssis/logs/fs_k3_far_extract.log</report_path> </package> <package> <name>fi.asset.management.csv</name> <package_path>c:/ssis/packages/fi_asset_management.dtsx</package_path> <config_path>c:/ssis/config/fi_asset_management.xml</config_path> <report_path>c:/ssis/logs/fi_asset_management.log</report_path> </package> </computer> </dtexec> </config>