Streamlining Data Warehouse Loading and SSIS Package Execution Instructions
This guide explains how to efficiently load data to your data warehouse using SSIS packages, access error logs, and troubleshoot data errors. Includes step-by-step instructions and file paths.
Streamlining Data Warehouse Loading and SSIS Package Execution Instructions
E N D
Presentation Transcript
Ad Hoc Loading of Data to Data Warehouse • Access the data sources folder path: \\192.168.10.13\data_sources\FOXPRO • Access SSIS Package path: \\192.168.10.14\ssis package • Choose the folder of the Package to be run (ex: ADSM sources -> ADSM_PROJECT) • Run the following packages ADSM_EXTRACT -> ADMS_STAGING-> ADMS_TRANSFORM -> ADSM_LOAD
Ad Hoc Loading of Data to Data Warehouse cont. • Access the error log text file for package errors Path: \\192.168.10.14\error_log Look for the text file with the same filename of the run package. (ex: package: adsm_extract error log: adsm_extract.txt) • Check data error by accessing path: \\192.168.10.14\dwreports\REPORTS_ERROR
Scheduled SSIS Package • Access the data sources folder the day before the package is scheduled to run path: \\192.168.10.13\data_sources\FOXPRO • Wait for the email if the run is successful or not. • If successful, Check data error by accessing path: \\192.168.10.14\dwreports\REPORTS_ERROR
Scheduled SSIS Package cont. • If the SSIS package failed check the path given in the email.