Quantcast
Channel: Microsoft SQL Server Community Samples: Integration Services
Viewing all 582 articles
Browse latest View live

New Post: Unable to find SharePointUtility.dll on my computer

$
0
0
This is an older post, but I am experiencing the same challenge where I see the SharePointUtility in the GAC, but it is not available to add as a reference in my script task. The resolution indicated by cpassuel was not successful for me. I am fairly new to scripting and have been searching for a resolution with no luck. Any guidance is very much appreciated.

New Comment on "SharePoint List Adapters"

$
0
0
Hi guys, I am trying to add it to my toolbox in 2012. No matter what I do, I have followed the suggestions they give, I cant pull it into my toolbox. any suggestions? There is an x86 and an x64 version. I have tried both. also both run as admin. no luck. (There is no SSIS Data Flow Items tab,)

New Post: Unable to find SharePointUtility.dll on my computer

$
0
0
Okay, it looks like I finally was able to add this from the VSTA Project Explorer References.

Reopened Issue: Potential metadata corruption [19239]

$
0
0
__SharePointListAdaptersSetup - 2013-01 Beta__

gives the following error on SSDT2012 against SP2013:

Title: Editing Component

The component has detected potential metadata corruption during validation.
Error at Data Flow Task 1 [SharePoint List Source [1]]: System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter.ResetConnection()
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter.InitializeObject(Uri sharepointUri, NetworkCredential credential)
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListServiceUtility.GetFields(Uri sharepointUri, NetworkCredential credentials, String listName, String viewName)
at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.GetAccessibleSharePointColumns(String sharepointUrl, String listName, String viewName)
at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.ValidateSharePointColumns()
at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.Validate()
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostValidate(IDTSManagedComponentWrapper100 wrapper)

Created Unassigned: Installation not successful (repeated) [19855]

$
0
0
OS: Windows 2008 R2 E
SQL: 2008R2
VS: 2008
SharePoint: 2010 (moot)

Downloaded and installed the most recent package, then I opened BIDS - clicked on Tools -> SSIS Data FLow Items -> ** SharePoint items not listed.

Uninstalled, reinstalled, etc. into same directory as other solutions, still not listed. After many attempts, I gave up.

Any ideas?

Thanks,
Larry

New Post: The HTTP request is unauthorized with client authentication scheme 'Ntlm'

$
0
0
Short answer: try adding an entry for the SharePoint website in the hosts file (windows/system32/drivers/etc/hosts).

Long, somewhat unclear answer: Our SP site is sitting behind a load balancer. A cookie is passed to the SSIS server telling it where to look for the site. The SharePoint List source component doesn't play nicely with the cookie, and somehow that messes it up. Adding the host file entry got it working again.

HTH

New Post: Error when deploying in 2012: “Unable to create the type with the name 'SPCRED'”

$
0
0
Running packages in debug mode works flawlessly. Deploying to SQL bombs with the “Unable to create the type with the name 'SPCRED'” error.

I've uninstalled the official and installed the 2012 beta with the same results. The .dll appears in the PipelineComponents folder, so assuming installation is validated. Has anyone else seen this?

Thanks!
JB

New Post: Error importing SharePoint 2010 list into SQL Server 2008 R2 database through SSIS

$
0
0
Hi,

I want to import SharePoint 2010 list data into a different SQL Server 2008 R2 database. The table structure for each list was created through exporting lists to excel and then using Import and Export wizard. I created an SSIS package using "SharePoint SSIS Adapter". When I execute the package to test from BIDS, I get following error through SendMail task:

Error code: -1073450910
Error description: System.Runtime.InteropServices.COMException (0xC0047020): Exception from HRESULT: 0xC0047020
at Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBuffer100.AddRow(IntPtr ppRowStart)
at Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.AddRow()
at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket)


Error code: -1073450952
Error description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on component "SharePoint List Source - SP Sample" (2806) returned error code 0xC0047020. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.



Error code: -1073450910
Error description: Microsoft.Samples.SqlServer.SSIS.SharePointUtility.SharePointUnhandledException: Unspecified SharePoint Error. A possible reason might be you are trying to retrieve too many items at a time (Batch size) ---> System.ServiceModel.FaultException: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoap.GetListItems(GetListItemsRequest request)
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoapClient.ListsService_ListsSoap_GetListItems(GetListItemsRequest request)
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListsService.ListsSoapClient.GetListItems(String listName, String viewName, XElement query, XElement viewFields, String rowLimit, XElement queryOptions, String webID)
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter.GetSharePointListItems(String listName, String viewId, XElement queryXml, XElement viewXml, Int16 pagingSize, XElement queryOptionsXml)
--- End of inner exception stack trace ---
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter.GetSharePointListItems(String listName, String viewId, XElement queryXml, XElement viewXml, Int16 pagingSize, XElement queryOptionsXml)
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.Adapter.ListsAdapter.GetSharePointListItemData(String listName, String viewId, IEnumerable1 fieldNames, XElement query, Boolean isRecursive, Int16 pagingSize)
at Microsoft.Samples.SqlServer.SSIS.SharePointUtility.ListServiceUtility.GetListItemData(Uri sharepointUri, NetworkCredential credentials, String listName, String viewName, IEnumerable
1 fieldNames, XElement query, Boolean isRecursive, Int16 pagingSize)
at Microsoft.Samples.SqlServer.SSIS.SharePointListAdapters.SharePointListSource.PrimeOutput(Int32 outputs, Int32[] outputIDs, PipelineBuffer[] buffers)
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostPrimeOutput(IDTSManagedComponentWrapper100 wrapper, Int32 outputs, Int32[] outputIDs, IDTSBuffer100[] buffers, IntPtr ppBufferWirePacket)


