Title: BizTalk Adapter Pack SAP SSIS integration
1SAP SQL Server 2005 Integration
ServicesIntegration (Entry level)
Microsoft CorporationSAP-Microsoft
Competence Center (Tokyo)
2Landscape
Regioninfo table(T005U)
Flat text file
SAP R/3SAP ERP
33. SQL Server Integration Services package
development
- Creating an Integration Services project
- Creating an ADO .NET connection for SAP
- Designing SAP table extract and data load
- Debugging the package
- Executing the package
4SQL Server BI dev studio
3-1. Creating an Integration Services project
5SQL Server BI dev studio
3-2. Creating a new ADO .NET connection for SAP
6SQL Server BI dev studio
3-3. Designing SAP table extract and data load
7SQL Server BI dev studio
3-3. Designing SAP table extract and data load
8SQL Server BI dev studio
3-3. Designing SAP table extract and data load
9SQL Server BI dev studio
3-3. Designing SAP table extract and data load
10SQL Server BI dev studio
3-3. Designing SAP table extract and data load
11SQL Server BI dev studio
3-3. Designing SAP table extract and data load
12SQL Server BI dev studio
3-4. Debugging the package
13SQL Server BI dev studio
3-5. Executing the package
14Disabling data validation
- ADO provider by default does not handle garbage
values in the DATS/TIMS column. There is a
workaround - SELECT FROM TABLE should instead be SELECT
FROM TABLE OPTION disabledatavalidation - The DATS/TIMS column will be exposed as Strings
instead of .NET DateTime
15(No Transcript)