SSIS: Step by step process to Load Sharepoint List data into Sql server table

1.First step we need to install Sharepoint List Source and destination connections adatoptor .

In one of our new application we need to pull the data from sharepoint list using SSIS package . for this we need to install sharepoint list source and Destination connections adaptors in sql server . those are available in codeplex site
http://sqlsrvintegrationsrv.codeplex.com/releases/view/17652

2. Once the sharepoint list source and Destination connections adaptors are installed we need to select them from the choose Toolbox Items .
For the this step  In BIDS select Tools Menu / choose Tool box items  then a window opens as shown below .


Select SSIS Data Flow Items Tab  and in that select sharepoint List Destination and SharepointList Source .
Now you are able to see the adaptors in BIDS toolbox as showm below.




3. To load the data from sharepointlist we need to select Dataflowtask and in that DFT we need to select sharepoint list source to connect the sharepoint list and get data
Drag and drop Sharepoint source to Data flow
4. Create connection for sharepoint by selecting SPCRED type connection manager .
5.Now we need to doubble click sharepoint list source to configure
On connection Managers tab  select the connection manager which we created in previous step


6.In Component Properties
Give sharepoint site URL in SiteURL field and Sitelist name  as shown below .



7. connect the output columns to oledb destination sql server  target table

Comments

  1. if removing ID : ERROR: you must map a column from the input for the ID output column if deleting data. help!

    ReplyDelete

Post a Comment

Popular posts from this blog

SSAS : A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. (Microsoft.AnalysisServices.AdomdClient). + Solution

SSIS Error : Unable to infer the XSD from the XML file. The XML contains multiple namespaces