BatchSize 1000 (some of the lists had 5000 records)
DelayValidation = True
Run64BitRuntime = False

Please point out what wrong am I doing.

Thanks in advance,
Puja

Created Unassigned: SharePoint Destination List Error : System.Invalid.CastException Unable to cast object to type System.Net.NetworkCredential [19898]

$
0
0
https://sqlsrvintegrationsrv.codeplex.com/discussions/348956

Sharepoint List Source -> Sharepoint List Destination.

Just for a simple test I'm trying to update a list with the same list.

New Post: SharePoint Destination List Error : System.Invalid.CastException Unable to cast object to type System.Net.NetworkCredential

New Post: Changing SharePoint URL in adapter: string is not recognised as valid boolean

$
0
0
Hi All,

I am facing an issue One of my url is working fine with the SSIs adapter. Whwn i just change the site collection name and error message is poped up, string was not recognised as valid boolean. Please help me out with this.

Created Unassigned: Issue EzExecSqlTask [19925]

$
0
0
EzApi is used to create SSIS package, package reads excel file through oledb connection manager(microsoft.ace.oledb.12.0) When i create EzExecSQLTask object after dataflow that reads the excel file, i got the exception : "object does not match the target type"

After Debugging the EzApi code i found below line is generating the exception

host.Properties["TimeOut"].SetValue(host, value);

it seemed that when the property is set through reflection it doesn't find the target object.

Code works fine on widows xp machine , but on windows Server 2012 its causing the issue.

Microsoft.ace.oledb.12.0 32 bit is installed on both machines
please help.... we can move any further.

New Post: Enable Forms Based Authentication when using the SharePoint List Source with Integration Project

$
0
0
Hi smoro,

did you find any possible solution for forms based authentication?

New Post: Enable Forms Based Authentication when using the SharePoint List Source with Integration Project

$
0
0
Hi smoro,

did you find any possible solution for forms based authentication?

Created Unassigned: SSIS package to import users id's into Sharepoint 2010 List [19973]

$
0
0
Sharepoint List is just has a person or group field.

Package reads data successfully from SQL, just userid, which if entered manually with SP ui and add item work fine.

Sharepoint ULS has 100's of batch mgr method errors 0x0bc9a000 the operation failed.

Looking at the Soap envelope I believe its missing a on the <Batch onError="Continue" __rootfolder="<pathtositecollection>"__ >

Created Unassigned: SSIS Package Issue [20000]

$
0
0
Hi, the following code in SSIS package gen project throws an error in my VS2010 environment;

using wrapper = Microsoft.SqlServer.Dts.Runtime.Wrapper;

It is the ".Wrapper" element that is causing the issue. the rest of the reference is fine.

here are the references for the SQL.cs where the error manifests

using System;
using System.Text;
using System.Data.OleDb;
using System.Globalization;
using Microsoft.SqlServer.Dts.Runtime;
using wrapper = Microsoft.SqlServer.Dts.Runtime.Wrapper; //compile error here
using Microsoft.SqlServer.Dts.Pipeline.Wrapper;

Thanks

David

Reviewed: SharePoint List Source and Destination (Jul 24, 2013)

$
0
0
Rated 5 Stars (out of 5) - Must have if you have SharePoint data sources.

New Post: VS012 and VS2012 SQL Server Data Tools

$
0
0
I'm still a bit confused.

I'm planning on configuring a new workstation for new projects with VS2012 and the VS2012 SQL Server Data Tools.

Will I be able to use the current version of the SharePoint adapters in that environment?

New Post: Error when deploying in 2012: “Unable to create the type with the name 'SPCRED'”

$
0
0
Hi, I'm encountering this one too.
I successfully deployed after deleting the SharePoint Credential connection managers...
...which probably isn't a helpful solution, hahaha.
I'll let you know if I figure anything else out.

New Post: SharePoint List Adapter: Problem using SharePoint Credential Connection Manager with SSIS 2012

$
0
0
Anyone know if the SharePoint Credential connection manager is working correctly with SSIS 2012? I have the updated version of the SharePoint List Adapter installed and have packages that work correctly when run in debug mode with the SharePoint Credential connection manager in place. However, when deployed and run on a server via SQL Agent jobs, the packages fail. If I remove the SharePoint Credential connection manager and just set the SharePoint List source or destination in my data flows to not use a connection manager at all, the packages appear to work fine. So it looks like the SharePoint Credential connection manager just doesn't work correctly -- maybe due to a 32-bit versus 64-bit issue of some type?

Anyone else seeing this behavior? TIA :-)

Dave F.
Viewing all 582 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>