与BizTalk连接的SharePoint WebService无法处理Load [英] SharePoint WebService Which Connect with BizTalk not able handle Load

查看:60
本文介绍了与BizTalk连接的SharePoint WebService无法处理Load的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

 我们正在将文档从Biztalk上传到SharePoint 2007。

  We are uploading Document from Biztalk to SharePoint 2007 .

我们正在使用SharePoint提供的In Built Web服务。

We are using In Built web-service provided by SharePoint .

我们可以加载文档..但是在加载到巨大的情况下它会因Soap异常而失败..

We are able to load documents .. but at instances when load is to huge it fails with Soap Exception ..

请建议..如果有任何类似的问题..并找到了同样的解决办法。 。

Please suggest .. If any had some similar issue .. and had found a work around for the same ..

我们收到此错误

错误1:

消息:

抛出了"Microsoft.SharePoint.SoapServer.SoapServerException"类型的异常。

Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

详细信息:

无法完成此操作。

 

请再试一次.xx80004005

Please try again.0x80004005

StackTrace:

StackTrace:

  在System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage消息,WebResponse响应,Stream responseStream,布尔asyncCall)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

  在System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName,Object [] parameters)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

   at .Lists.AddAttachment(String listName,String listItemID,String fileName,Byte [] attachment)

   at .Lists.AddAttachment(String listName, String listItemID, String fileName, Byte[] attachment)

  在DocUploadHelper.AddMOSSAttachments(String BatchClassName,String ListID,String DocumentPath,String DocumentName):

   at DocUploadHelper.AddMOSSAttachments(String BatchClassName, String ListID, String DocumentPath, String DocumentName):

 

 

错误2:

System.Web.Services.Protocols.SoapException:抛出"Microsoft.SharePoint.SoapServer.SoapServerException"类型的异常。

System.Web.Services.Protocols.SoapException: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

  在System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage消息,WebResponse响应,Stream responseStream,布尔asyncCall)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

  在System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName,Object [] parameters)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

   at Lists.GetListAndView(String listName,String viewName)

   at Lists.GetListAndView(String listName, String viewName)

   at DocUploadHelper.AddMOSSAttachments(String BatchClassName,String ListID,String DocumentPath,String DocumentName)

   at DocUploadHelper.AddMOSSAttachments(String BatchClassName, String ListID, String DocumentPath, String DocumentName)

  在Orchestration.DocumentImport.segment2(StopConditions stopOn)

   at Orchestration.DocumentImport.segment2(StopConditions stopOn)

  在Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s,StopConditions stopCond,Exception& exp)

   at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s, StopConditions stopCond, Exception& exp)

 

有关详细信息,请参阅
http://go.microsoft.com/fwlink/events.asp
上的帮助和支持中心。

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

 

错误3:

消息:

抛出了类型'Microsoft.SharePoint.SoapServer.SoapServerException'的异常。

Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

详细信息:

异常来自HRESULT:0x810705180x81070518

Exception from HRESULT: 0x810705180x81070518

StackTrace:

StackTrace:

  在System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage消息,WebResponse响应,Stream responseStream,布尔asyncCall)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

  在System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName,Object [] parameters)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

  在  Lists.AddAttachment(String listName,String listItemID,String fileName,Byte [] attachment)

   at  Lists.AddAttachment(String listName, String listItemID, String fileName, Byte[] attachment)

   at DocUploadHelper.AddMOSSAttachments(String BatchClassName,String ListID,String DocumentPath,String DocumentName)消息:

   at DocUploadHelper.AddMOSSAttachments(String BatchClassName, String ListID, String DocumentPath, String DocumentName)Message:

抛出了类型'Microsoft.SharePoint.SoapServer.SoapServerException'的异常。

Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.

详细信息:

列表不存在

 

页面你选中包含不存在的列表。 它可能已被其他用户删除.xx101020026

The page you selected contains a list that does not exist.  It may have been deleted by another user.0x81020026

StackTrace:

StackTrace:

  在System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage消息,WebResponse响应,Stream responseStream,布尔asyncCall)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

  在System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName,Object [] parameters)

   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

   at Lists.AddAttachment(String listName,String listItemID,String fileName,Byte [] attachment)

   at Lists.AddAttachment(String listName, String listItemID, String fileName, Byte[] attachment)

  在DocUploadHelper.AddMOSSAttachments(String BatchClassName,String ListID,String DocumentPath,String DocumentName

   at DocUploadHelper.AddMOSSAttachments(String BatchClassName, String ListID, String DocumentPath, String DocumentName

有关详细信息,请参阅
http://go.microsoft.com/fwlink/events.asp

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

  

  

推荐答案

您是否在使用所有文档时遇到此问题?请确保您的代码完好无损。

Are you facing this issue with all documents? Make sure your code is fine from your end.

清理所有事件日志现在再次进行测试,如果你发现任何新问题,请在此处粘贴错误。

Clean the all eventlog now and do the test again, paste the error here if you find any new.

http://social.technet.microsoft.com/Forums/hu/sharepoint2010programming/thread/4ffc4925- b8bd-40d1-bb1f-b68ab0dadfcf

http://social.technet.microsoft.com/Forums/hu/sharepoint2010programming/thread/4ffc4925-b8bd-40d1-bb1f-b68ab0dadfcf


这篇关于与BizTalk连接的SharePoint WebService无法处理Load的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